summaryrefslogtreecommitdiffstats
path: root/source3/tdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-192-10/+49
* 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
* flush stdout in test logging fnsAndrew Tridgell2001-09-062-0/+2
* use a different test tdb name for tdbtest and tdbtortureAndrew Tridgell2001-09-061-1/+1
* actually obey the "use mmap" smb.conf optionAndrew Tridgell2001-09-061-1/+5
* Renamed rwlock_t type to tdb_rwlock_t to avoid conflict with Solaris 8Tim Potter2001-08-292-13/+13
* Add missing gcc memory barriers, this bug showed up when doing aAnton Blanchard2001-08-191-16/+43
* Patch for having spaces in tdb keys, NULL termination fixes and otherTim Potter2001-08-071-22/+87
* Print an error message if database could not be opened.Volker Lendecke2001-08-041-0/+7
* 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
* removed some debug codeAndrew Tridgell2001-07-041-18/+13
* 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
* Added *.po to .cvsignore files.Tim Potter2001-06-011-0/+1
* merged fix for tdb_unpack from 2_2Andrew Tridgell2001-05-301-1/+4
* added list function to tdbtoolAndrew Tridgell2001-05-301-0/+2
* - fixed an off-by-1 bug in the delayed deletion code that I believeAndrew Tridgell2001-05-304-58/+162
* added a tdb_open_log() function that opens a tdb and enables loggingAndrew Tridgell2001-05-302-1/+34
* more portable TDB_LOG macroAndrew Tridgell2001-05-291-1/+1
* try to make the tailer code much more robust. When a recordAndrew Tridgell2001-05-284-14/+123
* Added tdb_change_int_atomic() to allow atomic updates of a tdb int value.Jeremy Allison2001-05-251-3/+32
* 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-062-8/+7