summaryrefslogtreecommitdiff
path: root/source3/tdb
AgeCommit message (Expand)AuthorFilesLines
2003-03-15strictly, you can't #if on somthing that may or may not be defined.Andrew Bartlett1-1/+1
2003-03-14Fresh meat in trusted domains code:Rafal Szczesniak1-7/+146
2003-03-13Fixed crash bug when calling tdb_unlockkeys() with no locked keys.Tim Potter1-0/+2
2003-03-11Remove valgrind_strlen function, hopefully no longer needed withMartin Pool1-10/+0
2003-03-11Note about using Valgrind with tdbs.Martin Pool1-0/+21
2003-03-11When opening an existing DB, don't require the hash_size specified toMartin Pool1-2/+1
2003-02-20Ensure tdb error code is set for corrupt and i/o errors before callingJeremy Allison1-0/+19
2003-02-14DocMartin Pool1-1/+5
2003-02-04Ensure we overwrite a tdb if the hash size changes.Jeremy Allison1-1/+2
2003-01-30Add 3 second timeout when terminating server and sending print notifyJeremy Allison1-4/+13
2003-01-12Keep all the const warnings in one place, by adding a utility function toAndrew Bartlett1-44/+31
2003-01-11fix tdb_append() prototypeGerald Carter1-1/+1
2003-01-11Added tdb_append() call. Efficiently adds to an entry. Used by new messagingJeremy Allison3-12/+148
2003-01-09tdb_chainlock_with_timeout: Add TODO: If we time out waiting for aMartin Pool1-0/+4
2003-01-02BIG patch...Andrew Bartlett1-21/+21
2002-12-17it's getting comic ...Simo Sorce1-1/+2
2002-12-11Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison1-0/+10
2002-11-23Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison1-4/+8
2002-11-09Add chainlock_read functions to get a read lock. Used in *massively*Jeremy Allison2-5/+50
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison2-12/+10
2002-10-04Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison3-6/+49
2002-09-26Make explicit the difference between a tdb key with no data attached, andJeremy Allison1-2/+11
2002-09-23tdbdump also needs signal.h. Thanks to Guenther Deschner <gd@suse.de>Volker Lendecke1-0/+1
2002-09-19tdb tools need #include <signal.h>Jeremy Allison3-0/+3
2002-09-17Never, *ever* hold a mutex lock in the message database where there mayJeremy Allison3-0/+17
2002-08-30ensure that we unlock in case we hit a tdb errorAndrew Tridgell1-0/+3
2002-07-15don't report the faiilure of non-blocking locks. They are supposed toAndrew Tridgell1-1/+1
2002-07-11*Experimental* new large-scaling printer code. Splits printing.tdb intoJeremy Allison1-1/+2
2002-06-28don't backup to a newer fileAndrew Tridgell1-1/+17
2002-06-03Added tdb_delete_by_string() function.Tim Potter1-0/+14
2002-05-22auto-recover from the fairly common case of a non-clean tdb shutdownAndrew Tridgell1-0/+10
2002-04-30fixed tdbtool from core dumping. But the braces to make Chris happy !Jean-François Micouleau1-2/+4
2002-04-27Merge Herb's idmap endian fix.Jeremy Allison2-0/+7
2002-04-19We cannot set errno=0 in any of the wrapper calls as this breaks UNIX errorJeremy Allison1-1/+0
2002-04-19First cut at fix for the EINTR problem... More needs to be done I think.Jeremy Allison1-1/+7
2002-04-16ignore a few more filesAndrew Tridgell1-0/+1
2002-04-14Extra file for the tdb search code (linked list definition).Andrew Bartlett1-0/+37
2002-04-14Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett1-0/+72
2002-04-13Make our atomic increment code actually do this during its first/second run.Andrew Bartlett1-5/+20
2002-04-10Added Shirish's client side caching policy change.Jeremy Allison1-1/+2
2002-04-09When printing a tdb log message display "unnamed" instead of "unknown" ifTim Potter1-1/+1
2002-04-07uint32 store and fectch functions, a signed int is not enough sometimesSimo Sorce1-0/+96
2002-04-07better check of called function's returnSimo Sorce2-59/+127
2002-03-21Make winbindd_idmap tdb endian independent. This is very important forJeremy Allison1-93/+0
2002-03-11a bit more portability for tdbbackupAndrew Tridgell1-1/+2
2002-03-10make tdbbackup more portableAndrew Tridgell1-4/+17
2002-03-10prevent bogus compiler complaints about comments in commentsAndrew Tridgell1-2/+2
2002-03-09added a bunch of explanation about tdbbackupAndrew Tridgell1-0/+23
2002-03-09don't use -pg by default when building standaloneAndrew Tridgell1-1/+1
2002-03-08added -v and -s optionsAndrew Tridgell1-23/+101