Add MAX_DNS_NAME_LENGTH, remove more pstrings.
[ira/wip.git] / source / lib / tdb /
2008-01-15 Andrew Tridgellmerged tdb from ctdb bzr tree
2008-01-10 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-01-10 Jelmer Vernooijtdb: Add simple reimplementation of tdbdump in Python...
2008-01-10 Andrew BartlettMerge commit 'origin/v4-0-test' into 4-0-local
2008-01-10 Jelmer Vernooijr26700: tdb: Build and install Python bindings when...
2008-01-06 Tim Potterr26678: Check in auto-generated swig files.
2008-01-06 Tim Potterr26677: Implement and test iter{keys,values,items}...
2008-01-05 Jelmer Vernooijr26668: tdb/python: Fix default value of open_flags...
2007-12-26 Jelmer Vernooijr26586: Rename fetch to get for consistency with the...
2007-12-26 Jelmer Vernooijr26585: Fix samba3.python tests.
2007-12-26 Jelmer Vernooijr26583: Throw a proper exception in the python code...
2007-12-24 Jelmer Vernooijr26582: Use the same swig flags everywhere.
2007-12-24 Jelmer Vernooijr26570: - Trim size of the swig-generated Python bindin...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Jelmer Vernooijr26399: Use -O option for SWIG (less evil generated...
2007-12-21 Jelmer Vernooijr26294: Use hardcoded name for SWIG for now, until...
2007-12-21 Jelmer Vernooijr26293: Make sure SWIG directory exists, respect DESTDIR.
2007-12-21 Jelmer Vernooijr26281: Fix include.
2007-12-21 Jelmer Vernooijr26276: Install SWIG files if swig is present.
2007-12-21 Jelmer Vernooijr26251: Fix include of stdint in tdb swig wrapper.
2007-12-21 Jelmer Vernooijr26248: Check in SWIG output so SWIG is not required...
2007-12-21 Jelmer Vernooijr26218: Remove libtdb.so as well.
2007-12-21 Jelmer Vernooijr26181: Set version to 1.1.1, as 1.1.0 has already...
2007-12-21 Jelmer Vernooijr26180: Allow prebuilding swig output files.
2007-12-21 Jelmer Vernooijr26114: Allow keyword-arguments.
2007-12-21 Jelmer Vernooijr26108: Add makefile rules for building, installing...
2007-12-21 Jelmer Vernooijr26107: Add more tests.
2007-12-21 Jelmer Vernooijr26090: Make building tdb python bindings independent...
2007-12-21 Jelmer Vernooijr26089: Move python detection to a separate file, and...
2007-12-21 Jelmer Vernooijr26087: Fix include, add setup.py for tdb
2007-12-21 Jelmer Vernooijr26077: Import updated TDB bindings.
2007-12-21 Stefan Metzmacherr25991: tdb: use AC_LIBREPLACE_SHLD and use it for...
2007-12-21 Stefan Metzmacherr25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBR...
2007-12-21 Stefan Metzmacherr25972: tdb: fix usage of SONAMEFLAG
2007-12-21 Jelmer Vernooijr25953: AIX make doesn't support $^.
2007-12-21 Jelmer Vernooijr25944: Fix handling of sonameflag on AIX, which doesn...
2007-12-21 Jeremy Allisonr25893: Fix ldb, tdb builds (and one warning).
2007-12-21 Jeremy Allisonr25892: Keep the tdb code in sync between 3.2.x and...
2007-12-21 Jelmer Vernooijr25888: Attempt to fix standalone tdb build.
2007-12-21 Jelmer Vernooijr25884: Specify shldflags first, as required by some...
2007-12-21 Jelmer Vernooijr25883: Fix tdb dependency.
2007-12-21 Jelmer Vernooijr25881: Add ability to build .so of tdb.
2007-12-21 Jelmer Vernooijr25614: Add trivial tdb website.
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Tim Potterr25046: Ditch tdb_traverse() as it doesn't lend itself...
2007-10-10 Tim Potterr25045: Add constants for enum TDB_ERROR.
2007-10-10 Tim Potterr25044: The has_key() method should return a boolean...
2007-10-10 Tim Potterr25018: Remove non-existent tdb_logging_function()...
2007-10-10 Jelmer Vernooijr25001: Fix more C++ and other warnings, fix some of...
2007-10-10 Michael Adamr24738: Fix one more use of pwrite in tdb code in the...
2007-10-10 Jelmer Vernooijr24337: Make libreplace provide offsetof.
2007-10-10 Jelmer Vernooijr24336: Use standard data type uint32_t rather than...
2007-10-10 Michael Adamr23980: Fix one more use of pwrite in expand_file.
2007-10-10 Michael Adamr23979: Fix another occurence of (written != requested...
2007-10-10 Michael Adamr23978: Merge r23161 from Samba3:
2007-10-10 Michael Adamr23977: Im prove the pwrite-patch to tdb_expand_file...
2007-10-10 Michael Adamr23972: Fix a bug in pwrite error detection in tdb_expa...
2007-10-10 Michael Adamr23950: unlink before rename is superfluous.
2007-10-10 Michael Adamr23925: Use NULL instead of 0 for a void * argument.
2007-10-10 Michael Adamr23853: Fix a very misleading error message in tdbbackup.
2007-10-10 Andrew Tridgellr23801: The FSF has moved around a lot. This fixes...
2007-10-10 Andrew Tridgellr23799: updated old Franklin Street FSF addresses to...
2007-10-10 Andrew Tridgellr23798: updated old Temple Place FSF addresses to new URL
2007-10-10 Andrew Tridgellr23796: main COPYING file for samba4, plus some formatt...
2007-10-10 Andrew Tridgellr23795: more v2->v3 conversion
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Jeremy Allisonr23590: Fix realloc leak on failure case from Jim Meyer...
2007-10-10 Jeremy Allisonr23371: Fix the misleading comment I added - it really...
2007-10-10 Jeremy Allisonr23370: Traverse in tdb wasn't consistently using the
2007-10-10 Andrew Tridgellr23238: merged transaction lock changes from ctdb
2007-10-10 Andrew Tridgellr22832: merged the latest tdb changes from ctdb to...
2007-10-10 Jelmer Vernooijr22637: Install tdbbackup and tdbdump again.
2007-10-10 Jelmer Vernooijr22600: Update bzr ignores, put right version in .pc...
2007-10-10 Jelmer Vernooijr22598: Simplify includes for replace.
2007-10-10 Jelmer Vernooijr22596: Set _CFLAGS variables rather than putting knowl...
2007-10-10 Jelmer Vernooijr22595: Add version numbers.
2007-10-10 Jelmer Vernooijr22516: Use DESTDIR
2007-10-10 Jelmer Vernooijr22514: Add version numbers to tdb and talloc (required...
2007-10-10 Andrew Tridgellr22424: fixed the bad merge (thanks to metze for pointi...
2007-10-10 Andrew Tridgellr22422: merged tdb changes from ctdb
2007-10-10 Stefan Metzmacherr22319: sync lib/tdb/ with samba3
2007-10-10 Andrew Tridgellr22165: merge transaction fix from samba3
2007-10-10 Andrew Tridgellr22081: transaction_brlock() should be static
2007-10-10 Stefan Metzmacherr22053: remove samba3 specific stuff from tdbtool
2007-10-10 Stefan Metzmacherr22052: merge tdbtool from samba3 and build it
2007-10-10 Stefan Metzmacherr22041: merge trivial changes from samba3
2007-10-10 Volker Lendecker21722: Add the dead record functionality presented...
2007-10-10 Volker Lendecker21445: Apply tdb_parse_record Tridges error return...
2007-10-10 Volker Lendecker21412: The last patch also incremented the seqnum...
2007-10-10 Volker Lendecker21410: We have to increment the sequence number also...
2007-10-10 Volker Lendecker21303: As discussed on samba-technical: Change the...
2007-10-10 Paul Greenr19989: Add support to the tdb Makefile.in for executab...
2007-10-10 Jeremy Allisonr19960: Add code to check for loops in the free list.
2007-10-10 Jelmer Vernooijr19570: Fix dependencies in pkg-config files.
2007-10-10 Andrew Tridgellr19428: moved tdbutil.c from lib/tdb/common/ to lib...
2007-10-10 Andrew Tridgellr19425: two more tdb functions from samba3
2007-10-10 Andrew Tridgellr19423: merge some tdb changes from SAMBA_3_0 to SAMBA_4_0
2007-10-10 Andrew Tridgellr19401: make tdb_lockall() much more efficient, and...
2007-10-10 Stefan Metzmacherr19276: remove unused file
2007-10-10 Andrew Tridgellr18604: fixed shell syntax
next