Age | Commit message (Expand) | Author | Files | Lines |
2007-12-21 | r26114: Allow keyword-arguments. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26108: Add makefile rules for building, installing and checking python bindi... | Jelmer Vernooij | 2 | -4/+19 |
2007-12-21 | r26107: Add more tests. | Jelmer Vernooij | 1 | -0/+22 |
2007-12-21 | r26090: Make building tdb python bindings independent of use of external tdb. | Jelmer Vernooij | 2 | -8/+3 |
2007-12-21 | r26089: Move python detection to a separate file, and don't make it an error ... | Jelmer Vernooij | 1 | -32/+0 |
2007-12-21 | r26087: Fix include, add setup.py for tdb | Jelmer Vernooij | 2 | -0/+9 |
2007-12-21 | r26077: Import updated TDB bindings. | Jelmer Vernooij | 5 | -274/+351 |
2007-12-21 | r25991: tdb: use AC_LIBREPLACE_SHLD and use it for linking the shared library | Stefan Metzmacher | 2 | -1/+3 |
2007-12-21 | r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGS | Stefan Metzmacher | 1 | -1/+1 |
2007-12-21 | r25972: tdb: fix usage of SONAMEFLAG | Stefan Metzmacher | 1 | -3/+2 |
2007-12-21 | r25953: AIX make doesn't support $^. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r25944: Fix handling of sonameflag on AIX, which doesn't have anything like t... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r25893: Fix ldb, tdb builds (and one warning). | Jeremy Allison | 2 | -2/+2 |
2007-12-21 | r25892: Keep the tdb code in sync between 3.2.x and 4.0. | Jeremy Allison | 7 | -5/+76 |
2007-12-21 | r25888: Attempt to fix standalone tdb build. | Jelmer Vernooij | 1 | -6/+8 |
2007-12-21 | r25884: Specify shldflags first, as required by some compilers. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r25883: Fix tdb dependency. | Jelmer Vernooij | 1 | -5/+9 |
2007-12-21 | r25881: Add ability to build .so of tdb. | Jelmer Vernooij | 2 | -7/+28 |
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 |