index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ctdb
/
lib
/
tdb
/
pytdb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ctdb-build: Remove duplicate tdb library
Amitay Isaacs
2014-06-20
1
-685
/
+0
*
samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4
Matthias Dieter Wallnöfer
2014-01-09
1
-4
/
+0
*
tdb: Sync to tdb 1.2.11 from upstream
Amitay Isaacs
2013-05-29
1
-10
/
+96
*
lib/tdb: Sync tdb from samba git tree
Amitay Isaacs
2012-04-13
1
-6
/
+8
*
pytdb: Add __version__ attribute.
Jelmer Vernooij
2010-10-07
1
-0
/
+2
*
pytdb: Include Python.h first to prevent warning.
Jelmer Vernooij
2010-10-07
1
-1
/
+1
*
pytdb: Check errors after PyObject_New() calls
Kirill Smelkov
2010-10-07
1
-0
/
+7
*
pytdb: Add support for tdb_repack()
Kirill Smelkov
2010-10-07
1
-0
/
+9
*
pytdb: Add TDB_INCOMPATIBLE_HASH open flag
Kirill Smelkov
2010-10-07
1
-0
/
+1
*
pytdb: Make filename argument optional.
Jelmer Vernooij
2010-10-07
1
-5
/
+11
*
pytdb: Add support for tdb_freelist_size()
Kirill Smelkov
2010-10-07
1
-0
/
+6
*
pytdb: Add support for tdb_transaction_prepare_commit()
Kirill Smelkov
2010-10-07
1
-0
/
+10
*
pytdb: Add support for tdb_enable_seqnum, tdb_get_seqnum and tdb_increment_se...
Kirill Smelkov
2010-10-07
1
-0
/
+23
*
pytdb: Update open flags to match those for tdb_open() in tdb.h
Kirill Smelkov
2010-10-07
1
-0
/
+6
*
pytdb: Fix repr segfault for internal db
Kirill Smelkov
2010-10-07
1
-1
/
+3
*
pytdb: Add support for tdb_add_flags() & tdb_remove_flags()
Kirill Smelkov
2010-10-07
1
-0
/
+23
*
tdb: update tdb ABI to use hide_symbols=True
Andrew Tridgell
2010-04-22
1
-10
/
+0
*
tdb: fix typo in python's Tdb.get() docstring
Kirill Smelkov
2009-12-16
1
-1
/
+1
*
tdb: kill last bits from swig
Kirill Smelkov
2009-12-16
1
-1
/
+1
*
s3 build: Remove unused fstat check to fix a bunch of HAVE_FSTAT warnings (ch...
Stefan Metzmacher
2009-12-16
1
-4
/
+0
*
lib/tdb: include replace.h and system/filesys.h in pytdb.c
Stefan Metzmacher
2009-12-16
1
-4
/
+3
*
Avoid using a utility header for Python replacements included in Samba, since...
Stefan Metzmacher
2009-12-16
1
-1
/
+5
*
s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4 (cherry pi...
Stefan Metzmacher
2009-12-16
1
-1
/
+1
*
py: Properly increase the reference counter of Py_None. (cherry picked from s...
Stefan Metzmacher
2009-12-16
1
-16
/
+16
*
Make sure to not close tdb database more than once. (cherry picked from samba...
Jelmer Vernooij
2009-12-16
1
-2
/
+10
*
Implement missing functions in pytdb. (cherry picked from samba commit 2da551...
Jelmer Vernooij
2009-12-16
1
-2
/
+62
*
Add simple manually written replacement for the tdb module. (cherry picked fr...
Stefan Metzmacher
2009-12-16
1
-0
/
+449