index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
tdb
/
pytdb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-30
lib:tdb: Add missing overflow check for num_values in pytdb.c
Andreas Schneider
1
-1
/
+5
2024-04-30
lib:tdb: Remove trailing spaces from pytdb.c
Andreas Schneider
1
-8
/
+8
2023-11-20
Use python.h from libreplace
Andreas Schneider
1
-1
/
+1
2023-05-16
python: Safely clear structure members
Joseph Sutton
1
-1
/
+1
2023-02-03
tdb/pytdb: remove useless HAVE_ITER non-flag
Douglas Bagnall
1
-3
/
+1
2023-02-03
tdb/pytdb: remove py ifdefs
Douglas Bagnall
1
-44
/
+0
2021-09-04
Fix Python docstrings
Joseph Sutton
1
-1
/
+1
2020-05-08
Fix clang 9 missing-field-initializer warnings
Gary Lockyer
1
-1
/
+1
2020-05-05
pytdb: add python binding for storev()
Jule Anger
1
-0
/
+49
2020-03-23
py3: Remove #define PyInt_FromLong PyLong_FromLong
Andrew Bartlett
1
-6
/
+5
2020-03-23
py3: Remove #define PyInt_AsLong PyLong_AsLong
Andrew Bartlett
1
-2
/
+1
2020-03-23
py3: Remove #define PyInt_Check PyLong_Check
Andrew Bartlett
1
-2
/
+1
2019-06-24
py3: Remove PyStr_FromFormat() compatability macro
Andrew Bartlett
1
-4
/
+1
2019-06-24
py3: Remove PyStr_FromString() compatability macro
Andrew Bartlett
1
-3
/
+1
2019-05-16
lib/tdb: squash 'cast between incompatible function types' warning
Noel Power
1
-20
/
+40
2019-01-28
lib:tdb: Use C99 initializer for PyGetSetDef in pytdb
Andreas Schneider
1
-18
/
+34
2015-07-21
tdb python binding: raise KeyError(key) when the key doesn't exist
Aurelien Aptel
1
-1
/
+5
2015-07-21
pyldb: Add a text-based interface for Python 3
Petr Viktorin
1
-0
/
+18
2015-07-21
pytdb: Use new dict API on Python 3
Petr Viktorin
1
-8
/
+34
2015-07-21
pytdb: Port to Python 3
Petr Viktorin
1
-62
/
+106
2015-07-21
pytdb: Allow nextkey() to be called
Petr Viktorin
1
-1
/
+1
2014-05-12
pytdb: avoid const warnings by using discard_const_p()
Stefan Metzmacher
1
-9
/
+18
2014-01-09
samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4
Matthias Dieter Wallnöfer
1
-4
/
+0
2012-12-12
tdb: Fix possible crash bugs in the python tdb code.
Andreas Schneider
1
-2
/
+15
2012-07-16
pytdb: Check if the database is closed before we touch it
Andrew Bartlett
1
-10
/
+80
2012-07-16
pytdb: Check for errors parsing strings into TDB_DATA
Andrew Bartlett
1
-0
/
+16
2011-12-13
tdb: Fix python documentation for tdb module
Amitay Isaacs
1
-1
/
+1
2011-11-13
pytdb: Shorter description which fits on a single line.
Jelmer Vernooij
1
-1
/
+2
2011-05-06
tdb: fix a build warning.
Günther Deschner
1
-0
/
+1
2011-01-01
s4-python: Only set BASETYPE flag if subclassing is supported.
Jelmer Vernooij
1
-1
/
+1
2010-12-21
pytdb: Make PyTdb variable static.
Jelmer Vernooij
1
-3
/
+3
2010-11-22
Avoid the use of PyAPI_DATA, which is for internal Python API's.
Arnaud Faucher
1
-1
/
+1
2010-10-04
pytdb: Add __version__ attribute.
Jelmer Vernooij
1
-0
/
+2
2010-10-02
pytdb: Include Python.h first to prevent warning.
Jelmer Vernooij
1
-1
/
+1
2010-10-02
pytdb: Check errors after PyObject_New() calls
Kirill Smelkov
1
-0
/
+7
2010-10-02
pytdb: Add support for tdb_repack()
Kirill Smelkov
1
-0
/
+9
2010-10-02
pytdb: Add TDB_INCOMPATIBLE_HASH open flag
Kirill Smelkov
1
-0
/
+1
2010-09-19
pytdb: Make filename argument optional.
Jelmer Vernooij
1
-5
/
+11
2010-09-19
pytdb: Add support for tdb_freelist_size()
Kirill Smelkov
1
-0
/
+6
2010-09-19
pytdb: Add support for tdb_transaction_prepare_commit()
Kirill Smelkov
1
-0
/
+10
2010-09-19
pytdb: Add support for tdb_enable_seqnum, tdb_get_seqnum and tdb_increment_se...
Kirill Smelkov
1
-0
/
+23
2010-09-19
pytdb: Update open flags to match those for tdb_open() in tdb.h
Kirill Smelkov
1
-0
/
+6
2010-09-19
pytdb: Fix repr segfault for internal db
Kirill Smelkov
1
-1
/
+3
2010-09-19
pytdb: Add support for tdb_add_flags() & tdb_remove_flags()
Kirill Smelkov
1
-0
/
+23
2010-04-20
tdb: update tdb ABI to use hide_symbols=True
Andrew Tridgell
1
-10
/
+0
2009-10-29
tdb: fix typo in python's Tdb.get() docstring
Kirill Smelkov
1
-1
/
+1
2009-10-29
tdb: kill last bits from swig
Kirill Smelkov
1
-1
/
+1
2009-01-30
s3 build: Remove unused fstat check to fix a bunch of HAVE_FSTAT warnings
Tim Prouty
1
-4
/
+0
2009-01-30
lib/tdb: include replace.h and system/filesys.h in pytdb.c
Stefan Metzmacher
1
-4
/
+3
2009-01-08
Avoid using a utility header for Python replacements included in Samba,
Jelmer Vernooij
1
-1
/
+5
[next]