Searched defs:realm (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Dgssapictx.c203 * - 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 Dnsupdate.c190 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 203 milliseconds