Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can be | Derrell Lipman | 1 | -1/+10 |
2007-10-10 | r6546: Fix ldb standalone build | Jelmer Vernooij | 2 | -2/+19 |
2007-10-10 | r6528: - in tdb_fetch() we effectively disallowed zero length records by | Andrew Tridgell | 1 | -7/+4 |
2007-10-10 | r6487: Use autoconf for standalone build of tdb | Jelmer Vernooij | 2 | -0/+17 |
2007-10-10 | r6238: Ensure if realloc fails on an internal | Jeremy Allison | 1 | -3/+8 |
2007-10-10 | r5780: Remove unused arguments. | Tim Potter | 2 | -7/+7 |
2007-10-10 | r5779: Remove signal and timeout gubbage from tdb. | Tim Potter | 3 | -127/+4 |
2007-10-10 | r5533: Patch to detect infinite loops when traversing a tdb from "Shlomi Yaak... | Jeremy Allison | 1 | -0/+7 |
2007-10-10 | r5330: Remove #include <sys/time.h> from includes.h. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r5300: more uint32 and system/filesys.h build fixes when developer mode is en... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 4 | -0/+5 |
2007-10-10 | r5296: - only include the tdb headers where they are needed | Andrew Tridgell | 8 | -2/+10 |
2007-10-10 | r5143: don't generate prototypes for lib/tdb/ | Stefan Metzmacher | 3 | -1/+12 |
2007-10-10 | r4467: - tdb standalone build doesn't need -DSTANDALONE any more | Andrew Tridgell | 2 | -3/+3 |
2007-10-10 | r4466: rather than defining "STANDALONE" for building tdb, ldb and talloc | Andrew Tridgell | 6 | -8/+8 |
2007-10-10 | r3968: fix compiler warnings | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r3737: - Get rid of the register_subsystem() and register_backend() functions. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r3733: More build system fixes/features: | Jelmer Vernooij | 2 | -13/+1 |
2007-10-10 | r3730: More build system fixes and simplifications | Jelmer Vernooij | 1 | -2/+1 |
2007-10-10 | r3480: moved some signal defines into include/system | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ... | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r3461: another place where "open" was used as a structure element | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3454: moved a few more things out if includes.h into the include/system/ inc... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3449: more include file reduction | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3447: more include/system/XXX.h include files | Andrew Tridgell | 2 | -0/+3 |
2007-10-10 | r3445: made the gtk tooks use minimal includes. This approximately halves the | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3421: got rid of some unused code | Andrew Tridgell | 1 | -30/+0 |
2007-10-10 | r3267: make LIBTDB depend on LIBREPLACE. This is needed for building the tdb ... | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r3091: link only the needed stuff | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r3005: added talloc wrappers around tdb_open() and ldb_connect(), so that the | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r2985: got rid of the unused tdb_lockkeys() and tdb_unlockkeys() functions | Andrew Tridgell | 2 | -74/+0 |
2007-10-10 | r2981: Fix incorrect locks/unlocks in tdb_lockkeys()/tdb_unlockkeys(). | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r2634: use discard_const_p() in a few places | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2493: allow tdb to build standalone | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r2238: the tdb_debug() function was totally bogus - remove it (you can't | Andrew Tridgell | 3 | -36/+23 |
2007-10-10 | r2154: Merge of Jim's format string fixup in r2130:2131 | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2092: fix the build(don't catch main() by make proto) | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r2088: add tdbtorture tdbdump and tdbtest to the build | Stefan Metzmacher | 5 | -17/+119 |
2007-10-10 | r2034: Allow user-selectable hash functions on open only. | Jeremy Allison | 2 | -16/+21 |
2007-10-10 | r1054: Build extra binaries in bin directory like ldb does. | Tim Potter | 1 | -5/+5 |
2007-10-10 | r1053: Make tdb build standalone: | Tim Potter | 4 | -17/+18 |
2007-10-10 | r990: fix tdb standalone build | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r962: convert 'unsigned' and 'unsigned int' to uint_t | Stefan Metzmacher | 2 | -3/+3 |
2007-10-10 | r960: convert 'unsigned int' to uint_t in the most places | Stefan Metzmacher | 3 | -17/+17 |
2007-10-10 | r943: change samba4 to use 'uint8_t' instead of 'unsigned char' | Stefan Metzmacher | 3 | -5/+5 |
2007-10-10 | r890: convert samba4 to use [u]int8_t instead of [u]int8 | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r889: convert samba4 to use [u]int16_t instead of [u]int16 | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r888: more ..int32 -> ..int32_t stuff | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r884: convert samba4 to use [u]int32_t instead of [u]int32 | Stefan Metzmacher | 1 | -35/+35 |
2007-10-10 | r849: move tdb/tools/Makefile to tdb/Makefile.tdb | Stefan Metzmacher | 2 | -29/+29 |