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