Go to the source code of this file.
Functions | |
| CURLcode | Curl_ldap (struct connectdata *conn, bool *done) |
| CURLcode Curl_ldap | ( | struct connectdata * | conn, | |
| bool * | done | |||
| ) |
type should be 'LDAPMessage *'
is really 'BerElement **'
suspicious that this isn't 'const'
Definition at line 253 of file ldap.c.
References __cdecl, connectdata::bits, bv::bv_len, bv::bv_val, SessionHandle::change, CLIENTWRITE_BODY, ConnectBits::close, Curl_base64_encode(), Curl_client_write(), Curl_setup_transfer(), CURLE_COULDNT_CONNECT, CURLE_LDAP_CANNOT_BIND, CURLE_LDAP_INVALID_URL, CURLE_LDAP_SEARCH_FAILED, CURLE_LIBRARY_NOT_FOUND, CURLE_OK, connectdata::data, DYNA_GET_FUNCTION, DynaClose(), DynaOpen(), failf, FALSE, free, connectdata::host, infof, LDAP_OPT_PROTOCOL_VERSION, LDAP_SIZELIMIT_EXCEEDED, LDAP_TRACE, LDAP_VERSION2, LDAP_VERSION3, ldap_url_desc::lud_attrs, ldap_url_desc::lud_dn, ldap_url_desc::lud_filter, ldap_url_desc::lud_scope, hostname::name, NULL, connectdata::passwd, connectdata::port, TRUE, DynamicStatic::url, connectdata::user, and ConnectBits::user_passwd.
Referenced by CreateConnection().
1.5.6