updated the 3.0 branch from the head branch - ready for alpha18
[nivanova/samba-autobuild/.git] / source3 / tdb / tdbutil.c
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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