Searched refs:realm (Results 126 - 134 of 134) sorted by relevance

123456

/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dca.c648 p.realm = strrchr(q, '@');
649 if (p.realm == NULL) {
654 *p.realm++ = '\0';
H A Dprint.c398 validate_print(ctx, HX509_VALIDATE_F_VERBOSE, "%s", kn.realm);
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dpkinit.c1288 principal.realm = kn.realm;
1353 strupr(principal->realm);
H A Ddigest.c682 if (ireq.u.digestRequest.realm == NULL)
695 MD5_Update(&ctx, *ireq.u.digestRequest.realm,
696 strlen(*ireq.u.digestRequest.realm));
/freebsd-9.3-release/contrib/sendmail/src/
H A Dusersmtp.c714 "realm",
1183 ** Add realm to authentication id unless authid contains
1184 ** '@' (i.e., a realm) or the default realm is empty.
1192 char *realm; local
1194 realm = (*sai)[SASL_DEFREALM];
1196 /* do not add an empty realm */
1197 if (*realm == '\0')
1204 l = strlen(h) + strlen(realm) + 2;
1212 h, realm);
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c922 char realm[REALM_SZ]; local
923 if((rval = krb_get_lrealm(realm, 1)) == KSUCCESS)
925 "", realm,
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dcrypto.c905 len = strlen(principal->realm);
912 memcpy (p, principal->realm, strlen(principal->realm));
913 p += strlen(principal->realm);
/freebsd-9.3-release/contrib/cvs/src/
H A Dclient.c4121 const char *realm;
4129 realm = krb_realmofhost (hname);
4137 hname, realm, (unsigned long) 0, &msg_data,
4103 const char *realm; local
/freebsd-9.3-release/etc/
H A Dservices1278 realm-rusd 688/tcp #ApplianceWare managment protocol
1279 realm-rusd 688/udp #ApplianceWare managment protocol

Completed in 298 milliseconds

123456