summaryrefslogtreecommitdiffstats
path: root/source3/tdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix problem with OpenBSD mmap and write not being coherent.Jeremy Allison2001-05-041-8/+29
* merge from 2.2Andrew Tridgell2001-04-181-0/+1
* Getting medieval with compiler warnings as Jeremy puts it.Tim Potter2001-04-161-2/+2
* 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-132-49/+3
* Fixed some compiler warnings.Tim Potter2001-04-111-2/+2
* Added HAVE_STDARG_H to tdbutil.cJeremy Allison2001-04-101-5/+51
* optimise by defaultAndrew Tridgell2001-02-201-1/+1
* It compiles for me now :-). rpc_server/srv_lsa.c - added fix to allow w2kJeremy Allison2001-02-131-6/+15
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-293-28/+101