summaryrefslogtreecommitdiffstats
path: root/source/lib/tdb
Commit message (Expand)AuthorAgeFilesLines
* Remove unecessary msync.old-v4-0-testJeremy Allison2008-09-141-4/+0
* The msync manpage reports that msync *must* be called before munmap. Failure ...Simo Sorce2008-09-142-2/+8
* Attempt to fix bug 5684Volker Lendecke2008-09-141-1/+1
* Revert "tdbtool: fix off-by-one error in argument length. (bug #2344)"Michael Adam2008-07-091-1/+1
* tdbtool: fix off-by-one error in argument length. (bug #2344)Michael Adam2008-07-081-1/+1
* Use variables for source dir of python tdb bindings.Jelmer Vernooij2008-06-111-2/+2
* Add more docstrings in tdb.Jelmer Vernooij2008-06-083-2/+26
* Add some docstrings to tdb.Jelmer Vernooij2008-05-233-122/+319
* Fix CFLAGS for SWIG files.Jelmer Vernooij2008-05-221-1/+1
* Move more modules inside of the samba package.Jelmer Vernooij2008-05-211-1/+1
* Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij2008-05-211-0/+3
* Remove support for .py files from smb_build - deal with it only in the makefi...Jelmer Vernooij2008-05-211-0/+2
* Convert in_transaction to a bool. Add the same fix VolkerJeremy Allison2008-05-201-4/+9
* Fix nesting tdb_traverse in a transactionVolker Lendecke2008-05-201-3/+8
* Update tdb version number.Jelmer Vernooij2008-05-201-1/+1
* Add __repr__ implementation for Tdb.Jelmer Vernooij2008-05-194-27/+57
* Fix dependency.Jelmer Vernooij2008-05-191-1/+1
* Fix link flags for ldb and tdb Python modules.Jelmer Vernooij2008-05-081-1/+1
* Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-142-12/+15
* Reduce the number of installed headers.Jelmer Vernooij2008-04-021-2/+0
* Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-291-1/+2
* Update homepages for talloc, tdb and ldb subprojectsSimo Sorce2008-02-251-8/+6
* Allow tdb.mk and talloc.mk to be included at the same time.Jelmer Vernooij2008-02-132-10/+10
* Never build .so versions of tdb/talloc from Samba 4 itself. Rather,Jelmer Vernooij2008-02-131-3/+1
* Support using shared library during testsuite run if tdb was built with a sha...Jelmer Vernooij2008-02-121-2/+2
* make sure libraries are built before attempting to install.Jelmer Vernooij2008-02-121-2/+2
* Specify PICFLAG when compiling python modules.Jelmer Vernooij2008-02-121-1/+1
* Fix installation of python module for ldb and tdb.Jelmer Vernooij2008-02-121-1/+3
* tdb/ldb: Use prefix in case DESTDIR is not set.Jelmer Vernooij2008-02-121-4/+4
* Create the required directories when installing Python code.Jelmer Vernooij2008-02-121-0/+2
* Avoid using setup.py for intsallation.Jelmer Vernooij2008-02-124-5/+13
* Manually compile python files rather than using setup.py.Jelmer Vernooij2008-02-124-20/+18
* Fix out of tree builds.Jelmer Vernooij2008-02-112-3/+3
* Split actual content out of tdb Makefile into a separate file.Jelmer Vernooij2008-02-112-80/+89
* Split rules out of tdb Makefile.Jelmer Vernooij2008-02-112-38/+41
* merge tdb changes from ctdbAndrew Tridgell2008-02-081-33/+47
* 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