HomeSort by: relevance | last modified time | path
    Searched refs:orig_hostname (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
expand_hostname.c 40 const char *orig_hostname,
43 *new_hostname = strdup (orig_hostname);
51 * krb5_expand_hostname() tries to make orig_hostname into a more
56 * @param orig_hostname hostname to canonicalise.
67 const char *orig_hostname,
74 return copy_hostname (context, orig_hostname, new_hostname);
79 error = getaddrinfo (orig_hostname, NULL, &hints, &ai);
81 return copy_hostname (context, orig_hostname, new_hostname);
93 return copy_hostname (context, orig_hostname, new_hostname);
102 const char *orig_hostname,
    [all...]
test_hostname.c 83 const char *orig_hostname; member in struct:t
91 errors += expand_hostname(context, tests[i].orig_hostname);
principal.c 1797 const char *orig_hostname = NULL; local
1816 orig_hostname = krb5_principal_get_comp_string(context, in_princ, 1);
1822 port = strchr(orig_hostname, ':');
1824 hostname_sans_port = strndup(orig_hostname, port - orig_hostname);
1827 orig_hostname = hostname_sans_port;
1831 rule->type, orig_hostname);
1834 for (cp = strchr(orig_hostname, '.'); cp && *cp; cp = strchr(cp + 1, '.'))
1843 !is_domain_suffix(orig_hostname, rule->match_domain))
1858 if (asprintf(&tmp_hostname, "%s.%s", orig_hostname,
    [all...]

Completed in 24 milliseconds