| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | url.c | 625 if ( u->lud_host && u->lud_host[0] ) { in desc2str_len() 627 len += hex_escape_len( u->lud_host, URLESC_SLASH ); in desc2str_len() 628 if ( !is_ipc && ( ptr = strchr( u->lud_host, ':' ))) { in desc2str_len() 676 if ( !is_ipc && u->lud_host && ( ptr = strchr( u->lud_host, ':' ))) { in desc2str() 684 u->lud_host ? u->lud_host : "", in desc2str() 692 if ( u->lud_host && u->lud_host[0] ) { in desc2str() 697 i = hex_escape( &s[sofar], len, u->lud_host, URLESC_SLASH ); in desc2str() 894 ludp->lud_host = NULL; in ldap_url_parse_ext() 988 ludp->lud_host = LDAP_STRDUP( url + is_v6 ); in ldap_url_parse_ext() 990 if( ludp->lud_host == NULL ) { in ldap_url_parse_ext() [all …]
|
| H A D | urltest.c | 89 fprintf( stdout, "PATH: %s\n", lud->lud_host ); in main() 93 fprintf( stdout, "HOST: %s\n", lud->lud_host ); in main()
|
| H A D | request.c | 708 && lcu->lud_host != NULL && lsu->lud_host != NULL in find_connection() 709 && strcasecmp( lsu->lud_host, lcu->lud_host ) == 0 ) in find_connection() 861 ( lc->lconn_server->lud_host == NULL ) ? "(null)" in ldap_dump_connection() 862 : lc->lconn_server->lud_host, in ldap_dump_connection()
|
| H A D | os-ip.c | 611 if ( srv->lud_host == NULL || *srv->lud_host == 0 ) { in ldap_connect_to_host() 614 host = srv->lud_host; in ldap_connect_to_host()
|
| H A D | test.c | 603 if ( ludp->lud_host == NULL ) { in main() 606 printf( "<%s>\n", ludp->lud_host ); in main()
|
| H A D | os-local.c | 320 const char *path = srv->lud_host; in ldap_connect_to_path()
|
| H A D | tls2.c | 1111 host = srv->lud_host; in ldap_int_tls_start() 1113 host = conn->lconn_server->lud_host; in ldap_int_tls_start()
|
| H A D | gssapi.c | 517 const char *host = ld->ld_defconn->lconn_server->lud_host; in guess_service_principal()
|
| /netbsd-src/external/bsd/openldap/dist/clients/tools/ |
| H A D | ldapurl.c | 133 if ( lud->lud_host != NULL && lud->lud_host[0] != '\0' ) { in do_uri_explode() 134 printf( "host: %s\n", lud->lud_host ); in do_uri_explode() 232 if ( lud.lud_host != NULL ) { in main() 236 lud.lud_host = optarg; in main()
|
| /netbsd-src/external/bsd/openldap/dist/servers/lloadd/ |
| H A D | config.c | 1110 if ( lud->lud_host == NULL || lud->lud_host[0] == '\0' ) { in backend_config_url() 1122 if ( lud->lud_host == NULL || lud->lud_host[0] == '\0' ) { in backend_config_url() 1131 host = lud->lud_host; in backend_config_url() 3546 if ( !lud->lud_host || !lud->lud_host[0] || in lload_config_check_my_url() 3548 "localhost", lud->lud_host, STRLENOF("localhost") ) || in lload_config_check_my_url() 3549 !strcasecmp( global_host, lud->lud_host ) ) { in lload_config_check_my_url() 3558 if ( !lu2->lud_host || !lu2->lud_host[0] ) { in lload_config_check_my_url() 3563 if ( !lud->lud_host || !lud->lud_host[0] ) { in lload_config_check_my_url() 3570 if ( !strcasecmp( lud->lud_host, lu2->lud_host ) ) { in lload_config_check_my_url()
|
| H A D | daemon.c | 428 if ( lud->lud_host == NULL || lud->lud_host[0] == '\0' ) { in lload_open_listener() 431 err = lload_get_listener_addresses( lud->lud_host, 0, &sal ); in lload_open_listener() 442 if ( lud->lud_host == NULL || lud->lud_host[0] == '\0' || in lload_open_listener() 443 strcmp( lud->lud_host, "*" ) == 0 ) { in lload_open_listener() 446 err = lload_get_listener_addresses( lud->lud_host, port, &sal ); in lload_open_listener()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | config.c | 2581 if ( !lud->lud_host || !lud->lud_host[0] || in config_check_my_url() 2582 !strncasecmp("localhost", lud->lud_host, in config_check_my_url() 2584 !strcasecmp( global_host, lud->lud_host )) { in config_check_my_url() 2596 if ( !lu2->lud_host || !lu2->lud_host[0] ) { in config_check_my_url() 2601 if ( !lud->lud_host || !lud->lud_host[0] ) { in config_check_my_url() 2608 if ( !strcasecmp( lud->lud_host, in config_check_my_url() 2609 lu2->lud_host )) { in config_check_my_url()
|
| H A D | saslauthz.c | 437 if ( ( ludp->lud_host && *ludp->lud_host ) in authzValidate() 793 if ( ( ludp->lud_host && *ludp->lud_host ) in authzPrettyNormal() 1207 if ( ( ludp->lud_host && *ludp->lud_host ) in slap_parseURI()
|
| H A D | daemon.c | 1577 if ( lud->lud_host == NULL || lud->lud_host[0] == '\0' ) { in slap_open_listener() 1580 err = slap_get_listener_addresses(lud->lud_host, 0, &sal); in slap_open_listener() 1590 if( lud->lud_host == NULL || lud->lud_host[0] == '\0' in slap_open_listener() 1591 || strcmp(lud->lud_host, "*") == 0 ) in slap_open_listener() 1595 err = slap_get_listener_addresses(lud->lud_host, port, &sal); in slap_open_listener() 1612 sprintf( (char *)url, "%s://%s/", lud->lud_scheme, lud->lud_host ); in slap_open_listener()
|
| H A D | backend.c | 1541 if ( ( ludp->lud_host && *ludp->lud_host ) in fe_acl_group()
|
| H A D | slapcommon.c | 441 if ( ludp->lud_host != NULL ) { in slap_tool_init()
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | ldapauth.c | 294 asize += strlen(urld[i]->lud_host)+11; in ldap_parse_servers() 307 tmp = ldap_build_host(urld[i]->lud_host, urld[i]->lud_port); in ldap_parse_servers()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| H A D | dynlist.c | 575 if ( lud->lud_host != NULL ) { in dynlist_prepare_entry() 1062 if (( ludp->lud_host && *ludp->lud_host) in dynlist_search1resp() 1130 if (( ludp->lud_host && *ludp->lud_host ) in dynlist_filter_dyngroup() 2131 if ( lud->lud_host != NULL ) { in dl_cfgen() 2132 if ( lud->lud_host[0] == '\0' ) { in dl_cfgen() 2133 ch_free( lud->lud_host ); in dl_cfgen() 2134 lud->lud_host = NULL; in dl_cfgen()
|
| H A D | unique.c | 194 if ( url_desc->lud_host && url_desc->lud_host[0] ) { in unique_new_domain_uri() 197 url_desc->lud_host ); in unique_new_domain_uri()
|
| H A D | constraint.c | 360 if (ap.lud->lud_host != NULL) { in constraint_cf_gen() 453 if (ap.restrict_lud->lud_host != NULL) { in constraint_cf_gen()
|
| H A D | remoteauth.c | 616 host = srv->lud_host; in remoteauth_conn_cb()
|
| /netbsd-src/external/bsd/openldap/dist/libraries/librewrite/ |
| H A D | xmap.c | 380 ld = ldap_init( lud->lud_host, lud->lud_port ); in rewrite_xmap_apply()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/ |
| H A D | nssov.c | 711 if (( lud->lud_host && *lud->lud_host ) || in nss_cf_gen()
|
| /netbsd-src/external/mpl/dhcp/dist/server/ |
| H A D | ldap.c | 1223 ldapurl->lud_host, ldapurl->lud_port, ldap_err2string (ret)); in ldap_rebind_cb() 1239 ldapurl->lud_host, ldapurl->lud_port, ldap_err2string (ret)); in ldap_rebind_cb() 1246 ldapurl->lud_host, ldapurl->lud_port); in ldap_rebind_cb() 1286 ldapurl->lud_host, ldapurl->lud_port, ldap_err2string (ret)); in ldap_rebind_cb()
|
| /netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/ldap/ |
| H A D | dlz_ldap_dynamic.c | |