Age | Commit message (Expand) | Author | Files | Lines |
2007-12-21 | r25614: Add trivial tdb website. | Jelmer Vernooij | 1 | -0/+44 |
2007-10-10 | r25046: Ditch tdb_traverse() as it doesn't lend itself to any Python idioms | Tim Potter | 1 | -2/+0 |
2007-10-10 | r25045: Add constants for enum TDB_ERROR. | Tim Potter | 1 | -20/+15 |
2007-10-10 | r25044: The has_key() method should return a boolean, not an integer. | Tim Potter | 1 | -1/+5 |
2007-10-10 | r25018: Remove non-existent tdb_logging_function() as well as less useful | Tim Potter | 1 | -8/+0 |
2007-10-10 | r25001: Fix more C++ and other warnings, fix some of the indentation with ts=... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r24738: Fix one more use of pwrite in tdb code in the spirit of r23972 and r2... | Michael Adam | 1 | -6/+25 |
2007-10-10 | r24337: Make libreplace provide offsetof. | Jelmer Vernooij | 1 | -4/+0 |
2007-10-10 | r24336: Use standard data type uint32_t rather than tdb-specific u32. | Jelmer Vernooij | 8 | -59/+56 |
2007-10-10 | r23980: Fix one more use of pwrite in expand_file. | Michael Adam | 1 | -1/+10 |
2007-10-10 | r23979: Fix another occurence of (written != requested) as an | Michael Adam | 1 | -5/+22 |
2007-10-10 | r23978: Merge r23161 from Samba3: | Michael Adam | 2 | -0/+5 |
2007-10-10 | r23977: Im prove the pwrite-patch to tdb_expand_file of r23972: | Michael Adam | 1 | -7/+20 |
2007-10-10 | r23972: Fix a bug in pwrite error detection in tdb_expand_file(): | Michael Adam | 1 | -3/+3 |
2007-10-10 | r23950: unlink before rename is superfluous. | Michael Adam | 1 | -1/+0 |
2007-10-10 | r23925: Use NULL instead of 0 for a void * argument. | Michael Adam | 1 | -1/+1 |
2007-10-10 | r23853: Fix a very misleading error message in tdbbackup. | Michael Adam | 1 | -1/+1 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23799: updated old Franklin Street FSF addresses to new URL | Andrew Tridgell | 2 | -6/+2 |
2007-10-10 | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 13 | -26/+13 |
2007-10-10 | r23796: main COPYING file for samba4, plus some formatting varients | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r23795: more v2->v3 conversion | Andrew Tridgell | 15 | -15/+15 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 3 | -9/+6 |
2007-10-10 | r23590: Fix realloc leak on failure case from Jim Meyering <jim@meyering.net>. | Jeremy Allison | 1 | -1/+5 |
2007-10-10 | r23371: Fix the misleading comment I added - it really *should* | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r23370: Traverse in tdb wasn't consistently using the | Jeremy Allison | 1 | -8/+10 |
2007-10-10 | r23238: merged transaction lock changes from ctdb | Andrew Tridgell | 4 | -14/+47 |
2007-10-10 | r22832: merged the latest tdb changes from ctdb to Samba4 | Andrew Tridgell | 3 | -15/+107 |
2007-10-10 | r22637: Install tdbbackup and tdbdump again. | Jelmer Vernooij | 2 | -3/+3 |
2007-10-10 | r22600: Update bzr ignores, put right version in .pc files, prepare for suppo... | Jelmer Vernooij | 3 | -5/+8 |
2007-10-10 | r22598: Simplify includes for replace. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r22596: Set _CFLAGS variables rather than putting knowledge in the ldb Makefile. | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r22595: Add version numbers. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r22516: Use DESTDIR | Jelmer Vernooij | 1 | -7/+7 |
2007-10-10 | r22514: Add version numbers to tdb and talloc (required so they can be packag... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r22424: fixed the bad merge (thanks to metze for pointing out) | Andrew Tridgell | 2 | -3/+3 |
2007-10-10 | r22422: merged tdb changes from ctdb | Andrew Tridgell | 5 | -8/+34 |
2007-10-10 | r22319: sync lib/tdb/ with samba3 | Stefan Metzmacher | 7 | -26/+243 |
2007-10-10 | r22165: merge transaction fix from samba3 | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r22081: transaction_brlock() should be static | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r22053: remove samba3 specific stuff from tdbtool | Stefan Metzmacher | 1 | -77/+0 |
2007-10-10 | r22052: merge tdbtool from samba3 and build it | Stefan Metzmacher | 2 | -252/+395 |
2007-10-10 | r22041: merge trivial changes from samba3 | Stefan Metzmacher | 6 | -16/+20 |
2007-10-10 | r21722: Add the dead record functionality presented on samba-technical@samba.... | Volker Lendecke | 4 | -6/+187 |
2007-10-10 | r21445: Apply tdb_parse_record Tridges error return, merge to 3_0_25 and 4_0 | Volker Lendecke | 4 | -13/+94 |
2007-10-10 | r21412: The last patch also incremented the seqnum when tdb_store failed. Not... | Volker Lendecke | 1 | -8/+10 |
2007-10-10 | r21410: We have to increment the sequence number also when tdb_update_hash() | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r21303: As discussed on samba-technical: Change the static array for the in-m... | Volker Lendecke | 4 | -36/+96 |
2007-10-10 | r19989: Add support to the tdb Makefile.in for executable extensions and for | Paul Green | 1 | -15/+23 |
2007-10-10 | r19960: Add code to check for loops in the free list. | Jeremy Allison | 5 | -4/+119 |