summaryrefslogtreecommitdiff
path: root/source3/lib/tdb
AgeCommit message (Expand)AuthorFilesLines
2008-09-16Use single copy of tdb in both samba3 and samba4.Jelmer Vernooij38-15529/+0
2008-09-14lib/tdb: sync build system changes and python code from samba4Stefan Metzmacher16-415/+5308
2008-09-14Update homepages for talloc, tdb and ldb subprojectsSimo Sorce1-8/+6
2008-09-14r25614: Add trivial tdb website.Jelmer Vernooij1-0/+44
2008-09-05Remove unecessary msync.Jeremy Allison1-4/+0
2008-09-03The msync manpage reports that msync *must* be called before munmap. Failure ...Simo Sorce2-2/+8
2008-08-13Attempt to fix bug 5684Volker Lendecke1-1/+1
2008-07-09Revert "tdbtool: fix off-by-one error in argument length. (bug #2344)"Michael Adam1-1/+1
2008-07-08tdbtool: fix off-by-one error in argument length. (bug #2344)Michael Adam1-1/+1
2008-05-20Convert in_transaction to a bool. Add the same fix VolkerJeremy Allison1-4/+9
2008-05-20Fix nesting tdb_traverse in a transactionVolker Lendecke1-3/+8
2008-02-13build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij1-1/+0
2008-02-13talloc/tdb: Use manually written pc file.Jelmer Vernooij1-0/+1
2008-02-13r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGSStefan Metzmacher1-1/+1
2008-02-13r25953: AIX make doesn't support $^.Jelmer Vernooij1-1/+1
2008-02-13r25944: Fix handling of sonameflag on AIX, which doesn't have anything like t...Jelmer Vernooij1-1/+1
2008-02-08merge tdb changes from ctdbAndrew Tridgell1-33/+47
2008-02-07merge growing tdb for tdb_wipe_all() fix from ctdbAndrew Tridgell1-0/+43
2008-01-31merged tdb transaction fixAndrew Tridgell1-0/+3
2008-01-18merged changes from v4-0-testAndrew Tridgell2-43/+43
2008-01-16Don't try ftruncate when the tdb is opened read-onlyVolker Lendecke1-0/+1
2008-01-16Next try to fix the max dead record calculationVolker Lendecke1-1/+1
2008-01-16Fix some C++ warningsVolker Lendecke1-2/+5
2008-01-16Fix a missing prototype warningVolker Lendecke1-0/+1
2008-01-15Port from ctdb:Jeremy Allison1-16/+6
2008-01-14samba3 already has tdb_validate()Andrew Tridgell2-43/+0
2008-01-14merged tdb fix from ctdb treeAndrew Tridgell3-0/+123
2008-01-13Fix the max_dead_record calculationsVolker Lendecke1-4/+1
2008-01-11Sync tdb with the tdb changes in ctdb. Spoke to tridge aboutJeremy Allison10-218/+358
2008-01-09Fix the max_dead_record calculationsVolker Lendecke1-4/+1
2007-12-20fix dump printout when byte >= 0x80Herb Lewis1-1/+1
2007-11-28Add a warning for a potential bug I've run intoVolker Lendecke2-0/+6
2007-11-22Add a missing prototypeVolker Lendecke1-0/+1
2007-11-09Add some commentsVolker Lendecke1-3/+3
2007-11-06Fix tdbtorture build.Jeremy Allison1-1/+1
2007-11-06Fix const warning.Jeremy Allison1-1/+1
2007-11-06Keep the tdb code in sync with Samba4.Jeremy Allison12-54/+238
2007-11-06Fix bug where tdb lock call interrupted withJeremy Allison6-0/+19
2007-10-12offsetof() is always present as shown in someStefan Metzmacher1-4/+0
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-0/+4
2007-10-10r24743: Fix build warning.Günther Deschner1-1/+1
2007-10-10r24738: Fix one more use of pwrite in tdb code in the spirit of r23972 and r2...Michael Adam1-6/+25
2007-10-10r24341: Make libreplace provide offsetof.Jelmer Vernooij1-4/+0
2007-10-10r24340: Use standard data type uint32_t rather than tdb-specific u32.Jelmer Vernooij8-59/+56
2007-10-10r24049: Some more 64-bit warningsVolker Lendecke1-2/+4
2007-10-10r23980: Fix one more use of pwrite in expand_file.Michael Adam1-1/+10
2007-10-10r23979: Fix another occurence of (written != requested) as anMichael Adam1-5/+22
2007-10-10r23977: Im prove the pwrite-patch to tdb_expand_file of r23972:Michael Adam1-7/+20
2007-10-10r23972: Fix a bug in pwrite error detection in tdb_expand_file():Michael Adam1-3/+3
2007-10-10r23950: unlink before rename is superfluous.Michael Adam1-1/+0