summaryrefslogtreecommitdiff
path: root/source3/tdb/tdbutil.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r12713: Remove use of uint8_t -> uint8.Jeremy Allison1-3/+3
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-1/+6
2007-10-10r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter1-7/+44
2007-10-10r6149: Fixes bugs #2498 and 2484.Derrell Lipman1-2/+2
2007-10-10r6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers"...Derrell Lipman1-2/+2
2007-10-10r5767: Get rid of some compiler warningsVolker Lendecke1-1/+6
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-3/+3
2007-10-10r2032: If you're selecting a hash algorithm for tdb, you need to do it at ope...Jeremy Allison1-1/+1
2004-02-27Added copyrights I forgot about looong ago...Rafal Szczesniak1-1/+2
2004-02-19Fix the "too many fcntl locks" scalability problem raised by tridge.Jeremy Allison1-2/+0
2003-09-22fix some warnings found by the Sun C compilerGerald Carter1-2/+2
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-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-10Fix from Andrew Esh to ensure tdb_pack can't segfault.Jeremy Allison1-7/+10
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-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-21/+21
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 Allison1-4/+39
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison1-11/+8
2002-10-04Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison1-5/+44
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-5/+106
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-03-21Make winbindd_idmap tdb endian independent. This is very important forJeremy Allison1-93/+0
2002-01-30Removed version number from file header.Tim Potter1-2/+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-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
2001-12-05changed the DEBUG level of tdb_pack and tdb_unpack. Instead of 8, it's nowJean-François Micouleau1-2/+2
2001-12-04Tidup.Jeremy Allison1-43/+80
2001-12-04undoMartin Pool1-1/+3
2001-12-04Better error handling:Martin Pool1-3/+1
2001-09-06actually obey the "use mmap" smb.conf optionAndrew Tridgell1-1/+5
2001-05-30merged fix for tdb_unpack from 2_2Andrew Tridgell1-1/+4
2001-05-30- fixed an off-by-1 bug in the delayed deletion code that I believeAndrew Tridgell1-0/+1
2001-05-30added a tdb_open_log() function that opens a tdb and enables loggingAndrew Tridgell1-0/+33
2001-05-25Added tdb_change_int_atomic() to allow atomic updates of a tdb int value.Jeremy Allison1-3/+32
2001-05-06merge from 2.2Andrew Tridgell1-2/+5
2001-04-18merge from 2.2Andrew Tridgell1-0/+1
2001-04-16Getting medieval with compiler warnings as Jeremy puts it.Tim Potter1-2/+2
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison1-48/+2
2001-04-11Fixed some compiler warnings.Tim Potter1-2/+2