Age | Commit message (Expand) | Author | Files | Lines |
2003-01-11 | fix tdb_append() prototype | Gerald Carter | 1 | -1/+1 |
2003-01-11 | Added tdb_append() call. Efficiently adds to an entry. Used by new messaging | Jeremy Allison | 1 | -0/+1 |
2002-10-04 | Add a timeout to tdb_lock_bystring(). Ensure we never have more than | Jeremy Allison | 1 | -1/+1 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -0/+1 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -0/+1 |
2002-04-07 | better check of called function's return | Simo Sorce | 1 | -2/+2 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-09 | Move SAFE_FREE into tdb.c to stop exporting it into tdb.h namespace. | Jeremy Allison | 1 | -5/+0 |
2002-01-02 | debug statement fixups. | Jeremy Allison | 1 | -0/+6 |
2001-12-11 | Fix up warnings. Make tdb_openXX() names const. | Jeremy Allison | 1 | -2/+2 |
2001-12-04 | Put back changes to set errno, which seem to do no harm. | Martin Pool | 1 | -1/+13 |
2001-12-04 | undo | Martin Pool | 1 | -14/+2 |
2001-12-04 | Implement suggestion from tridge to leave the old tdb_open interface | Martin Pool | 1 | -2/+4 |
2001-12-04 | Better error handling: | Martin Pool | 1 | -3/+6 |
2001-12-03 | Added prototypes for new fns. Thanks Elrond. | Jeremy Allison | 1 | -0/+7 |
2001-09-19 | added a hook to reopen all tdb's after the server fork | Andrew Tridgell | 1 | -0/+1 |
2001-05-28 | try to make the tailer code much more robust. When a record | Andrew Tridgell | 1 | -0/+2 |
2000-12-06 | Changed to sourceforge tdb code. This includes spinlocks (so we now have | Jeremy Allison | 1 | -38/+73 |
2000-06-15 | support both read and write locks inside the tdb | Andrew Tridgell | 1 | -1/+6 |
2000-05-12 | an imcompatible tdb format change (sorry!) | Andrew Tridgell | 1 | -0/+1 |
2000-05-01 | added TDB_INTERNAL, TDB_NOLOCK and TDB_NOMMAP flags. | Andrew Tridgell | 1 | -0/+4 |
2000-04-25 | added TDB_MODIFY flag - patch from from luke | Andrew Tridgell | 1 | -1/+2 |
2000-04-18 | locking/locking.c: Fixed placeholder code for POSIX locking. | Jeremy Allison | 1 | -0/+2 |
2000-02-04 | 1) added void* state argument to tdb_traverse. guess what! there were | Luke Leighton | 1 | -1/+2 |
2000-01-08 | improved the error checking | Andrew Tridgell | 1 | -1/+8 |
2000-01-07 | - patch from Rusty to neaten up the code a bit | Andrew Tridgell | 1 | -0/+3 |
2000-01-02 | - added tdb_flags option to tdb_open() | Andrew Tridgell | 1 | -1/+6 |
1999-12-23 | fixed locking code | Andrew Tridgell | 1 | -1/+1 |
1999-12-21 | first cut at using the tdb code for the connections structure, the | Andrew Tridgell | 1 | -0/+1 |
1999-12-21 | first pass at the database code for Samba. This also includes a test | Andrew Tridgell | 1 | -0/+61 |