summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/pyldb.h
Commit message (Expand)AuthorAgeFilesLines
* pyldb: create LdbResult, return value from ldb.search is now a LdbResultMatthieu Patou2011-02-211-0/+14
* pyldb: Fix memory context, add more OOM checks.Jelmer Vernooij2011-01-031-1/+1
* Make all functions in pyldb.c private, as they can't be used anyway.Jelmer Vernooij2011-01-031-5/+0
* ldb:pyldb.h - revert to the previous header behaviourMatthias Dieter Wallnöfer2010-12-121-2/+0
* ldb:pyldb - optimise includesMatthias Dieter Wallnöfer2010-12-121-1/+2
* s4-pyldb: Move PyLdbMessage_FromMessage() in PyMessage group of functionsKamen Mazdrashki2010-11-181-1/+1
* pytalloc: ensure talloc_ctx is directly after PyObject_HEADAndrew Tridgell2010-04-201-6/+6
* provision/pyldb: Avoid linking in static python ldb module.Jelmer Vernooij2009-12-211-1/+0
* Remove pyldb_util and simply duplicate the 5-line function it contains,Jelmer Vernooij2009-07-181-1/+0
* Fix finding the LDB header files in the system in pyldb_util.Jelmer Vernooij2009-06-021-0/+1
* Fix more unresolved symbols.Jelmer Vernooij2009-06-021-10/+7
* pyldb: Avoid use of pytalloc, as it may not be available.Jelmer Vernooij2008-12-231-18/+38
* Fix various Python-related bugs.Jelmer Vernooij2008-12-211-2/+2
* Fix more introduced regressions in new bindings.Jelmer Vernooij2008-12-211-1/+1
* Implement some of the stubs in misc python module.Jelmer Vernooij2008-12-211-0/+1
* Use plain C implementation for misc Python module rather than SWIG.Jelmer Vernooij2008-12-201-2/+2
* Fix more tests.Jelmer Vernooij2008-12-191-1/+22
* Initial work using manual Python bindings for LDB, rather than SWIG-generated...Jelmer Vernooij2008-12-191-0/+59