summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/ldb_tdb/ldb_tdb.h
Commit message (Expand)AuthorAgeFilesLines
* ldb: replace 'struct TDB_DATA' with 'TDB_DATA'Rusty Russell2011-06-201-3/+3
* tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2011-06-201-1/+1
* ldb:tdb backend - cache - remove unused "last_attribute" structure memberMatthias Dieter Wallnöfer2011-04-291-5/+0
* s4-ldb: added an environment varibale LDB_WARN_UNINDEXEDAndrew Tridgell2010-11-231-0/+2
* s4-ldb: removed ldb_includes.hAndrew Tridgell2010-11-011-1/+3
* LDB:TDB backend - change counter variables to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-081-1/+1
* s4-ldb: use the RELAX control to disable single value checking on replaceAndrew Tridgell2010-01-021-1/+1
* s4-ldb: fixed nested searches inside ldb modulesAndrew Tridgell2009-12-091-0/+1
* ldb:ldb_tdb backend/indexes - Outside APIMatthias Dieter Wallnöfer2009-11-201-2/+3
* s4-ldb: expose ltdb_err_map and ltdb_delete_noindexAndrew Tridgell2009-10-221-0/+2
* s4-ldb: ldb indexing rewrite - part1Andrew Tridgell2009-10-221-8/+10
* s4-ldb: cope better with corruption of tdb recordsAndrew Tridgell2009-09-151-1/+1
* s4:ldb Remove obsolete comment about ldb_tdb's sequence numAndrew Bartlett2009-08-171-2/+0
* added support for a prepare_commit() op in ldb modulesAndrew Tridgell2009-03-311-0/+1
* Fix potential segfaults using freed memory.Simo Sorce2009-03-091-1/+6
* Fix headers, ldb_includes.h is a private header,Simo Sorce2009-02-231-7/+1
* Fix the mess with ldb includes.Simo Sorce2009-01-301-0/+2
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-1/+1
* an experimental patch for fixing ldb bloatAndrew Tridgell2008-12-171-0/+5
* Remove timeout event once we are calling the callback.Andrew Bartlett2008-11-171-0/+1
* Transform the sequence_number operation into a normal extended operation as i...Simo Sorce2008-10-161-0/+2
* LDB ASYNC: ldb_tdb backendSimo Sorce2008-09-291-9/+5
* r25959: Add a new special DN to LDB: @OPTIONSAndrew Bartlett2007-12-211-0/+4
* 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-211-0/+2
* r25218: After discussion with Simo, remove the subclass support from LDB.Andrew Bartlett2007-10-101-2/+0
* r25084: Move samba-specific code out of lib/ldb directory.Jelmer Vernooij2007-10-101-8/+1
* r20106: Optional ONE Level indexing for ldb_tdbSimo Sorce2007-10-101-0/+2
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-101-4/+4
* r19402: - use the new tdb_lockall_read() to make ldb_search() more efficient,Andrew Tridgell2007-10-101-0/+4
* r19363: - don't need to store the baseinfo message after cache loadAndrew Tridgell2007-10-101-1/+0
* r19314: Commit tridge's fixes for a big mem leak in ltdb I introducedSimo Sorce2007-10-101-2/+1
* r18831: minor build changes for samba3. The logging changes will be removedAndrew Tridgell2007-10-101-0/+5
* r18781: Move the usnCreated and usnChanged handling around again.Andrew Bartlett2007-10-101-1/+2
* r17711: fix compiler warningsStefan Metzmacher2007-10-101-1/+1
* r17185: Oh, I wanted to do this for sooo long time.Simo Sorce2007-10-101-5/+5
* r16774: This patch modifies the tdb API to allow the logging function to be usedAndrew Bartlett2007-10-101-1/+2
* r15942: Remove the sync internal ldb calls altogether.Simo Sorce2007-10-101-5/+1
* r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce2007-10-101-6/+1
* r13827: Minor enhancements or cosmetic changesSimo Sorce2007-10-101-4/+1
* r13818: Make ldb_tdb 'fake' async.Simo Sorce2007-10-101-5/+32
* r13258: Fix the talloc heirachy for ldb_tdb.Andrew Bartlett2007-10-101-1/+3
* r11567: Ldb API change patch.Simo Sorce2007-10-101-3/+3
* r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell2007-10-101-3/+0
* r10408: now that we are using tdb transactions we don't need any additionalAndrew Tridgell2007-10-101-2/+0
* r10305: start implementing better error handlingSimo Sorce2007-10-101-3/+0
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-101-6/+6
* r8625: move the ldb_wrap logic into the ldb code. This logic is meant toAndrew Tridgell2007-10-101-0/+4
* r8037: a fairly major update to the internals of ldb. Changes are:Andrew Tridgell2007-10-101-19/+0
* r7709: - convert ldb to use popt, so that it can interact with the sambaAndrew Tridgell2007-10-101-2/+0