Searched refs:realm (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/include/dst/ |
H A D | gssapi.h | 187 dns_name_t *realm); 190 * principal: host/example.com@EXAMPLE.COM) to the realm name stored 191 * in "name" (which represents the realm name). 197 dns_name_t *realm); 200 * principal: host/example.com@EXAMPLE.COM) to the realm name stored 201 * in "name" (which represents the realm name).
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | gssapictx.c | 203 * - the default realm in /etc/krb5.conf and the 223 gss_log(ISC_LOG_ERROR, "Unable to get krb5 default realm"); 235 gss_log(ISC_LOG_ERROR, "default realm from krb5.conf (%s) " 268 * dependency due to DNS-based realm lookup in at least one 345 dns_name_t *realm) 366 dns_name_format(realm, rbuf, sizeof(rbuf)); 369 * Find the realm portion. This is the part after the @. If it 396 * Now, we do a simple comparison between the name and the realm. 411 UNUSED(realm); 418 dns_name_t *realm) 344 dst_gssapi_identitymatchesrealmkrb5(dns_name_t *signer, dns_name_t *name, dns_name_t *realm) argument 417 dst_gssapi_identitymatchesrealmms(dns_name_t *signer, dns_name_t *name, dns_name_t *realm) argument [all...] |
/bind-9.6-ESV-R11/bin/nsupdate/ |
H A D | nsupdate.c | 190 static char *realm = NULL; variable 1430 if (realm != NULL) { 1431 isc_mem_free(mctx, realm); 1432 realm = NULL; 1441 fatal("realm is too long"); 1442 realm = isc_mem_strdup(mctx, buf); 1443 if (realm == NULL) 1851 if (strcasecmp(word, "realm") == 0) 2387 "DNS/%s%s", namestr, realm ? realm [all...] |
Completed in 1835 milliseconds