summaryrefslogtreecommitdiffstats
path: root/source4/libcli/auth/spnego_parse.c
Commit message (Expand)AuthorAgeFilesLines
* r3323: more warning reductionsAndrew Tridgell2007-10-101-4/+0
* r3289: Mr. L. and Mr. B.!Stefan Metzmacher2007-10-101-6/+5
* r3219: Hi, Andrew B.!Volker Lendecke2007-10-101-0/+2
* r3187: This 'optional' part of the ASN.1 in SPNEGO is required by Samba3 (butAndrew Bartlett2007-10-101-5/+4
* r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2007-10-101-1/+1
* r2587: fixed a couple of authentication memory leaks. There are more to beAndrew Tridgell2007-10-101-0/+4
* r2042: missed a couple of places that should be talloc_free()Andrew Tridgell2007-10-101-2/+2
* r2036: switched the spnego code to use tallocAndrew Tridgell2007-10-101-5/+5
* r1438: Record the principal name we are sent in the SPENGO mechListMIC in aAndrew Bartlett2007-10-101-3/+2
* r1426: Fix some of my silly compile errors...Andrew Bartlett2007-10-101-1/+1
* r1420: be more strict reject if the context has the wrong typeStefan Metzmacher2007-10-101-0/+1
* r1363: add SPNEGO_NONE_RESULT as spnego_negResult valueStefan Metzmacher2007-10-101-3/+5
* r1353: Fix compile with new ASN1 peek code.Andrew Bartlett2007-10-101-2/+2
* r1352: Add a 'peek' function to our ASN1 code, so we can safely perform theAndrew Bartlett2007-10-101-18/+41
* r1349: don't segfault with empty data_blobStefan Metzmacher2007-10-101-0/+5
* r1229: the name of the protocol should be in first place of a function nameStefan Metzmacher2007-10-101-3/+3
* r1200: Add 'gensec', our generic security layer.Andrew Bartlett2007-10-101-0/+343