summaryrefslogtreecommitdiff
path: root/source3/tdb
AgeCommit message (Expand)AuthorFilesLines
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
2002-03-07added a tdb backup utilityAndrew Tridgell2-1/+177
2002-03-01Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>Andrew Bartlett1-1/+1
2002-02-27Memory leak on error condition fixed by Kian Win <codegrunt@rubbercookie.com>.Jeremy Allison1-0/+1
2002-01-30Removed version number from file header.Tim Potter6-12/+6
2002-01-22Raise log level of warning produced when the open() of the tdb fails.Tim Potter1-1/+1
2002-01-22Display tdb name of "unknown" in logging debug when tdb has not been named.Tim Potter1-1/+1
2002-01-20This is another *BIG* change...Andrew Bartlett1-1/+1
2002-01-18Ensure we log tdb open fails. Patch from Alexander Bokovoy <a.bokovoy@sam-sol...Jeremy Allison1-4/+2
2002-01-09Move SAFE_FREE into tdb.c to stop exporting it into tdb.h namespace.Jeremy Allison2-5/+5
2002-01-09Added int32 version of "atomic" update.Jeremy Allison1-0/+35
2002-01-09Added int32 versions of the endian-dependent code.Jeremy Allison1-2/+66
2002-01-03Fixed nasty cast of tdb_delete in traversals.Jeremy Allison1-0/+11
2002-01-02debug statement fixups.Jeremy Allison2-31/+27
2001-12-31more irix -64 portability fixesAndrew Tridgell1-1/+2
2001-12-20Ignore torture.tdbMartin Pool1-0/+1
2001-12-20net ads password and net ads chostpass commands from Remus KoosAndrew Tridgell1-3/+4
2001-12-13Must check against -1 for fcntl error check.Jeremy Allison1-4/+4
2001-12-12add *.po32 to ignore listHerb Lewis1-0/+1