Home
last modified time | relevance | path

Searched refs:forwardable (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/gss/etc/
H A Dkrb5.conf68 forwardable= true
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dfwd_tgt.c41 …ost, krb5_principal client, krb5_principal server, krb5_ccache cc, int forwardable, krb5_data *out… in krb5_fwd_tgt_creds() argument
182 if (!forwardable) /* Reset KDC_OPT_FORWARDABLE */ in krb5_fwd_tgt_creds()
H A Dgic_opt.c32 krb5_get_init_creds_opt_set_forwardable(krb5_get_init_creds_opt *opt, int forwardable) in krb5_get_init_creds_opt_set_forwardable() argument
35 opt->forwardable = forwardable; in krb5_get_init_creds_opt_set_forwardable()
H A Dget_in_tkt.c1042 tempint = options->forwardable; in krb5_get_init_creds()
/titanic_41/usr/src/cmd/krb5/kinit/
H A Dkinit.c143 int forwardable; member
411 opts->forwardable = 1;
522 if (opts->forwardable && opts->not_forwardable)
553 (opts->starttime || opts->rlife || opts->forwardable ||
969 if (opts->forwardable)
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dsshconnect1.c645 int forwardable; in send_krb5_tgt() local
691 flags.b.forwardable = krb5_config_get_bool(context, NULL, in send_krb5_tgt()
696 forwardable = 1; in send_krb5_tgt()
698 creds.client, creds.server, ccache, forwardable, &outbuf); in send_krb5_tgt()
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h2328 int forwardable,
2645 int forwardable; member
2692 int forwardable);
H A Dk5-int.h1347 int forwardable; member