Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tdb: fix typo in python's Tdb.get() docstring | Kirill Smelkov | 2009-10-29 | 1 | -1/+1 |
| | | | | | | | It's Tdb.get(), not Tdb.fetch(). Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | ||||
* | tdb: kill last bits from swig | Kirill Smelkov | 2009-10-29 | 1 | -1/+1 |
| | | | | | | | | We no longer use swig for pytdb, so there is no need for swig make rules. Also pytdb.c header should be updated. Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | ||||
* | s3 build: Remove unused fstat check to fix a bunch of HAVE_FSTAT warnings | Tim Prouty | 2009-01-30 | 1 | -4/+0 |
| | |||||
* | lib/tdb: include replace.h and system/filesys.h in pytdb.c | Stefan Metzmacher | 2009-01-30 | 1 | -4/+3 |
| | | | | | | This fixes the build on Tru64. metze | ||||
* | Avoid using a utility header for Python replacements included in Samba, | Jelmer Vernooij | 2009-01-08 | 1 | -1/+5 |
| | | | | since this will not be shipped with talloc/tdb/tevent/etc. | ||||
* | s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4 | Tim Prouty | 2009-01-07 | 1 | -1/+1 |
| | |||||
* | py: Properly increase the reference counter of Py_None. | Jelmer Vernooij | 2009-01-06 | 1 | -16/+16 |
| | |||||
* | Make sure to not close tdb database more than once. | Jelmer Vernooij | 2008-12-18 | 1 | -2/+10 |
| | |||||
* | Implement missing functions in pytdb. | Jelmer Vernooij | 2008-12-18 | 1 | -2/+62 |
| | |||||
* | Add simple manually written replacement for the tdb module. | Jelmer Vernooij | 2008-12-18 | 1 | -0/+449 |