Move all the pdb_get...() and pdb_set...() functions to a new file.
[ira/wip.git] / source3 / tdb /
2002-01-09 Jeremy AllisonMove SAFE_FREE into tdb.c to stop exporting it into...
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.
2002-01-02 Jeremy Allisondebug statement fixups.
2001-12-31 Andrew Tridgellmore irix -64 portability fixes
2001-12-20 Martin PoolIgnore torture.tdb
2001-12-20 Andrew Tridgellnet ads password and net ads chostpass commands from...
2001-12-13 Jeremy AllisonMust check against -1 for fcntl error check.
2001-12-12 Herb Lewisadd *.po32 to ignore list
2001-12-11 Jeremy AllisonFix up warnings. Make tdb_openXX() names const.
2001-12-11 Jeremy AllisonTidyups to remove warnings on tdb standalone code.
2001-12-10 Martin PoolDoc.
2001-12-10 Martin PoolAllow for internal databases which may have no name.
2001-12-10 Martin PoolLog more error messages.
2001-12-10 Martin PoolLog more error messages.
2001-12-10 Martin PoolAllocate tdb name up front in case log functions want...
2001-12-10 Martin Pooltdb_open_ex: More cleanups: just dynamically allocate...
2001-12-10 Martin PoolRefactor code to check whether already open into its...
2001-12-10 Martin Pooltdb_open_ex should always "goto fail" in case of error...
2001-12-10 Martin PoolDoc.
2001-12-10 Martin Pooltdb_open_ex: Continue previous refactoring so that...
2001-12-10 Martin Pooltdb_open_ex: Refactor to use a pointer to tdb, rather...
2001-12-10 Tim PotterFormatting fixup.
2001-12-09 Andrew Tridgelladded a simple tdbdump utility
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 PoolPut back changes to set errno, which seem to do no...
2001-12-04 Martin PoolFix headers. This I know is correct.
2001-12-04 Martin PoolFix headers. This I know is correct.
2001-12-04 Martin Poolundo
2001-12-04 Martin PoolImplement suggestion from tridge to leave the old tdb_o...
2001-12-04 Martin PoolBetter error handling:
2001-12-04 Martin PoolMagic file for TDB databases.
2001-12-04 Martin PoolSet errno in tdb_open in cases where we detect an error...
2001-12-03 Jeremy AllisonAdded prototypes for new fns. Thanks Elrond.
2001-12-03 Tim PotterDon't display any data if tdb_fetch() failed in the...
2001-12-03 Tim PotterUpdated definition of fstring.
2001-11-28 Tim PotterAdded a 'keys' command to tdbtool which prints out...
2001-11-09 Tim PotterRemoved #ifdef TDB_DEBUG around tdb_dump_all() and...
2001-10-16 Jeremy AllisonDon't core dump when using spinlocks on a read-only...
2001-10-12 Jeremy AllisonFix for tdb_oob() on TDB_INTERNAL databases.
2001-10-06 Anton BlanchardPPC spinlocks work again. Sorry, my bad.
2001-10-03 Jeremy AllisonEnsure accessing NT member servers works with a Samba...
2001-09-27 Andrew Tridgellfixed compilation of tdbtorture
2001-09-24 Andrew Tridgelltdbtorture updates from when I was trying to track...
2001-09-19 Jeremy AllisonPut pwrite code back in expand_file.
2001-09-19 Andrew Tridgelladded a hook to reopen all tdb's after the server fork
2001-09-19 Jeremy AllisonFix based on Andrew's insight as re-using a tdb after...
2001-09-19 Jeremy AllisonReturn correct error code on lock fail in tdb_expand.
2001-09-18 Jeremy AllisonRoll back earlier fix after talking with Andrew. The...
2001-09-18 Jeremy AllisonFixed a couple of nasty bugs only easily seen with...
2001-09-06 Andrew Tridgellflush stdout in test logging fns
2001-09-06 Andrew Tridgelluse a different test tdb name for tdbtest and tdbtorture
2001-09-06 Andrew Tridgellactually obey the "use mmap" smb.conf option
2001-08-29 Tim PotterRenamed rwlock_t type to tdb_rwlock_t to avoid conflict...
2001-08-19 Anton BlanchardAdd missing gcc memory barriers, this bug showed up...
2001-08-07 Tim PotterPatch for having spaces in tdb keys, NULL termination...
2001-08-04 Volker LendeckePrint an error message if database could not be opened.
2001-08-02 Jeremy AllisonAdded mmap fix to pass lock test from HP.
2001-07-31 Jeremy AllisonFix for rare tdb pattern store failure. Found & fixed...
2001-07-25 Jeremy AllisonAlways check fstat for error.
2001-07-05 Jeremy AllisonFix for enumerating large numbers of users.
2001-07-04 Andrew Tridgellremoved some debug code
2001-06-21 Jeremy AllisonOk - I misspoke.... mmap returns MAP_FAILED, not necces...
2001-06-21 Jeremy AllisonWhen mmap fails it returns -1 *NOT NULL*.
2001-06-11 Jeremy AllisonFixed potential free of NULL found by SGI speedshop.
2001-06-01 Tim PotterAdded *.po to .cvsignore files.
2001-05-30 Andrew Tridgellmerged fix for tdb_unpack from 2_2
2001-05-30 Andrew Tridgelladded list function to tdbtool
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-29 Andrew Tridgellmore portable TDB_LOG macro
2001-05-28 Andrew Tridgelltry to make the tailer code much more robust. When...
2001-05-25 Jeremy AllisonAdded tdb_change_int_atomic() to allow atomic updates...
2001-05-15 Andrew Tridgellmake sure that when a tdb expands we fill the expanded...
2001-05-14 Jeremy AllisonImplemented max connections in a similar way to 2.0...
2001-05-06 Andrew Tridgellclearer tdb_mmap code
2001-05-06 Andrew Tridgellmerge from 2.2
2001-05-04 Jeremy AllisonFix problem with OpenBSD mmap and write not being coherent.
2001-04-18 Andrew Tridgellmerge from 2.2
2001-04-16 Tim PotterGetting medieval with compiler warnings as Jeremy puts it.
2001-04-14 Jeremy AllisonFix for True64 treating readonly as a reserved word !
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
2001-02-20 Andrew Tridgelloptimise by default
2001-02-13 Jeremy AllisonIt compiles for me now :-). rpc_server/srv_lsa.c -...
2001-01-29 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-16 Tim PotterSet the tdb->map_ptr to NULL if mmap() returns -1.
2000-12-30 Christopher R. HertelThe line was:
2000-12-15 Jeremy AllisonAdded lock backouts on fail.
2000-12-13 Jeremy AllisonTwo tdb bugfixes. First one - ensure that traverse...
2000-12-11 Jeremy AllisonAdded Tim's fix for read-only crashes.
2000-12-07 Jeremy AllisonFixed bug with tdb_next_lock failing when reaching...
2000-12-06 Tim Pottertdb_chainunlock() no longer returns a value.
2000-12-06 Jeremy AllisonChanged to sourceforge tdb code. This includes spinlock...
2000-12-05 Jeremy AllisonFixed one tdb_read -> rec_free_read call.
2000-12-05 Jeremy AllisonAdded sorted freelist neighbour merge code to stop...
2000-12-02 Jeremy AllisonAdded print_freelist command.
next