summaryrefslogtreecommitdiffstats
path: root/source/tdb/tdb.h
Commit message (Expand)AuthorAgeFilesLines
* r17607: Adapt the Samba4 directory structure for tdb. Makes it easier to diff.Volker Lendecke2007-10-101-132/+0
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-88/+58
* r14954: Fix #3569 based on William Jojo's work. AIX alsoJeremy Allison2007-10-101-1/+1
* r8595: Delete unused prototypes.Tim Potter2007-10-101-2/+0
* r3772: BUG 2006: patch from Michel Gravey <michel.gravey@optogone.com>; fix b...Gerald Carter2007-10-101-1/+1
* r2999: Remove lockedkeys code. Not used.Jeremy Allison2007-10-101-1/+0
* r2248: Merge of tridge's PRINTF_ATTRIBUTE fixes from samba4.Tim Potter2007-10-101-0/+8
* r2239: Fixup formatting errors in TDB_LOG calls. Add printf attribute suppor...Jim McDonough2007-10-101-1/+4
* r2032: If you're selecting a hash algorithm for tdb, you need to do it at ope...Jeremy Allison2007-10-101-2/+2
* r2026: Simplify statcache to use an in-memory tdb. Modify tdb to useJeremy Allison2007-10-101-0/+3
* merge tdb changes from samba4 - this means tdb is now under the LGPL, as disc...Andrew Tridgell2004-03-281-14/+21
* fix tdb_append() prototypeGerald Carter2003-01-111-1/+1
* Added tdb_append() call. Efficiently adds to an entry. Used by new messagingJeremy Allison2003-01-111-0/+1
* Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison2002-10-041-1/+1
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-0/+1
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-0/+1
* better check of called function's returnSimo Sorce2002-04-071-2/+2
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Move SAFE_FREE into tdb.c to stop exporting it into tdb.h namespace.Jeremy Allison2002-01-091-5/+0
* debug statement fixups.Jeremy Allison2002-01-021-0/+6
* Fix up warnings. Make tdb_openXX() names const.Jeremy Allison2001-12-111-2/+2
* Put back changes to set errno, which seem to do no harm.Martin Pool2001-12-041-1/+13
* undoMartin Pool2001-12-041-14/+2
* Implement suggestion from tridge to leave the old tdb_open interfaceMartin Pool2001-12-041-2/+4
* Better error handling:Martin Pool2001-12-041-3/+6
* Added prototypes for new fns. Thanks Elrond.Jeremy Allison2001-12-031-0/+7
* added a hook to reopen all tdb's after the server forkAndrew Tridgell2001-09-191-0/+1
* try to make the tailer code much more robust. When a recordAndrew Tridgell2001-05-281-0/+2
* Changed to sourceforge tdb code. This includes spinlocks (so we now haveJeremy Allison2000-12-061-38/+73
* support both read and write locks inside the tdbAndrew Tridgell2000-06-151-1/+6
* an imcompatible tdb format change (sorry!)Andrew Tridgell2000-05-121-0/+1
* added TDB_INTERNAL, TDB_NOLOCK and TDB_NOMMAP flags.Andrew Tridgell2000-05-011-0/+4
* added TDB_MODIFY flag - patch from from lukeAndrew Tridgell2000-04-251-1/+2
* locking/locking.c: Fixed placeholder code for POSIX locking.Jeremy Allison2000-04-181-0/+2
* 1) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton2000-02-041-1/+2
* improved the error checkingAndrew Tridgell2000-01-081-1/+8
* - patch from Rusty to neaten up the code a bitAndrew Tridgell2000-01-071-0/+3
* - added tdb_flags option to tdb_open()Andrew Tridgell2000-01-021-1/+6
* fixed locking codeAndrew Tridgell1999-12-231-1/+1
* first cut at using the tdb code for the connections structure, theAndrew Tridgell1999-12-211-0/+1
* first pass at the database code for Samba. This also includes a testAndrew Tridgell1999-12-211-0/+61