pyldb: p3k readiness: allow single unicode string in msg element
[nivanova/samba-autobuild/.git] / lib / ldb / pyldb.c
2017-03-10 Douglas Bagnallpyldb: p3k readiness: allow single unicode string in...
2016-02-17 Stefan Metzmacherldb: add LDB_ATTR_FLAG_FORCE_BASE64_LDIF support
2016-02-17 Stefan Metzmacherpyldb: add ldb.search_iterator()
2016-02-17 Stefan Metzmacherpyldb: fix help message for ldb.search()
2016-02-17 Stefan Metzmacherpyldb: fix memory leak in py_ldb_search()
2016-02-17 Andrew Bartlettpyldb: Free correct context when pyldb_Object_AsDn...
2016-01-07 Andrew Bartlettldb: Adjust to PY_SSIZE_T_CLEAN and use Py_ssize_t...
2015-11-05 Petr Viktorinpyldb: Improve test coverage
2015-11-05 Petr Viktorinpyldb: Fixes and Python3 compat for Dn component accessors
2015-11-05 Petr Viktorinpyldb: Prevent segfault when first module is NULL
2015-11-05 Petr Viktorinpyldb: Split text/byte strings for compatibility with...
2015-11-05 Petr Viktorinpyldb: Add Python 3 compatibility (except strings)
2015-11-05 Petr Viktorinpyldb: DECREF old debug function when resetting it
2015-11-05 Petr Viktorinpyldb: Don't use the internal macro PyObject_REPR
2015-11-05 Petr Viktorinpyldb: Properly increase refcount of returned values
2015-10-26 Andrew Bartlettldb: Fix python bindings to accept a string as a DN ldb-1.1.22
2015-03-03 Petr Viktorinpyldb: Report errors converting controls list to char**
2015-03-03 Petr Viktorinpyldb: Better error reporting
2015-03-03 Petr Viktorinpyldb: Type-check arguments parsed with PyArg_ParseTuple*
2015-03-03 Petr Viktorinpyldb: Fix reference leaks
2015-03-03 Petr Viktorinpyldb: Remove use of staticforward macro
2015-03-03 Petr Viktorinpyldb: Properly preallocate result control list
2015-03-03 Petr Viktorinpyldb: Use the Py_TYPE macro
2015-03-03 Petr Viktorinpyldb: Correct reference counting when returning bools
2015-01-22 Petr ViktorinRemove use of the "staticforward" macro
2014-11-25 Kamen Mazdrashkilib-pyldb: Block elements should be surrounded by ...
2014-11-25 Kamen Mazdrashkilib-pyldb: Fix docstring for msg.add() method - it...
2014-11-25 Kamen Mazdrashkilib-pyldb: Avoid crash when copying MessageElements...
2014-11-25 Kamen Mazdrashkilib-pyldb: Throw exception when we can't create Message...
2014-11-25 Kamen Mazdrashkilib-pyldb: Avoid leaking memory in error cases
2014-11-25 Kamen Mazdrashkilib-pyldb: Avoid SEGFAULT in case we can't convert...
2014-05-01 Stefan Metzmacherldb:pyldb: add some more helper functions for LdbDn
2014-05-01 Stefan Metzmacherldb:pyldb: fix doc string for set_extended_component()
2014-05-01 Stefan Metzmacherldb:pyldb: add some const to PyObject_FromLdbValue()
2014-01-09 Matthias Dieter... samba:python - Py_RETURN_NONE remove compatibility...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-08-18 Volker Lendeckepyldb: Fix CID 1034792 Dereference null return value
2013-08-05 Matthieu Patoupyldb: decrement ref counters on py_results and quiet...
2012-07-06 Andrew Bartlettpyldb: Add bindings for ldb_dn_remove_base_components
2012-07-06 Andrew Bartlettpyldb: Fix dn concat operation to be the other way...
2012-06-11 Andrew Bartlettpyldb: Ensure that the ldb argument is really an ldb...
2012-03-02 Jelmer Vernooijpyldb: Fix some more long lines, fix formatting.
2012-03-01 Jelmer Vernooijpyldb: Avoid using PyErr_LDB_ERROR_IS_ERR_RAISE where...
2012-02-12 Matthias Dieter... LDB:pyldb.c - use always the case insensitive compariso...
2012-01-03 Matthieu Patoupyldb: raise an exception if we can't add the attribute
2011-12-08 Jelmer Vernooijpyldb: Add more docstrings.
2011-11-10 Andrew Tridgellpyldb: enhanced get() method on msg object
2011-11-02 Jelmer Vernooijpyldb: Remove duplicate definition of SYNTAX_DN.
2011-10-11 Matthias Dieter... ldb:pyldb.c - py_ldb_* modification calls - error strin...
2011-09-18 Jelmer Vernooijpyldb: Drop unnecessary dependency on pytalloc-util.
2011-09-13 Matthias Dieter... ldb:pyldb.c - "py_ldb_rename" remove superflous "ldb...
2011-09-11 Matthias Dieter... ldb:pyldb.c - point out that "PyLdbResult_AsResult...
2011-09-01 Andrew Tridgellpyldb: added OID_COMPARATOR constants
2011-08-24 Andrew Tridgellpyldb: fixed a warning
2011-08-19 Matthias Dieter... ldb - two cosmetic fixes
2011-08-08 Stefan Metzmacherpyldb: fix uninitialized memory bug in PyArg_ParseTuple...
2011-08-07 Jelmer Vernooijpyldb: Consistently use pyldb_ prefix.
2011-08-03 Andrew Tridgellpyldb: return a copy of key constant DNs via python...
2011-07-29 Andrew Tridgellpyldb: added binary_encode() and binary_decode() methods
2011-07-21 Andrew Tridgellpyldb: use dn.is_child_of() instead of dn.compare_base()
2011-07-21 Matthieu Patouldb-python: add a function to Dn object to compare...
2011-07-05 Andrew Bartlettldb: make ldb a top level library for Samba 4.0