Searched refs:LDAP (Results 51 - 75 of 144) sorted by relevance

123456

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dmodify.c43 * ld LDAP descriptor
59 ldap_modify( LDAP *ld, const char *dn, LDAPMod **mods )
75 ldap_modify_ext( LDAP *ld, const char *dn, LDAPMod **mods,
190 ldap_modify_s( LDAP *ld, const char *dn, LDAPMod **mods )
197 ldap_modify_ext_s( LDAP *ld, const char *dn, LDAPMod **mods,
H A Drequest.c45 static LDAPConn *find_connection( LDAP *ld, LDAPServer *srv, int any );
46 static void use_connection( LDAP *ld, LDAPConn *lc );
48 static int chase_one_referral( LDAP *ld, LDAPRequest *lr, LDAPRequest *origreq,
50 static int re_encode_request( LDAP *ld, BerElement *origber,
54 static LDAPServer *dn2servers( LDAP *ld, char *dn );
58 /* returns an LDAP error code and also sets error inside LDAP * */
60 nsldapi_alloc_ber_with_options( LDAP *ld, BerElement **berp )
81 nsldapi_set_ber_options( LDAP *ld, BerElement *ber )
96 nsldapi_send_initial_request( LDAP *l
[all...]
H A Dufn.c47 static int ldap_ufn_search_ctx( LDAP *ld, char **ufncomp, int ncomp,
51 static LDAPMessage *ldap_msg_merge( LDAP *ld, LDAPMessage *a, LDAPMessage *b );
52 static LDAPMessage *ldap_ufn_expand( LDAP *ld,
60 * ld LDAP descriptor
85 LDAP *ld,
255 ldap_ufn_search_ct( LDAP *ld, char *ufn, char **attrs, int attrsonly,
349 ldap_ufn_search_c( LDAP *ld, char *ufn, char **attrs, int attrsonly,
361 ldap_ufn_search_s( LDAP *ld, char *ufn, char **attrs, int attrsonly,
381 ldap_msg_merge( LDAP *ld, LDAPMessage *a, LDAPMessage *b )
445 ldap_ufn_expand( LDAP *l
[all...]
H A Dresult.c46 static int check_response_queue( LDAP *ld, int msgid, int all,
48 static int ldap_abandoned( LDAP *ld, int msgid );
49 static int ldap_mark_abandoned( LDAP *ld, int msgid );
50 static int wait4msg( LDAP *ld, int msgid, int all, int unlock_permitted,
52 static int read1msg( LDAP *ld, int msgid, int all, Sockbuf *sb, LDAPConn *lc,
54 static void check_for_refs( LDAP *ld, LDAPRequest *lr, BerElement *ber,
56 static int build_result_ber( LDAP *ld, BerElement **berp, LDAPRequest *lr );
57 static void merge_error_info( LDAP *ld, LDAPRequest *parentr, LDAPRequest *lr );
59 static int cldap_select1( LDAP *ld, struct timeval *timeout );
61 static void link_pend( LDAP *l
[all...]
H A Dunbind.c45 ldap_unbind( LDAP *ld )
55 ldap_unbind_s( LDAP *ld )
63 ldap_unbind_ext( LDAP *ld, LDAPControl **serverctrls,
71 * Dispose of the LDAP session ld, including all associated connections
75 ldap_ld_free( LDAP *ld, LDAPControl **serverctrls,
88 /* free LDAP structure and outstanding requests/responses */
189 nsldapi_send_unbind( LDAP *ld, Sockbuf *sb, LDAPControl **serverctrls,
H A Dextendop.c25 * LDAP error code.
38 LDAP *ld,
142 LDAP *ld,
176 * operation result. Return an LDAP error code.
181 LDAP *ld,
H A Dsaslbind.c31 * and credentials of the entry to which to bind are supplied. An LDAP
47 LDAP *ld,
176 LDAP *ld,
212 /* returns an LDAP error code that indicates if parse succeeded or not */
216 LDAP *ld,
H A Dgetvalues.c42 internal_ldap_get_values( LDAP *ld, LDAPMessage *entry, const char *target,
330 internal_ldap_get_lang_values( LDAP *ld, LDAPMessage *entry,
448 ldap_get_values( LDAP *ld, LDAPMessage *entry, const char *target )
455 ldap_get_values_len( LDAP *ld, LDAPMessage *entry, const char *target )
463 ldap_get_lang_values( LDAP *ld, LDAPMessage *entry, const char *target,
472 ldap_get_lang_values_len( LDAP *ld, LDAPMessage *entry, const char *target,
H A Dos-ip.c125 static int nsldapi_iostatus_init_nolock( LDAP *ld );
156 static LBER_SOCKET nsldapi_os_socket( LDAP *ld, int secure, int domain,
160 int namelen, LDAP *ld);
165 typedef LBER_SOCKET (NSLDAPI_SOCKET_FN)( LDAP *ld, int secure, int domain,
169 int namelen, LDAP *ld);
174 static int nsldapi_try_each_host( LDAP *ld, const char *hostlist, int defport,
195 nsldapi_os_socket( LDAP *ld, int secure, int domain, int type, int protocol )
245 int salen, LDAP *ld)
465 nsldapi_connect_to_host( LDAP *ld, Sockbuf *sb, const char *hostlist,
536 nsldapi_try_each_host( LDAP *l
[all...]
H A Dcache.c29 * cache.c - generic caching support for LDAP
35 * ldap_cache_flush - flush part of the LDAP cache. returns an
41 ldap_cache_flush( LDAP *ld, const char *dn, const char *filter )
62 nsldapi_add_result_to_cache( LDAP *ld, LDAPMessage *m )
H A Dopen.c376 * fprintf( stderr, "LDAP SDK level insufficient\n" );
380 * fprintf( stderr, "LDAP SDK level insufficient\n" );
417 * LDAP *ld;
421 LDAP *
425 LDAP *ld;
449 * ldap_init - initialize the LDAP library. A magic cookie to be used for
454 * LDAP *ld;
457 LDAP *
461 LDAP *ld;
479 if ( (ld = (LDAP*)NSLDAPI_MALLO
[all...]
/osnet-11/usr/src/cmd/ldap/common/
H A Dldapdelete.c28 /* ldapdelete.c - simple program to delete an entry using LDAP */
46 static LDAP *ld;
51 static int dodelete( LDAP *ld, char *dn, LDAPControl **serverctrls );
161 dodelete( LDAP *ld, char *dn, LDAPControl **serverctrls )
182 dodelete( LDAP *ld, char *dn, LDAPControl **serverctrls )
H A Dldapmodrdn.c8 /* ldapmodrdn.c - generic program to modify an entry's RDN using LDAP */
21 static LDAP *ld;
23 static int domodrdn( LDAP *ld, char *dn, char *rdn, char *newsuperior,
160 printf( gettext("LDAP Server is V2: <newsuperior> argument is ignored...\n") );
223 domodrdn( LDAP *ld, char *dn, char *rdn, char *newsuperior, int remove_oldrdn )
/osnet-11/usr/src/lib/libldap4/common/
H A Dvlistctrl.c22 int ldap_create_virtuallist_control(LDAP *ld, LDAPVirtualList *ldvlistp,
70 int ldap_parse_virtuallist_control(LDAP *ld, LDAPControl **ctrls,
H A Dkbind.c58 ldap_kerberos_bind1( LDAP *ld, char *dn )
154 ldap_kerberos_bind1_s( LDAP *ld, char *dn )
185 ldap_kerberos_bind2( LDAP *ld, char *dn )
262 ldap_kerberos_bind2_s( LDAP *ld, char *dn )
284 ldap_kerberos_bind_s( LDAP *ld, char *dn )
305 get_kerberosv4_credentials( LDAP *ld, char *who, char *service, int *len )
H A Dcompare.c36 BerElement * ldap_build_compare_req(LDAP *ld, char *dn, char *attr,
97 ldap_compare( LDAP *ld, char *dn, char *attr, char *value )
152 ldap_compare_s( LDAP *ld, char *dn, char *attr, char *value )
167 int ldap_compare_ext(LDAP *ld, char *dn, char *attr, struct berval *bvalue,
235 int ldap_compare_ext_s(LDAP *ld, char *dn, char *attr, struct berval *bvalue,
H A Dcache.c10 * cache.c - local caching support for LDAP
52 static void uncache_entry_or_req( LDAP *ld, char *dn, int msgid );
65 ldap_enable_cache( LDAP *ld, time_t timeout, ssize_t maxmem )
95 ldap_disable_cache( LDAP *ld )
111 ldap_set_cache_options( LDAP *ld, unsigned int opts )
126 ldap_destroy_cache( LDAP *ld )
143 ldap_flush_cache( LDAP *ld )
179 ldap_uncache_request( LDAP *ld, int msgid )
195 ldap_uncache_entry( LDAP *ld, char *dn )
211 uncache_entry_or_req( LDAP *l
[all...]
H A Drename.c30 BerElement * ldap_build_rename_req ( LDAP *ld, char *dn, char *newrdn, char *newparent,
98 * ld : LDAP descriptor.
109 int ldap_rename(LDAP *ld, char *dn, char *newrdn, char *newparent, int deleteoldrdn,
153 int ldap_rename_s(LDAP *ld, char *dn, char *newrdn, char *newparent, int deleteoldrdn,
H A Dresult.c61 static int ldap_abandoned( LDAP *ld, int msgid );
62 static int ldap_mark_abandoned( LDAP *ld, int msgid );
63 static int wait4msg( LDAP *ld, int msgid, int all, struct timeval *timeout,
65 static int read1msg( LDAP *ld, int msgid, int all, Sockbuf *sb, LDAPConn *lc,
67 static int build_result_ber( LDAP *ld, BerElement *ber, LDAPRequest *lr );
68 static void merge_error_info( LDAP *ld, LDAPRequest *parentr, LDAPRequest *lr );
70 static int ldap_select1( LDAP *ld, struct timeval *timeout );
108 ldap_result( LDAP *ld, int msgid, int all, struct timeval *timeout,
228 wait4msg( LDAP *ld, int msgid, int all, struct timeval *timeout,
356 read1msg( LDAP *l
[all...]
H A Dgetvalues.c44 ldap_get_values( LDAP *ld, LDAPMessage *entry, char *target )
92 ldap_get_values_len( LDAP *ld, LDAPMessage *entry, char *target )
H A Dsort.c21 * sort.c: LDAP library entry and value sort routines
107 LDAP *ld,
167 LDAP *ld,
/osnet-11/usr/src/lib/libldap5/include/ldap/
H A Ddisptmpl.h329 ldap_entry2text( LDAP *ld, char *buf, LDAPMessage *entry,
336 ldap_vals2text( LDAP *ld, char *buf, char **vals, char *label, int labelwidth,
342 ldap_entry2text_search( LDAP *ld, char *dn, char *base, LDAPMessage *entry,
349 ldap_entry2html( LDAP *ld, char *buf, LDAPMessage *entry,
356 ldap_vals2html( LDAP *ld, char *buf, char **vals, char *label, int labelwidth,
362 ldap_entry2html_search( LDAP *ld, char *dn, char *base, LDAPMessage *entry,
/osnet-11/usr/src/lib/libldap4/include/
H A Dfe.h31 #define TABLE_COM_HLD 3 /* stored ldap, connection return value is (LDAP *) */
174 LDAP *lhd; /* LDAP communication handle */
353 extern FE_Entry *fe_trans_all_sds2fe(FE_Table *MapTable, LDAP *ld, LDAPMessage *sd_entry);
359 extern LDAPMod **fe_trans_all_fe2sds(FE_Table *MapTable, LDAP *ld, FE_Entry *fe_entry);
/osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-threads.c85 * LDAP session handle. One of these exists for each active LDAP session
89 LDAP *prtm_ld; /* non-NULL if in use */
103 * we have ever allocated. We recycle them as we open and close LDAP
149 static PRLDAP_TPDMap *prldap_allocate_map( LDAP *ld );
162 * as the default functions for new LDAP * handles).
167 prldap_install_thread_functions( LDAP *ld, int shared )
318 * recycled and used by other LDAP sessions. All of the
345 * Called when a new LDAP * session handle is allocated.
352 prldap_thread_new_handle( LDAP *l
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_connmgmt.h142 * used, when the Native LDAP configuration change, or when the libsldap
177 * (a connection pool sharing the same native LDAP configuration)
188 * connections using the same native LDAP configuration. It is a connection
207 * Each ns_conn_mgmt references a native LDAP configuration. The config
225 ns_config_t *config; /* the native LDAP config being used */
242 * very helpful to know exactly when the Native LDAP configuration changes
250 * change in servers' status or if the native LDAP configuration has changed.
285 int __s_api_setup_mt_ld(LDAP *ld);
296 int __s_api_check_libldap_MT_conn_support(ns_conn_user_t *, LDAP *ld,

Completed in 65 milliseconds

123456