Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-01-16 | Set the tdb->map_ptr to NULL if mmap() returns -1. | Tim Potter | 1 | -0/+3 |
2000-12-30 | The line was: | Christopher R. Hertel | 1 | -1/+6 |
2000-12-15 | Added lock backouts on fail. | Jeremy Allison | 1 | -3/+28 |
2000-12-13 | Two tdb bugfixes. First one - ensure that traverse lock is moved before deleting | Jeremy Allison | 1 | -45/+58 |
2000-12-11 | Added Tim's fix for read-only crashes. | Jeremy Allison | 1 | -0/+2 |
2000-12-07 | Fixed bug with tdb_next_lock failing when reaching then end of a hashchain | Jeremy Allison | 2 | -9/+39 |
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 | 6 | -1058/+1255 |
2000-12-05 | Fixed one tdb_read -> rec_free_read call. | Jeremy Allison | 1 | -10/+2 |
2000-12-05 | Added sorted freelist neighbour merge code to stop tdb fragmentation. | Jeremy Allison | 2 | -32/+251 |
2000-12-02 | Added print_freelist command. | Jeremy Allison | 2 | -0/+38 |
2000-12-02 | change the split threahold for the free list to prevent freelist | Andrew Tridgell | 1 | -1/+1 |
2000-11-27 | fixed a potential locking deadlock in tdb | Andrew Tridgell | 1 | -1/+1 |
2000-11-10 | rpc_parse/parse_spoolss.c: Updated comment for old version of W2K. | Jeremy Allison | 1 | -1/+1 |
2000-10-10 | got rid of tdb_writelock() and instead lock a chain. tdb_writelock() | Andrew Tridgell | 1 | -25/+0 |
2000-10-10 | added tdb_lock_bystring() and tdb_unlock_bystring() | Andrew Tridgell | 1 | -0/+24 |
2000-10-05 | Fixes from Damian at Cisco to tidy up some tdbtool issues. | Jeremy Allison | 1 | -4/+15 |
2000-10-05 | Herb's fixes for profiling & compiler warnings. | Jeremy Allison | 1 | -1/+1 |
2000-10-02 | Added debug so if zero length messages get sent we successfully remove | Jeremy Allison | 1 | -3/+7 |
2000-07-31 | Added John Reilly's enumports/addprinter/delprinter scripting code plus the | Jeremy Allison | 1 | -0/+14 |
2000-06-15 | support both read and write locks inside the tdb | Andrew Tridgell | 1 | -1/+6 |
2000-06-15 | - use read locks when possible | Andrew Tridgell | 1 | -42/+44 |
2000-06-15 | use the right MMAP flag | Andrew Tridgell | 1 | -1/+1 |
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-12 | use gcc not insure by default in tdb build | Andrew Tridgell | 1 | -1/+1 |
2000-05-12 | an imcompatible tdb format change (sorry!) | Andrew Tridgell | 2 | -11/+3 |
2000-05-10 | when creating the database zero the reserved space | Andrew Tridgell | 1 | -0/+8 |
2000-05-10 | - add some reserved space to every tdb, this will be | Andrew Tridgell | 1 | -2/+3 |
2000-05-10 | Use a prime for default tdb hash size - this makes a difference ! | Herb Lewis | 1 | -1/+1 |
2000-05-09 | Added tdb_store_by_string() and tdb_fetch_by_string() functions to store | Tim Potter | 1 | -0/+27 |
2000-05-01 | fixed typo | Andrew Tridgell | 1 | -1/+1 |