summaryrefslogtreecommitdiffstats
path: root/source3/tdb/tdb.h
Commit message (Expand)AuthorAgeFilesLines
* 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