summaryrefslogtreecommitdiff
path: root/libcli/ldap
Commit message (Expand)AuthorAgeFilesLines
* libcli:ldap: Fix code spellingAndreas Schneider2023-04-271-2/+2
* libcli: Use GUID_to_ndr_buf() in ldap_encode_ndr_GUID()Volker Lendecke2020-10-021-3/+3
* libcli/ldap: Fix CID 1462695 Resource leakVolker Lendecke2020-08-061-0/+5
* libcli/ldap: Fix CID 1462696 Resource leakVolker Lendecke2020-08-061-0/+5
* libcli/ldap: Fix CID 1465278 Resource leakVolker Lendecke2020-08-061-0/+5
* libcli/ldap: Fix decoding struct ldap_ExtendedResponseVolker Lendecke2020-07-091-2/+4
* libcli/ldap: Test decoding an exop responseVolker Lendecke2020-07-092-0/+43
* libcli ldap tests: remove use of zero length arrayGary Lockyer2020-06-231-1/+1
* CVE-2020-10704 libcli ldap: Check search request lengths.Gary Lockyer2020-05-041-0/+4
* CVE-2020-10704: libcli ldap_message: Add search size limits to ldap_decodeGary Lockyer2020-05-043-4/+26
* CVE-2020-10704: libcli ldap: test recursion depth in ldap_decode_filter_treeGary Lockyer2020-05-044-0/+286
* CVE-2020-10704: lib util asn1: Add ASN.1 max tree depthGary Lockyer2020-05-041-1/+1
* typo: mplementation => implementationGarming Sam2016-05-063-3/+3
* ASN1: use a talloc context in read_contextSimpleDouglas Bagnall2016-03-091-5/+5
* ldap: Correctly check asn1_tag_remaining retvalVolker Lendecke2016-02-031-1/+1
* Rename 'errors' to 'samba-errors' and make it public.Jelmer Vernooij2016-01-131-1/+1
* libcli: Make headers for private libraries private.Jelmer Vernooij2016-01-131-3/+2
* lib: Use asn1_has_nestingVolker Lendecke2016-01-061-1/+1
* lib: Use asn1_extract_blob()Volker Lendecke2016-01-061-1/+4
* lib: Use asn1_has_error()Volker Lendecke2016-01-061-7/+11
* asn1: Make asn1_peek_full_tag return 0/errnoVolker Lendecke2016-01-061-1/+8
* libdap: Fix a '\0' vs NULL mixupVolker Lendecke2015-10-141-1/+1
* lib: ldap: Properly check talloc error returns.Jeremy Allison2015-06-161-1/+10
* samba: pass down size_t instead of int to add_string_to_array().Günther Deschner2014-11-171-1/+1
* s4: libcli: ldap message - Ensure all asn1_XX returns are checked.Jeremy Allison2014-09-262-391/+397
* libcli/ldap: Cope with substring match with no chunks in ldap_push_filterAndrew Bartlett2013-06-241-18/+21
* libcli: make it easier to understand that a control was not correctly encodedMatthieu Patou2012-05-191-1/+1
* ldb: use ldb directly rather than via a copyAndrew Bartlett2011-10-072-8/+0
* libcli/ldap/ldap_ndr.h: fix licence/copyrightGünther Deschner2011-06-101-0/+22
* libcli/ldap Re-add ldap_ndr.h as a public headerAndrew Bartlett2011-04-141-1/+1
* libcli/ldap pull LIBCLI_LDAP_MESSAGE and LIBCLI_LDAP_NDR into a libraryAndrew Bartlett2011-04-131-14/+6
* lib: make asn1_util a private libraryAndrew Tridgell2011-04-061-1/+1
* ldapcli: allocate control value on the control object not on the control cont...Matthieu Patou2011-03-201-2/+2
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-102-2/+2
* libcli/ldap: use lib/ldb_compat.h for the s3 buildStefan Metzmacher2011-01-241-0/+4
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-15/+0
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-261-2/+2
* s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij2010-10-261-2/+2
* s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2010-10-241-4/+4
* s4-waf: removed dependencies on missing subsystemsAndrew Tridgell2010-10-211-1/+1
* libcli/ldap Don't try and encode a control with a NULL OIDAndrew Bartlett2010-10-201-0/+6
* libcli/ldap: ldap_full_packet() requires at least 6 bytesStefan Metzmacher2010-10-041-0/+7
* libcli/ldap: correctly marshall LDAP Unbind PDUsStefan Metzmacher2010-09-271-0/+2
* libcli/ldap: let ldap_full_packet() use asn1_peek_tag_needed_size()Stefan Metzmacher2010-09-261-1/+1
* libcli/ldap Add const to ldap_encode_ndr_dom_sid()Andrew Bartlett2010-09-202-2/+2
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-2/+2
* Remove the copy of ldb from Samba 3.Jelmer Vernooij2010-05-061-0/+4
* s4-waf: fixed some deps now we don't auto-include tevent and replaceAndrew Tridgell2010-04-061-1/+1
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2010-04-061-0/+2
* s4-waf: install the rest of the headersAndrew Tridgell2010-04-061-4/+0