summaryrefslogtreecommitdiff
path: root/lib/ldb/pyldb.c
Commit message (Expand)AuthorAgeFilesLines
* ldb: add LDB_ATTR_FLAG_FORCE_BASE64_LDIF supportStefan Metzmacher2016-02-171-0/+5
* pyldb: add ldb.search_iterator()Stefan Metzmacher2016-02-171-0/+372
* pyldb: fix help message for ldb.search()Stefan Metzmacher2016-02-171-2/+2
* pyldb: fix memory leak in py_ldb_search()Stefan Metzmacher2016-02-171-1/+1
* pyldb: Free correct context when pyldb_Object_AsDn() failsAndrew Bartlett2016-02-171-1/+1
* ldb: Adjust to PY_SSIZE_T_CLEAN and use Py_ssize_t consistently with PyArg_P...Andrew Bartlett2016-01-071-2/+2
* pyldb: Improve test coveragePetr Viktorin2015-11-051-0/+26
* pyldb: Fixes and Python3 compat for Dn component accessorsPetr Viktorin2015-11-051-25/+19
* pyldb: Prevent segfault when first module is NULLPetr Viktorin2015-11-051-1/+5
* pyldb: Split text/byte strings for compatibility with Python 3Petr Viktorin2015-11-051-91/+226
* pyldb: Add Python 3 compatibility (except strings)Petr Viktorin2015-11-051-99/+166
* pyldb: DECREF old debug function when resetting itPetr Viktorin2015-11-051-1/+8
* pyldb: Don't use the internal macro PyObject_REPRPetr Viktorin2015-11-051-2/+8
* pyldb: Properly increase refcount of returned valuesPetr Viktorin2015-11-051-1/+2
* ldb: Fix python bindings to accept a string as a DNldb-1.1.22Andrew Bartlett2015-10-261-5/+3
* pyldb: Report errors converting controls list to char**Petr Viktorin2015-03-031-0/+20
* pyldb: Better error reportingPetr Viktorin2015-03-031-2/+2
* pyldb: Type-check arguments parsed with PyArg_ParseTuple*Petr Viktorin2015-03-031-8/+8
* pyldb: Fix reference leaksPetr Viktorin2015-03-031-6/+12
* pyldb: Remove use of staticforward macroPetr Viktorin2015-03-031-1/+1
* pyldb: Properly preallocate result control listPetr Viktorin2015-03-031-1/+5
* pyldb: Use the Py_TYPE macroPetr Viktorin2015-03-031-3/+3
* pyldb: Correct reference counting when returning boolsPetr Viktorin2015-03-031-4/+4
* Remove use of the "staticforward" macroPetr Viktorin2015-01-221-7/+7
* lib-pyldb: Block elements should be surrounded by {} in py_msg.setitem()Kamen Mazdrashki2014-11-251-1/+2
* lib-pyldb: Fix docstring for msg.add() method - it was "S.append()"Kamen Mazdrashki2014-11-251-1/+1
* lib-pyldb: Avoid crash when copying MessageElements between Python Message ob...Kamen Mazdrashki2014-11-251-4/+22
* lib-pyldb: Throw exception when we can't create MessageElement objectKamen Mazdrashki2014-11-251-0/+2
* lib-pyldb: Avoid leaking memory in error casesKamen Mazdrashki2014-11-251-2/+6
* lib-pyldb: Avoid SEGFAULT in case we can't convert passed value to py_StringKamen Mazdrashki2014-11-251-0/+5
* ldb:pyldb: add some more helper functions for LdbDnStefan Metzmacher2014-05-021-0/+112
* ldb:pyldb: fix doc string for set_extended_component()Stefan Metzmacher2014-05-021-1/+1
* ldb:pyldb: add some const to PyObject_FromLdbValue()Stefan Metzmacher2014-05-021-1/+1
* samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4Matthias Dieter Wallnöfer2014-01-091-4/+0
* pyldb: Fix CID 1034792 Dereference null return valueVolker Lendecke2013-08-191-0/+4
* pyldb: decrement ref counters on py_results and quiet warningsMatthieu Patou2013-08-061-0/+4
* pyldb: Add bindings for ldb_dn_remove_base_componentsAndrew Bartlett2012-07-061-0/+15
* pyldb: Fix dn concat operation to be the other way aroundAndrew Bartlett2012-07-061-1/+1
* pyldb: Ensure that the ldb argument is really an ldb before we dereferenceAndrew Bartlett2012-06-111-0/+10
* pyldb: Fix some more long lines, fix formatting.Jelmer Vernooij2012-03-021-14/+37
* pyldb: Avoid using PyErr_LDB_ERROR_IS_ERR_RAISE where PyErr_SetLdbError suffi...Jelmer Vernooij2012-03-011-13/+16
* LDB:pyldb.c - use always the case insensitive comparison for attribute namesMatthias Dieter Wallnöfer2012-02-131-2/+2
* pyldb: raise an exception if we can't add the attributeMatthieu Patou2012-01-031-1/+6
* pyldb: Add more docstrings.Jelmer Vernooij2011-12-081-7/+12
* pyldb: enhanced get() method on msg objectAndrew Tridgell2011-11-101-14/+33
* pyldb: Remove duplicate definition of SYNTAX_DN.Jelmer Vernooij2011-11-021-1/+0
* ldb:pyldb.c - py_ldb_* modification calls - error string shouldn't be set hereMatthias Dieter Wallnöfer2011-10-111-17/+1
* pyldb: Drop unnecessary dependency on pytalloc-util.Jelmer Vernooij2011-09-181-1/+0
* ldb:pyldb.c - "py_ldb_rename" remove superflous "ldb" pointerMatthias Dieter Wallnöfer2011-09-131-4/+2
* ldb:pyldb.c - point out that "PyLdbResult_AsResult" does not convert everythingMatthias Dieter Wallnöfer2011-09-111-1/+4