trying to get HEAD building again. If you want the code
[kai/samba-autobuild/.git] / source3 / tdb / tdbutil.c
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-05-14 Tim Potterspelling
2003-04-10 Jeremy AllisonFix from Andrew Esh to ensure tdb_pack can't segfault.
2003-03-14 Rafal SzczesniakFresh meat in trusted domains code:
2003-01-30 Jeremy AllisonAdd 3 second timeout when terminating server and sendin...
2003-01-12 Andrew BartlettKeep all the const warnings in one place, by adding...
2003-01-09 Martin Pooltdb_chainlock_with_timeout: Add TODO: If we time out...
2003-01-02 Andrew BartlettBIG patch...
2002-11-23 Jeremy AllisonLots of fixes for error paths where tdb_fetch() data...
2002-11-09 Jeremy AllisonAdd chainlock_read functions to get a read lock. Used...
2002-11-07 Jeremy AllisonMerge of scalable printing code fix... Needs testing.
2002-10-04 Jeremy AllisonAdd a timeout to tdb_lock_bystring(). Ensure we never...
2002-06-03 Tim PotterAdded tdb_delete_by_string() function.
2002-04-14 Andrew BartlettPartly based on the work by mimir (Rafal Szczesniak
2002-04-13 Andrew BartlettMake our atomic increment code actually do this during...
2002-04-09 Tim PotterWhen printing a tdb log message display "unnamed" inste...
2002-04-07 Simo Sorceuint32 store and fectch functions, a signed int is...
2002-03-21 Jeremy AllisonMake winbindd_idmap tdb endian independent. This is...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-22 Tim PotterDisplay tdb name of "unknown" in logging debug when...
2002-01-20 Andrew BartlettThis is another *BIG* change...
2002-01-18 Jeremy AllisonEnsure we log tdb open fails. Patch from Alexander...
2002-01-09 Jeremy AllisonAdded int32 version of "atomic" update.
2002-01-09 Jeremy AllisonAdded int32 versions of the endian-dependent code.
2002-01-03 Jeremy AllisonFixed nasty cast of tdb_delete in traversals.
2001-12-05 Jean-François Mico... changed the DEBUG level of tdb_pack and tdb_unpack...
2001-12-04 Jeremy AllisonTidup.
2001-12-04 Martin Poolundo
2001-12-04 Martin PoolBetter error handling:
2001-09-06 Andrew Tridgellactually obey the "use mmap" smb.conf option
2001-05-30 Andrew Tridgellmerged fix for tdb_unpack from 2_2
2001-05-30 Andrew Tridgell- fixed an off-by-1 bug in the delayed deletion code...
2001-05-30 Andrew Tridgelladded a tdb_open_log() function that opens a tdb and...
2001-05-25 Jeremy AllisonAdded tdb_change_int_atomic() to allow atomic updates...
2001-05-06 Andrew Tridgellmerge from 2.2
2001-04-18 Andrew Tridgellmerge from 2.2
2001-04-16 Tim PotterGetting medieval with compiler warnings as Jeremy puts it.
2001-04-13 Jeremy AllisonMerge of Andrew's changes in 2.2.
2001-04-11 Tim PotterFixed some compiler warnings.
2001-04-10 Jeremy AllisonAdded HAVE_STDARG_H to tdbutil.c
2000-12-06 Tim Pottertdb_chainunlock() no longer returns a value.
2000-12-06 Jeremy AllisonChanged to sourceforge tdb code. This includes spinlock...
2000-11-10 Jeremy Allisonrpc_parse/parse_spoolss.c: Updated comment for old...
2000-10-10 Andrew Tridgelladded tdb_lock_bystring() and tdb_unlock_bystring()
2000-07-31 Jeremy AllisonAdded John Reilly's enumports/addprinter/delprinter...
2000-06-08 Jeremy AllisonMoved tdb functions that access parse structs into...
2000-06-07 Jeremy AllisonFixing get/set of security descriptors.
2000-06-04 Andrew Tridgelladded some debug code to track down pack/unpack problems
2000-05-27 Andrew Tridgellgetting and setting security descriptors on printers...
2000-05-24 Andrew Tridgelladded tdb_pack() and tdb_unpack()
2000-05-12 Tim PotterWhile we're all making incompatible tdb changes, I...
2000-05-09 Tim PotterAdded tdb_store_by_string() and tdb_fetch_by_string...
2000-04-29 Andrew Tridgellput tdb utility functions in a separate file