summaryrefslogtreecommitdiff
path: root/lib/ldb/ABI/pyldb-util-1.1.26.sigs
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-02-02 10:04:20 +0100
committerGarming Sam <garming@samba.org>2016-02-17 03:43:23 +0100
commitfb705e19e8a8e727908c8913604c4cbffdb30c96 (patch)
tree64b8a25e7f1c81134720cff9f62a44e23dbbf014 /lib/ldb/ABI/pyldb-util-1.1.26.sigs
parentad2b5fae7f9b1437e6fcf73a0be3ca5d3ba0d5dc (diff)
downloadsamba-b84b61b809f5aa5bde323254537f855f4a27facf.tar.gz
ldb: version 1.1.26ldb-1.1.26
* let a timeout of -1 indicate no timeout for a given request * fix memory leaks in pyldb ldb.search() * build fixes * improve pyldb ldb.search() help message * add pyldb ldb.search_iterator() api * add LDB_ATTR_FLAG_FORCE_BASE64_LDIF as optional argument to ldb_schema_attribute_add() * add client support for LDB_CONTROL_DIRSYNC_EX Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib/ldb/ABI/pyldb-util-1.1.26.sigs')
-rw-r--r--lib/ldb/ABI/pyldb-util-1.1.26.sigs2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ldb/ABI/pyldb-util-1.1.26.sigs b/lib/ldb/ABI/pyldb-util-1.1.26.sigs
new file mode 100644
index 00000000000..74d6719d2bc
--- /dev/null
+++ b/lib/ldb/ABI/pyldb-util-1.1.26.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 **)