summaryrefslogtreecommitdiffstats
path: root/source/tdb
Commit message (Expand)AuthorAgeFilesLines
* Raise log level of warning produced when the open() of the tdb fails.Tim Potter2002-01-221-1/+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
* Move SAFE_FREE into tdb.c to stop exporting it into tdb.h namespace.Jeremy Allison2002-01-092-5/+5
* 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
* debug statement fixups.Jeremy Allison2002-01-022-31/+27
* more irix -64 portability fixesAndrew Tridgell2001-12-311-1/+2
* Ignore torture.tdbMartin Pool2001-12-201-0/+1
* net ads password and net ads chostpass commands from Remus KoosAndrew Tridgell2001-12-201-3/+4
* Must check against -1 for fcntl error check.Jeremy Allison2001-12-131-4/+4
* add *.po32 to ignore listHerb Lewis2001-12-121-0/+1
* Fix up warnings. Make tdb_openXX() names const.Jeremy Allison2001-12-113-8/+8
* Tidyups to remove warnings on tdb standalone code.Jeremy Allison2001-12-113-22/+23
* 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