Home
last modified time | relevance | path

Searched refs:use_dns (Results 1 – 25 of 147) sorted by relevance

123456

/dports/www/qutebrowser/qutebrowser-2.4.0/tests/unit/utils/
H A Dtest_urlutils.py359 use_dns: bool = True variable in UrlParams
372 use_dns=False, is_url_in_schemeless=True),
380 UrlParams('127.0.0.1', use_dns=False),
381 UrlParams('::1', use_dns=False),
391 UrlParams('localhost', use_dns=False),
393 UrlParams('qute::foo', use_dns=False),
394 UrlParams('qute:://foo', use_dns=False),
398 UrlParams('http:foo:0', is_url=False, use_dns=False),
414 UrlParams('foo::bar', is_url=False, use_dns=False),
442 use_dns = url_params.use_dns
[all …]
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dcanohost.c47 get_remote_hostname(int sock, int use_dns) in get_remote_hostname() argument
74 if (!use_dns) in get_remote_hostname()
210 get_canonical_hostname(int use_dns) in get_canonical_hostname() argument
217 if (use_dns && canonical_host_name != NULL) in get_canonical_hostname()
219 if (!use_dns && remote_ip != NULL) in get_canonical_hostname()
224 host = get_remote_hostname(packet_get_connection_in(), use_dns); in get_canonical_hostname()
228 if (use_dns) in get_canonical_hostname()
348 get_remote_name_or_ip(u_int utmp_len, int use_dns) in get_remote_name_or_ip() argument
352 remote = get_canonical_hostname(use_dns); in get_remote_name_or_ip()
H A Dauth-sia.c59 host = get_canonical_hostname(options.use_dns); in sys_auth_passwd()
88 host = get_canonical_hostname(options.use_dns); in session_setup_sia()
H A Dauth.c184 hostname = get_canonical_hostname(options.use_dns); in allowed_user()
316 get_canonical_hostname(options.use_dns), "ssh"); in auth_log()
320 get_canonical_hostname(options.use_dns), "ssh", &loginmsg); in auth_log()
597 struct connection_info *ci = get_connection_info(1, options.use_dns); in getpwnamallow()
629 get_canonical_hostname(options.use_dns), "ssh"); in getpwnamallow()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/heimdal/lib/krb5/
H A Dget_host_realm.c166 krb5_boolean use_dns, in _krb5_get_host_realm_int() argument
177 if(use_dns) in _krb5_get_host_realm_int()
185 else if(use_dns && dns_locate_enable) { in _krb5_get_host_realm_int()
226 int use_dns; in krb5_get_host_realm() local
240 use_dns = (strchr(host, '.') != NULL); in krb5_get_host_realm()
242 ret = _krb5_get_host_realm_int (context, host, use_dns, realms); in krb5_get_host_realm()
/dports/security/krb5/krb5-1.19.2/src/lib/krb5/os/
H A Dsn2princ.c89 expand_hostname(krb5_context context, const char *host, krb5_boolean use_dns, in expand_hostname() argument
100 if (use_dns) { in expand_hostname()
160 int use_dns = (context->dns_canonicalize_hostname == CANONHOST_TRUE); in krb5_expand_hostname() local
162 return expand_hostname(context, host, use_dns, canonhost_out); in krb5_expand_hostname()
186 krb5_boolean use_dns, krb5_const_principal *princ_out) in canonicalize_princ() argument
204 ret = expand_hostname(context, hostname, use_dns, &canonhost); in canonicalize_princ()
299 krb5_boolean use_dns; in krb5_sname_to_principal() local
333 use_dns = (context->dns_canonicalize_hostname == CANONHOST_TRUE); in krb5_sname_to_principal()
335 ret = canonicalize_princ(context, &iter, use_dns, &cprinc); in krb5_sname_to_principal()
/dports/net/samba412/samba-4.12.15/source4/heimdal/lib/krb5/
H A Dget_host_realm.c164 krb5_boolean use_dns, in _krb5_get_host_realm_int() argument
175 if(use_dns) in _krb5_get_host_realm_int()
183 else if(use_dns && dns_locate_enable) { in _krb5_get_host_realm_int()
226 int use_dns; in krb5_get_host_realm() local
240 use_dns = (strchr(host, '.') != NULL); in krb5_get_host_realm()
242 ret = _krb5_get_host_realm_int (context, host, use_dns, realms); in krb5_get_host_realm()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/
H A Dhost-resolve.c363 if (!hname && host_resolve_options->use_dns && host_resolve_options->use_dns != 2) in resolve_sockaddr_to_inet_or_inet6_hostname()
427 options->use_dns = -1; in host_resolve_options_defaults()
437 options->use_dns = TRUE; in host_resolve_options_global_defaults()
445 if (options->use_dns == 0) in _init_options()
464 if (options->use_dns == -1) in host_resolve_options_init()
465 options->use_dns = global_options->use_dns; in host_resolve_options_init()
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/src/
H A Dnetacl.c403 int use_glob = FALSE, use_dns = FALSE; in pr_netacl_create() local
424 use_dns = TRUE; in pr_netacl_create()
446 if (use_dns == TRUE) { in pr_netacl_create()
481 int use_glob = FALSE, use_dns = FALSE; in pr_netacl_create() local
509 use_dns = TRUE; in pr_netacl_create()
513 use_dns = TRUE; in pr_netacl_create()
517 use_dns = TRUE; in pr_netacl_create()
523 if (!use_dns) { in pr_netacl_create()
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/src/
H A Dnetacl.c403 int use_glob = FALSE, use_dns = FALSE; in pr_netacl_create() local
424 use_dns = TRUE; in pr_netacl_create()
446 if (use_dns == TRUE) { in pr_netacl_create()
481 int use_glob = FALSE, use_dns = FALSE; in pr_netacl_create() local
509 use_dns = TRUE; in pr_netacl_create()
513 use_dns = TRUE; in pr_netacl_create()
517 use_dns = TRUE; in pr_netacl_create()
523 if (!use_dns) { in pr_netacl_create()
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/src/
H A Dnetacl.c403 int use_glob = FALSE, use_dns = FALSE; in pr_netacl_create() local
424 use_dns = TRUE; in pr_netacl_create()
446 if (use_dns == TRUE) { in pr_netacl_create()
481 int use_glob = FALSE, use_dns = FALSE; in pr_netacl_create() local
509 use_dns = TRUE; in pr_netacl_create()
513 use_dns = TRUE; in pr_netacl_create()
517 use_dns = TRUE; in pr_netacl_create()
523 if (!use_dns) { in pr_netacl_create()
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/src/
H A Dnetacl.c403 int use_glob = FALSE, use_dns = FALSE; in pr_netacl_create() local
424 use_dns = TRUE; in pr_netacl_create()
446 if (use_dns == TRUE) { in pr_netacl_create()
481 int use_glob = FALSE, use_dns = FALSE; in pr_netacl_create() local
509 use_dns = TRUE; in pr_netacl_create()
513 use_dns = TRUE; in pr_netacl_create()
517 use_dns = TRUE; in pr_netacl_create()
523 if (!use_dns) { in pr_netacl_create()
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/src/
H A Dnetacl.c403 int use_glob = FALSE, use_dns = FALSE; in pr_netacl_create() local
424 use_dns = TRUE; in pr_netacl_create()
446 if (use_dns == TRUE) { in pr_netacl_create()
481 int use_glob = FALSE, use_dns = FALSE; in pr_netacl_create() local
509 use_dns = TRUE; in pr_netacl_create()
513 use_dns = TRUE; in pr_netacl_create()
517 use_dns = TRUE; in pr_netacl_create()
523 if (!use_dns) { in pr_netacl_create()
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/src/
H A Dnetacl.c403 int use_glob = FALSE, use_dns = FALSE; in pr_netacl_create() local
424 use_dns = TRUE; in pr_netacl_create()
446 if (use_dns == TRUE) { in pr_netacl_create()
481 int use_glob = FALSE, use_dns = FALSE; in pr_netacl_create() local
509 use_dns = TRUE; in pr_netacl_create()
513 use_dns = TRUE; in pr_netacl_create()
517 use_dns = TRUE; in pr_netacl_create()
523 if (!use_dns) { in pr_netacl_create()
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/src/
H A Dnetacl.c403 int use_glob = FALSE, use_dns = FALSE; in pr_netacl_create() local
424 use_dns = TRUE; in pr_netacl_create()
446 if (use_dns == TRUE) { in pr_netacl_create()
481 int use_glob = FALSE, use_dns = FALSE; in pr_netacl_create() local
509 use_dns = TRUE; in pr_netacl_create()
513 use_dns = TRUE; in pr_netacl_create()
517 use_dns = TRUE; in pr_netacl_create()
523 if (!use_dns) { in pr_netacl_create()
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/src/
H A Dnetacl.c403 int use_glob = FALSE, use_dns = FALSE; in pr_netacl_create() local
424 use_dns = TRUE; in pr_netacl_create()
446 if (use_dns == TRUE) { in pr_netacl_create()
481 int use_glob = FALSE, use_dns = FALSE; in pr_netacl_create() local
509 use_dns = TRUE; in pr_netacl_create()
513 use_dns = TRUE; in pr_netacl_create()
517 use_dns = TRUE; in pr_netacl_create()
523 if (!use_dns) { in pr_netacl_create()
/dports/ftp/proftpd/proftpd-1.3.7c/src/
H A Dnetacl.c403 int use_glob = FALSE, use_dns = FALSE; in pr_netacl_create() local
424 use_dns = TRUE; in pr_netacl_create()
446 if (use_dns == TRUE) { in pr_netacl_create()
481 int use_glob = FALSE, use_dns = FALSE; in pr_netacl_create() local
509 use_dns = TRUE; in pr_netacl_create()
513 use_dns = TRUE; in pr_netacl_create()
517 use_dns = TRUE; in pr_netacl_create()
523 if (!use_dns) { in pr_netacl_create()
/dports/security/openssh-portable/openssh-8.8p1/
H A Dauth-sia.c60 host = get_canonical_hostname(options.use_dns); in sys_auth_passwd()
89 host = get_canonical_hostname(options.use_dns); in session_setup_sia()
H A Dauth.c189 hostname = auth_get_canonical_hostname(ssh, options.use_dns); in allowed_user()
363 auth_get_canonical_hostname(ssh, options.use_dns), "ssh"); in auth_log()
373 auth_get_canonical_hostname(ssh, options.use_dns), "ssh", in auth_log()
576 ci = get_connection_info(ssh, 1, options.use_dns); in getpwnamallow()
599 auth_get_canonical_hostname(ssh, options.use_dns), "ssh"); in getpwnamallow()
830 auth_get_canonical_hostname(struct ssh *ssh, int use_dns) in auth_get_canonical_hostname() argument
834 if (!use_dns) in auth_get_canonical_hostname()
955 options.use_dns); in auth_authorise_keyopts()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/tests/
H A Dtest_host_resolve.c148 host_resolve_options.use_dns = TRUE; in Test()
168 host_resolve_options.use_dns = TRUE; in Test()
188 host_resolve_options.use_dns = FALSE; in Test()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/krb5/os/
H A Dsn2princ.c96 krb5_boolean use_dns; in k5_expand_hostname() local
101 use_dns = (context->dns_canonicalize_hostname == CANONHOST_TRUE || in k5_expand_hostname()
104 if (use_dns) { in k5_expand_hostname()
/dports/net/sbd/sbd-1.37/
H A Dsbd.c200 int use_dns = USE_DNS;
362 if (use_dns) { in zdma_dst_done()
363 use_dns = 0; in zdma_dst_done()
365 use_dns = 1; in zdma_dst_done()
H A Dsocket_code.h317 if (use_dns) {
482 if (!use_dns) {
513 if (use_dns) {
553 if (use_dns) {
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dauth.c188 hostname = auth_get_canonical_hostname(ssh, options.use_dns); in allowed_user()
360 auth_get_canonical_hostname(ssh, options.use_dns), "ssh"); in auth_log()
364 auth_get_canonical_hostname(ssh, options.use_dns), "ssh", in auth_log()
572 ci = get_connection_info(ssh, 1, options.use_dns); in getpwnamallow()
592 auth_get_canonical_hostname(ssh, options.use_dns), "ssh"); in getpwnamallow()
826 auth_get_canonical_hostname(struct ssh *ssh, int use_dns) in auth_get_canonical_hostname() argument
830 if (!use_dns) in auth_get_canonical_hostname()
1101 options.use_dns); in auth_authorise_keyopts()
/dports/sysutils/webmin/webmin-1.981/syslog-ng/
H A Dlist_options.cgi41 $use_dns = &find_value("use_dns", $options->{'members'});
43 &ui_radio("use_dns", $use_dns, $yesno));

123456