summaryrefslogtreecommitdiffstats
path: root/source3/tdb
Commit message (Expand)AuthorAgeFilesLines
* Extra file for the tdb search code (linked list definition).Andrew Bartlett2002-04-141-0/+37
* Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett2002-04-141-0/+72
* Make our atomic increment code actually do this during its first/second run.Andrew Bartlett2002-04-131-5/+20
* Added Shirish's client side caching policy change.Jeremy Allison2002-04-101-1/+2
* 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
* better check of called function's returnSimo Sorce2002-04-072-59/+127
* Make winbindd_idmap tdb endian independent. This is very important forJeremy Allison2002-03-211-93/+0
* a bit more portability for tdbbackupAndrew Tridgell2002-03-111-1/+2
* make tdbbackup more portableAndrew Tridgell2002-03-101-4/+17
* prevent bogus compiler complaints about comments in commentsAndrew Tridgell2002-03-101-2/+2
* added a bunch of explanation about tdbbackupAndrew Tridgell2002-03-091-0/+23
* don't use -pg by default when building standaloneAndrew Tridgell2002-03-091-1/+1
* added -v and -s optionsAndrew Tridgell2002-03-081-23/+101
* added a tdb backup utilityAndrew Tridgell2002-03-072-1/+177
* Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>Andrew Bartlett2002-03-011-1/+1
* Memory leak on error condition fixed by Kian Win <codegrunt@rubbercookie.com>.Jeremy Allison2002-02-271-0/+1
* Removed version number from file header.Tim Potter2002-01-306-12/+6
* 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