summaryrefslogtreecommitdiffstats
path: root/source4/libcli/auth/spnego_parse.c
Commit message (Expand)AuthorAgeFilesLines
* 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