summaryrefslogtreecommitdiffstats
path: root/source/tdb
Commit message (Expand)AuthorAgeFilesLines
* merge from 2.2Andrew Tridgell2001-04-181-0/+1
* Getting medieval with compiler warnings as Jeremy puts it.Tim Potter2001-04-161-2/+2
* Fix for True64 treating readonly as a reserved word !Jeremy Allison2001-04-141-2/+2
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-132-49/+3
* Fixed some compiler warnings.Tim Potter2001-04-111-2/+2
* Added HAVE_STDARG_H to tdbutil.cJeremy Allison2001-04-101-5/+51
* optimise by defaultAndrew Tridgell2001-02-201-1/+1
* It compiles for me now :-). rpc_server/srv_lsa.c - added fix to allow w2kJeremy Allison2001-02-131-6/+15
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-293-28/+101
* Set the tdb->map_ptr to NULL if mmap() returns -1.Tim Potter2001-01-161-0/+3
* The line was:Christopher R. Hertel2000-12-301-1/+6
* Added lock backouts on fail.Jeremy Allison2000-12-151-3/+28
* Two tdb bugfixes. First one - ensure that traverse lock is moved before deletingJeremy Allison2000-12-131-45/+58
* Added Tim's fix for read-only crashes.Jeremy Allison2000-12-111-0/+2
* Fixed bug with tdb_next_lock failing when reaching then end of a hashchainJeremy Allison2000-12-072-9/+39
* tdb_chainunlock() no longer returns a value.Tim Potter2000-12-061-2/+2
* Changed to sourceforge tdb code. This includes spinlocks (so we now haveJeremy Allison2000-12-066-1058/+1255
* Fixed one tdb_read -> rec_free_read call.Jeremy Allison2000-12-051-10/+2
* Added sorted freelist neighbour merge code to stop tdb fragmentation.Jeremy Allison2000-12-052-32/+251
* Added print_freelist command.Jeremy Allison2000-12-022-0/+38
* change the split threahold for the free list to prevent freelistAndrew Tridgell2000-12-021-1/+1
* fixed a potential locking deadlock in tdbAndrew Tridgell2000-11-271-1/+1
* rpc_parse/parse_spoolss.c: Updated comment for old version of W2K.Jeremy Allison2000-11-101-1/+1
* got rid of tdb_writelock() and instead lock a chain. tdb_writelock()Andrew Tridgell2000-10-101-25/+0
* added tdb_lock_bystring() and tdb_unlock_bystring()Andrew Tridgell2000-10-101-0/+24
* Fixes from Damian at Cisco to tidy up some tdbtool issues.Jeremy Allison2000-10-051-4/+15
* Herb's fixes for profiling & compiler warnings.Jeremy Allison2000-10-051-1/+1
* Added debug so if zero length messages get sent we successfully removeJeremy Allison2000-10-021-3/+7
* Added John Reilly's enumports/addprinter/delprinter scripting code plus theJeremy Allison2000-07-311-0/+14
* support both read and write locks inside the tdbAndrew Tridgell2000-06-151-1/+6
* - use read locks when possibleAndrew Tridgell2000-06-151-42/+44
* use the right MMAP flagAndrew Tridgell2000-06-151-1/+1
* Moved tdb functions that access parse structs into parse_prs.cJeremy Allison2000-06-081-30/+0
* Fixing get/set of security descriptors.Jeremy Allison2000-06-071-8/+4
* added some debug code to track down pack/unpack problemsAndrew Tridgell2000-06-041-0/+12
* getting and setting security descriptors on printers now worksAndrew Tridgell2000-05-271-10/+42
* added tdb_pack() and tdb_unpack()Andrew Tridgell2000-05-241-0/+148
* While we're all making incompatible tdb changes, I changed the implementationTim Potter2000-05-121-4/+4
* use gcc not insure by default in tdb buildAndrew Tridgell2000-05-121-1/+1
* an imcompatible tdb format change (sorry!)Andrew Tridgell2000-05-122-11/+3
* when creating the database zero the reserved spaceAndrew Tridgell2000-05-101-0/+8
* - add some reserved space to every tdb, this will beAndrew Tridgell2000-05-101-2/+3
* Use a prime for default tdb hash size - this makes a difference !Herb Lewis2000-05-101-1/+1
* Added tdb_store_by_string() and tdb_fetch_by_string() functions to storeTim Potter2000-05-091-0/+27
* fixed typoAndrew Tridgell2000-05-011-1/+1
* added TDB_INTERNAL, TDB_NOLOCK and TDB_NOMMAP flags.Andrew Tridgell2000-05-015-45/+76
* - removed all our old wildcard matching code and replaced it with aAndrew Tridgell2000-04-301-20/+15
* put tdb utility functions in a separate fileAndrew Tridgell2000-04-292-44/+67
* Added tdb_get/set_int_byblob, which takes a size_t len and then implementedJeremy Allison2000-04-281-7/+19
* added TDB_MODIFY flag - patch from from lukeAndrew Tridgell2000-04-253-5/+30