summaryrefslogtreecommitdiff
path: root/source3/tdb
AgeCommit message (Expand)AuthorFilesLines
2002-01-22Raise log level of warning produced when the open() of the tdb fails.Tim Potter1-1/+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-09Move SAFE_FREE into tdb.c to stop exporting it into tdb.h namespace.Jeremy Allison2-5/+5
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
2002-01-02debug statement fixups.Jeremy Allison2-31/+27
2001-12-31more irix -64 portability fixesAndrew Tridgell1-1/+2
2001-12-20Ignore torture.tdbMartin Pool1-0/+1
2001-12-20net ads password and net ads chostpass commands from Remus KoosAndrew Tridgell1-3/+4
2001-12-13Must check against -1 for fcntl error check.Jeremy Allison1-4/+4
2001-12-12add *.po32 to ignore listHerb Lewis1-0/+1
2001-12-11Fix up warnings. Make tdb_openXX() names const.Jeremy Allison3-8/+8
2001-12-11Tidyups to remove warnings on tdb standalone code.Jeremy Allison3-22/+23
2001-12-10Doc.Martin Pool1-1/+3
2001-12-10Allow for internal databases which may have no name.Martin Pool1-5/+5
2001-12-10Log more error messages.Martin Pool1-0/+1
2001-12-10Log more error messages.Martin Pool1-2/+12
2001-12-10Allocate tdb name up front in case log functions want to use it.Martin Pool1-6/+5
2001-12-10tdb_open_ex: More cleanups: just dynamically allocate the TDB_CONTEXTMartin Pool1-14/+27
2001-12-10Refactor code to check whether already open into its own function.Martin Pool1-8/+21
2001-12-10tdb_open_ex should always "goto fail" in case of error, rather thanMartin Pool1-1/+2
2001-12-10Doc.Martin Pool1-0/+4
2001-12-10tdb_open_ex: Continue previous refactoring so that we consistentlyMartin Pool1-12/+12
2001-12-10tdb_open_ex: Refactor to use a pointer to tdb, rather than an autoMartin Pool1-57/+58
2001-12-10Formatting fixup.Tim Potter1-1/+1
2001-12-09added a simple tdbdump utilityAndrew Tridgell2-0/+92
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-04Put back changes to set errno, which seem to do no harm.Martin Pool2-13/+55
2001-12-04Fix headers. This I know is correct.Martin Pool1-0/+1
2001-12-04Fix headers. This I know is correct.Martin Pool1-0/+1
2001-12-04undoMartin Pool7-184/+83
2001-12-04Implement suggestion from tridge to leave the old tdb_open interfaceMartin Pool5-13/+22
2001-12-04Better error handling:Martin Pool6-77/+139
2001-12-04Magic file for TDB databases.Martin Pool1-0/+10
2001-12-04Set errno in tdb_open in cases where we detect an error in opening theMartin Pool2-12/+35
2001-12-03Added prototypes for new fns. Thanks Elrond.Jeremy Allison1-0/+7
2001-12-03Don't display any data if tdb_fetch() failed in the tdbtool "fetch"Tim Potter1-1/+4
2001-12-03Updated definition of fstring.Tim Potter1-4/+11
2001-11-28Added a 'keys' command to tdbtool which prints out all keys in the tdb.Tim Potter1-0/+10
2001-11-09Removed #ifdef TDB_DEBUG around tdb_dump_all() and tdb_printfreelist()Tim Potter2-13/+5
2001-10-16Don't core dump when using spinlocks on a read-only tdb. Unfortunately thisJeremy Allison1-4/+16
2001-10-12Fix for tdb_oob() on TDB_INTERNAL databases.Jeremy Allison1-2/+7
2001-10-06PPC spinlocks work again. Sorry, my bad.Anton Blanchard1-1/+1
2001-10-03Ensure accessing NT member servers works with a Samba PDC. Don'tJeremy Allison1-1/+2
2001-09-27fixed compilation of tdbtortureAndrew Tridgell1-0/+5
2001-09-24tdbtorture updates from when I was trying to track down the hp tdb bugAndrew Tridgell1-12/+50