summaryrefslogtreecommitdiffstats
path: root/source4/lib/tdb
Commit message (Expand)AuthorAgeFilesLines
* r7641: Fix based on work from "Shlomi Yaakobovich" <Shlomi@exanet.com> to catchJeremy Allison2007-10-101-6/+7
* r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can beDerrell Lipman2007-10-101-1/+10
* r6546: Fix ldb standalone buildJelmer Vernooij2007-10-102-2/+19
* r6528: - in tdb_fetch() we effectively disallowed zero length records byAndrew Tridgell2007-10-101-7/+4
* r6487: Use autoconf for standalone build of tdbJelmer Vernooij2007-10-102-0/+17
* r6238: Ensure if realloc fails on an internalJeremy Allison2007-10-101-3/+8
* r5780: Remove unused arguments.Tim Potter2007-10-102-7/+7
* r5779: Remove signal and timeout gubbage from tdb.Tim Potter2007-10-103-127/+4
* r5533: Patch to detect infinite loops when traversing a tdb from "Shlomi Yaak...Jeremy Allison2007-10-101-0/+7
* r5330: Remove #include <sys/time.h> from includes.h.Andrew Bartlett2007-10-101-0/+1
* r5300: more uint32 and system/filesys.h build fixes when developer mode is en...Andrew Tridgell2007-10-101-0/+1
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-104-0/+5
* r5296: - only include the tdb headers where they are neededAndrew Tridgell2007-10-108-2/+10
* r5143: don't generate prototypes for lib/tdb/Stefan Metzmacher2007-10-103-1/+12
* r4467: - tdb standalone build doesn't need -DSTANDALONE any moreAndrew Tridgell2007-10-102-3/+3
* r4466: rather than defining "STANDALONE" for building tdb, ldb and tallocAndrew Tridgell2007-10-106-8/+8
* r3968: fix compiler warningsStefan Metzmacher2007-10-101-1/+1
* r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij2007-10-101-0/+1
* r3733: More build system fixes/features:Jelmer Vernooij2007-10-102-13/+1
* r3730: More build system fixes and simplificationsJelmer Vernooij2007-10-101-2/+1
* r3480: moved some signal defines into include/systemAndrew Tridgell2007-10-101-0/+1
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-101-1/+2
* r3461: another place where "open" was used as a structure elementAndrew Tridgell2007-10-101-0/+1
* r3454: moved a few more things out if includes.h into the include/system/ inc...Andrew Tridgell2007-10-101-0/+1
* r3449: more include file reductionAndrew Tridgell2007-10-101-0/+1
* r3447: more include/system/XXX.h include filesAndrew Tridgell2007-10-102-0/+3
* r3445: made the gtk tooks use minimal includes. This approximately halves theAndrew Tridgell2007-10-101-1/+1
* r3421: got rid of some unused codeAndrew Tridgell2007-10-101-30/+0
* r3267: make LIBTDB depend on LIBREPLACE. This is needed for building the tdb ...Andrew Tridgell2007-10-101-0/+2
* r3091: link only the needed stuffStefan Metzmacher2007-10-101-2/+2
* r3005: added talloc wrappers around tdb_open() and ldb_connect(), so that theAndrew Tridgell2007-10-101-3/+3
* r2985: got rid of the unused tdb_lockkeys() and tdb_unlockkeys() functionsAndrew Tridgell2007-10-102-74/+0
* r2981: Fix incorrect locks/unlocks in tdb_lockkeys()/tdb_unlockkeys().Jeremy Allison2007-10-101-3/+3
* r2634: use discard_const_p() in a few placesAndrew Tridgell2007-10-101-1/+1
* r2493: allow tdb to build standaloneAndrew Tridgell2007-10-101-0/+4
* r2238: the tdb_debug() function was totally bogus - remove it (you can'tAndrew Tridgell2007-10-103-36/+23
* r2154: Merge of Jim's format string fixup in r2130:2131Tim Potter2007-10-101-1/+1
* r2092: fix the build(don't catch main() by make proto)Stefan Metzmacher2007-10-102-2/+2
* r2088: add tdbtorture tdbdump and tdbtest to the buildStefan Metzmacher2007-10-105-17/+119
* r2034: Allow user-selectable hash functions on open only.Jeremy Allison2007-10-102-16/+21
* r1054: Build extra binaries in bin directory like ldb does.Tim Potter2007-10-101-5/+5
* r1053: Make tdb build standalone:Tim Potter2007-10-104-17/+18
* r990: fix tdb standalone buildStefan Metzmacher2007-10-101-2/+2
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-102-3/+3
* r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher2007-10-103-17/+17
* r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2007-10-103-5/+5
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-101-4/+4
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-4/+4
* r888: more ..int32 -> ..int32_t stuffStefan Metzmacher2007-10-101-5/+5
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-35/+35