smbldap: expose bind callback via API and increase smbldap ABI version
[samba.git] / source3 / lib / ABI / smbldap-2.sigs
1 smbldap_add: int (struct smbldap_state *, const char *, LDAPMod **)
2 smbldap_delete: int (struct smbldap_state *, const char *)
3 smbldap_extended_operation: int (struct smbldap_state *, const char *, struct berval *, LDAPControl **, LDAPControl **, char **, struct berval **)
4 smbldap_free_struct: void (struct smbldap_state **)
5 smbldap_get_ldap: LDAP *(struct smbldap_state *)
6 smbldap_get_paged_results: bool (struct smbldap_state *)
7 smbldap_get_single_attribute: bool (LDAP *, LDAPMessage *, const char *, char *, int)
8 smbldap_has_control: bool (LDAP *, const char *)
9 smbldap_has_extension: bool (LDAP *, const char *)
10 smbldap_has_naming_context: bool (LDAP *, const char *)
11 smbldap_init: NTSTATUS (TALLOC_CTX *, struct tevent_context *, const char *, bool, const char *, const char *, struct smbldap_state **)
12 smbldap_make_mod: void (LDAP *, LDAPMessage *, LDAPMod ***, const char *, const char *)
13 smbldap_make_mod_blob: void (LDAP *, LDAPMessage *, LDAPMod ***, const char *, const DATA_BLOB *)
14 smbldap_modify: int (struct smbldap_state *, const char *, LDAPMod **)
15 smbldap_pull_sid: bool (LDAP *, LDAPMessage *, const char *, struct dom_sid *)
16 smbldap_search: int (struct smbldap_state *, const char *, int, const char *, const char **, int, LDAPMessage **)
17 smbldap_search_paged: int (struct smbldap_state *, const char *, int, const char *, const char **, int, int, LDAPMessage **, void **)
18 smbldap_search_suffix: int (struct smbldap_state *, const char *, const char **, LDAPMessage **)
19 smbldap_set_bind_callback: void (struct smbldap_state *, smbldap_bind_callback_fn, void *)
20 smbldap_set_creds: bool (struct smbldap_state *, bool, const char *, const char *)
21 smbldap_set_mod: void (LDAPMod ***, int, const char *, const char *)
22 smbldap_set_mod_blob: void (LDAPMod ***, int, const char *, const DATA_BLOB *)
23 smbldap_set_paged_results: void (struct smbldap_state *, bool)
24 smbldap_setup_full_conn: int (LDAP **, const char *)
25 smbldap_start_tls: int (LDAP *, int)
26 smbldap_talloc_autofree_ldapmod: void (TALLOC_CTX *, LDAPMod **)
27 smbldap_talloc_autofree_ldapmsg: void (TALLOC_CTX *, LDAPMessage *)
28 smbldap_talloc_dn: char *(TALLOC_CTX *, LDAP *, LDAPMessage *)
29 smbldap_talloc_first_attribute: char *(LDAP *, LDAPMessage *, const char *, TALLOC_CTX *)
30 smbldap_talloc_single_attribute: char *(LDAP *, LDAPMessage *, const char *, TALLOC_CTX *)
31 smbldap_talloc_single_blob: bool (TALLOC_CTX *, LDAP *, LDAPMessage *, const char *, DATA_BLOB *)
32 smbldap_talloc_smallest_attribute: char *(LDAP *, LDAPMessage *, const char *, TALLOC_CTX *)