summaryrefslogtreecommitdiff
path: root/lib/ldb
AgeCommit message (Expand)AuthorFilesLines
2022-04-26ldb: Introduce "colon" variable in ldb_module_connect_backend()Volker Lendecke1-2/+4
2022-04-26ldb: Save a few lines with TALLOC_FREE()Volker Lendecke1-4/+1
2022-04-26ldb: Avoid "==true/false" in a boolean expressionVolker Lendecke1-16/+16
2022-03-29configure/Makefile: export PYTHONHASHSEED=1 in all 'configure/Makefile' scriptsStefan Metzmacher1-0/+7
2022-02-24lib:ldb: Reformat shell scriptsAndreas Schneider16-194/+191
2022-01-24ldb: bump version to 2.6.0 for Samba 4.17.x releasesldb-2.6.0Stefan Metzmacher3-2/+288
2021-11-25CVE-2021-3670 ldb: Confirm the request has not yet timed out in ldb filter pr...ldb-2.5.0Andrew Bartlett4-1/+85
2021-10-05Release ldb 2.50 for the future samba 4.16 seriesAndrew Bartlett3-2/+288
2021-10-05Release ldb 2.4.1Andrew Bartlett3-1/+287
2021-09-28pyldb: Make ldb.Message containment testing consistent with indexingJoseph Sutton1-0/+21
2021-09-28pyldb: Add tests for ldb.Message containment testingJoseph Sutton1-0/+23
2021-09-28pyldb: Raise TypeError for an invalid ldb.Message indexJoseph Sutton1-15/+7
2021-09-28pyldb: Add test for an invalid ldb.Message index typeJoseph Sutton1-0/+6
2021-09-28pyldb: Fix deleting an ldb.Control critical flagJoseph Sutton1-0/+4
2021-09-28pyldb: Fix deleting an ldb.Message dnJoseph Sutton1-0/+4
2021-09-15pyldb: Avoid use-after-free in msg_diff()Joseph Sutton1-2/+16
2021-09-15ldb_msg: Don't fail in ldb_msg_copy() if source DN is NULLJoseph Sutton1-2/+4
2021-09-04Fix Python docstringsJoseph Sutton1-1/+1
2021-07-14ldb: version 2.4 will be used for Samba 4.15ldb-2.4.0Stefan Metzmacher1-0/+1
2021-06-16lib:ldb-samba: Improve calculate_popt_array_length()Andreas Schneider1-1/+1
2021-06-16lib:ldb: Use C99 initializers for builtin_popt_options[]Andreas Schneider1-25/+225
2021-06-11pyldb: Fix Message.items() for a message containing elementsJoseph Sutton1-2/+2
2021-06-11pyldb: Add test for Message.items()Joseph Sutton1-0/+21
2021-04-28tests: Use ldbsearch '--scope instead of '-s'Andreas Schneider2-5/+5
2021-04-26pyldb: fix a typoBjörn Baumbach1-1/+1
2021-04-23lib:ldb: Change page size of guidindexpackv1.ldbAndreas Schneider1-0/+0
2021-04-23lib:ldb: Use a 1MiB lmdb so the test also passes on aarch64 CentOS streamGary Lockyer1-3/+3
2021-04-07ldb/attrib_handler casefold: simplify space droppingDouglas Bagnall2-28/+27
2021-04-07ldb: fix ldb_comparison_fold off-by-one overrunDouglas Bagnall1-2/+2
2021-03-24ldb: bump version to 2.4.0, in order to be used for Samba 4.15Stefan Metzmacher3-1/+287
2021-03-24CVE-2020-27840: pytests: move Dn.validate test to ldbDouglas Bagnall2-0/+46
2021-03-24CVE-2020-27840 ldb_dn: avoid head corruption in ldb_dn_explodeDouglas Bagnall1-0/+1
2021-03-24CVE-2021-20277 ldb/attrib_handlers casefold: stay in boundsDouglas Bagnall1-1/+1
2021-03-24CVE-2021-20277 ldb tests: ldb_match tests with extra spacesDouglas Bagnall1-1/+7
2021-03-17ldb: improve comments for ldb_module_connect_backend()Douglas Bagnall1-5/+9
2021-03-17ldb/test/ldb_tdb: correct introductory commentsDouglas Bagnall1-2/+2
2021-03-17ldb.h: remove undefined async_ctx function signaturesDouglas Bagnall1-12/+0
2021-03-11ldb: correct comments in attrib_handers val_to_int64Douglas Bagnall1-3/+1
2021-03-10ldb: dn tests use cmocka print functionsDouglas Bagnall1-3/+2
2021-03-10ldb_match: remove redundant checkDouglas Bagnall1-2/+0
2021-03-10ldb: add tests for ldb_wildcard_compareDouglas Bagnall1-10/+124
2021-03-10ldb_match: trailing chunk must match end of stringDouglas Bagnall1-45/+35
2021-03-01pyldb: catch potential overflow error in py_timestringStefan Metzmacher3-0/+27
2021-02-22ldb: remove some 'if PY3's in testsDouglas Bagnall2-44/+17
2021-02-01lib:ldb: Add missing break in switch statementAndreas Schneider1-0/+1
2021-01-08ldb: Use hex_byte() in ldb_binary_decode()Volker Lendecke1-23/+4
2020-11-10ldb_parse_test: studio compiler doesn't like empty struct definitionsBjörn Jacke1-3/+1
2020-11-10ldb_key_value_test: studio compiler doesn't like empty struct definitionsBjörn Jacke1-2/+1
2020-11-10ldb_kv_index: fix empty initializer compile warningBjörn Jacke1-1/+1
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore1-0/+1