Searched refs:krb5_kuserok (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dauthorize_localname.c63 user_ok = krb5_kuserok(context, princ, user);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dtest_kuserok.c99 ret = krb5_kuserok(context, principal, argv[1]);
H A Dkuserok.c452 krb5_kuserok(krb5_context context, function
H A Dkrb5-protos.h5064 * @brief Description of the krb5_kuserok(3) plugin facility.
5066 * The krb5_kuserok(3) function is pluggable. The plugin is named
5070 * The plugin for krb5_kuserok(3) consists of a data symbol referencing
5786 krb5_kuserok (
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dgss-serv-krb5.c99 if (krb5_kuserok(krb_context, princ, name)) {
101 logit("Authorized to %s, krb5 principal %s (krb5_kuserok)",
H A Dauth-krb5.c130 if (!krb5_kuserok(authctxt->krb5_ctx, authctxt->krb5_user,
/netbsd-current/lib/libpam/modules/pam_ksu/
H A Dpam_ksu.c96 rv = krb5_kuserok(context, su_principal, user);
/netbsd-current/lib/libtelnet/
H A Dkerberos5.c404 if (UserNameRequested && krb5_kuserok(telnet_context,
601 krb5_kuserok(telnet_context, ticket->client, UserNameRequested)) {
/netbsd-current/usr.bin/su/
H A Dsu.c468 if (!krb5_kuserok(context, princ, user) && !uid) {
/netbsd-current/lib/libpam/modules/pam_krb5/
H A Dpam_krb5.c726 if (krb5_kuserok(pam_context, princ, (const char *)user))
/netbsd-current/crypto/external/bsd/heimdal/include/
H A Dkrb5-protos.h5062 * @brief Description of the krb5_kuserok(3) plugin facility.
5064 * The krb5_kuserok(3) function is pluggable. The plugin is named
5068 * The plugin for krb5_kuserok(3) consists of a data symbol referencing
5784 krb5_kuserok (
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dserver.c7510 || krb5_kuserok (kc, p, buf) != TRUE)

Completed in 272 milliseconds