summaryrefslogtreecommitdiffstats
path: root/source/tdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* don't use -pg by default when building standaloneAndrew Tridgell2002-03-091-1/+1
* added -v and -s optionsAndrew Tridgell2002-03-081-23/+101
* added a tdb backup utilityAndrew Tridgell2002-03-072-1/+177
* Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>Andrew Bartlett2002-03-011-1/+1
* Memory leak on error condition fixed by Kian Win <codegrunt@rubbercookie.com>.Jeremy Allison2002-02-271-0/+1
* Removed version number from file header.Tim Potter2002-01-306-12/+6
* Raise log level of warning produced when the open() of the tdb fails.Tim Potter2002-01-221-1/+1
* Display tdb name of "unknown" in logging debug when tdb has not been named.Tim Potter2002-01-221-1/+1
* This is another *BIG* change...Andrew Bartlett2002-01-201-1/+1
* Ensure we log tdb open fails. Patch from Alexander Bokovoy <a.bokovoy@sam-sol...Jeremy Allison2002-01-181-4/+2
* Move SAFE_FREE into tdb.c to stop exporting it into tdb.h namespace.Jeremy Allison2002-01-092-5/+5
* Added int32 version of "atomic" update.Jeremy Allison2002-01-091-0/+35
* Added int32 versions of the endian-dependent code.Jeremy Allison2002-01-091-2/+66
* Fixed nasty cast of tdb_delete in traversals.Jeremy Allison2002-01-031-0/+11
* debug statement fixups.Jeremy Allison2002-01-022-31/+27
* more irix -64 portability fixesAndrew Tridgell2001-12-311-1/+2
* Ignore torture.tdbMartin Pool2001-12-201-0/+1
* net ads password and net ads chostpass commands from Remus KoosAndrew Tridgell2001-12-201-3/+4
* Must check against -1 for fcntl error check.Jeremy Allison2001-12-131-4/+4
* add *.po32 to ignore listHerb Lewis2001-12-121-0/+1
* Fix up warnings. Make tdb_openXX() names const.Jeremy Allison2001-12-113-8/+8
* Tidyups to remove warnings on tdb standalone code.Jeremy Allison2001-12-113-22/+23
* Doc.Martin Pool2001-12-101-1/+3