summaryrefslogtreecommitdiffstats
path: root/source/tdb/tdb.c
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
* Put back changes to set errno, which seem to do no harm.Martin Pool2001-12-041-12/+42
* undoMartin Pool2001-12-041-156/+69
* Implement suggestion from tridge to leave the old tdb_open interfaceMartin Pool2001-12-041-2/+9
* Better error handling:Martin Pool2001-12-041-66/+124
* Set errno in tdb_open in cases where we detect an error in opening theMartin Pool2001-12-041-11/+33
* Removed #ifdef TDB_DEBUG around tdb_dump_all() and tdb_printfreelist()Tim Potter2001-11-091-5/+3
* 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
* Ensure accessing NT member servers works with a Samba PDC. Don'tJeremy Allison2001-10-031-1/+2
* 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-191-10/+48
* 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
* 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
* Fix for enumerating large numbers of users.Jeremy Allison2001-07-051-1/+1
* Ok - I misspoke.... mmap returns MAP_FAILED, not neccessarily -1 :-).Jeremy Allison2001-06-211-2/+6
* When mmap fails it returns -1 *NOT NULL*.Jeremy Allison2001-06-211-1/+7
* Fixed potential free of NULL found by SGI speedshop.Jeremy Allison2001-06-111-1/+2
* - fixed an off-by-1 bug in the delayed deletion code that I believeAndrew Tridgell2001-05-301-47/+107
* added a tdb_open_log() function that opens a tdb and enables loggingAndrew Tridgell2001-05-301-1/+1
* more portable TDB_LOG macroAndrew Tridgell2001-05-291-1/+1
* try to make the tailer code much more robust. When a recordAndrew Tridgell2001-05-281-13/+99
* make sure that when a tdb expands we fill the expanded area, otherwise ENOSPC...Andrew Tridgell2001-05-151-6/+29
* Implemented max connections in a similar way to 2.0.x (scan of connection db).Jeremy Allison2001-05-141-6/+8
* clearer tdb_mmap codeAndrew Tridgell2001-05-061-24/+19
* merge from 2.2Andrew Tridgell2001-05-061-6/+2
* Fix problem with OpenBSD mmap and write not being coherent.Jeremy Allison2001-05-041-8/+29
* Fix for True64 treating readonly as a reserved word !Jeremy Allison2001-04-141-2/+2
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-131-1/+1
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-291-12/+20
* Set the tdb->map_ptr to NULL if mmap() returns -1.Tim Potter2001-01-161-0/+3
* The line was:Christopher R. Hertel2000-12-301-1/+6
* Added lock backouts on fail.Jeremy Allison2000-12-151-3/+28
* Two tdb bugfixes. First one - ensure that traverse lock is moved before deletingJeremy Allison2000-12-131-45/+58
* Added Tim's fix for read-only crashes.Jeremy Allison2000-12-111-0/+2