summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_tdb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher1-2/+2
2007-10-10r811: make the ldb_modify REPLACE semantics better match LDAP (ie. no errorAndrew Tridgell1-7/+6
2007-10-10r792: - changed the ldb ldif_* functions to be in the ldb_ namespaceAndrew Tridgell4-4/+46
2007-10-10r714: make sure ldb formats are portable between big/little endian machinesAndrew Tridgell2-16/+24
2007-10-10r711: don't hide attributes inside the special ldb_tdb records (so the factAndrew Tridgell1-1/+1
2007-10-10r606: added a HIDDEN attribute on fields in ldb (in @ATTRIBUTES). This allows...Andrew Tridgell3-0/+6
2007-10-10r583: fixed two bugs in the handling of index entry deletionAndrew Tridgell2-8/+13
2007-10-10r574: - another attempt at const cleanliness in ldbAndrew Tridgell3-10/+16
2007-10-10r509: fixed a memory handling bug that affects ldb with memory pools thatAndrew Tridgell1-1/+6
2007-10-10r504: fixed a bad call to list_union()Andrew Tridgell1-2/+3
2007-10-10r502: modified ldb to allow the use of an external pool memoryAndrew Tridgell7-190/+256
2007-10-10r490: - expanded the test suite to test modify and delete operationsAndrew Tridgell3-17/+53
2007-10-10r462: added an explanation about the rather complex ltdb_key() functionAndrew Tridgell1-0/+9
2007-10-10r456: - added -i option to ldbsearchAndrew Tridgell2-10/+15
2007-10-10r454: allow a non-URL form of a filename to be used in ldb_connect(). ThisAndrew Tridgell1-5/+8
2007-10-10r442: fixed some uninitialised variables pointed out by gcc -O3Andrew Tridgell1-1/+1
2007-10-10r437: fixed handling of a corner case with multi-valued indexingAndrew Tridgell2-0/+14
2007-10-10r436: fixed indexing of objectclass with subclassesAndrew Tridgell1-1/+64
2007-10-10r435: a major upgrade for ldbAndrew Tridgell7-121/+682
2007-10-10r382: More C++ friendliness fixes.Tim Potter2-4/+4
2007-10-10r381: make the code more C++ friendlyAndrew Tridgell3-11/+11
2007-10-10r373: use a much larger default tdb hash size in ldbAndrew Tridgell1-1/+2
2007-10-10r344: fixed deletion of index recordsAndrew Tridgell1-1/+1
2007-10-10r343: added automatic reindexing of the database when the index list changesAndrew Tridgell2-0/+78
2007-10-10r152: a quick airport commit ....Andrew Tridgell4-30/+14
2007-10-10r147: - Remove dublicate ldap tests (richard the current test is in libads/co...Stefan Metzmacher1-2/+2
2007-10-10r141: A number of changes to get things working on FreeBSD and reduce the bre...Richard Sharpe3-3/+3
2007-10-10r42: importing .cvsignore filesGerald Carter1-7/+0
2004-04-03added the rest of the ldb_modify() code, which required a fairly largeAndrew Tridgell8-296/+517
2004-03-31building with Makefile.ldb now worksAndrew Tridgell3-854/+0
2004-03-31make a more recent snapshot of ldb available to interestedAndrew Tridgell13-0/+2826