summaryrefslogtreecommitdiffstats
path: root/source3/tdb/tdbutil.c
Commit message (Expand)AuthorAgeFilesLines
* *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
* Getting medieval with compiler warnings as Jeremy puts it.Tim Potter2001-04-161-2/+2
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-131-48/+2
* Fixed some compiler warnings.Tim Potter2001-04-111-2/+2
* Added HAVE_STDARG_H to tdbutil.cJeremy Allison2001-04-101-5/+51
* tdb_chainunlock() no longer returns a value.Tim Potter2000-12-061-2/+2
* Changed to sourceforge tdb code. This includes spinlocks (so we now haveJeremy Allison2000-12-061-2/+2
* rpc_parse/parse_spoolss.c: Updated comment for old version of W2K.Jeremy Allison2000-11-101-1/+1
* added tdb_lock_bystring() and tdb_unlock_bystring()Andrew Tridgell2000-10-101-0/+24
* Added John Reilly's enumports/addprinter/delprinter scripting code plus theJeremy Allison2000-07-311-0/+14
* Moved tdb functions that access parse structs into parse_prs.cJeremy Allison2000-06-081-30/+0
* Fixing get/set of security descriptors.Jeremy Allison2000-06-071-8/+4
* added some debug code to track down pack/unpack problemsAndrew Tridgell2000-06-041-0/+12
* getting and setting security descriptors on printers now worksAndrew Tridgell2000-05-271-10/+42
* added tdb_pack() and tdb_unpack()Andrew Tridgell2000-05-241-0/+148
* While we're all making incompatible tdb changes, I changed the implementationTim Potter2000-05-121-4/+4
* Added tdb_store_by_string() and tdb_fetch_by_string() functions to storeTim Potter2000-05-091-0/+27
* put tdb utility functions in a separate fileAndrew Tridgell2000-04-291-0/+67