summaryrefslogtreecommitdiff
path: root/libcli/auth/spnego_parse.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-04CVE-2020-10704: lib util asn1: Add ASN.1 max tree depthGary Lockyer1-3/+3
2016-04-12CVE-2016-2110: libcli/auth: use enum spnego_negResult instead of uint8_tStefan Metzmacher1-1/+4
2016-02-03spnego: Some simplificationsVolker Lendecke1-4/+3
2016-01-06lib: Use asn1_current_ofs()Volker Lendecke1-2/+4
2016-01-06lib: Use asn1_extract_blob()Volker Lendecke1-5/+5
2016-01-06lib: Use asn1_set_error()Volker Lendecke1-10/+10
2016-01-06lib: Use asn1_has_error()Volker Lendecke1-10/+10
2014-09-26libcli: auth: Ensure all asn1_XX returns are checked.Jeremy Allison1-102/+112
2013-08-10libcli/auth: add more const to spnego_negTokenInit->mechTypesStefan Metzmacher1-11/+16
2013-08-10libcli/auth: avoid possible mem leak in read_negTokenInit()Stefan Metzmacher1-4/+15
2010-12-21s3/s4:auth SPNEGO - adaptions for the removed "const" from OIDsMatthias Dieter Wallnöfer1-2/+6
2010-12-07libcli/auth: let spnego_write_mech_types() check the asn1_load() returnStefan Metzmacher1-0/+4
2010-05-20Fix what looks like a cut-and-paste error in our read_negTokenInit() function.Jeremy Allison1-4/+4
2009-09-17spnego: Support ASN.1 BIT STRING and use it in SPNEGO.Kouhei Sutou1-6/+7
2009-09-17spnego: share spnego_parse.Günther Deschner1-0/+407