pyldb: Ensure that the ldb argument is really an ldb before we dereference
[ambi/samba-autobuild/.git] / lib / ldb / pyldb.c
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