Searched refs:proxiable (Results 1 – 21 of 21) sorted by relevance
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | init_creds.c | 230 int proxiable) in krb5_get_init_creds_opt_set_proxiable() argument 233 opt->proxiable = proxiable; in krb5_get_init_creds_opt_set_proxiable()
|
H A D | acache.c | 279 cred->flags.b.proxiable = 1; in make_cred_from_ccred() 404 if (incred->flags.b.proxiable) in make_ccred_from_cred()
|
H A D | krb5.h | 721 int proxiable; member
|
H A D | get_cred.c | 1493 flags.b.proxiable = template->flags.b.proxiable; in krb5_get_renewed_creds()
|
H A D | init_creds_pw.c | 411 ctx->flags.proxiable = options->proxiable; in get_init_creds_common()
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | hdb.schema | 19 #-- proxiable(2), -- may issue proxiable
|
H A D | hdb.asn1 | 34 proxiable(2), -- may issue proxiable
|
H A D | hdb-mitdb.c | 241 entry->flags.proxiable = !(u32 & KRB5_KDB_DISALLOW_PROXIABLE); in mdb_value2entry()
|
/freebsd/crypto/heimdal/doc/ |
H A D | init-creds | 23 int proxiable; 52 int proxiable); 175 If proxiable is specified, the PROXIABLE option on the ticket will be 176 set if and only if proxiable is non-zero. The configuration variable 177 [libdefaults] "proxiable" is used if no value is passed in. The 286 start_time, and options.{tkt_life,renew_life,forwardable,proxiable} 365 int proxiable; /* varname = "proxiable" */
|
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | ent_setup.c | 50 flags->proxiable = !(attr & KRB5_KDB_DISALLOW_PROXIABLE); in attr_to_flags() 121 ent->entry.flags.proxiable = 1; in default_flags()
|
H A D | get_s.c | 104 out->attributes |= ent.entry.flags.proxiable ? 0 : KRB5_KDB_DISALLOW_PROXIABLE; in kadm5_s_get_principal()
|
H A D | ChangeLog | 1082 non-proxiable
|
/freebsd/crypto/heimdal/kuser/ |
H A D | kinit.c | 270 flags.b.proxiable = proxiable_flag; in renew_validate() 272 flags.b.proxiable = out->flags.b.proxiable; in renew_validate()
|
H A D | klist.c | 108 if(cred->flags.b.proxiable) in print_cred()
|
/freebsd/crypto/heimdal/kdc/ |
H A D | kerberos5.c | 1511 if(client->entry.flags.proxiable && server->entry.flags.proxiable) in _kdc_as_rep() 1512 et.flags.proxiable = f.proxiable; in _kdc_as_rep() 1513 else if (f.proxiable) { in _kdc_as_rep()
|
H A D | mit_dump.c | 134 flags->proxiable = !(attr & KRB5_KDB_DISALLOW_PROXIABLE); in attr_to_flags()
|
H A D | krb5tgs.c | 419 if(f.proxiable){ in check_tgs_flags() 420 if(!tgt->flags.proxiable){ in check_tgs_flags() 425 et->flags.proxiable = 1; in check_tgs_flags() 428 if(!tgt->flags.proxiable){ in check_tgs_flags()
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | krb5.asn1 | 311 proxiable(3), 330 proxiable(3),
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2000 | 480 and proxiable. copy preauthentication list correctly from 1214 forwardable and not proxiable
|
H A D | ChangeLog.2006 | 950 * kuser/kinit.c (renew_validate): inherit the proxiable and
|
H A D | ChangeLog.1998 | 433 forwardable or proxiable flags are set in options, set the
|