summaryrefslogtreecommitdiffstats
path: root/source/tdb
Commit message (Expand)AuthorAgeFilesLines
* Ok - I misspoke.... mmap returns MAP_FAILED, not neccessarily -1 :-).Jeremy Allison2001-06-211-2/+6
* When mmap fails it returns -1 *NOT NULL*.Jeremy Allison2001-06-211-1/+7
* Fixed free of NULL found by SGI speedshop.Jeremy Allison2001-06-111-1/+2
* tdb updates from headAndrew Tridgell2001-05-305-65/+206
* portability fix for TDB_LOG()Andrew Tridgell2001-05-291-1/+1
* Merge in Andrew's tdb robustness changes - allow tailers to beJeremy Allison2001-05-294-14/+123
* Fix nasty malloc/free bug when setting a printer attribute with a zero length...John Reilly2001-05-281-1/+4
* Added tdb_change_int_atomic() to allow atomic updates of a tdb int value.Jeremy Allison2001-05-251-3/+32
* Merge tdb change from HEAD to avoid problems on expand.Jeremy Allison2001-05-151-6/+29
* Implemented max connections in a similar way to 2.0.x (scan of connection db).Jeremy Allison2001-05-141-6/+8
* clearer tdb_mmap codeAndrew Tridgell2001-05-061-24/+19
* After talking to Andrew, don't fail deliberately if the mmap fails, we needJeremy Allison2001-05-041-6/+2
* Fix for OpenBSD and HPUX and others where mmap and read/write are notJeremy Allison2001-05-041-8/+29
* - totally rewrote utmp handling with help from Andrew BartlettAndrew Tridgell2001-04-181-0/+1
* Fix for True64 treating readonly as a reserved word !Jeremy Allison2001-04-141-2/+2
* fix uninitialised variable bugAndrew Tridgell2001-04-131-0/+3
* fixed warning on solaris8Andrew Tridgell2001-04-131-1/+1
* - remove template from smbrun(). Now uses /tmp and mkstempAndrew Tridgell2001-04-131-46/+0
* Added HAVE_STDARG_H to tdbutil.cJeremy Allison2001-04-101-5/+51
* lib/debug.c: Compiler fixes.Jeremy Allison2001-02-121-6/+15
* Mega-merge for fixes made in appliance-head.Jeremy Allison2001-01-272-19/+90
* Merge with fixes from appliance-head.Jeremy Allison2001-01-181-0/+3
* Big merge to sync up appliance-head and 2.2.Jeremy Allison2001-01-081-1/+6
* When chaining together long lines of bloody "if" statements, which shouldJeremy Allison2000-12-151-1/+3
* Makefile.in, Added libsmb/cli_lsarpc.c - needed for smbcacls.Jeremy Allison2000-12-151-2/+25
* 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 tdb_next_lock bug where it was failing when traversing the end ofJeremy Allison2000-12-072-9/+39
* - Fix Makefile.in so that clisecdesc.o is in SMBCACLS_OBJ, not LIBSMB_OBJDavid O'Neill2000-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