summaryrefslogtreecommitdiff
path: root/lib/tdb
Commit message (Expand)AuthorAgeFilesLines
* Update copies of config.guess and config.sub. (cherry picked from commit 6230...Jelmer Vernooij2009-09-092-76/+282
* tdb: Reimplementation of Metze's "lib/tdb: if we know pwrite and pread are th...Rusty Russell2009-08-141-5/+10
* tdb: Revert "lib/tdb: if we know pwrite and pread are thread/fork safe tdb_re...Rusty Russell2009-08-141-5/+0
* Detect tight loop in tdb_find()Jim McDonough2009-05-211-0/+5
* lib/tdb: if we know pwrite and pread are thread/fork safe tdb_reopen_all() sh...Stefan Metzmacher2009-02-251-0/+5
* lib/tdb: don't generate a static library for the samba4 buildStefan Metzmacher2009-02-031-1/+1
* lib/tdb: the python bindings don't use swig anymoreStefan Metzmacher2009-02-021-4/+2
* s3 build: Remove unused fstat check to fix a bunch of HAVE_FSTAT warningsTim Prouty2009-01-301-4/+0
* lib/tdb: include replace.h and system/filesys.h in pytdb.cStefan Metzmacher2009-01-301-4/+3
* Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij2009-01-081-1/+5
* s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty2009-01-071-1/+1
* py: Properly increase the reference counter of Py_None.Jelmer Vernooij2009-01-061-16/+16
* Fix all warnings in source3 with gcc4.3.Jeremy Allison2008-12-311-1/+3
* standalone: Use more variables, preparing to include these files from mainJelmer Vernooij2008-12-231-5/+6
* Fix standalone build of tdb python module, update ignores for standalone tdb.Jelmer Vernooij2008-12-221-4/+4
* Make sure to not close tdb database more than once.Jelmer Vernooij2008-12-181-2/+10
* Remove swig use from tdb standalone build.Jelmer Vernooij2008-12-183-14/+5
* Implement missing functions in pytdb.Jelmer Vernooij2008-12-182-34/+66
* Add simple manually written replacement for the tdb module.Jelmer Vernooij2008-12-186-4990/+453
* s3/s4: Fix "shadows a global declaration" warningTim Prouty2008-12-161-1/+1
* Added a simple tdb integrity check to tdbtool. The command "check" runs trave...Holger Hetterich2008-12-161-1/+28
* imported the tdb_repack() code from CTDBAndrew Tridgell2008-12-162-1/+93
* make tdbbackup use transactionsAndrew Tridgell2008-12-161-6/+19
* lib/tdb: increase the version number after some critial changesStefan Metzmacher2008-09-291-1/+1
* Add shared-build target to tdb.Simo Sorce2008-09-194-0/+30
* Provide tdb.open and ldb.open python functions.Jelmer Vernooij2008-09-193-28/+41
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-1738-0/+15529