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