summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/pyldb.c
Commit message (Expand)AuthorAgeFilesLines
* s4:pyldb: fix compiler warningsStefan Metzmacher2009-02-051-52/+85
* s4:lib/ldb: include replace.h in pyldb.cStefan Metzmacher2009-01-301-0/+1
* Fix the mess with ldb includes.Simo Sorce2009-01-301-1/+1
* s4:ldb: remove dependency to samba4's events wrapperStefan Metzmacher2009-01-211-1/+1
* 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-0/+1
* Raise a python exception when the ldb search failsAndrew Bartlett2009-01-071-0/+6
* py: Properly increase the reference counter of Py_None.Jelmer Vernooij2009-01-061-36/+36
* Initialise 'flags' in new python ldb binding for ldb_connectAndrew Bartlett2009-01-051-1/+1
* Fix silly typo.Jelmer Vernooij2008-12-231-1/+1
* pyldb: Provide replacement for sizeargfunc, not available before Python2.5.Jelmer Vernooij2008-12-231-0/+1
* python: Define Py_ssize_t if the Python library doesn't.Jelmer Vernooij2008-12-231-0/+6
* pyldb: Fix segfault because of incorrect reference counting.Jelmer Vernooij2008-12-231-7/+20
* pyldb: Avoid use of pytalloc, as it may not be available.Jelmer Vernooij2008-12-231-59/+175
* ldb: Include tevent.h rather than events.h.Jelmer Vernooij2008-12-231-1/+1
* Fix various Python-related bugs.Jelmer Vernooij2008-12-211-5/+16
* Remove remaining fragments of SWIG code in pyldb.Jelmer Vernooij2008-12-211-91/+0
* Fix more introduced regressions in new bindings.Jelmer Vernooij2008-12-211-47/+77
* py: Fix initialisation of subtypes, fix segfaults.Jelmer Vernooij2008-12-211-2/+6
* Support subtypes of ldb.Ldb.Jelmer Vernooij2008-12-201-12/+67
* Fix all pyldb tests except for modules.Jelmer Vernooij2008-12-201-309/+355
* Fix more tests.Jelmer Vernooij2008-12-191-100/+271
* Port over more functionality to new SWIGless Python module.Jelmer Vernooij2008-12-191-290/+337
* Initial work using manual Python bindings for LDB, rather than SWIG-generated...Jelmer Vernooij2008-12-191-0/+1721