summaryrefslogtreecommitdiff
path: root/source4/lib/tdb
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r25893: Fix ldb, tdb builds (and one warning).Jeremy Allison2-2/+2
2007-12-21r25892: Keep the tdb code in sync between 3.2.x and 4.0.Jeremy Allison7-5/+76
2007-12-21r25888: Attempt to fix standalone tdb build.Jelmer Vernooij1-6/+8
2007-12-21r25884: Specify shldflags first, as required by some compilers.Jelmer Vernooij1-1/+1
2007-12-21r25883: Fix tdb dependency.Jelmer Vernooij1-5/+9
2007-12-21r25881: Add ability to build .so of tdb.Jelmer Vernooij2-7/+28
2007-12-21r25614: Add trivial tdb website.Jelmer Vernooij1-0/+44
2007-10-10r25046: Ditch tdb_traverse() as it doesn't lend itself to any Python idiomsTim Potter1-2/+0
2007-10-10r25045: Add constants for enum TDB_ERROR.Tim Potter1-20/+15
2007-10-10r25044: The has_key() method should return a boolean, not an integer.Tim Potter1-1/+5
2007-10-10r25018: Remove non-existent tdb_logging_function() as well as less usefulTim Potter1-8/+0
2007-10-10r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij1-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-10r24337: Make libreplace provide offsetof.Jelmer Vernooij1-4/+0
2007-10-10r24336: Use standard data type uint32_t rather than tdb-specific u32.Jelmer Vernooij8-59/+56
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-10r23978: Merge r23161 from Samba3:Michael Adam2-0/+5
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-10r23796: main COPYING file for samba4, plus some formatting varientsAndrew Tridgell1-1/+1
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell15-15/+15
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell3-9/+6
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-10r23238: merged transaction lock changes from ctdbAndrew Tridgell4-14/+47
2007-10-10r22832: merged the latest tdb changes from ctdb to Samba4Andrew Tridgell3-15/+107
2007-10-10r22637: Install tdbbackup and tdbdump again.Jelmer Vernooij2-3/+3
2007-10-10r22600: Update bzr ignores, put right version in .pc files, prepare for suppo...Jelmer Vernooij3-5/+8
2007-10-10r22598: Simplify includes for replace.Jelmer Vernooij1-1/+1
2007-10-10r22596: Set _CFLAGS variables rather than putting knowledge in the ldb Makefile.Jelmer Vernooij1-0/+3
2007-10-10r22595: Add version numbers.Jelmer Vernooij1-1/+1
2007-10-10r22516: Use DESTDIRJelmer Vernooij1-7/+7
2007-10-10r22514: Add version numbers to tdb and talloc (required so they can be packag...Jelmer Vernooij1-1/+1
2007-10-10r22424: fixed the bad merge (thanks to metze for pointing out)Andrew Tridgell2-3/+3
2007-10-10r22422: merged tdb changes from ctdbAndrew Tridgell5-8/+34
2007-10-10r22319: sync lib/tdb/ with samba3Stefan Metzmacher7-26/+243
2007-10-10r22165: merge transaction fix from samba3Andrew Tridgell1-0/+2
2007-10-10r22081: transaction_brlock() should be staticAndrew Tridgell1-2/+2
2007-10-10r22053: remove samba3 specific stuff from tdbtoolStefan Metzmacher1-77/+0
2007-10-10r22052: merge tdbtool from samba3 and build itStefan Metzmacher2-252/+395
2007-10-10r22041: merge trivial changes from samba3Stefan Metzmacher6-16/+20
2007-10-10r21722: Add the dead record functionality presented on samba-technical@samba....Volker Lendecke4-6/+187