Lines Matching refs:LDAP

169  * structure for tracking LDAP server host, ports, DNs, etc.
181 * structure for representing an LDAP server connection
186 int lconn_version; /* LDAP protocol version */
217 int lr_res_errno; /* result LDAP errno */
265 int ld_version; /* LDAP protocol version */
385 /* With the 4.0 version of the LDAP SDK */
546 * handy macro to check whether LDAP struct is set up for CLDAP or not
564 * macro to return the LDAP protocol version we are using
654 char *nsldapi_get_binddn( LDAP *ld );
659 void nsldapi_add_result_to_cache( LDAP *ld, LDAPMessage *result );
670 int nsldapi_parse_result( LDAP *ld, int msgtype, BerElement *rber,
678 void nsldapi_mutex_alloc_all( LDAP *ld );
679 void nsldapi_mutex_free_all( LDAP *ld );
680 int nsldapi_open_ldap_defconn( LDAP *ld );
686 int nsldapi_connect_to_host( LDAP *ld, Sockbuf *sb, const char *host,
688 void nsldapi_close_connection( LDAP *ld, Sockbuf *sb );
690 int nsldapi_iostatus_poll( LDAP *ld, struct timeval *timeout );
691 void nsldapi_iostatus_free( LDAP *ld );
692 int nsldapi_iostatus_interest_write( LDAP *ld, Sockbuf *sb );
693 int nsldapi_iostatus_interest_read( LDAP *ld, Sockbuf *sb );
694 int nsldapi_iostatus_interest_clear( LDAP *ld, Sockbuf *sb );
695 int nsldapi_iostatus_is_read_ready( LDAP *ld, Sockbuf *sb );
696 int nsldapi_iostatus_is_write_ready( LDAP *ld, Sockbuf *sb );
697 int nsldapi_install_lber_extiofns( LDAP *ld, Sockbuf *sb );
698 int nsldapi_install_compat_io_fns( LDAP *ld, struct ldap_io_fns *iofns );
703 int nsldapi_parse_reference( LDAP *ld, BerElement *rber, char ***referralsp,
709 int ldap_msgdelete( LDAP *ld, int msgid );
710 int nsldapi_result_nolock( LDAP *ld, int msgid, int all, int unlock_permitted,
712 int nsldapi_wait_result( LDAP *ld, int msgid, int all, struct timeval *timeout,
714 int nsldapi_post_result( LDAP *ld, int msgid, LDAPMessage *result );
719 int nsldapi_send_initial_request( LDAP *ld, int msgid, unsigned long msgtype,
721 int nsldapi_alloc_ber_with_options( LDAP *ld, BerElement **berp );
722 void nsldapi_set_ber_options( LDAP *ld, BerElement *ber );
723 int nsldapi_ber_flush( LDAP *ld, Sockbuf *sb, BerElement *ber, int freeit,
725 int nsldapi_send_server_request( LDAP *ld, BerElement *ber, int msgid,
728 LDAPConn *nsldapi_new_connection( LDAP *ld, LDAPServer **srvlistp, int use_ldsb,
730 LDAPRequest *nsldapi_find_request_by_msgid( LDAP *ld, int msgid );
731 void nsldapi_free_request( LDAP *ld, LDAPRequest *lr, int free_conn );
732 void nsldapi_free_connection( LDAP *ld, LDAPConn *lc,
735 void nsldapi_dump_connection( LDAP *ld, LDAPConn *lconns, int all );
736 void nsldapi_dump_requests_and_responses( LDAP *ld );
737 int nsldapi_chase_v2_referrals( LDAP *ld, LDAPRequest *lr, char **errstrp,
739 int nsldapi_chase_v3_refs( LDAP *ld, LDAPRequest *lr, char **refs,
741 int nsldapi_append_referral( LDAP *ld, char **referralsp, char *s );
742 void nsldapi_connection_lost_nolock( LDAP *ld, Sockbuf *sb );
747 int nsldapi_build_search_req( LDAP *ld, const char *base, int scope,
756 int ldap_ld_free( LDAP *ld, LDAPControl **serverctrls,
758 int nsldapi_send_unbind( LDAP *ld, Sockbuf *sb, LDAPControl **serverctrls,
792 int nsldapi_put_controls( LDAP *ld, LDAPControl **ctrls, int closeseq,
795 int nsldapi_dup_controls( LDAP *ld, LDAPControl ***ldctrls,
816 int prldap_x_install_dns_skipdb(LDAP *ld, const char *skip);
827 prldap_install_io_functions( LDAP *ld, int shared );
829 prldap_install_dns_functions( LDAP *ld );
831 prldap_install_thread_functions( LDAP *ld, int shared );
847 void ldap_set_string_translators( LDAP *ld,
849 int ldap_translate_from_t61( LDAP *ld, char **bufp,
851 int ldap_translate_to_t61( LDAP *ld, char **bufp,
853 void ldap_enable_translation( LDAP *ld, LDAPMessage *entry,
868 int ldap_memcache_createkey( LDAP *ld, const char *base, int scope,
872 int ldap_memcache_result( LDAP *ld, int msgid, unsigned long key );
873 int ldap_memcache_new( LDAP *ld, int msgid, unsigned long key,
875 int ldap_memcache_append( LDAP *ld, int msgid, int bLast, LDAPMessage *result );
876 int ldap_memcache_abandon( LDAP *ld, int msgid );