summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_tdb
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-21r25964: Fix comment and use talloc hirachy in ldb_tdb initialisation.Andrew Bartlett1-4/+2
2007-12-21r25959: Add a new special DN to LDB: @OPTIONSAndrew Bartlett3-17/+144
2007-12-21r25893: Fix ldb, tdb builds (and one warning).Jeremy Allison1-0/+2
2007-12-21r25690: - only use a readonly traverse in ldb_search when not in a transactio...Andrew Tridgell3-3/+21
2007-10-10r25218: After discussion with Simo, remove the subclass support from LDB.Andrew Bartlett3-137/+0
2007-10-10r25215: replace talloc_append_string() with talloc_strdup_append_buffer()Stefan Metzmacher1-1/+1
2007-10-10r25204: Patch by Andrew Kroeger <andrew@sprocks.gotdns.com> fixing bug #4958 -Andrew Bartlett1-9/+31
2007-10-10r25084: Move samba-specific code out of lib/ldb directory.Jelmer Vernooij1-8/+1
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij3-17/+17
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell6-12/+6
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell6-6/+6
2007-10-10r23762: Fix DN renames over LDAP, and instrument the partition module. Add aAndrew Bartlett1-3/+2
2007-10-10r23737: Validate that we object to duplicate values in an add or replace.Andrew Bartlett1-10/+25
2007-10-10r23364: add LDB_FLG_NOMMAP flagAndrew Tridgell1-0/+5
2007-10-10r23339: merge from SAMBA_3_0:Stefan Metzmacher1-23/+2
2007-10-10r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij6-19/+12
2007-10-10r22471: Convert more code to use proper LDB error codes.Simo Sorce4-160/+163
2007-10-10r21311: fix very ugly "using free'ed memory" bugStefan Metzmacher1-1/+1
2007-10-10r20969: remove unused function, found my lcovStefan Metzmacher1-49/+0
2007-10-10r20865: remove useless warning, we now always pass the current partitionStefan Metzmacher1-25/+10
2007-10-10r20684: if we don't have any indexes, then we should not waste timeStefan Metzmacher1-0/+5
2007-10-10r20234: metze pointed out that we are re-loading the cache records on eachAndrew Tridgell1-0/+4
2007-10-10r20191: fix bug found by the IBM checkerStefan Metzmacher1-1/+1
2007-10-10r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointerStefan Metzmacher4-19/+13
2007-10-10r20168: start separating attributes and syntaxesStefan Metzmacher1-8/+12
2007-10-10r20106: Optional ONE Level indexing for ldb_tdbSimo Sorce3-9/+209