summaryrefslogtreecommitdiff
path: root/source3/tdb
AgeCommit message (Expand)AuthorFilesLines
2003-09-06Change some internal interfaces to cause the hash (which is *expensive*)Jeremy Allison1-18/+31
2003-07-16adding command for moving a record from one tdb to anotherGerald Carter1-0/+55
2003-07-16make tdbtool deal with NULL and non-NULL terminated keysGerald Carter1-4/+14
2003-07-10i guess i'm the only one this ever annyoed...Gerald Carter1-3/+3
2003-07-01Different fix for memleak just committed. This belongs intoVolker Lendecke1-0/+1
2003-06-24do not forget the include file :-)Simo Sorce1-0/+23
2003-06-24add tdb backup function separation and winbind idmap upgrade code formSimo Sorce2-169/+202
2003-06-20fixed a bug found by volkerAndrew Tridgell1-1/+2
2003-06-12Get rid of a const warning.Volker Lendecke1-1/+1
2003-06-12Fix typo found by VanceVolker Lendecke1-1/+1
2003-05-14spellingTim Potter1-2/+2
2003-04-22Start merging mimir's trusted domain code from HEAD to 3.0. (for HEAD trustingAndrew Bartlett1-6/+145
2003-04-16Merge valgrind header usage from HEAD.Andrew Bartlett1-10/+0
2003-04-15It's #ifdef CONFIG_H, not #if CONFI_HJelmer Vernooij1-1/+1
2003-04-14Comment syncup.Tim Potter1-0/+21
2003-04-14Merge of tdbtool multi-line string fix.Tim Potter1-17/+17
2003-04-10Fix from Andrew Esh to ensure tdb_pack can't segfault.Jeremy Allison1-7/+10
2003-03-13Merge of tdb_unlockeys() crash fix.Tim Potter1-0/+2
2003-03-11When opening an existing DB, don't require the hash_size specified toMartin Pool1-2/+1
2003-02-20Ensure tdb error code is set for corrupt and i/o errors before callingJeremy Allison1-1/+24
2003-02-04Ensure we overwrite a tdb if the hash size changes.Jeremy Allison1-1/+2
2003-01-30Add 3 second timeout when terminating server and sending print notifyJeremy Allison1-4/+13
2003-01-15*lots of small merges form HEADGerald Carter1-5/+9
2003-01-14Merge from HEAD:Andrew Bartlett1-40/+27
2003-01-11fix tdb_append() prototypeGerald Carter1-1/+1
2003-01-11Added tdb_append() call. Efficiently adds to an entry. Used by new messagingJeremy Allison3-12/+148
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-21/+21
2002-12-20Merge of some kind of bugfix from idra.Tim Potter1-1/+2
2002-12-11Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison1-0/+10
2002-11-23Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison1-4/+8
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-25sync'ing up for 3.0alpha20 releaseGerald Carter7-0/+24
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell6-10/+153
2002-07-14This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+37
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