Age | Commit message (Expand) | Author | Files | Lines |
2002-01-22 | Display tdb name of "unknown" in logging debug when tdb has not been named. | Tim Potter | 1 | -1/+1 |
2002-01-20 | This is another *BIG* change... | Andrew Bartlett | 1 | -1/+1 |
2002-01-18 | Ensure we log tdb open fails. Patch from Alexander Bokovoy <a.bokovoy@sam-sol... | Jeremy Allison | 1 | -4/+2 |
2002-01-09 | Added int32 version of "atomic" update. | Jeremy Allison | 1 | -0/+35 |
2002-01-09 | Added int32 versions of the endian-dependent code. | Jeremy Allison | 1 | -2/+66 |
2002-01-03 | Fixed nasty cast of tdb_delete in traversals. | Jeremy Allison | 1 | -0/+11 |
2001-12-05 | changed the DEBUG level of tdb_pack and tdb_unpack. Instead of 8, it's now | Jean-François Micouleau | 1 | -2/+2 |
2001-12-04 | Tidup. | Jeremy Allison | 1 | -43/+80 |
2001-12-04 | undo | Martin Pool | 1 | -1/+3 |
2001-12-04 | Better error handling: | Martin Pool | 1 | -3/+1 |
2001-09-06 | actually obey the "use mmap" smb.conf option | Andrew Tridgell | 1 | -1/+5 |
2001-05-30 | merged fix for tdb_unpack from 2_2 | Andrew Tridgell | 1 | -1/+4 |
2001-05-30 | - fixed an off-by-1 bug in the delayed deletion code that I believe | Andrew Tridgell | 1 | -0/+1 |
2001-05-30 | added a tdb_open_log() function that opens a tdb and enables logging | Andrew Tridgell | 1 | -0/+33 |
2001-05-25 | Added tdb_change_int_atomic() to allow atomic updates of a tdb int value. | Jeremy Allison | 1 | -3/+32 |
2001-05-06 | merge from 2.2 | Andrew Tridgell | 1 | -2/+5 |
2001-04-18 | merge from 2.2 | Andrew Tridgell | 1 | -0/+1 |
2001-04-16 | Getting medieval with compiler warnings as Jeremy puts it. | Tim Potter | 1 | -2/+2 |
2001-04-13 | Merge of Andrew's changes in 2.2. | Jeremy Allison | 1 | -48/+2 |
2001-04-11 | Fixed some compiler warnings. | Tim Potter | 1 | -2/+2 |
2001-04-10 | Added HAVE_STDARG_H to tdbutil.c | Jeremy Allison | 1 | -5/+51 |
2000-12-06 | tdb_chainunlock() no longer returns a value. | Tim Potter | 1 | -2/+2 |
2000-12-06 | Changed to sourceforge tdb code. This includes spinlocks (so we now have | Jeremy Allison | 1 | -2/+2 |
2000-11-10 | rpc_parse/parse_spoolss.c: Updated comment for old version of W2K. | Jeremy Allison | 1 | -1/+1 |
2000-10-10 | added tdb_lock_bystring() and tdb_unlock_bystring() | Andrew Tridgell | 1 | -0/+24 |
2000-07-31 | Added John Reilly's enumports/addprinter/delprinter scripting code plus the | Jeremy Allison | 1 | -0/+14 |
2000-06-08 | Moved tdb functions that access parse structs into parse_prs.c | Jeremy Allison | 1 | -30/+0 |
2000-06-07 | Fixing get/set of security descriptors. | Jeremy Allison | 1 | -8/+4 |
2000-06-04 | added some debug code to track down pack/unpack problems | Andrew Tridgell | 1 | -0/+12 |
2000-05-27 | getting and setting security descriptors on printers now works | Andrew Tridgell | 1 | -10/+42 |
2000-05-24 | added tdb_pack() and tdb_unpack() | Andrew Tridgell | 1 | -0/+148 |
2000-05-12 | While we're all making incompatible tdb changes, I changed the implementation | Tim Potter | 1 | -4/+4 |
2000-05-09 | Added tdb_store_by_string() and tdb_fetch_by_string() functions to store | Tim Potter | 1 | -0/+27 |
2000-04-29 | put tdb utility functions in a separate file | Andrew Tridgell | 1 | -0/+67 |