summaryrefslogtreecommitdiff
path: root/lib/ldb/ABI/pyldb-util.py3-1.3.2.sigs
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2018-02-27 10:44:44 +0100
committerStefan Metzmacher <metze@samba.org>2018-02-28 04:54:21 +0100
commitcb58e188008bf920df88dc0212b9f9bb23263179 (patch)
tree324c32c2cec27ff3a98325dec785eebefe7aed96 /lib/ldb/ABI/pyldb-util.py3-1.3.2.sigs
parentc9888d4f6f730b8a2c190935e689075ddbf88a0a (diff)
downloadsamba-56600f53f1deda56524997f69fa8231a601b1bd8.tar.gz
ldb: version 1.3.2ldb-1.3.2
* Expose the SHOW_BINARY, ENABLE_TRACING and DONT_CREATE_DB flag constants in the python api. * Extend dn.is_child_of() test. * Don't load LDB_MODULESDIR as a module file. * Fix binary data in debug log (bug #13185). Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Wed Feb 28 04:54:21 CET 2018 on sn-devel-144
Diffstat (limited to 'lib/ldb/ABI/pyldb-util.py3-1.3.2.sigs')
-rw-r--r--lib/ldb/ABI/pyldb-util.py3-1.3.2.sigs2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ldb/ABI/pyldb-util.py3-1.3.2.sigs b/lib/ldb/ABI/pyldb-util.py3-1.3.2.sigs
new file mode 100644
index 00000000000..74d6719d2bc
--- /dev/null
+++ b/lib/ldb/ABI/pyldb-util.py3-1.3.2.sigs
@@ -0,0 +1,2 @@
+pyldb_Dn_FromDn: PyObject *(struct ldb_dn *)
+pyldb_Object_AsDn: bool (TALLOC_CTX *, PyObject *, struct ldb_context *, struct ldb_dn **)