summaryrefslogtreecommitdiff
path: root/lib/ldb-samba
AgeCommit message (Expand)AuthorFilesLines
2026-01-21lib:ldb-samba:ildap: fix empty attribute list handlingGary Lockyer1-1/+14
2025-04-03lib/ldb-samba: allow ldb_get_opaque(ldb, "backend_no_debug_connect")Stefan Metzmacher1-0/+18
2024-12-19lib:ldb-samba: use 'ldb' debug class more widelyDouglas Bagnall2-0/+6
2024-08-04ldb-samba: Fix code spellingJo Sutton1-1/+1
2024-05-31ldb-samba:pytest: remove unused variableDouglas Bagnall1-1/+0
2024-05-22ldb-samba: use ldb_comparison_fold_utf8()Douglas Bagnall3-3/+3
2024-05-22ldb-samba: add ldb_comparison_fold_utf8, wrapping strncasecmp_ldbDouglas Bagnall2-0/+13
2024-05-08ldb-samba: ldif_read_objectSid avoids VLADouglas Bagnall1-1/+1
2024-05-07ldb-samba: ldif_read_objectSid() short-circuits without 'S'Douglas Bagnall1-0/+6
2024-05-07ldb-samba: remove unused ldif_comparision_objectSid_isString()Douglas Bagnall1-11/+0
2024-05-07ldb-samba: simplify extended_dn_read_SID()Douglas Bagnall1-4/+3
2024-05-07ldb-samba: simplify ldif_canonicalise_objectSid()Douglas Bagnall1-5/+3
2024-05-07ldb-samba: simplify ldif_comparison_objectSid()Douglas Bagnall1-25/+16
2024-05-07ldb-samba: ldif_write_schemaInfo() uses correct sizeDouglas Bagnall1-1/+1
2024-04-23ldb_ildap: require ldb_get_opaque(ldb, "loadparm") to be validStefan Metzmacher1-3/+6
2024-04-23ldb-samba:ldif_handlers: dn_link_comparison: sort invalid DNsDouglas Bagnall1-1/+7
2024-04-23ldb-samba:ldif_handlers: dn_link_comparison leaks lessDouglas Bagnall1-1/+3
2024-04-23ldb-samba:ldif_handlers: dn_link_comparison correctly sorts deleted objectsDouglas Bagnall1-4/+11
2024-04-23ldb-samba:ldif_handlers: dn_link_comparison semi-sorts invalid DNsDouglas Bagnall1-1/+3
2024-04-23ldb-samba:ldif_handlers: dn_link_comparison semi-sorts deleted objectsDouglas Bagnall1-3/+5
2024-04-23ldb-samba:ldif_handlers: extended_dn_read_Sid(): free on failureDouglas Bagnall1-0/+1
2024-04-23ldb-samba:ldif_handlers: ldif_read_objectSid(): free a thing on failureDouglas Bagnall1-0/+1
2024-04-23ldb-samba: ldif-handlers: make ldif_comparison_objectSid() accurateDouglas Bagnall1-23/+34
2024-03-28pyldb: Consolidate PyErr_SetLdbError() using the pyldb versionAndrew Bartlett1-10/+0
2024-03-22ldb-samba: matching rules: notify of search failure in transitive filterDouglas Bagnall1-0/+5
2024-03-20ldb-samba:ldb_wrap: don't crash if "ldb_url" opaque is unsetDouglas Bagnall1-1/+1
2024-03-05lib/ldb-samba: Remove unused ldb.set_opaque_integer()Andrew Bartlett1-67/+0
2024-03-05lib/ldb-samba: Align py_ldb_set_opaque_integer() with pyldb_set_opaque() and ...Andrew Bartlett1-3/+3
2023-11-20Use python.h from libreplaceAndreas Schneider1-1/+1
2023-10-01lib/ldb-samba: Fix building with FORTIFY_SOURCE=2Joseph Sutton1-0/+1
2023-08-08lib/ldb-samba: Add missing newline to logging messageJoseph Sutton1-1/+1
2023-04-26ldb: Allow extended operations through ildapVolker Lendecke1-0/+111
2023-04-05CVE-2023-0614 lib/ldb-samba Ensure ACLs are evaluated on SAMBA_LDAP_MATCH_RUL...Andrew Bartlett1-1/+6
2023-04-05CVE-2023-0614 lib/ldb-samba: Add test for SAMBA_LDAP_MATCH_RULE_TRANSITIVE_EV...Andrew Bartlett2-57/+174
2023-04-05CVE-2023-0614 dsdb: Add pre-cleanup and self.addCleanup() of OU created in ma...Andrew Bartlett1-0/+8
2023-04-05CVE-2023-0614 ldb: Centralise checking for inaccessible matchesJoseph Sutton1-5/+0
2023-04-05CVE-2023-0614 ldb: Prevent disclosure of confidential attributesJoseph Sutton1-0/+15
2023-03-22lib/ldb-samba: let ldif_read_ntSecurityDescriptor() only try sddl if isupper()Stefan Metzmacher1-7/+17
2023-02-06lib:ldb-samba: Correctly handle search scopeAndreas Schneider1-3/+10
2022-12-14lib: Use talloc_asprintf_addbuf() in ldif_write_prefixMap()Volker Lendecke1-7/+4
2022-12-14lib: Fix whitespaceVolker Lendecke1-31/+31
2022-10-05pyldb: Fix typos in function namesJoseph Sutton1-3/+3
2022-04-26ldb: Avoid an "else"Volker Lendecke1-1/+2
2021-07-05ldb-samba: dns tombstone matching: constrict value lengthDouglas Bagnall1-4/+6
2021-06-23lib:ldb-samba: Use debug level definesAndreas Schneider1-4/+4
2021-06-23lib:ldb-samba: Set log level for ldb tracing to 11Andreas Schneider1-1/+1
2021-06-16lib:ldb-samba: Migrate samba extensions to new cmdline option parserAndreas Schneider2-15/+40
2021-06-16lib:ldb-samba: Use talloc_zero_array() and use ldb as the mem contextAndreas Schneider1-1/+3
2021-06-16lib:ldb-samba: Improve calculate_popt_array_length()Andreas Schneider1-5/+22
2021-03-30ldb-samba: remove redundant negative checkDouglas Bagnall1-1/+1