summaryrefslogtreecommitdiff
path: root/lib/ldb-samba
Commit message (Expand)AuthorAgeFilesLines
* ldb: Allow extended operations through ildapVolker Lendecke2023-04-261-0/+111
* CVE-2023-0614 lib/ldb-samba Ensure ACLs are evaluated on SAMBA_LDAP_MATCH_RUL...Andrew Bartlett2023-04-051-1/+6
* CVE-2023-0614 lib/ldb-samba: Add test for SAMBA_LDAP_MATCH_RULE_TRANSITIVE_EV...Andrew Bartlett2023-04-052-57/+174
* CVE-2023-0614 dsdb: Add pre-cleanup and self.addCleanup() of OU created in ma...Andrew Bartlett2023-04-051-0/+8
* CVE-2023-0614 ldb: Centralise checking for inaccessible matchesJoseph Sutton2023-04-051-5/+0
* CVE-2023-0614 ldb: Prevent disclosure of confidential attributesJoseph Sutton2023-04-051-0/+15
* lib/ldb-samba: let ldif_read_ntSecurityDescriptor() only try sddl if isupper()Stefan Metzmacher2023-03-221-7/+17
* lib:ldb-samba: Correctly handle search scopeAndreas Schneider2023-02-061-3/+10
* lib: Use talloc_asprintf_addbuf() in ldif_write_prefixMap()Volker Lendecke2022-12-141-7/+4
* lib: Fix whitespaceVolker Lendecke2022-12-141-31/+31
* pyldb: Fix typos in function namesJoseph Sutton2022-10-051-3/+3
* ldb: Avoid an "else"Volker Lendecke2022-04-261-1/+2
* ldb-samba: dns tombstone matching: constrict value lengthDouglas Bagnall2021-07-051-4/+6
* lib:ldb-samba: Use debug level definesAndreas Schneider2021-06-231-4/+4
* lib:ldb-samba: Set log level for ldb tracing to 11Andreas Schneider2021-06-231-1/+1
* lib:ldb-samba: Migrate samba extensions to new cmdline option parserAndreas Schneider2021-06-162-15/+40
* lib:ldb-samba: Use talloc_zero_array() and use ldb as the mem contextAndreas Schneider2021-06-161-1/+3
* lib:ldb-samba: Improve calculate_popt_array_length()Andreas Schneider2021-06-161-5/+22
* ldb-samba: remove redundant negative checkDouglas Bagnall2021-03-301-1/+1
* ldb-samba: avoid VLA in dsdb match dns tombstoneDouglas Bagnall2021-03-301-1/+1
* ldb-samba: avoid leak in dsdb_match_for_dns_to_tombstone_timeDouglas Bagnall2021-03-301-4/+4
* Fix build after removal of an extra safe_string.hAlexander Bokovoy2020-10-011-0/+2
* lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme2020-08-032-0/+2
* Fix clang 9 missing-field-initializer warningsGary Lockyer2020-05-082-3/+3
* pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall2020-02-071-19/+19
* pyldb: fork pyldb_Ldb_AsLdbContext macro to reflect unsafenessDouglas Bagnall2019-07-101-7/+7
* lib: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-302-7/+13
* lib/ldb-samba: squash 'cast between incompatible function types' warningNoel Power2019-05-161-2/+4
* common-lib: Update error check for new string conversion wrapperSwen Schillig2019-04-111-12/+2
* ldb: tests for <= and >= integer indexing with duplicatesGarming Sam2019-04-081-0/+43
* ldb: tests for <= and >= integer indexingAaron Haslett2019-04-082-0/+180
* schema_syntax: Add comments for our index format functionsGarming Sam2019-04-081-1/+20
* ldb: activating <= and >= indexing for integersAaron Haslett2019-04-081-0/+45
* build: Remove bld.gen_python_environments()Andrew Bartlett2019-03-211-7/+6
* build: Remove --extra-pythonAndrew Bartlett2019-03-211-2/+0
* samba-o3: fix -Werror=strict-overflow error in lib/ldb-samba/ldb_ildap moduleJoe Guo2019-03-081-4/+4
* common-lib: Use wrapper for string to integer conversionSwen Schillig2019-03-012-7/+23
* Cleanup references to module objects returned from PyImport_ImportModuleNoel Power2019-02-071-2/+8
* PY3: change shebang to python3 in lib dirJoe Guo2018-12-141-1/+1
* lib/ldb-samba/tests: PY3 port samba4.ldap.match_rulesNoel Power2018-12-101-11/+11
* ldb-samba/tests/match-rules: remove unused importsDouglas Bagnall2018-10-251-4/+0
* ldb tests: remove unused code from match_rules.pyDouglas Bagnall2018-08-241-3/+0
* PEP8: fix E713: test for membership should be 'not in'Joe Guo2018-08-241-1/+1
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-241-0/+1
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-241-1/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+3
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-241-8/+8
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-154/+163
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-241-255/+255