summaryrefslogtreecommitdiff
path: root/source4/lib/tdb
AgeCommit message (Expand)AuthorFilesLines
2008-07-09Revert "tdbtool: fix off-by-one error in argument length. (bug #2344)"Michael Adam1-1/+1
2008-07-08tdbtool: fix off-by-one error in argument length. (bug #2344)Michael Adam1-1/+1
2008-06-11Use variables for source dir of python tdb bindings.Jelmer Vernooij1-2/+2
2008-06-08Add more docstrings in tdb.Jelmer Vernooij3-2/+26
2008-05-23Add some docstrings to tdb.Jelmer Vernooij3-122/+319
2008-05-22Fix CFLAGS for SWIG files.Jelmer Vernooij1-1/+1
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij1-1/+1
2008-05-21Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij1-0/+3
2008-05-21Remove support for .py files from smb_build - deal with it only in the makefi...Jelmer Vernooij1-0/+2
2008-05-20Convert in_transaction to a bool. Add the same fix VolkerJeremy Allison1-4/+9
2008-05-20Fix nesting tdb_traverse in a transactionVolker Lendecke1-3/+8
2008-05-20Update tdb version number.Jelmer Vernooij1-1/+1
2008-05-19Add __repr__ implementation for Tdb.Jelmer Vernooij4-27/+57
2008-05-19Fix dependency.Jelmer Vernooij1-1/+1
2008-05-08Fix link flags for ldb and tdb Python modules.Jelmer Vernooij1-1/+1
2008-04-14Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2-12/+15
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