summaryrefslogtreecommitdiff
path: root/source3/tdb
AgeCommit message (Expand)AuthorFilesLines
2002-04-09When printing a tdb log message display "unnamed" instead of "unknown" ifTim Potter1-1/+1
2002-04-07uint32 store and fectch functions, a signed int is not enough sometimesSimo Sorce1-0/+96
2002-04-07better check of called function's returnSimo Sorce2-59/+127
2002-03-21Make winbindd_idmap tdb endian independent. This is very important forJeremy Allison1-93/+0
2002-03-11a bit more portability for tdbbackupAndrew Tridgell1-1/+2
2002-03-10make tdbbackup more portableAndrew Tridgell1-4/+17
2002-03-10prevent bogus compiler complaints about comments in commentsAndrew Tridgell1-2/+2
2002-03-09added a bunch of explanation about tdbbackupAndrew Tridgell1-0/+23
2002-03-09don't use -pg by default when building standaloneAndrew Tridgell1-1/+1
2002-03-08added -v and -s optionsAndrew Tridgell1-23/+101
2002-03-07added a tdb backup utilityAndrew Tridgell2-1/+177
2002-03-01Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>Andrew Bartlett1-1/+1
2002-02-27Memory leak on error condition fixed by Kian Win <codegrunt@rubbercookie.com>.Jeremy Allison1-0/+1
2002-01-30Removed version number from file header.Tim Potter6-12/+6
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