summaryrefslogtreecommitdiffstats
path: root/source/tdb
Commit message (Expand)AuthorAgeFilesLines
* adding command for moving a record from one tdb to anotherGerald Carter2003-07-161-0/+55
* make tdbtool deal with NULL and non-NULL terminated keysGerald Carter2003-07-161-4/+14
* i guess i'm the only one this ever annyoed...Gerald Carter2003-07-101-3/+3
* Different fix for memleak just committed. This belongs intoVolker Lendecke2003-07-011-0/+1
* do not forget the include file :-)Simo Sorce2003-06-241-0/+23
* add tdb backup function separation and winbind idmap upgrade code formSimo Sorce2003-06-242-169/+202
* fixed a bug found by volkerAndrew Tridgell2003-06-201-1/+2
* Get rid of a const warning.Volker Lendecke2003-06-121-1/+1
* Fix typo found by VanceVolker Lendecke2003-06-121-1/+1
* spellingTim Potter2003-05-141-2/+2
* Start merging mimir's trusted domain code from HEAD to 3.0. (for HEAD trustingAndrew Bartlett2003-04-221-6/+145
* Merge valgrind header usage from HEAD.Andrew Bartlett2003-04-161-10/+0
* It's #ifdef CONFIG_H, not #if CONFI_HJelmer Vernooij2003-04-151-1/+1
* Comment syncup.Tim Potter2003-04-141-0/+21
* Merge of tdbtool multi-line string fix.Tim Potter2003-04-141-17/+17
* Fix from Andrew Esh to ensure tdb_pack can't segfault.Jeremy Allison2003-04-101-7/+10
* Merge of tdb_unlockeys() crash fix.Tim Potter2003-03-131-0/+2
* 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-1/+24
* 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
* *lots of small merges form HEADGerald Carter2003-01-151-5/+9
* Merge from HEAD:Andrew Bartlett2003-01-141-40/+27
* 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
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-21/+21
* Merge of some kind of bugfix from idra.Tim Potter2002-12-201-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
* 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'.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