summaryrefslogtreecommitdiff
path: root/lib/ldb/ldb_tdb
AgeCommit message (Expand)AuthorFilesLines
2013-05-20ldb_tdb: Warn when reindexing is doneMatthieu Patou2-1/+12
2013-02-08ldb-tdb: Document ltdb_index_add1 for more clarityMatthieu Patou1-3/+20
2013-02-08ldb-tdb: Fix a wrong parameter in ltdb_storeMatthieu Patou1-1/+2
2013-02-08ldb_tdb: raise level of full index scan message so that it starts to be reall...Matthieu Patou1-1/+1
2012-11-01ldb: fixed callers for ldb_pack_data() and ldb_unpack_data()Andrew Tridgell4-14/+8
2012-11-01ldb: move ldb_pack.c into commonAndrew Tridgell1-290/+0
2012-10-31ldb: Remove no-longer-existing ltdb_unpack_data_free from ldb_tdb.hAndrew Bartlett1-2/+0
2012-10-31ldb: Change ltdb_unpack_data to take an ldb_contextAndrew Bartlett5-9/+7
2012-08-22LDB:ldb_tdb.c - deny multi-valued attributes manipulation with doubletsMatthias Dieter Wallnöfer1-1/+18
2012-08-10lib/ldb: Use tdb_parse_record and a callback rather than tdb_fetch()Andrew Bartlett1-16/+38
2012-08-09lib/ldb: Use tdb_exists() rather than tdb_fetch()/talloc_free()Andrew Bartlett1-7/+7
2012-07-31lib/ldb: Ensure rename target does not exist before deleting old recordAndrew Bartlett1-2/+40
2012-06-19ldb: use tdb directly, not tdb_compat.Rusty Russell5-10/+14
2012-06-19TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell2-31/+0
2012-04-18LDB:ldb_tdb/ldb_tdb.c - allow LDB modify replaces with different value orderingMatthias Dieter Wallnöfer1-3/+10
2012-03-26LDB/s4 - deny the "(dn=...)" syntax on search filters when in AD modeMatthias Dieter Wallnöfer3-2/+19
2011-12-23ldb:ldb_tdb.c - fix warnings in "ltdb_init_rootdse"Matthias Dieter Wallnöfer1-7/+1
2011-10-18ldb: Output more error information when a connect failsAndrew Bartlett1-0/+5
2011-10-18ldb: fixed a race in ldb initialisationAndrew Tridgell1-1/+9
2011-09-14tdb_compat: adapt to tdb2 API change.Rusty Russell1-1/+3
2011-09-01ldb: make the 'spy' code more paranoidAndrew Tridgell2-10/+12
2011-08-13ldb: Remove use after free in error caseAndrew Bartlett1-1/+0
2011-07-13ldb-tdb: Introduce a flag on ltdb_add_internal to indicate whether unique val...Matthieu Patou1-4/+11
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett7-0/+4822