summaryrefslogtreecommitdiffstats
path: root/libcli/auth/spnego_parse.c
Commit message (Expand)AuthorAgeFilesLines
* libcli/auth: add more const to spnego_negTokenInit->mechTypesStefan Metzmacher2013-08-101-11/+16
* libcli/auth: avoid possible mem leak in read_negTokenInit()Stefan Metzmacher2013-08-101-4/+15
* s3/s4:auth SPNEGO - adaptions for the removed "const" from OIDsMatthias Dieter Wallnöfer2010-12-211-2/+6
* libcli/auth: let spnego_write_mech_types() check the asn1_load() returnStefan Metzmacher2010-12-071-0/+4
* Fix what looks like a cut-and-paste error in our read_negTokenInit() function.Jeremy Allison2010-05-201-4/+4
* spnego: Support ASN.1 BIT STRING and use it in SPNEGO.Kouhei Sutou2009-09-171-6/+7
* spnego: share spnego_parse.Günther Deschner2009-09-171-0/+407