summaryrefslogtreecommitdiff
path: root/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
* lib:ldb: Add FALL_THROUGH statements in ldb_map/ldb_map_outbound.cAndreas Schneider2018-03-011-1/+2
* lib:ldb: Add FALL_THROUGH statements in ldb_map/ldb_map.cAndreas Schneider2018-03-011-2/+4
* lib:ldb: Add FALL_THROUGH statements in ldb_map/ldb_map_inbound.cAndreas Schneider2018-03-011-2/+4
* lib:ldb: Add FALL_THROUGH statements in common/ldb_dn.cAndreas Schneider2018-03-011-1/+2
* ldb: version 1.3.2ldb-1.3.2Stefan Metzmacher2018-02-284-1/+284
* ldb_debug tests: Fix binary data in debug logGary Lockyer2018-02-261-0/+298
* ldb_debug: Fix binary data in debug logAndrew Bartlett2018-02-261-13/+52
* ldb tests: fix null test on incorrect variableGary Lockyer2018-02-241-2/+2
* Don't load LDB_MODULESDIR as a module fileTimur I. Bakeyev2018-02-191-1/+1
* pyldb: extend dn.is_child_of() test: dn is child of itselfBjörn Baumbach2018-02-081-0/+4
* pyldb: Expose extra flagsGary Lockyer2018-02-071-0/+4
* ldb: version 1.3.1ldb-1.3.1Stefan Metzmacher2018-01-124-1/+284
* ldb: Intersect the index from SCOPE_ONELEVEL with the index for the search ex...Andrew Bartlett2017-12-202-8/+204
* LDB:test-generic.sh - fix smaller/greater comparison testsMatthias Dieter Wallnöfer2017-12-191-7/+10
* ldb: Show the last successful DN when failing to parse LDIFAndrew Bartlett2017-12-141-1/+23
* ldb ldb_index: Add an attriubute flag to require a unique value.Gary Lockyer2017-12-103-1/+337
* ldb: silence some clang warnings in picky developer modeUri Simchoni2017-11-221-2/+2
* ldb: Release ldb 1.3.0ldb-1.3.0Andrew Bartlett2017-09-234-1/+284
* ldb_tdb: Treat distinguishedName and objectGUID (in Samba) as uniqueAndrew Bartlett2017-09-221-2/+16
* ldb: Ensure we do not run out of File descriptors in autobuildAndrew Bartlett2017-09-221-0/+16
* ldb: Do not make an ldb file for API testsAndrew Bartlett2017-09-221-23/+11
* ldb: Add test showing a search against the index is not possibleAndrew Bartlett2017-09-221-0/+16
* ldb_tdb: Also ban a (indexed) search against like @IDXDN=fooAndrew Bartlett2017-09-221-0/+6
* ldb_tdb: Update comments for the delete_index() pass of ltdb_reindex()Andrew Bartlett2017-09-221-1/+11
* ldb_tdb: Print progress messages on re-indexAndrew Bartlett2017-09-221-0/+23
* ldb_tdb: Remove incorrect early return from re-indexAndrew Bartlett2017-09-221-5/+0
* ldb: Add more tests covering in-transaction GUID index and unique index behav...Andrew Bartlett2017-09-221-12/+176
* ldb_tdb: Add UNIQUE_INDEX as a possible flagAndrew Bartlett2017-09-221-2/+9
* ldb_tdb: Remove LTDB_FLAG_HIDDEN and ignore "HIDDEN" in @ATTRIBUTESAndrew Bartlett2017-09-221-14/+11
* ldb_tdb: Clean up index records on ltdb_index_add_new() failure.Andrew Bartlett2017-09-221-1/+20
* ldb_tdb: Describe index format and control pointsAndrew Bartlett2017-09-221-0/+113
* ldb_tdb: Give a good error message on add without an objectGUIDAndrew Bartlett2017-09-221-0/+6
* ldb_tdb: Avoid canonicalise and base64 work for DN values, these are already OKAndrew Bartlett2017-09-221-27/+76
* ldb_tdb: Clean up list in after use in ltdb_key_dn_from_idx()Andrew Bartlett2017-09-221-0/+3
* ldb_tdb: Avoid allocation of a DN between the GUID index and the DB lookupAndrew Bartlett2017-09-224-64/+106
* ldb_tdb: Move constants into ldb_tdb.hAndrew Bartlett2017-09-221-5/+5
* ldb_tdb: Optimise ltdb_search_and_return_base() to re-use casefoldingAndrew Bartlett2017-09-221-1/+26
* ldb: Add tests for base DN of a different caseAndrew Bartlett2017-09-221-0/+26
* ldb_tdb: Use the DN extracted from the DB to filter the message laterAndrew Bartlett2017-09-223-8/+41
* ldb_tdb: Add tests for add/modify with the GUID indexAndrew Bartlett2017-09-221-0/+84
* ldb: Also test the new GUID index modeAndrew Bartlett2017-09-221-0/+11
* ldb: Add an unused objectGUID to each record in SearchTestsAndrew Bartlett2017-09-221-25/+56
* ldb_tdb: Duplicate values are no longer permitted in the indexAndrew Bartlett2017-09-221-29/+0
* ldb_tdb: Reduce memory consumption in list_intersect()Andrew Bartlett2017-09-221-1/+2
* ldb_tdb: Use the binary search more efficiently in list_intersect()Andrew Bartlett2017-09-221-4/+14
* ldb_tdb: Use a binary search to speed up ltdb_dn_list_find_val()Andrew Bartlett2017-09-221-4/+22
* ldb_tdb: Rework list_union to not return duplicates, and keep sort orderAndrew Bartlett2017-09-221-4/+31
* ldb_tdb: Sort inputs to list_union()Andrew Bartlett2017-09-221-3/+35
* ldb_tdb: sort GUID index list at add time by inserting in sorted orderAndrew Bartlett2017-09-222-2/+36
* ldb_tdb: Change error code on unique index violationAndrew Bartlett2017-09-221-1/+1