| /freebsd/crypto/heimdal/appl/kf/ |
| H A D | kf.c | 43 int forwardable = 0; variable 50 { "forwardable",'F',arg_flag,&forwardable, 52 { "forwardable",'G',arg_negative_flag,&forwardable, 80 forwardable = krb5_config_get_bool (*context, NULL, in client_setup() 239 flags.b.forwardable = forwardable; in proto()
|
| /freebsd/crypto/krb5/src/windows/include/ |
| H A D | leashwin.h | 40 int forwardable; member 83 DWORD forwardable; member 142 int forwardable, int proxiable, int renew_life,
|
| /freebsd/crypto/krb5/src/windows/leashdll/ |
| H A D | leash-int.h | 43 int forwardable, 79 DWORD forwardable,
|
| H A D | lsh_pwd.c | 240 dlginfo->in.forwardable = lpdlginfo->forwardable; in NetId_dialog_ex() 1246 static int forwardable=0; in AuthenticateProc() local 1313 forwardable = Leash_get_default_forwardable(); in AuthenticateProc() 1314 if (forwardable < 0) in AuthenticateProc() 1315 forwardable = 0; in AuthenticateProc() 1326 forwardable = lpdi->forwardable; in AuthenticateProc() 1359 CheckDlgButton(hDialog, IDC_CHECK_FORWARDABLE, forwardable); in AuthenticateProc() 1548 forwardable = proxiable = in AuthenticateProc() 1560 forwardable, in AuthenticateProc() 1621 Leash_set_default_forwardable(forwardable); in AuthenticateProc()
|
| H A D | lshfunc.c | 424 int forwardable, in Leash_kinit_ex() argument 436 forwardable, in Leash_kinit_ex() 452 int forwardable, in Leash_int_kinit_ex() argument 544 forwardable, in Leash_int_kinit_ex() 1270 char forwardable[80]; in Leash_get_default_forwardable() local 1272 forwardable, sizeof(forwardable))) in Leash_get_default_forwardable() 1274 forwardable[sizeof(forwardable) - 1] = 0; in Leash_get_default_forwardable() 1275 return atoi(forwardable); in Leash_get_default_forwardable()
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | init_creds.c | 222 int forwardable) in krb5_get_init_creds_opt_set_forwardable() argument 225 opt->forwardable = forwardable; in krb5_get_init_creds_opt_set_forwardable()
|
| /freebsd/crypto/heimdal/lib/hdb/ |
| H A D | hdb.schema | 18 #-- forwardable(1), -- may issue forwardable
|
| H A D | hdb.asn1 | 33 forwardable(1), -- may issue forwardable
|
| /freebsd/crypto/krb5/src/lib/krb5/krb/ |
| H A D | fwd_tgt.c | 41 krb5_principal server, krb5_ccache cc, int forwardable, in krb5_fwd_tgt_creds() argument 152 if (!forwardable) /* Reset KDC_OPT_FORWARDABLE */ in krb5_fwd_tgt_creds()
|
| H A D | gic_opt.c | 61 int forwardable) in krb5_get_init_creds_opt_set_forwardable() argument 64 opt->forwardable = forwardable; in krb5_get_init_creds_opt_set_forwardable()
|
| /freebsd/crypto/heimdal/doc/ |
| H A D | init-creds | 22 int forwardable; 50 int forwardable); 168 If forwardable is specified, the FORWARDABLE option on the ticket will 169 be set if and only if forwardable is non-zero. The configuration 170 variable [libdefaults] "forwardable" is used if no value is passed in. 286 start_time, and options.{tkt_life,renew_life,forwardable,proxiable} 364 int forwardable; /* varname = "forwardable" */
|
| /freebsd/crypto/heimdal/lib/kadm5/ |
| H A D | ent_setup.c | 47 flags->forwardable = !(attr & KRB5_KDB_DISALLOW_FORWARDABLE); in attr_to_flags() 120 ent->entry.flags.forwardable = 1; in default_flags()
|
| /freebsd/tests/sys/netinet6/frag6/ |
| H A D | frag6_05.sh | 107 <packets-not-forwardable>0</packets-not-forwardable> 300 <packets-not-forwardable>0</packets-not-forwardable>
|
| H A D | frag6_01.sh | 102 <packets-not-forwardable>0</packets-not-forwardable>
|
| H A D | frag6_03.sh | 103 <packets-not-forwardable>0</packets-not-forwardable>
|
| H A D | frag6_08.sh | 99 <packets-not-forwardable>0</packets-not-forwardable>
|
| H A D | frag6_09.sh | 102 <packets-not-forwardable>0</packets-not-forwardable>
|
| H A D | frag6_19.sh | 87 <packets-not-forwardable>0</packets-not-forwardable>
|
| H A D | frag6_20.sh | 98 <packets-not-forwardable>0</packets-not-forwardable>
|
| H A D | frag6_02.sh | 103 <packets-not-forwardable>0</packets-not-forwardable>
|
| H A D | frag6_04.sh | 103 <packets-not-forwardable>0</packets-not-forwardable>
|
| H A D | frag6_10.sh | 104 <packets-not-forwardable>0</packets-not-forwardable>
|
| H A D | frag6_11.sh | 103 <packets-not-forwardable>0</packets-not-forwardable>
|
| /freebsd/contrib/pam-krb5/module/ |
| H A D | internal.h | 72 bool forwardable; /* Obtain forwardable tickets. */ member
|
| /freebsd/crypto/krb5/src/clients/kinit/ |
| H A D | kinit.c | 90 int forwardable; member 263 opts->forwardable = 1; in parse_options() 374 if (opts->forwardable && opts->not_forwardable) { in parse_options() 662 if (opts->forwardable) in k5_kinit()
|