summaryrefslogtreecommitdiff
path: root/libcli/ldap/ldap_message.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-07lib: Don't call a function to initialize an empty DATA_BLOBVolker Lendecke1-4/+4
2026-01-07libcli: Add missing NULL checksVolker Lendecke1-0/+11
2026-01-07libcli: Fix error path memleaksVolker Lendecke1-0/+2
2023-10-25libcli/util: add struct tstream_context to tstream_read_pdu_blob_full_fn_tRalph Boehme1-1/+4
2023-08-08libcli/ldap: Don’t try to encode NULL nameJoseph Sutton1-0/+3
2020-07-09libcli/ldap: Fix decoding struct ldap_ExtendedResponseVolker Lendecke1-2/+4
2020-05-04CVE-2020-10704 libcli ldap: Check search request lengths.Gary Lockyer1-0/+4
2020-05-04CVE-2020-10704: libcli ldap_message: Add search size limits to ldap_decodeGary Lockyer1-0/+1
2020-05-04CVE-2020-10704: lib util asn1: Add ASN.1 max tree depthGary Lockyer1-1/+1
2016-05-06typo: mplementation => implementationGarming Sam1-1/+1
2016-03-09ASN1: use a talloc context in read_contextSimpleDouglas Bagnall1-5/+5
2016-02-03ldap: Correctly check asn1_tag_remaining retvalVolker Lendecke1-1/+1
2016-01-06lib: Use asn1_has_nestingVolker Lendecke1-1/+1
2016-01-06lib: Use asn1_extract_blob()Volker Lendecke1-1/+4
2016-01-06lib: Use asn1_has_error()Volker Lendecke1-7/+11
2016-01-06asn1: Make asn1_peek_full_tag return 0/errnoVolker Lendecke1-1/+8
2015-10-14libdap: Fix a '\0' vs NULL mixupVolker Lendecke1-1/+1
2015-06-16lib: ldap: Properly check talloc error returns.Jeremy Allison1-1/+10
2014-09-26s4: libcli: ldap message - Ensure all asn1_XX returns are checked.Jeremy Allison1-390/+396
2013-06-24libcli/ldap: Cope with substring match with no chunks in ldap_push_filterAndrew Bartlett1-18/+21
2012-05-19libcli: make it easier to understand that a control was not correctly encodedMatthieu Patou1-1/+1
2011-03-20ldapcli: allocate control value on the control object not on the control cont...Matthieu Patou1-2/+2
2010-10-20libcli/ldap Don't try and encode a control with a NULL OIDAndrew Bartlett1-0/+6
2010-10-04libcli/ldap: ldap_full_packet() requires at least 6 bytesStefan Metzmacher1-0/+7
2010-09-27libcli/ldap: correctly marshall LDAP Unbind PDUsStefan Metzmacher1-0/+2
2010-09-26libcli/ldap: let ldap_full_packet() use asn1_peek_tag_needed_size()Stefan Metzmacher1-1/+1
2009-12-16ldap: give a debug error when we don't know a controlAndrew Tridgell1-0/+2
2009-04-23Fix a couple of warningsVolker Lendecke1-2/+2
2009-02-24libcli/ldap: move generic ldap control encoding code to ldap_message.cStefan Metzmacher1-4/+144
2009-02-24libcli/ldap: fix compiler warningsStefan Metzmacher1-5/+10
2009-02-24libcli/ldap: move ldap_message.[ch] from source4/ to the toplevelStefan Metzmacher1-0/+1466