summaryrefslogtreecommitdiffstats
path: root/source4/lib/tdb
Commit message (Expand)AuthorAgeFilesLines
* merge growing tdb for tdb_wipe_all() fix from ctdbAndrew Tridgell2008-02-071-0/+43
* merged tdb transaction fixAndrew Tridgell2008-01-311-0/+3
* build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij2008-01-221-1/+0
* ldb/talloc/tdb: Use manually written pc file.Jelmer Vernooij2008-01-221-0/+1
* tdb: Add URL in pc file.Jelmer Vernooij2008-01-221-0/+1
* merged changes from v3-2-testAndrew Tridgell2008-01-188-53/+18
* merged tdb changes from ctdbAndrew Tridgell2008-01-183-59/+49
* merged tdb from ctdb bzr treeAndrew Tridgell2008-01-159-210/+471
* tdb: Add simple reimplementation of tdbdump in Python as an example of the td...Jelmer Vernooij2008-01-101-0/+12
* r26700: tdb: Build and install Python bindings when possible.Jelmer Vernooij2008-01-104-42/+68
* r26678: Check in auto-generated swig files.Tim Potter2008-01-062-41/+45
* r26677: Implement and test iter{keys,values,items} for tdb bindings.Tim Potter2008-01-062-3/+32
* r26668: tdb/python: Fix default value of open_flags for tdb.Jelmer Vernooij2008-01-052-1/+2
* r26586: Rename fetch to get for consistency with the Python dictionary interf...Jelmer Vernooij2007-12-264-13/+14
* r26585: Fix samba3.python tests.Jelmer Vernooij2007-12-263-35/+98
* r26583: Throw a proper exception in the python code when tdb_open() fails, fi...Jelmer Vernooij2007-12-263-28/+25
* r26582: Use the same swig flags everywhere.Jelmer Vernooij2007-12-242-2/+2
* r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2007-12-242-100/+68
* r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij2007-12-212-105/+141
* r26294: Use hardcoded name for SWIG for now, until proper autoconf checks are...Jelmer Vernooij2007-12-211-1/+1
* r26293: Make sure SWIG directory exists, respect DESTDIR.Jelmer Vernooij2007-12-211-1/+2
* r26281: Fix include.Jelmer Vernooij2007-12-212-0/+2
* r26276: Install SWIG files if swig is present.Jelmer Vernooij2007-12-211-0/+3
* r26251: Fix include of stdint in tdb swig wrapper.Jelmer Vernooij2007-12-212-8/+41
* r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij2007-12-212-0/+4355
* r26218: Remove libtdb.so as well.Jelmer Vernooij2007-12-211-1/+1
* r26181: Set version to 1.1.1, as 1.1.0 has already been released.Jelmer Vernooij2007-12-211-1/+1
* r26180: Allow prebuilding swig output files.Jelmer Vernooij2007-12-213-3/+10
* r26114: Allow keyword-arguments.Jelmer Vernooij2007-12-211-1/+1
* r26108: Add makefile rules for building, installing and checking python bindi...Jelmer Vernooij2007-12-212-4/+19
* r26107: Add more tests.Jelmer Vernooij2007-12-211-0/+22
* r26090: Make building tdb python bindings independent of use of external tdb.Jelmer Vernooij2007-12-212-8/+3
* r26089: Move python detection to a separate file, and don't make it an error ...Jelmer Vernooij2007-12-211-32/+0
* r26087: Fix include, add setup.py for tdbJelmer Vernooij2007-12-212-0/+9
* r26077: Import updated TDB bindings.Jelmer Vernooij2007-12-215-274/+351
* r25991: tdb: use AC_LIBREPLACE_SHLD and use it for linking the shared libraryStefan Metzmacher2007-12-212-1/+3
* r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGSStefan Metzmacher2007-12-211-1/+1
* r25972: tdb: fix usage of SONAMEFLAGStefan Metzmacher2007-12-211-3/+2
* r25953: AIX make doesn't support $^.Jelmer Vernooij2007-12-211-1/+1
* r25944: Fix handling of sonameflag on AIX, which doesn't have anything like t...Jelmer Vernooij2007-12-211-1/+1
* r25893: Fix ldb, tdb builds (and one warning).Jeremy Allison2007-12-212-2/+2
* r25892: Keep the tdb code in sync between 3.2.x and 4.0.Jeremy Allison2007-12-217-5/+76
* r25888: Attempt to fix standalone tdb build.Jelmer Vernooij2007-12-211-6/+8
* r25884: Specify shldflags first, as required by some compilers.Jelmer Vernooij2007-12-211-1/+1
* r25883: Fix tdb dependency.Jelmer Vernooij2007-12-211-5/+9
* r25881: Add ability to build .so of tdb.Jelmer Vernooij2007-12-212-7/+28
* r25614: Add trivial tdb website.Jelmer Vernooij2007-12-211-0/+44
* r25046: Ditch tdb_traverse() as it doesn't lend itself to any Python idiomsTim Potter2007-10-101-2/+0
* r25045: Add constants for enum TDB_ERROR.Tim Potter2007-10-101-20/+15
* r25044: The has_key() method should return a boolean, not an integer.Tim Potter2007-10-101-1/+5