summaryrefslogtreecommitdiffstats
path: root/source3/tdb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-257-0/+24
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-156-10/+153
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2002-07-141-0/+37
|\
| * *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