summaryrefslogtreecommitdiff
path: root/source4/lib/tdb
AgeCommit message (Expand)AuthorFilesLines
2008-04-02Reduce the number of installed headers.Jelmer Vernooij1-2/+0
2008-02-29Move public header accumulation out of the perl code.Jelmer Vernooij1-1/+2
2008-02-25Update homepages for talloc, tdb and ldb subprojectsSimo Sorce1-8/+6
2008-02-13Allow tdb.mk and talloc.mk to be included at the same time.Jelmer Vernooij2-10/+10
2008-02-13Never build .so versions of tdb/talloc from Samba 4 itself. Rather,Jelmer Vernooij1-3/+1
2008-02-12Support using shared library during testsuite run if tdb was built with a sha...Jelmer Vernooij1-2/+2
2008-02-12make sure libraries are built before attempting to install.Jelmer Vernooij1-2/+2
2008-02-12Specify PICFLAG when compiling python modules.Jelmer Vernooij1-1/+1
2008-02-12Fix installation of python module for ldb and tdb.Jelmer Vernooij1-1/+3
2008-02-12tdb/ldb: Use prefix in case DESTDIR is not set.Jelmer Vernooij1-4/+4
2008-02-12Create the required directories when installing Python code.Jelmer Vernooij1-0/+2
2008-02-12Avoid using setup.py for intsallation.Jelmer Vernooij4-5/+13
2008-02-12Manually compile python files rather than using setup.py.Jelmer Vernooij4-20/+18
2008-02-11Fix out of tree builds.Jelmer Vernooij2-3/+3
2008-02-11Split actual content out of tdb Makefile into a separate file.Jelmer Vernooij2-80/+89
2008-02-11Split rules out of tdb Makefile.Jelmer Vernooij2-38/+41
2008-02-08merge tdb changes from ctdbAndrew Tridgell1-33/+47
2008-02-07merge growing tdb for tdb_wipe_all() fix from ctdbAndrew Tridgell1-0/+43
2008-01-31merged tdb transaction fixAndrew Tridgell1-0/+3
2008-01-22build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij1-1/+0
2008-01-22ldb/talloc/tdb: Use manually written pc file.Jelmer Vernooij1-0/+1
2008-01-22tdb: Add URL in pc file.Jelmer Vernooij1-0/+1
2008-01-18merged changes from v3-2-testAndrew Tridgell8-53/+18
2008-01-18merged tdb changes from ctdbAndrew Tridgell3-59/+49
2008-01-15merged tdb from ctdb bzr treeAndrew Tridgell9-210/+471
2008-01-10tdb: Add simple reimplementation of tdbdump in Python as an example of the td...Jelmer Vernooij1-0/+12
2008-01-10r26700: tdb: Build and install Python bindings when possible.Jelmer Vernooij4-42/+68
2008-01-06r26678: Check in auto-generated swig files.Tim Potter2-41/+45
2008-01-06r26677: Implement and test iter{keys,values,items} for tdb bindings.Tim Potter2-3/+32
2008-01-05r26668: tdb/python: Fix default value of open_flags for tdb.Jelmer Vernooij2-1/+2
2007-12-26r26586: Rename fetch to get for consistency with the Python dictionary interf...Jelmer Vernooij4-13/+14
2007-12-26r26585: Fix samba3.python tests.Jelmer Vernooij3-35/+98
2007-12-26r26583: Throw a proper exception in the python code when tdb_open() fails, fi...Jelmer Vernooij3-28/+25
2007-12-24r26582: Use the same swig flags everywhere.Jelmer Vernooij2-2/+2
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2-100/+68
2007-12-21r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij2-105/+141
2007-12-21r26294: Use hardcoded name for SWIG for now, until proper autoconf checks are...Jelmer Vernooij1-1/+1
2007-12-21r26293: Make sure SWIG directory exists, respect DESTDIR.Jelmer Vernooij1-1/+2
2007-12-21r26281: Fix include.Jelmer Vernooij2-0/+2
2007-12-21r26276: Install SWIG files if swig is present.Jelmer Vernooij1-0/+3
2007-12-21r26251: Fix include of stdint in tdb swig wrapper.Jelmer Vernooij2-8/+41
2007-12-21r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij2-0/+4355
2007-12-21r26218: Remove libtdb.so as well.Jelmer Vernooij1-1/+1
2007-12-21r26181: Set version to 1.1.1, as 1.1.0 has already been released.Jelmer Vernooij1-1/+1
2007-12-21r26180: Allow prebuilding swig output files.Jelmer Vernooij3-3/+10
2007-12-21r26114: Allow keyword-arguments.Jelmer Vernooij1-1/+1
2007-12-21r26108: Add makefile rules for building, installing and checking python bindi...Jelmer Vernooij2-4/+19
2007-12-21r26107: Add more tests.Jelmer Vernooij1-0/+22
2007-12-21r26090: Make building tdb python bindings independent of use of external tdb.Jelmer Vernooij2-8/+3
2007-12-21r26089: Move python detection to a separate file, and don't make it an error ...Jelmer Vernooij1-32/+0