summaryrefslogtreecommitdiff
path: root/source3/libsmb/clispnego.c
Commit message (Expand)AuthorAgeFilesLines
* s3:libsmb: remove unused functions in clispnego.cStefan Metzmacher2016-03-101-282/+0
* spnego: Correctly check asn1_tag_remaining retvalVolker Lendecke2016-02-031-4/+4
* s3:clispnego: fix confusing warning in spnego_gen_krb5_wrap()Stefan Metzmacher2016-02-011-5/+10
* s3: smbclient: asn1_extract_blob() stops further asn1 processing by setting h...Jeremy Allison2016-01-071-5/+10
* lib: Use asn1_current_ofs()Volker Lendecke2016-01-061-3/+6
* lib: Use asn1_extract_blob()Volker Lendecke2016-01-061-3/+9
* lib: Use asn1_set_error()Volker Lendecke2016-01-061-1/+1
* lib: Use asn1_has_error()Volker Lendecke2016-01-061-9/+9
* Change all uses of uint32/16/8 in proto.h to uint32_t/16_t/8_t.Richard Sharpe2015-04-291-4/+4
* s3: libsmb: Ensure all asn1_XX returns are checked.Jeremy Allison2014-09-261-116/+137
* Fix bug #9213 - Bad ASN.1 NegTokenInit packet can cause invalid free.Jeremy Allison2012-09-261-0/+4
* Avoid overriding default ccache for ads operations.Simo Sorce2012-09-121-2/+2
* s3-libsmb: Remove unused spnego_parse_krb5_wrap()Andrew Bartlett2012-04-031-44/+0
* s3-libsmb: Initialise ticket to ensure we do not invalid memoryAndrew Bartlett2012-03-021-0/+1
* s3-libsmb: Remove unused spnego_parse_auth_and_micAndrew Bartlett2012-02-241-40/+0
* s3-libsmb: Remove unused spnego functionsAndrew Bartlett2012-02-231-109/+0
* Try and fix bug #8472 - Crash in asn.1 parsing code.Jeremy Allison2011-09-211-1/+6
* s3-build: only include asn1 headers where actually needed.Günther Deschner2011-03-161-0/+1
* s3/s4:auth SPNEGO - adaptions for the removed "const" from OIDsMatthias Dieter Wallnöfer2010-12-211-3/+1
* s3-dcerpc: add spnego server helpersSimo Sorce2010-09-231-4/+75
* s3-libsmb: Use data_blob_talloc to get krb5 ticket and session keysSimo Sorce2010-07-201-5/+6
* Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ...Jeremy Allison2010-07-201-17/+19
* Fix one more data_blob -> data_blob_talloc. Move away from implicit NULL cont...Jeremy Allison2010-07-201-5/+7
* Add TALLOC_CTX argument to spnego_parse_negTokenInit, reduceJeremy Allison2010-07-201-6/+5
* Rename spnego_gen_negTokenTarg() -> spnego_gen_krb5_negTokenInit()Jeremy Allison2010-07-201-3/+3
* Remove gen_negTokenTarg(), as it's not actually creating a TokenTarg frame, b...Jeremy Allison2010-07-201-47/+1
* Fixes pointed out by <david.kondrad@legrand.us>. Free memory if not beingJeremy Allison2010-07-201-38/+37
* Remove gen_negTokenInit() - change all callers to spnego_gen_negTokenInit().Jeremy Allison2010-07-191-53/+17
* Move the addition of the 16 byte guid out of spnego_gen_negTokenInit() andJeremy Allison2010-07-191-4/+2
* Remove parse_negTokenTarg(), as it's actually incorrect. We're processingJeremy Allison2010-07-191-74/+24
* Fix [Bug 7577] SPNEGO auth fails when contacting Win7 system using Microsoft ...Jeremy Allison2010-07-191-7/+54
* s3-kerberos: only use krb5 headers where required.Günther Deschner2009-11-271-0/+1
* s3-kerberos: modify cli_krb5_get_ticket to take a new impersonate_princ_s arg.Günther Deschner2009-11-061-1/+1
* s3-spnego: fix memleak in spnego_parse_auth().Günther Deschner2009-10-151-1/+5
* s3-spnego: Fix Bug #6815. Windows 2008 R2 SPNEGO negTokenTarg parsing failure.Günther Deschner2009-10-151-19/+12
* spnego: share spnego_parse.Günther Deschner2009-09-171-7/+8
* Rename ASN1_BITFIELD to ASN1_BIT_STRING.Kouhei Sutou2009-08-111-1/+1
* More conversions of NULL -> talloc_autofree_context()Jeremy Allison2009-07-161-9/+9
* s3-build: fix some const build warnings.Günther Deschner2008-10-231-2/+2
* s3-asn1: make all of s3 asn1 code do a proper asn1_init() first.Günther Deschner2008-10-221-242/+287
* s3: use shared asn1 code.Günther Deschner2008-10-221-17/+17
* Fix Kerberos interop with Mac OS X 10.5 clients.Bill Ricker2008-04-071-0/+12
* Allow the mechOID to be written separately.Jeremy Allison2008-02-141-2/+4
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-9/+9
* r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter2007-10-101-19/+0
* r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter2007-10-101-0/+19
* r25227: Patch from "Steven Danneman" <steven.danneman@isilon.com>:Stefan Metzmacher2007-10-101-0/+14
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-1/+1