summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_tdb/ldb_tdb.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-07s4:objectclass_attrs LDB module - move the single-valued attribute check into...Matthias Dieter Wallnöfer1-44/+0
2010-06-07s4:rdn_name LDB module - move the "distinguishedName" write prevent check hereMatthias Dieter Wallnöfer1-7/+0
2010-05-30ldb:ldb_tdb/ldb_tdb.c - quiet a warning regarding TDB -> LDB error code conve...Matthias Dieter Wallnöfer1-0/+2
2010-04-18ldb: mark the tdb backend in ldb as _PRIVATE_Andrew Tridgell1-1/+1
2010-03-08LDB:TDB backend - change counter variables to "unsigned" where appropriateMatthias Dieter Wallnöfer1-2/+3
2010-02-22LDB related spelling fixes.Brad Hards1-1/+1
2010-01-31s4:ldb quiet down rootdse control registrationSimo Sorce1-1/+1
2010-01-30s4:ldb Fix check made conditional by mistakeSimo Sorce1-7/+11
2010-01-30s4:ldb add support for permissive modify controlSimo Sorce1-24/+96
2010-01-08s4-ldb: improve error handling in indexing codeAndrew Tridgell1-1/+2
2010-01-02s4-ldb: use the RELAX control to disable single value checking on replaceAndrew Tridgell1-3/+14
2009-12-16s4-ldb: show the OID of any unhandled critical controlsAndrew Tridgell1-4/+9
2009-12-09s4-ldb: fixed nested searches inside ldb modulesAndrew Tridgell1-4/+11
2009-11-20ldb:ldb_tdb backend/indexes - Outside APIMatthias Dieter Wallnöfer1-8/+2
2009-11-20s4-ldb: fixed an issue in rename/modify indexingAndrew Tridgell1-16/+16
2009-10-27ldb:tdb backend - be also here more careful with the result valueMatthias Dieter Wallnöfer1-2/+2
2009-10-25ldb:backend "connect" functions - convert result values to LDB constantsMatthias Dieter Wallnöfer1-6/+6
2009-10-25s4-ldb: don't allow modifies outside a transaction.Andrew Tridgell1-0/+8
2009-10-22s4-ldb: expose ltdb_err_map and ltdb_delete_noindexAndrew Tridgell1-2/+3
2009-10-22s4-ldb: ldb indexing rewrite - part1Andrew Tridgell1-61/+69
2009-10-21s4:ldb Put ltdb_private under the 'module'Andrew Bartlett1-0/+1
2009-10-12s4:ldb_tdb - Revert some introduced "trivial gotos"Matthias Dieter Wallnöfer1-21/+11
2009-10-12Allow (and ignore) distinguishedName on special recordsAndrew Bartlett1-0/+2
2009-10-12s4:ldb Reload the 'ltdb_cache' when @OPTIONS changesAndrew Bartlett1-0/+7
2009-10-08s4:ldb_tdb - Rework/VariousMatthias Dieter Wallnöfer1-192/+200
2009-10-06s4-ldb: fixed error on single value errorAndrew Tridgell1-1/+1
2009-10-03s4:ldb_tdb - fix memory leaksMatthias Dieter Wallnöfer1-7/+12
2009-10-02s4:ldb Don't allow modifcation of distinguishedNameAndrew Bartlett1-1/+7
2009-10-02Revert "s4-ldb: merged with master"Andrew Tridgell1-109/+78
2009-10-02s4-ldb: merged with masterAndrew Bartlett1-78/+109
2009-09-23fixed spellingAndrew Tridgell1-1/+1
2009-09-21s4:ldb Add 'single-value' support to LDB.Andrew Bartlett1-2/+47
2009-07-14remove all '\n' from ldb_debugSumit Bose1-1/+1
2009-06-04fixed ldb rename now that we have unique indexesAndrew Tridgell1-30/+11
2009-03-31added support for a prepare_commit() op in ldb modulesAndrew Tridgell1-2/+31
2009-03-10Fix extended operation return path.Simo Sorce1-8/+12
2009-03-09Fix potential segfaults using freed memory.Simo Sorce1-5/+44
2009-02-23Make all transactions nested in ldb. The current samba4 code expects thisSimo Sorce1-0/+2
2009-01-30Fix the mess with ldb includes.Simo Sorce1-57/+72
2009-01-21s4:ldb: remove dependency to samba4's events wrapperStefan Metzmacher1-2/+2
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-6/+6
2008-12-17an experimental patch for fixing ldb bloatAndrew Tridgell1-0/+10
2008-11-17Remove timeout event once we are calling the callback.Andrew Bartlett1-4/+5
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij1-2/+2
2008-10-16Transform the sequence_number operation into a normal extended operation as i...Simo Sorce1-25/+119
2008-09-29LDB ASYNC: ldb_tdb backendSimo Sorce1-181/+172
2008-09-25Revert LDB return code patches from Matthias.Jelmer Vernooij1-10/+10
2008-09-24Cosmetic corrections for the LDB backend modulesMatthias Dieter Wallnöfer1-10/+10
2008-06-14Cleanup,Simo Sorce1-61/+88
2008-02-20Remove more function-based inits.Jelmer Vernooij1-4/+4