source: vendor/current/source3/lib/ABI/smbldap-0.sigs

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 2.2 KB
Line 
1smbldap_add: int (struct smbldap_state *, const char *, LDAPMod **)
2smbldap_delete: int (struct smbldap_state *, const char *)
3smbldap_extended_operation: int (struct smbldap_state *, const char *, struct berval *, LDAPControl **, LDAPControl **, char **, struct berval **)
4smbldap_free_struct: void (struct smbldap_state **)
5smbldap_get_single_attribute: bool (LDAP *, LDAPMessage *, const char *, char *, int)
6smbldap_has_control: bool (LDAP *, const char *)
7smbldap_has_extension: bool (LDAP *, const char *)
8smbldap_has_naming_context: bool (LDAP *, const char *)
9smbldap_init: NTSTATUS (TALLOC_CTX *, struct tevent_context *, const char *, bool, const char *, const char *, struct smbldap_state **)
10smbldap_make_mod: void (LDAP *, LDAPMessage *, LDAPMod ***, const char *, const char *)
11smbldap_make_mod_blob: void (LDAP *, LDAPMessage *, LDAPMod ***, const char *, const DATA_BLOB *)
12smbldap_modify: int (struct smbldap_state *, const char *, LDAPMod **)
13smbldap_pull_sid: bool (LDAP *, LDAPMessage *, const char *, struct dom_sid *)
14smbldap_search: int (struct smbldap_state *, const char *, int, const char *, const char **, int, LDAPMessage **)
15smbldap_search_paged: int (struct smbldap_state *, const char *, int, const char *, const char **, int, int, LDAPMessage **, void **)
16smbldap_search_suffix: int (struct smbldap_state *, const char *, const char **, LDAPMessage **)
17smbldap_set_creds: bool (struct smbldap_state *, bool, const char *, const char *)
18smbldap_set_mod: void (LDAPMod ***, int, const char *, const char *)
19smbldap_set_mod_blob: void (LDAPMod ***, int, const char *, const DATA_BLOB *)
20smbldap_setup_full_conn: int (LDAP **, const char *)
21smbldap_start_tls: int (LDAP *, int)
22smbldap_talloc_autofree_ldapmod: void (TALLOC_CTX *, LDAPMod **)
23smbldap_talloc_autofree_ldapmsg: void (TALLOC_CTX *, LDAPMessage *)
24smbldap_talloc_dn: char *(TALLOC_CTX *, LDAP *, LDAPMessage *)
25smbldap_talloc_first_attribute: char *(LDAP *, LDAPMessage *, const char *, TALLOC_CTX *)
26smbldap_talloc_single_attribute: char *(LDAP *, LDAPMessage *, const char *, TALLOC_CTX *)
27smbldap_talloc_single_blob: bool (TALLOC_CTX *, LDAP *, LDAPMessage *, const char *, DATA_BLOB *)
28smbldap_talloc_smallest_attribute: char *(LDAP *, LDAPMessage *, const char *, TALLOC_CTX *)
Note: See TracBrowser for help on using the repository browser.