summaryrefslogtreecommitdiff
path: root/source/tdb
Commit message (Expand)AuthorAgeFilesLines
* Doc.Martin Pool2001-12-101-1/+3
* Allow for internal databases which may have no name.Martin Pool2001-12-101-5/+5
* Log more error messages.Martin Pool2001-12-101-0/+1
* Log more error messages.Martin Pool2001-12-101-2/+12
* Allocate tdb name up front in case log functions want to use it.Martin Pool2001-12-101-6/+5
* tdb_open_ex: More cleanups: just dynamically allocate the TDB_CONTEXTMartin Pool2001-12-101-14/+27
* Refactor code to check whether already open into its own function.Martin Pool2001-12-101-8/+21
* tdb_open_ex should always "goto fail" in case of error, rather thanMartin Pool2001-12-101-1/+2
* Doc.Martin Pool2001-12-101-0/+4
* tdb_open_ex: Continue previous refactoring so that we consistentlyMartin Pool2001-12-101-12/+12
* tdb_open_ex: Refactor to use a pointer to tdb, rather than an autoMartin Pool2001-12-101-57/+58
* Formatting fixup.Tim Potter2001-12-101-1/+1
* added a simple tdbdump utilityAndrew Tridgell2001-12-092-0/+92
* 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
* Put back changes to set errno, which seem to do no harm.Martin Pool2001-12-042-13/+55
* Fix headers. This I know is correct.Martin Pool2001-12-041-0/+1
* Fix headers. This I know is correct.Martin Pool2001-12-041-0/+1
* undoMartin Pool2001-12-047-184/+83
* Implement suggestion from tridge to leave the old tdb_open interfaceMartin Pool2001-12-045-13/+22
* Better error handling:Martin Pool2001-12-046-77/+139
* Magic file for TDB databases.Martin Pool2001-12-041-0/+10
* Set errno in tdb_open in cases where we detect an error in opening theMartin Pool2001-12-042-12/+35
* Added prototypes for new fns. Thanks Elrond.Jeremy Allison2001-12-031-0/+7
* Don't display any data if tdb_fetch() failed in the tdbtool "fetch"Tim Potter2001-12-031-1/+4
* Updated definition of fstring.Tim Potter2001-12-031-4/+11
* Added a 'keys' command to tdbtool which prints out all keys in the tdb.Tim Potter2001-11-281-0/+10
* Removed #ifdef TDB_DEBUG around tdb_dump_all() and tdb_printfreelist()Tim Potter2001-11-092-13/+5
* Don't core dump when using spinlocks on a read-only tdb. Unfortunately thisJeremy Allison2001-10-161-4/+16
* Fix for tdb_oob() on TDB_INTERNAL databases.Jeremy Allison2001-10-121-2/+7
* PPC spinlocks work again. Sorry, my bad.Anton Blanchard2001-10-061-1/+1
* Ensure accessing NT member servers works with a Samba PDC. Don'tJeremy Allison2001-10-031-1/+2
* fixed compilation of tdbtortureAndrew Tridgell2001-09-271-0/+5
* tdbtorture updates from when I was trying to track down the hp tdb bugAndrew Tridgell2001-09-241-12/+50
* Put pwrite code back in expand_file.Jeremy Allison2001-09-191-3/+10
* added a hook to reopen all tdb's after the server forkAndrew Tridgell2001-09-192-10/+49
* Fix based on Andrew's insight as re-using a tdb after fork meansJeremy Allison2001-09-191-3/+23
* Return correct error code on lock fail in tdb_expand.Jeremy Allison2001-09-191-1/+1
* Roll back earlier fix after talking with Andrew. The write_lock_record andJeremy Allison2001-09-181-2/+2
* Fixed a couple of nasty bugs only easily seen with no mmap. Firstly,Jeremy Allison2001-09-181-2/+4
* flush stdout in test logging fnsAndrew Tridgell2001-09-062-0/+2
* use a different test tdb name for tdbtest and tdbtortureAndrew Tridgell2001-09-061-1/+1
* actually obey the "use mmap" smb.conf optionAndrew Tridgell2001-09-061-1/+5
* Renamed rwlock_t type to tdb_rwlock_t to avoid conflict with Solaris 8Tim Potter2001-08-292-13/+13
* Add missing gcc memory barriers, this bug showed up when doing aAnton Blanchard2001-08-191-16/+43
* Patch for having spaces in tdb keys, NULL termination fixes and otherTim Potter2001-08-071-22/+87
* Print an error message if database could not be opened.Volker Lendecke2001-08-041-0/+7
* Added mmap fix to pass lock test from HP.Jeremy Allison2001-08-021-115/+222
* Fix for rare tdb pattern store failure. Found & fixed by Rusty.Jeremy Allison2001-07-311-1/+4
* Always check fstat for error.Jeremy Allison2001-07-251-10/+13