summaryrefslogtreecommitdiff
path: root/source3/lib/tdb
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r23925: Use NULL instead of 0 for a void * argument.Michael Adam1-1/+1
2007-10-10r23853: Fix a very misleading error message in tdbbackup.Michael Adam1-1/+1
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23799: updated old Franklin Street FSF addresses to new URLAndrew Tridgell2-6/+2
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell13-26/+13
2007-10-10r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell13-13/+13
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell3-6/+3
2007-10-10r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison3-3/+3
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison3-3/+3
2007-10-10r23590: Fix realloc leak on failure case from Jim Meyering <jim@meyering.net>.Jeremy Allison1-1/+5
2007-10-10r23371: Fix the misleading comment I added - it really *should*Jeremy Allison1-2/+2
2007-10-10r23370: Traverse in tdb wasn't consistently using theJeremy Allison1-8/+10
2007-10-10r23184: Checkin for Tridge: Add a speed test to tdbtoolVolker Lendecke1-2/+52
2007-10-10r23161: Add TDB_VOLATILE as open_flag to activate the per-hashchain dead recordVolker Lendecke2-0/+5
2007-10-10r22641: Install tdbdump and tdbbackup.Jelmer Vernooij2-3/+3
2007-10-10r22364: sync lib/tdb/ with samba4Stefan Metzmacher10-82/+3300
2007-10-10r22363: merge from samba4:Stefan Metzmacher1-1/+1
2007-10-10r22317: add tdb_ prefix to non static functionStefan Metzmacher3-8/+8