summaryrefslogtreecommitdiff
path: root/lib/ldb/ABI/pyldb-util-1.4.3.sigs
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2018-09-28 15:14:54 +0100
committerKarolin Seeger <kseeger@samba.org>2018-11-05 12:44:32 +0100
commitc20b587a3bb2b339468fefd3f60c5ca85e1873c6 (patch)
tree0839fcfe00a5e3abd16ed868931c3f363b39c0c6 /lib/ldb/ABI/pyldb-util-1.4.3.sigs
parent4908da4f518fbbafe9efc514f52534b1f8d854ec (diff)
downloadsamba-c20b587a3bb2b339468fefd3f60c5ca85e1873c6.tar.gz
ldb: Bump ldb version to 1.4.3ldb-1.4.3
* Python: Ensure ldb.Dn can accept utf8 encoded unicode (bug 13616) BUG: https://bugzilla.samba.org/show_bug.cgi?id=13616 Signed-off-by: Noel Power <noel.power@suse.com> Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib/ldb/ABI/pyldb-util-1.4.3.sigs')
-rw-r--r--lib/ldb/ABI/pyldb-util-1.4.3.sigs2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ldb/ABI/pyldb-util-1.4.3.sigs b/lib/ldb/ABI/pyldb-util-1.4.3.sigs
new file mode 100644
index 00000000000..74d6719d2bc
--- /dev/null
+++ b/lib/ldb/ABI/pyldb-util-1.4.3.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 **)