summaryrefslogtreecommitdiff
path: root/lib/tdb/pytdb.c
Commit message (Expand)AuthorAgeFilesLines
* python: Safely clear structure membersJoseph Sutton2023-05-161-1/+1
* tdb/pytdb: remove useless HAVE_ITER non-flagDouglas Bagnall2023-02-031-3/+1
* tdb/pytdb: remove py ifdefsDouglas Bagnall2023-02-031-44/+0
* Fix Python docstringsJoseph Sutton2021-09-041-1/+1
* Fix clang 9 missing-field-initializer warningsGary Lockyer2020-05-081-1/+1
* pytdb: add python binding for storev()Jule Anger2020-05-051-0/+49
* py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett2020-03-231-6/+5
* py3: Remove #define PyInt_AsLong PyLong_AsLongAndrew Bartlett2020-03-231-2/+1
* py3: Remove #define PyInt_Check PyLong_CheckAndrew Bartlett2020-03-231-2/+1
* py3: Remove PyStr_FromFormat() compatability macroAndrew Bartlett2019-06-241-4/+1
* py3: Remove PyStr_FromString() compatability macroAndrew Bartlett2019-06-241-3/+1
* lib/tdb: squash 'cast between incompatible function types' warningNoel Power2019-05-161-20/+40
* lib:tdb: Use C99 initializer for PyGetSetDef in pytdbAndreas Schneider2019-01-281-18/+34
* tdb python binding: raise KeyError(key) when the key doesn't existAurelien Aptel2015-07-211-1/+5
* pyldb: Add a text-based interface for Python 3Petr Viktorin2015-07-211-0/+18
* pytdb: Use new dict API on Python 3Petr Viktorin2015-07-211-8/+34
* pytdb: Port to Python 3Petr Viktorin2015-07-211-62/+106
* pytdb: Allow nextkey() to be calledPetr Viktorin2015-07-211-1/+1
* pytdb: avoid const warnings by using discard_const_p()Stefan Metzmacher2014-05-121-9/+18
* samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4Matthias Dieter Wallnöfer2014-01-091-4/+0
* tdb: Fix possible crash bugs in the python tdb code.Andreas Schneider2012-12-121-2/+15
* pytdb: Check if the database is closed before we touch itAndrew Bartlett2012-07-161-10/+80
* pytdb: Check for errors parsing strings into TDB_DATAAndrew Bartlett2012-07-161-0/+16
* tdb: Fix python documentation for tdb moduleAmitay Isaacs2011-12-131-1/+1
* pytdb: Shorter description which fits on a single line.Jelmer Vernooij2011-11-131-1/+2
* tdb: fix a build warning.Günther Deschner2011-05-061-0/+1
* s4-python: Only set BASETYPE flag if subclassing is supported.Jelmer Vernooij2011-01-011-1/+1
* pytdb: Make PyTdb variable static.Jelmer Vernooij2010-12-211-3/+3
* Avoid the use of PyAPI_DATA, which is for internal Python API's.Arnaud Faucher2010-11-221-1/+1
* pytdb: Add __version__ attribute.Jelmer Vernooij2010-10-041-0/+2
* pytdb: Include Python.h first to prevent warning.Jelmer Vernooij2010-10-021-1/+1
* pytdb: Check errors after PyObject_New() callsKirill Smelkov2010-10-021-0/+7
* pytdb: Add support for tdb_repack()Kirill Smelkov2010-10-021-0/+9
* pytdb: Add TDB_INCOMPATIBLE_HASH open flagKirill Smelkov2010-10-021-0/+1
* pytdb: Make filename argument optional.Jelmer Vernooij2010-09-191-5/+11
* pytdb: Add support for tdb_freelist_size()Kirill Smelkov2010-09-191-0/+6
* pytdb: Add support for tdb_transaction_prepare_commit()Kirill Smelkov2010-09-191-0/+10
* pytdb: Add support for tdb_enable_seqnum, tdb_get_seqnum and tdb_increment_se...Kirill Smelkov2010-09-191-0/+23
* pytdb: Update open flags to match those for tdb_open() in tdb.hKirill Smelkov2010-09-191-0/+6
* pytdb: Fix repr segfault for internal dbKirill Smelkov2010-09-191-1/+3
* pytdb: Add support for tdb_add_flags() & tdb_remove_flags()Kirill Smelkov2010-09-191-0/+23
* tdb: update tdb ABI to use hide_symbols=TrueAndrew Tridgell2010-04-201-10/+0
* tdb: fix typo in python's Tdb.get() docstringKirill Smelkov2009-10-291-1/+1
* tdb: kill last bits from swigKirill Smelkov2009-10-291-1/+1
* 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
* Make sure to not close tdb database more than once.Jelmer Vernooij2008-12-181-2/+10