summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_tdb
AgeCommit message (Expand)AuthorFilesLines
2009-10-02Revert "s4-ldb: fixed a memory leak"Andrew Tridgell1-6/+1
2009-10-02s4-ldb: fixed a memory leakAndrew Tridgell1-1/+6
2009-10-02s4-ldb: overallocate idxptr to reduce memory fragmentationAndrew Tridgell1-1/+3
2009-10-02s4-ldb: merged with masterAndrew Bartlett5-523/+623
2009-10-02s4:ldb Remove LTDB_PACKING_FORMAT_NODNAndrew Bartlett2-16/+0
2009-10-02s4:ldb Fix ldb_list_find() folowing the change from char * to TDB_DATAAndrew Bartlett1-10/+4
2009-09-23fixed spellingAndrew Tridgell1-1/+1
2009-09-21s4:ldb Add 'single-value' support to LDB.Andrew Bartlett1-2/+47
2009-09-15s4-ldb: cope better with corruption of tdb recordsAndrew Tridgell4-5/+30
2009-09-08s4/ldb: added --show-binary command line optionAndrew Tridgell1-1/+1
2009-08-28s4:ldb Don't sleep(100) in this error case, but debug the LDIFAndrew Bartlett1-6/+6
2009-08-17s4:ldb Remove obsolete comment about ldb_tdb's sequence numAndrew Bartlett1-2/+0
2009-07-14remove all '\n' from ldb_debugSumit Bose4-8/+8
2009-06-04fixed ldb rename now that we have unique indexesAndrew Tridgell1-30/+11
2009-06-01use the unique flag on ldb attributes to optimise & clausesAndrew Tridgell1-46/+72
2009-06-01added support for unique indexing in ldbAndrew Tridgell1-7/+26
2009-05-28a useful debugging toolAndrew Tridgell1-0/+7
2009-05-28fixed one-level indexingAndrew Tridgell1-6/+2
2009-04-07don't load @ATTRIBUTES if we have an override handler in placeAndrew Tridgell1-0/+7
2009-03-31added support for a prepare_commit() op in ldb modulesAndrew Tridgell2-2/+32
2009-03-10Fix extended operation return path.Simo Sorce1-8/+12
2009-03-09Fix potential segfaults using freed memory.Simo Sorce4-10/+54
2009-02-23Fix headers, ldb_includes.h is a private header,Simo Sorce2-7/+2
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 Sorce7-132/+207
2009-01-21s4:ldb: remove dependency to samba4's events wrapperStefan Metzmacher1-2/+2
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher2-7/+7
2008-12-19s4:cosmetic: Remove trailing tabs and spacesSimo Sorce1-59/+59
2008-12-19Small cosmetic LDB patch regarding return values.Matthias Dieter Wallnöfer1-4/+4
2008-12-18Rename ldb index pointer wrapper functionAndrew Bartlett1-8/+8
2008-12-17s4:ldb: make it possible to return per entry controlsAndrew Bartlett2-2/+2
2008-12-17an experimental patch for fixing ldb bloatAndrew Tridgell3-9/+352
2008-12-16repack the ldb after re-indexingAndrew Tridgell1-0/+4
2008-11-17Remove timeout event once we are calling the callback.Andrew Bartlett2-4/+6
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij2-3/+3
2008-10-16Transform the sequence_number operation into a normal extended operation as i...Simo Sorce3-49/+121
2008-09-29LDB ASYNC: ldb_tdb backendSimo Sorce4-315/+242
2008-09-25Revert LDB return code patches from Matthias.Jelmer Vernooij5-49/+49
2008-09-24Cosmetic corrections for the LDB backend modulesMatthias Dieter Wallnöfer5-49/+49
2008-09-18Generate with 1.3.36.Jelmer Vernooij1-0/+4
2008-08-22fixed a speellling erraAndrew Tridgell1-1/+1
2008-06-14Cleanup,Simo Sorce1-61/+88
2008-04-17use uintptr_t instead of intptr_t where appropriateAndrew Tridgell1-2/+2
2008-02-20Remove more function-based inits.Jelmer Vernooij1-4/+4
2008-01-06r26684: Trivial cleanup from Matthias Dieter Wallnöfer, from bug 5090Andrew Bartlett1-1/+1
2007-12-24r26574: Do not call functions in the variable declaration, fix checking for t...Simo Sorce1-5/+7
2007-12-21r26200: Bring back some accidently removed files.Jelmer Vernooij1-0/+153
2007-12-21r26197: Add bindings for libsecurity.Jelmer Vernooij1-153/+0
2007-12-21r26131: Ensure we show the right errors in the NULL base DN case. Based onAndrew Bartlett1-0/+2
2007-12-21r25965: Remove duplicate block - thanks metze!Andrew Bartlett1-18/+0