summaryrefslogtreecommitdiff
path: root/source3/tdb/tdb.h
AgeCommit message (Expand)AuthorFilesLines
2003-01-11fix tdb_append() prototypeGerald Carter1-1/+1
2003-01-11Added tdb_append() call. Efficiently adds to an entry. Used by new messagingJeremy Allison1-0/+1
2002-10-04Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison1-1/+1
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-0/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-0/+1
2002-04-07better check of called function's returnSimo Sorce1-2/+2
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-09Move SAFE_FREE into tdb.c to stop exporting it into tdb.h namespace.Jeremy Allison1-5/+0
2002-01-02debug statement fixups.Jeremy Allison1-0/+6
2001-12-11Fix up warnings. Make tdb_openXX() names const.Jeremy Allison1-2/+2
2001-12-04Put back changes to set errno, which seem to do no harm.Martin Pool1-1/+13
2001-12-04undoMartin Pool1-14/+2
2001-12-04Implement suggestion from tridge to leave the old tdb_open interfaceMartin Pool1-2/+4
2001-12-04Better error handling:Martin Pool1-3/+6
2001-12-03Added prototypes for new fns. Thanks Elrond.Jeremy Allison1-0/+7
2001-09-19added a hook to reopen all tdb's after the server forkAndrew Tridgell1-0/+1
2001-05-28try to make the tailer code much more robust. When a recordAndrew Tridgell1-0/+2
2000-12-06Changed to sourceforge tdb code. This includes spinlocks (so we now haveJeremy Allison1-38/+73
2000-06-15support both read and write locks inside the tdbAndrew Tridgell1-1/+6
2000-05-12an imcompatible tdb format change (sorry!)Andrew Tridgell1-0/+1
2000-05-01added TDB_INTERNAL, TDB_NOLOCK and TDB_NOMMAP flags.Andrew Tridgell1-0/+4
2000-04-25added TDB_MODIFY flag - patch from from lukeAndrew Tridgell1-1/+2
2000-04-18locking/locking.c: Fixed placeholder code for POSIX locking.Jeremy Allison1-0/+2
2000-02-041) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton1-1/+2
2000-01-08improved the error checkingAndrew Tridgell1-1/+8
2000-01-07- patch from Rusty to neaten up the code a bitAndrew Tridgell1-0/+3
2000-01-02- added tdb_flags option to tdb_open()Andrew Tridgell1-1/+6
1999-12-23fixed locking codeAndrew Tridgell1-1/+1
1999-12-21first cut at using the tdb code for the connections structure, theAndrew Tridgell1-0/+1
1999-12-21first pass at the database code for Samba. This also includes a testAndrew Tridgell1-0/+61