Age | Commit message (Expand) | Author | Files | Lines |
2001-11-09 | Removed #ifdef TDB_DEBUG around tdb_dump_all() and tdb_printfreelist() | Tim Potter | 2 | -13/+5 |
2001-10-16 | Don't core dump when using spinlocks on a read-only tdb. Unfortunately this | Jeremy Allison | 1 | -4/+16 |
2001-10-12 | Fix for tdb_oob() on TDB_INTERNAL databases. | Jeremy Allison | 1 | -2/+7 |
2001-10-06 | PPC spinlocks work again. Sorry, my bad. | Anton Blanchard | 1 | -1/+1 |
2001-10-03 | Ensure accessing NT member servers works with a Samba PDC. Don't | Jeremy Allison | 1 | -1/+2 |
2001-09-27 | fixed compilation of tdbtorture | Andrew Tridgell | 1 | -0/+5 |
2001-09-24 | tdbtorture updates from when I was trying to track down the hp tdb bug | Andrew Tridgell | 1 | -12/+50 |
2001-09-19 | Put pwrite code back in expand_file. | Jeremy Allison | 1 | -3/+10 |
2001-09-19 | added a hook to reopen all tdb's after the server fork | Andrew Tridgell | 2 | -10/+49 |
2001-09-19 | Fix based on Andrew's insight as re-using a tdb after fork means | Jeremy Allison | 1 | -3/+23 |
2001-09-19 | Return correct error code on lock fail in tdb_expand. | Jeremy Allison | 1 | -1/+1 |
2001-09-18 | Roll back earlier fix after talking with Andrew. The write_lock_record and | Jeremy Allison | 1 | -2/+2 |
2001-09-18 | Fixed a couple of nasty bugs only easily seen with no mmap. Firstly, | Jeremy Allison | 1 | -2/+4 |
2001-09-06 | flush stdout in test logging fns | Andrew Tridgell | 2 | -0/+2 |
2001-09-06 | use a different test tdb name for tdbtest and tdbtorture | Andrew Tridgell | 1 | -1/+1 |
2001-09-06 | actually obey the "use mmap" smb.conf option | Andrew Tridgell | 1 | -1/+5 |
2001-08-29 | Renamed rwlock_t type to tdb_rwlock_t to avoid conflict with Solaris 8 | Tim Potter | 2 | -13/+13 |
2001-08-19 | Add missing gcc memory barriers, this bug showed up when doing a | Anton Blanchard | 1 | -16/+43 |
2001-08-07 | Patch for having spaces in tdb keys, NULL termination fixes and other | Tim Potter | 1 | -22/+87 |
2001-08-04 | Print an error message if database could not be opened. | Volker Lendecke | 1 | -0/+7 |
2001-08-02 | Added mmap fix to pass lock test from HP. | Jeremy Allison | 1 | -115/+222 |
2001-07-31 | Fix for rare tdb pattern store failure. Found & fixed by Rusty. | Jeremy Allison | 1 | -1/+4 |
2001-07-25 | Always check fstat for error. | Jeremy Allison | 1 | -10/+13 |
2001-07-05 | Fix for enumerating large numbers of users. | Jeremy Allison | 1 | -1/+1 |
2001-07-04 | removed some debug code | Andrew Tridgell | 1 | -18/+13 |
2001-06-21 | Ok - I misspoke.... mmap returns MAP_FAILED, not neccessarily -1 :-). | Jeremy Allison | 1 | -2/+6 |
2001-06-21 | When mmap fails it returns -1 *NOT NULL*. | Jeremy Allison | 1 | -1/+7 |
2001-06-11 | Fixed potential free of NULL found by SGI speedshop. | Jeremy Allison | 1 | -1/+2 |
2001-06-01 | Added *.po to .cvsignore files. | Tim Potter | 1 | -0/+1 |
2001-05-30 | merged fix for tdb_unpack from 2_2 | Andrew Tridgell | 1 | -1/+4 |
2001-05-30 | added list function to tdbtool | Andrew Tridgell | 1 | -0/+2 |
2001-05-30 | - fixed an off-by-1 bug in the delayed deletion code that I believe | Andrew Tridgell | 4 | -58/+162 |
2001-05-30 | added a tdb_open_log() function that opens a tdb and enables logging | Andrew Tridgell | 2 | -1/+34 |
2001-05-29 | more portable TDB_LOG macro | Andrew Tridgell | 1 | -1/+1 |
2001-05-28 | try to make the tailer code much more robust. When a record | Andrew Tridgell | 4 | -14/+123 |
2001-05-25 | Added tdb_change_int_atomic() to allow atomic updates of a tdb int value. | Jeremy Allison | 1 | -3/+32 |
2001-05-15 | make sure that when a tdb expands we fill the expanded area, otherwise ENOSPC... | Andrew Tridgell | 1 | -6/+29 |
2001-05-14 | Implemented max connections in a similar way to 2.0.x (scan of connection db). | Jeremy Allison | 1 | -6/+8 |
2001-05-06 | clearer tdb_mmap code | Andrew Tridgell | 1 | -24/+19 |
2001-05-06 | merge from 2.2 | Andrew Tridgell | 2 | -8/+7 |
2001-05-04 | Fix problem with OpenBSD mmap and write not being coherent. | Jeremy Allison | 1 | -8/+29 |
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-14 | Fix for True64 treating readonly as a reserved word ! | Jeremy Allison | 1 | -2/+2 |
2001-04-13 | Merge of Andrew's changes in 2.2. | Jeremy Allison | 2 | -49/+3 |
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 |
2001-02-20 | optimise by default | Andrew Tridgell | 1 | -1/+1 |
2001-02-13 | It compiles for me now :-). rpc_server/srv_lsa.c - added fix to allow w2k | Jeremy Allison | 1 | -6/+15 |
2001-01-29 | Changes from APPLIANCE_HEAD: | David O'Neill | 3 | -28/+101 |