summaryrefslogtreecommitdiffstats
path: root/source3/tdb/tdbutil.c
Commit message (Expand)AuthorAgeFilesLines
* r15104: Implement Samba4's tdb_name().Volker Lendecke2007-10-101-0/+8
* r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does...Volker Lendecke2007-10-101-5/+13
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-4/+7
* r12713: Remove use of uint8_t -> uint8.Jeremy Allison2007-10-101-3/+3
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-1/+6
* r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter2007-10-101-7/+44
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-101-2/+2
* r6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers"...Derrell Lipman2007-10-101-2/+2
* r5767: Get rid of some compiler warningsVolker Lendecke2007-10-101-1/+6
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-3/+3
* r2032: If you're selecting a hash algorithm for tdb, you need to do it at ope...Jeremy Allison2007-10-101-1/+1
* Added copyrights I forgot about looong ago...Rafal Szczesniak2004-02-271-1/+2
* Fix the "too many fcntl locks" scalability problem raised by tridge.Jeremy Allison2004-02-191-2/+0
* fix some warnings found by the Sun C compilerGerald Carter2003-09-221-2/+2
* 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
* 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
* Fix from Andrew Esh to ensure tdb_pack can't segfault.Jeremy Allison2003-04-101-7/+10
* 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
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-21/+21
* 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-091-4/+39
* Merge of scalable printing code fix... Needs testing.Jeremy Allison2002-11-071-11/+8
* Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison2002-10-041-5/+44
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-5/+106
* 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
* Make winbindd_idmap tdb endian independent. This is very important forJeremy Allison2002-03-211-93/+0
* Removed version number from file header.Tim Potter2002-01-301-2/+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
* 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
* changed the DEBUG level of tdb_pack and tdb_unpack. Instead of 8, it's nowJean-François Micouleau2001-12-051-2/+2
* Tidup.Jeremy Allison2001-12-041-43/+80
* undoMartin Pool2001-12-041-1/+3
* Better error handling:Martin Pool2001-12-041-3/+1
* actually obey the "use mmap" smb.conf optionAndrew Tridgell2001-09-061-1/+5
* merged fix for tdb_unpack from 2_2Andrew Tridgell2001-05-301-1/+4
* - fixed an off-by-1 bug in the delayed deletion code that I believeAndrew Tridgell2001-05-301-0/+1
* added a tdb_open_log() function that opens a tdb and enables loggingAndrew Tridgell2001-05-301-0/+33
* Added tdb_change_int_atomic() to allow atomic updates of a tdb int value.Jeremy Allison2001-05-251-3/+32
* merge from 2.2Andrew Tridgell2001-05-061-2/+5
* merge from 2.2Andrew Tridgell2001-04-181-0/+1