r9785: Add some testdata
[sfrench/samba-autobuild/.git] / source4 / lib / tdb /
2007-10-10 Andrew Tridgellr9774: r11605@blu: tridge | 2005-08-30 12:02:19 ...
2007-10-10 Andrew Tridgellr9773: r11599@blu: tridge | 2005-08-30 11:55:57 ...
2007-10-10 Andrew Tridgellr9769: r11592@blu: tridge | 2005-08-30 10:40:19 ...
2007-10-10 Jelmer Vernooijr9455: Support for reading the policy database
2007-10-10 Jelmer Vernooijr9448: Work on reading the secrets tdb. Build tdbsam...
2007-10-10 Jelmer Vernooijr8966: Simplify the makefile generation system a bit.
2007-10-10 Andrew Tridgellr8624: removed valgrind comment on tdb that no longer...
2007-10-10 Andrew Tridgellr8448: - added a test target for tdb
2007-10-10 Andrew Tridgellr8447: fixed make install in the farm
2007-10-10 Andrew Tridgellr8442: remove tdbtest from our build. If you want it...
2007-10-10 Andrew Tridgellr8441: don't build tdbtest by default as there are...
2007-10-10 Jeremy Allisonr7641: Fix based on work from "Shlomi Yaakobovich...
2007-10-10 Derrell Lipmanr7276: - moved static tdb function ltdb_dn_fold() into...
2007-10-10 Jelmer Vernooijr6546: Fix ldb standalone build
2007-10-10 Andrew Tridgellr6528: - in tdb_fetch() we effectively disallowed zero...
2007-10-10 Jelmer Vernooijr6487: Use autoconf for standalone build of tdb
2007-10-10 Jeremy Allisonr6238: Ensure if realloc fails on an internal
2007-10-10 Tim Potterr5780: Remove unused arguments.
2007-10-10 Tim Potterr5779: Remove signal and timeout gubbage from tdb.
2007-10-10 Jeremy Allisonr5533: Patch to detect infinite loops when traversing...
2007-10-10 Andrew Bartlettr5330: Remove #include <sys/time.h> from includes.h.
2007-10-10 Andrew Tridgellr5300: more uint32 and system/filesys.h build fixes...
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr5296: - only include the tdb headers where they are...
2007-10-10 Stefan Metzmacherr5143: don't generate prototypes for lib/tdb/
2007-10-10 Andrew Tridgellr4467: - tdb standalone build doesn't need -DSTANDALONE...
2007-10-10 Andrew Tridgellr4466: rather than defining "STANDALONE" for building...
2007-10-10 Stefan Metzmacherr3968: fix compiler warnings
2007-10-10 Jelmer Vernooijr3737: - Get rid of the register_subsystem() and regist...
2007-10-10 Jelmer Vernooijr3733: More build system fixes/features:
2007-10-10 Jelmer Vernooijr3730: More build system fixes and simplifications
2007-10-10 Andrew Tridgellr3480: moved some signal defines into include/system
2007-10-10 Andrew Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Andrew Tridgellr3461: another place where "open" was used as a structu...
2007-10-10 Andrew Tridgellr3454: moved a few more things out if includes.h into...
2007-10-10 Andrew Tridgellr3449: more include file reduction
2007-10-10 Andrew Tridgellr3447: more include/system/XXX.h include files
2007-10-10 Andrew Tridgellr3445: made the gtk tooks use minimal includes. This...
2007-10-10 Andrew Tridgellr3421: got rid of some unused code
2007-10-10 Andrew Tridgellr3267: make LIBTDB depend on LIBREPLACE. This is needed...
2007-10-10 Stefan Metzmacherr3091: link only the needed stuff
2007-10-10 Andrew Tridgellr3005: added talloc wrappers around tdb_open() and...
2007-10-10 Andrew Tridgellr2985: got rid of the unused tdb_lockkeys() and tdb_unl...
2007-10-10 Jeremy Allisonr2981: Fix incorrect locks/unlocks in tdb_lockkeys...
2007-10-10 Andrew Tridgellr2634: use discard_const_p() in a few places
2007-10-10 Andrew Tridgellr2493: allow tdb to build standalone
2007-10-10 Andrew Tridgellr2238: the tdb_debug() function was totally bogus ...
2007-10-10 Tim Potterr2154: Merge of Jim's format string fixup in r2130...
2007-10-10 Stefan Metzmacherr2092: fix the build(don't catch main() by make proto)
2007-10-10 Stefan Metzmacherr2088: add tdbtorture tdbdump and tdbtest to the build
2007-10-10 Jeremy Allisonr2034: Allow user-selectable hash functions on open...
2007-10-10 Tim Potterr1054: Build extra binaries in bin directory like ldb...
2007-10-10 Tim Potterr1053: Make tdb build standalone:
2007-10-10 Stefan Metzmacherr990: fix tdb standalone build
2007-10-10 Stefan Metzmacherr962: convert 'unsigned' and 'unsigned int' to uint_t
2007-10-10 Stefan Metzmacherr960: convert 'unsigned int' to uint_t in the most...
2007-10-10 Stefan Metzmacherr943: change samba4 to use 'uint8_t' instead of 'unsign...
2007-10-10 Stefan Metzmacherr890: convert samba4 to use [u]int8_t instead of [u...
2007-10-10 Stefan Metzmacherr889: convert samba4 to use [u]int16_t instead of ...
2007-10-10 Stefan Metzmacherr888: more ..int32 -> ..int32_t stuff
2007-10-10 Stefan Metzmacherr884: convert samba4 to use [u]int32_t instead of ...
2007-10-10 Stefan Metzmacherr849: move tdb/tools/Makefile to tdb/Makefile.tdb
2007-10-10 Stefan Metzmacherr848: convert lib/tdb into the same layout as lib/ldb
2007-10-10 Andrew Tridgellr826: removed a pile of old code, in preparation for...
2007-10-10 Simo Sorcer808: fix libtdb build by ifedffing out an smb_panic...
2007-10-10 Stefan Metzmacherr728: - let libldb_tdb depend on new subsystem LIBTDB
2007-10-10 Andrew Tridgellr452: move from first-fit to best-fit in tdb record...
2004-04-01 Andrew Tridgellallow "struct TDB_DATA" as well as just "TDB_DATA"
2004-03-28 Andrew Tridgellmerge some recent tdb changed from samba3
2004-03-28 Andrew Tridgellswitch from SIG_ATOMIC_T to sig_atomic_t
2004-03-28 Andrew Tridgellafter discussion with the copyright holders tdb is...
2004-03-28 Andrew Tridgelladded a TDB_MODIFY flag to tdb_store() that says "if...
2004-03-28 Andrew Tridgelladded a private pointer to tdb_traverse() to allow...
2004-03-28 Andrew Tridgellremoved the state parameter to tdb_traverse and the...
2003-12-12 Andrew Tridgell * the RPC-ECHO pipe now works in smbd, as long as...
2003-12-10 Andrew Tridgell * removed some unused code
2003-08-15 Andrew Tridgellmore fixes from the IRIX compiler (thanks herb!)
2003-08-13 Andrew TridgellThis commit was generated by cvs2svn to compensate...
2003-08-13 Andrew Tridgellfirst public release of samba4 code