summaryrefslogtreecommitdiff
path: root/libcli/ldap
AgeCommit message (Expand)AuthorFilesLines
2026-02-25libcli: Avoid a talloc in ldap_encode_ndr_dom_sid()Volker Lendecke1-4/+5
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
2025-11-24libcli:ldap: Do not declare cm_print_error()Andreas Schneider1-5/+0
2025-10-17Add missing include needed for cmocka.hAndreas Schneider1-0/+1
2024-03-12lib: Make GUID_to_ndr_buf() return voidVolker Lendecke1-5/+1
2023-10-25libcli/util: add struct tstream_context to tstream_read_pdu_blob_full_fn_tRalph Boehme2-2/+9
2023-08-08libcli/ldap: Don’t try to encode NULL nameJoseph Sutton1-0/+3
2023-04-27libcli:ldap: Fix code spellingAndreas Schneider1-2/+2
2020-10-02libcli: Use GUID_to_ndr_buf() in ldap_encode_ndr_GUID()Volker Lendecke1-3/+3
2020-08-06libcli/ldap: Fix CID 1462695 Resource leakVolker Lendecke1-0/+5
2020-08-06libcli/ldap: Fix CID 1462696 Resource leakVolker Lendecke1-0/+5
2020-08-06libcli/ldap: Fix CID 1465278 Resource leakVolker Lendecke1-0/+5
2020-07-09libcli/ldap: Fix decoding struct ldap_ExtendedResponseVolker Lendecke1-2/+4
2020-07-09libcli/ldap: Test decoding an exop responseVolker Lendecke2-0/+43
2020-06-23libcli ldap tests: remove use of zero length arrayGary Lockyer1-1/+1
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 Lockyer3-4/+26
2020-05-04CVE-2020-10704: libcli ldap: test recursion depth in ldap_decode_filter_treeGary Lockyer4-0/+286
2020-05-04CVE-2020-10704: lib util asn1: Add ASN.1 max tree depthGary Lockyer1-1/+1
2016-05-06typo: mplementation => implementationGarming Sam3-3/+3
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-13Rename 'errors' to 'samba-errors' and make it public.Jelmer Vernooij1-1/+1
2016-01-13libcli: Make headers for private libraries private.Jelmer Vernooij1-3/+2
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-11-17samba: pass down size_t instead of int to add_string_to_array().Günther Deschner1-1/+1
2014-09-26s4: libcli: ldap message - Ensure all asn1_XX returns are checked.Jeremy Allison2-391/+397
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-10-07ldb: use ldb directly rather than via a copyAndrew Bartlett2-8/+0
2011-06-10libcli/ldap/ldap_ndr.h: fix licence/copyrightGünther Deschner1-0/+22
2011-04-14libcli/ldap Re-add ldap_ndr.h as a public headerAndrew Bartlett1-1/+1
2011-04-13libcli/ldap pull LIBCLI_LDAP_MESSAGE and LIBCLI_LDAP_NDR into a libraryAndrew Bartlett1-14/+6
2011-04-06lib: make asn1_util a private libraryAndrew Tridgell1-1/+1
2011-03-20ldapcli: allocate control value on the control object not on the control cont...Matthieu Patou1-2/+2
2011-02-10ldb: use #include <ldb.h> for ldbAndrew Tridgell2-2/+2
2011-01-24libcli/ldap: use lib/ldb_compat.h for the s3 buildStefan Metzmacher1-0/+4
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij1-15/+0
2010-10-26waf: Remove lib prefix from libraries manually.Jelmer Vernooij1-2/+2
2010-10-26s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij1-2/+2
2010-10-24s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij1-4/+4
2010-10-21s4-waf: removed dependencies on missing subsystemsAndrew Tridgell1-1/+1
2010-10-20libcli/ldap Don't try and encode a control with a NULL OIDAndrew Bartlett1-0/+6