summaryrefslogtreecommitdiffstats
path: root/lib/ldb/ldb_tdb
Commit message (Expand)AuthorAgeFilesLines
* ldb: Return LDB_ERR_INSUFFICIENT_ACCESS_RIGHTS rather than OPERATIONS_ERROR o...Andrew Bartlett2014-02-051-2/+5
* ldb_tdb: Warn when reindexing is doneMatthieu Patou2013-05-202-1/+12
* ldb-tdb: Document ltdb_index_add1 for more clarityMatthieu Patou2013-02-081-3/+20
* ldb-tdb: Fix a wrong parameter in ltdb_storeMatthieu Patou2013-02-081-1/+2
* ldb_tdb: raise level of full index scan message so that it starts to be reall...Matthieu Patou2013-02-081-1/+1
* ldb: fixed callers for ldb_pack_data() and ldb_unpack_data()Andrew Tridgell2012-11-014-14/+8
* ldb: move ldb_pack.c into commonAndrew Tridgell2012-11-011-290/+0
* ldb: Remove no-longer-existing ltdb_unpack_data_free from ldb_tdb.hAndrew Bartlett2012-10-311-2/+0
* ldb: Change ltdb_unpack_data to take an ldb_contextAndrew Bartlett2012-10-315-9/+7
* LDB:ldb_tdb.c - deny multi-valued attributes manipulation with doubletsMatthias Dieter Wallnöfer2012-08-221-1/+18
* lib/ldb: Use tdb_parse_record and a callback rather than tdb_fetch()Andrew Bartlett2012-08-101-16/+38
* lib/ldb: Use tdb_exists() rather than tdb_fetch()/talloc_free()Andrew Bartlett2012-08-091-7/+7
* lib/ldb: Ensure rename target does not exist before deleting old recordAndrew Bartlett2012-07-311-2/+40
* ldb: use tdb directly, not tdb_compat.Rusty Russell2012-06-195-10/+14
* TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell2012-06-192-31/+0
* LDB:ldb_tdb/ldb_tdb.c - allow LDB modify replaces with different value orderingMatthias Dieter Wallnöfer2012-04-181-3/+10
* LDB/s4 - deny the "(dn=...)" syntax on search filters when in AD modeMatthias Dieter Wallnöfer2012-03-263-2/+19
* ldb:ldb_tdb.c - fix warnings in "ltdb_init_rootdse"Matthias Dieter Wallnöfer2011-12-231-7/+1
* ldb: Output more error information when a connect failsAndrew Bartlett2011-10-181-0/+5
* ldb: fixed a race in ldb initialisationAndrew Tridgell2011-10-181-1/+9
* tdb_compat: adapt to tdb2 API change.Rusty Russell2011-09-141-1/+3
* ldb: make the 'spy' code more paranoidAndrew Tridgell2011-09-012-10/+12
* ldb: Remove use after free in error caseAndrew Bartlett2011-08-131-1/+0
* ldb-tdb: Introduce a flag on ltdb_add_internal to indicate whether unique val...Matthieu Patou2011-07-131-4/+11
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-057-0/+4822