summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/ldb_tdb
Commit message (Expand)AuthorAgeFilesLines
* remove all '\n' from ldb_debugSumit Bose2009-07-144-8/+8
* fixed ldb rename now that we have unique indexesAndrew Tridgell2009-06-041-30/+11
* use the unique flag on ldb attributes to optimise & clausesAndrew Tridgell2009-06-011-46/+72
* added support for unique indexing in ldbAndrew Tridgell2009-06-011-7/+26
* a useful debugging toolAndrew Tridgell2009-05-281-0/+7
* fixed one-level indexingAndrew Tridgell2009-05-281-6/+2
* don't load @ATTRIBUTES if we have an override handler in placeAndrew Tridgell2009-04-071-0/+7
* added support for a prepare_commit() op in ldb modulesAndrew Tridgell2009-03-312-2/+32
* Fix extended operation return path.Simo Sorce2009-03-101-8/+12
* Fix potential segfaults using freed memory.Simo Sorce2009-03-094-10/+54
* Fix headers, ldb_includes.h is a private header,Simo Sorce2009-02-232-7/+2
* Make all transactions nested in ldb. The current samba4 code expects thisSimo Sorce2009-02-231-0/+2
* Fix the mess with ldb includes.Simo Sorce2009-01-307-132/+207
* s4:ldb: remove dependency to samba4's events wrapperStefan Metzmacher2009-01-211-2/+2
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-292-7/+7
* s4:cosmetic: Remove trailing tabs and spacesSimo Sorce2008-12-191-59/+59
* Small cosmetic LDB patch regarding return values.Matthias Dieter Wallnöfer2008-12-191-4/+4
* Rename ldb index pointer wrapper functionAndrew Bartlett2008-12-181-8/+8
* s4:ldb: make it possible to return per entry controlsAndrew Bartlett2008-12-172-2/+2
* an experimental patch for fixing ldb bloatAndrew Tridgell2008-12-173-9/+352
* repack the ldb after re-indexingAndrew Tridgell2008-12-161-0/+4
* Remove timeout event once we are calling the callback.Andrew Bartlett2008-11-172-4/+6
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-202-3/+3
* Transform the sequence_number operation into a normal extended operation as i...Simo Sorce2008-10-163-49/+121
* LDB ASYNC: ldb_tdb backendSimo Sorce2008-09-294-315/+242
* Revert LDB return code patches from Matthias.Jelmer Vernooij2008-09-255-49/+49
* Cosmetic corrections for the LDB backend modulesMatthias Dieter Wallnöfer2008-09-245-49/+49
* Generate with 1.3.36.Jelmer Vernooij2008-09-181-0/+4
* fixed a speellling erraAndrew Tridgell2008-08-221-1/+1
* Cleanup,Simo Sorce2008-06-141-61/+88
* use uintptr_t instead of intptr_t where appropriateAndrew Tridgell2008-04-171-2/+2
* Remove more function-based inits.Jelmer Vernooij2008-02-201-4/+4
* r26684: Trivial cleanup from Matthias Dieter Wallnöfer, from bug 5090Andrew Bartlett2008-01-061-1/+1
* r26574: Do not call functions in the variable declaration, fix checking for t...Simo Sorce2007-12-241-5/+7
* r26200: Bring back some accidently removed files.Jelmer Vernooij2007-12-211-0/+153
* r26197: Add bindings for libsecurity.Jelmer Vernooij2007-12-211-153/+0
* r26131: Ensure we show the right errors in the NULL base DN case. Based onAndrew Bartlett2007-12-211-0/+2
* r25965: Remove duplicate block - thanks metze!Andrew Bartlett2007-12-211-18/+0
* r25964: Fix comment and use talloc hirachy in ldb_tdb initialisation.Andrew Bartlett2007-12-211-4/+2
* r25959: Add a new special DN to LDB: @OPTIONSAndrew Bartlett2007-12-213-17/+144
* r25893: Fix ldb, tdb builds (and one warning).Jeremy Allison2007-12-211-0/+2
* r25690: - only use a readonly traverse in ldb_search when not in a transactio...Andrew Tridgell2007-12-213-3/+21
* r25218: After discussion with Simo, remove the subclass support from LDB.Andrew Bartlett2007-10-103-137/+0
* r25215: replace talloc_append_string() with talloc_strdup_append_buffer()Stefan Metzmacher2007-10-101-1/+1
* r25204: Patch by Andrew Kroeger <andrew@sprocks.gotdns.com> fixing bug #4958 -Andrew Bartlett2007-10-101-9/+31
* r25084: Move samba-specific code out of lib/ldb directory.Jelmer Vernooij2007-10-101-8/+1
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-103-17/+17
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-106-12/+6
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-106-6/+6
* r23762: Fix DN renames over LDAP, and instrument the partition module. Add aAndrew Bartlett2007-10-101-3/+2