summaryrefslogtreecommitdiffstats
path: root/source/lib/tdb/common
Commit message (Expand)AuthorAgeFilesLines
* Remove unecessary msync.Jeremy Allison2008-09-051-4/+0
* The msync manpage reports that msync *must* be called before munmap. Failure ...Simo Sorce2008-09-032-2/+8
* Attempt to fix bug 5684Volker Lendecke2008-08-131-1/+1
* Convert in_transaction to a bool. Add the same fix VolkerJeremy Allison2008-05-201-4/+9
* Fix nesting tdb_traverse in a transactionVolker Lendecke2008-05-201-3/+8
* merge tdb changes from ctdbAndrew Tridgell2008-02-081-33/+47
* merge growing tdb for tdb_wipe_all() fix from ctdbAndrew Tridgell2008-02-071-0/+43
* merged tdb transaction fixAndrew Tridgell2008-01-311-0/+3
* merged changes from v4-0-testAndrew Tridgell2008-01-182-43/+43
* Don't try ftruncate when the tdb is opened read-onlyVolker Lendecke2008-01-161-0/+1
* Next try to fix the max dead record calculationVolker Lendecke2008-01-161-1/+1
* Fix some C++ warningsVolker Lendecke2008-01-161-2/+5
* Fix a missing prototype warningVolker Lendecke2008-01-161-0/+1
* Port from ctdb:Jeremy Allison2008-01-151-16/+6
* samba3 already has tdb_validate()Andrew Tridgell2008-01-141-42/+0
* merged tdb fix from ctdb treeAndrew Tridgell2008-01-142-0/+122
* Fix the max_dead_record calculationsVolker Lendecke2008-01-131-4/+1
* Sync tdb with the tdb changes in ctdb. Spoke to tridge aboutJeremy Allison2008-01-118-217/+353
* Fix the max_dead_record calculationsVolker Lendecke2008-01-091-4/+1
* Add a warning for a potential bug I've run intoVolker Lendecke2007-11-281-0/+3
* Add a missing prototypeVolker Lendecke2007-11-221-0/+1
* Fix const warning.Jeremy Allison2007-11-061-1/+1
* Keep the tdb code in sync with Samba4.Jeremy Allison2007-11-065-32/+174
* Fix bug where tdb lock call interrupted withJeremy Allison2007-11-062-0/+14
* offsetof() is always present as shown in someStefan Metzmacher2007-10-121-4/+0
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-101-0/+4
* r24743: Fix build warning.Günther Deschner2007-10-101-1/+1
* r24738: Fix one more use of pwrite in tdb code in the spirit of r23972 and r2...Michael Adam2007-10-101-6/+25
* r24341: Make libreplace provide offsetof.Jelmer Vernooij2007-10-101-4/+0
* r24340: Use standard data type uint32_t rather than tdb-specific u32.Jelmer Vernooij2007-10-108-59/+56
* r24049: Some more 64-bit warningsVolker Lendecke2007-10-101-2/+4
* r23980: Fix one more use of pwrite in expand_file.Michael Adam2007-10-101-1/+10
* r23979: Fix another occurence of (written != requested) as anMichael Adam2007-10-101-5/+22
* r23977: Im prove the pwrite-patch to tdb_expand_file of r23972:Michael Adam2007-10-101-7/+20
* r23972: Fix a bug in pwrite error detection in tdb_expand_file():Michael Adam2007-10-101-3/+3
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-1011-22/+11
* r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell2007-10-1011-11/+11
* r23590: Fix realloc leak on failure case from Jim Meyering <jim@meyering.net>.Jeremy Allison2007-10-101-1/+5
* r23371: Fix the misleading comment I added - it really *should*Jeremy Allison2007-10-101-2/+2
* r23370: Traverse in tdb wasn't consistently using theJeremy Allison2007-10-101-8/+10
* r23161: Add TDB_VOLATILE as open_flag to activate the per-hashchain dead recordVolker Lendecke2007-10-101-0/+4
* r22317: add tdb_ prefix to non static functionStefan Metzmacher2007-10-103-8/+8
* r22316: merge from samba4:Stefan Metzmacher2007-10-101-2/+2
* r22315: move tdbback.c content into tdbbackup.cStefan Metzmacher2007-10-101-227/+0
* r22249: move tdb code to lib/tdb/ as in samba4Stefan Metzmacher2007-10-1012-0/+4417