r15356: Remove unused 'flags' argument from socket_send() and friends.
[bbaumbach/samba-autobuild/.git] / source4 / lib / tdb /
2007-10-10 Tim Potterr15339: Signature for tdb_reopen_all() has changed.
2007-10-10 Jelmer Vernooijr15301: Use static libraries internally. This required...
2007-10-10 Jelmer Vernooijr15300: Only enable SWIG shared libs if python is available
2007-10-10 Jelmer Vernooijr15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPEN...
2007-10-10 James Peachr15143: Pull in GNU extensions right at the start of...
2007-10-10 Volker Lendecker15120: Minimize the diff between Samba3 and Samba4...
2007-10-10 Volker Lendecker15100: Port the bugfix for #3569 to Samba4
2007-10-10 Tim Potterr15090: Since we wrap the swig wrapper in another layer...
2007-10-10 Andrew Tridgellr14972: fix an uninitialised warning from ibm checker
2007-10-10 Tim Potterr14970: Add configure stuff for Python to tdb and ldb...
2007-10-10 Tim Potterr14968: Move tdb and ldb swig wrappers in to lib/tdb...
2007-10-10 Andrew Tridgellr14916: print errno so I can work out why OpenBSD is...
2007-10-10 Andrew Tridgellr14799: added a tdb_get_seqnum() call, and the TDB_SEQN...
2007-10-10 Andrew Tridgellr14616: added notify change support to the posix backend
2007-10-10 Jelmer Vernooijr14492: Fix shared libs - set SO_VERSION to 0 everywher...
2007-10-10 Jelmer Vernooijr14477: Remove the NOPROTO property - it's no longer...
2007-10-10 Jelmer Vernooijr14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VER...
2007-10-10 Jeremy Allisonr14029: Fix resource leak in error codepath. Coverity...
2007-10-10 Jelmer Vernooijr13960: Generate makefile rules for installing/removing...
2007-10-10 Simo Sorcer13773: Be consistent in the way you get out and free...
2007-10-10 Jelmer Vernooijr13651: Always make sure pkgconfig directory exists
2007-10-10 Andrew Tridgellr13283: added two optimisations to the tdb transactions...
2007-10-10 Jelmer Vernooijr12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES...
2007-10-10 Jelmer Vernooijr12254: Add some (hopefully correct) descriptions for...
2007-10-10 Simo Sorcer11567: Ldb API change patch.
2007-10-10 Jelmer Vernooijr11304: Add support back in for loading shared modules...
2007-10-10 Jelmer Vernooijr11303: Support defining and installing public headers...
2007-10-10 Jelmer Vernooijr11300: Treat libraries as a special kind of subsystem
2007-10-10 Jelmer Vernooijr11244: Relative path names in .mk files
2007-10-10 Jelmer Vernooijr11214: Remove scons files (see lists.samba.org/archive...
2007-10-10 Andrew Tridgellr10893: add configure test for utime (needed for the...
2007-10-10 Andrew Tridgellr10891: I noticed that the secrets.db was not being...
2007-10-10 Jelmer Vernooijr10586: Add MergedObject() builder. Default to Library...
2007-10-10 Andrew Tridgellr10524: SAFE_FREE() in tdb does not need the discard_co...
2007-10-10 Andrew Tridgellr10522: finally got the locking working on solaris10...
2007-10-10 Andrew Tridgellr10496: - added configure test for sys/time.h
2007-10-10 Andrew Tridgellr10495: older redhat boxes need sys/time.h for select()
2007-10-10 Andrew Tridgellr10494: - don't generate a tdb log message for any...
2007-10-10 Andrew Tridgellr10493: we need sys/select.h to enable select() in...
2007-10-10 Andrew Tridgellr10492: work around a bug in solaris which cases lock...
2007-10-10 Andrew Tridgellr10484: try to fix the pread/pwrite declaration problems
2007-10-10 Andrew Tridgellr10483: fixed some uninitialised variables warnings
2007-10-10 Andrew Tridgellr10475: make sure we report failures in tdbtorture...
2007-10-10 Andrew Tridgellr10471: stratos doesn't have getpagesize(), so guess...
2007-10-10 Andrew Tridgellr10470: solaris8 has a problem with tdbtorture with...
2007-10-10 Andrew Tridgellr10469: use the older style of structure initialisation...
2007-10-10 Andrew Tridgellr10468: - terminate tdbtorture quickly when an error...
2007-10-10 Andrew Tridgellr10467: aix doesn't like zero length malloc :(
2007-10-10 Andrew Tridgellr10466: work around missing pread/pwrite declaration...
2007-10-10 Andrew Tridgellr10465: separate out a read_only db from a read-only...
2007-10-10 Andrew Tridgellr10463: consider it an error if tdbtorture produces...
2007-10-10 Andrew Tridgellr10462: cope better with compilers that don't put the...
2007-10-10 Andrew Tridgellr10461: fixed tdb build on systems without stdint.h
2007-10-10 Andrew Tridgellr10460: fixed portability of transaction code to system...
2007-10-10 Andrew Tridgellr10459: fixed some portability problems
2007-10-10 Andrew Tridgellr10424: for caller convenience, automatically turn...
2007-10-10 Andrew Tridgellr10421: following on discussions with simo, I have...
2007-10-10 Jelmer Vernooijr10420: Two minor scons fixes
2007-10-10 Tim Potterr10415: The ldb and tdb libraries are bad examples...
2007-10-10 Andrew Tridgellr10410: blindly update the scons file for tdb. I'm...
2007-10-10 Andrew Tridgellr10405: added transactions into tdb, and hook them...
2007-10-10 Andrew Tridgellr10385: removed obsolete comment
2007-10-10 Andrew Tridgellr10384: add _GNU_SOURCE in tdb configure
2007-10-10 Tim Potterr10379: Add files for ldb and tdb to proto_files. ...
2007-10-10 Jelmer Vernooijr10336: Add sconscript for a couple more subsystems.
2007-10-10 Tim Potterr10335: Build tdb tools into bin directory.
2007-10-10 Jelmer Vernooijr10330: Add SConscript to more subsystems. Some of...
2007-10-10 Tim Potterr10258: Fix an unused/duplicate local variable.
2007-10-10 Andrew Tridgellr10253: a fairly large tdb cleanup and re-organise...
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
next