Lines Matching refs:LDAP

166  * structure for tracking LDAP server host, ports, DNs, etc.
178 * structure for representing an LDAP server connection
183 int lconn_version; /* LDAP protocol version */
214 int lr_res_errno; /* result LDAP errno */
262 int ld_version; /* LDAP protocol version */
382 /* With the 4.0 version of the LDAP SDK */
543 * handy macro to check whether LDAP struct is set up for CLDAP or not
561 * macro to return the LDAP protocol version we are using
651 char *nsldapi_get_binddn( LDAP *ld );
656 void nsldapi_add_result_to_cache( LDAP *ld, LDAPMessage *result );
667 int nsldapi_parse_result( LDAP *ld, int msgtype, BerElement *rber,
675 int nsldapi_mutex_alloc_all(LDAP *ld);
676 void nsldapi_mutex_free_all( LDAP *ld );
677 int nsldapi_open_ldap_defconn( LDAP *ld );
683 int nsldapi_connect_to_host( LDAP *ld, Sockbuf *sb, const char *host,
685 void nsldapi_close_connection( LDAP *ld, Sockbuf *sb );
687 int nsldapi_iostatus_poll( LDAP *ld, struct timeval *timeout );
688 void nsldapi_iostatus_free( LDAP *ld );
689 int nsldapi_iostatus_interest_write( LDAP *ld, Sockbuf *sb );
690 int nsldapi_iostatus_interest_read( LDAP *ld, Sockbuf *sb );
691 int nsldapi_iostatus_interest_clear( LDAP *ld, Sockbuf *sb );
692 int nsldapi_iostatus_is_read_ready( LDAP *ld, Sockbuf *sb );
693 int nsldapi_iostatus_is_write_ready( LDAP *ld, Sockbuf *sb );
694 int nsldapi_install_lber_extiofns( LDAP *ld, Sockbuf *sb );
695 int nsldapi_install_compat_io_fns( LDAP *ld, struct ldap_io_fns *iofns );
700 int nsldapi_parse_reference( LDAP *ld, BerElement *rber, char ***referralsp,
706 int ldap_msgdelete( LDAP *ld, int msgid );
707 int nsldapi_result_nolock( LDAP *ld, int msgid, int all, int unlock_permitted,
709 int nsldapi_wait_result( LDAP *ld, int msgid, int all, struct timeval *timeout,
711 int nsldapi_post_result( LDAP *ld, int msgid, LDAPMessage *result );
716 int nsldapi_send_initial_request( LDAP *ld, int msgid, unsigned long msgtype,
718 int nsldapi_alloc_ber_with_options( LDAP *ld, BerElement **berp );
719 void nsldapi_set_ber_options( LDAP *ld, BerElement *ber );
720 int nsldapi_ber_flush( LDAP *ld, Sockbuf *sb, BerElement *ber, int freeit,
722 int nsldapi_send_server_request( LDAP *ld, BerElement *ber, int msgid,
725 LDAPConn *nsldapi_new_connection( LDAP *ld, LDAPServer **srvlistp, int use_ldsb,
727 LDAPRequest *nsldapi_find_request_by_msgid( LDAP *ld, int msgid );
728 void nsldapi_free_request( LDAP *ld, LDAPRequest *lr, int free_conn );
729 void nsldapi_free_connection( LDAP *ld, LDAPConn *lc,
732 void nsldapi_dump_connection( LDAP *ld, LDAPConn *lconns, int all );
733 void nsldapi_dump_requests_and_responses( LDAP *ld );
734 int nsldapi_chase_v2_referrals( LDAP *ld, LDAPRequest *lr, char **errstrp,
736 int nsldapi_chase_v3_refs( LDAP *ld, LDAPRequest *lr, char **refs,
738 int nsldapi_append_referral( LDAP *ld, char **referralsp, char *s );
739 void nsldapi_connection_lost_nolock( LDAP *ld, Sockbuf *sb );
744 int nsldapi_build_search_req( LDAP *ld, const char *base, int scope,
753 int ldap_ld_free( LDAP *ld, LDAPControl **serverctrls,
755 int nsldapi_send_unbind( LDAP *ld, Sockbuf *sb, LDAPControl **serverctrls,
789 int nsldapi_put_controls( LDAP *ld, LDAPControl **ctrls, int closeseq,
792 int nsldapi_dup_controls( LDAP *ld, LDAPControl ***ldctrls,
813 int prldap_x_install_dns_skipdb(LDAP *ld, const char *skip);
824 prldap_install_io_functions( LDAP *ld, int shared );
826 prldap_install_dns_functions( LDAP *ld );
828 prldap_install_thread_functions( LDAP *ld, int shared );
844 void ldap_set_string_translators( LDAP *ld,
846 int ldap_translate_from_t61( LDAP *ld, char **bufp,
848 int ldap_translate_to_t61( LDAP *ld, char **bufp,
850 void ldap_enable_translation( LDAP *ld, LDAPMessage *entry,
865 int ldap_memcache_createkey( LDAP *ld, const char *base, int scope,
869 int ldap_memcache_result( LDAP *ld, int msgid, unsigned long key );
870 int ldap_memcache_new( LDAP *ld, int msgid, unsigned long key,
872 int ldap_memcache_append( LDAP *ld, int msgid, int bLast, LDAPMessage *result );
873 int ldap_memcache_abandon( LDAP *ld, int msgid );