summaryrefslogtreecommitdiff
path: root/source4/libcli/auth/spnego_parse.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4070: move some defines from asn_1.h to the places they belong toStefan Metzmacher1-2/+2
2007-10-10r4055: fixed more places to use type safe allocation macrosAndrew Tridgell1-1/+1
2007-10-10r3476: fixed some const warningsAndrew Tridgell1-1/+1
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-6/+7
2007-10-10r3453: - split out the auth and popt includesAndrew Tridgell1-0/+1
2007-10-10r3323: more warning reductionsAndrew Tridgell1-4/+0
2007-10-10r3289: Mr. L. and Mr. B.!Stefan Metzmacher1-6/+5
2007-10-10r3219: Hi, Andrew B.!Volker Lendecke1-0/+2
2007-10-10r3187: This 'optional' part of the ASN.1 in SPNEGO is required by Samba3 (butAndrew Bartlett1-5/+4
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell1-1/+1
2007-10-10r2587: fixed a couple of authentication memory leaks. There are more to beAndrew Tridgell1-0/+4
2007-10-10r2042: missed a couple of places that should be talloc_free()Andrew Tridgell1-2/+2
2007-10-10r2036: switched the spnego code to use tallocAndrew Tridgell1-5/+5
2007-10-10r1438: Record the principal name we are sent in the SPENGO mechListMIC in aAndrew Bartlett1-3/+2
2007-10-10r1426: Fix some of my silly compile errors...Andrew Bartlett1-1/+1
2007-10-10r1420: be more strict reject if the context has the wrong typeStefan Metzmacher1-0/+1
2007-10-10r1363: add SPNEGO_NONE_RESULT as spnego_negResult valueStefan Metzmacher1-3/+5
2007-10-10r1353: Fix compile with new ASN1 peek code.Andrew Bartlett1-2/+2
2007-10-10r1352: Add a 'peek' function to our ASN1 code, so we can safely perform theAndrew Bartlett1-18/+41
2007-10-10r1349: don't segfault with empty data_blobStefan Metzmacher1-0/+5
2007-10-10r1229: the name of the protocol should be in first place of a function nameStefan Metzmacher1-3/+3
2007-10-10r1200: Add 'gensec', our generic security layer.Andrew Bartlett1-0/+343