summaryrefslogtreecommitdiff
path: root/source3/lib/tdb/common
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 Tridgell1-42/+0
2008-01-14merged tdb fix from ctdb treeAndrew Tridgell2-0/+122
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 Allison8-217/+353
2008-01-09Fix the max_dead_record calculationsVolker Lendecke1-4/+1
2007-11-28Add a warning for a potential bug I've run intoVolker Lendecke1-0/+3
2007-11-22Add a missing prototypeVolker Lendecke1-0/+1
2007-11-06Fix const warning.Jeremy Allison1-1/+1
2007-11-06Keep the tdb code in sync with Samba4.Jeremy Allison5-32/+174
2007-11-06Fix bug where tdb lock call interrupted withJeremy Allison2-0/+14
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-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell11-22/+11
2007-10-10r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell11-11/+11
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-10r23161: Add TDB_VOLATILE as open_flag to activate the per-hashchain dead recordVolker Lendecke1-0/+4
2007-10-10r22317: add tdb_ prefix to non static functionStefan Metzmacher3-8/+8
2007-10-10r22316: merge from samba4:Stefan Metzmacher1-2/+2
2007-10-10r22315: move tdbback.c content into tdbbackup.cStefan Metzmacher1-227/+0
2007-10-10r22249: move tdb code to lib/tdb/ as in samba4Stefan Metzmacher12-0/+4417