Home
last modified time | relevance | path

Searched refs:proxiable (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/crypto/krb5/src/windows/include/
H A Dleashwin.h44 int proxiable; member
87 DWORD proxiable; member
142 int forwardable, int proxiable, int renew_life,
/freebsd/crypto/krb5/src/windows/leashdll/
H A Dleash-int.h44 int proxiable,
80 DWORD proxiable,
H A Dlsh_pwd.c244 dlginfo->in.proxiable = lpdlginfo->proxiable; in NetId_dialog_ex()
1248 static int proxiable=0; in AuthenticateProc() local
1319 proxiable = Leash_get_default_proxiable(); in AuthenticateProc()
1320 if (proxiable < 0) in AuthenticateProc()
1321 proxiable = 0; in AuthenticateProc()
1330 proxiable = lpdi->proxiable; in AuthenticateProc()
1548 forwardable = proxiable = in AuthenticateProc()
1561 proxiable, in AuthenticateProc()
H A Dlshfunc.c425 int proxiable, in Leash_kinit_ex() argument
437 proxiable, in Leash_kinit_ex()
453 int proxiable, in Leash_int_kinit_ex() argument
545 proxiable, in Leash_int_kinit_ex()
1594 char proxiable[80]; in Leash_get_default_proxiable() local
1596 proxiable, sizeof(proxiable))) in Leash_get_default_proxiable()
1598 proxiable[sizeof(proxiable) - 1] = 0; in Leash_get_default_proxiable()
1599 return atoi(proxiable); in Leash_get_default_proxiable()
H A Dkrb5routines.c169 DWORD proxiable, in Leash_krb5_kinit() argument
244 proxiable ? 1 : 0); in Leash_krb5_kinit()
/freebsd/crypto/heimdal/lib/krb5/
H A Dinit_creds.c230 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 Dacache.c279 cred->flags.b.proxiable = 1; in make_cred_from_ccred()
404 if (incred->flags.b.proxiable) in make_ccred_from_cred()
H A Dkrb5.h721 int proxiable; member
H A Dget_cred.c1493 flags.b.proxiable = template->flags.b.proxiable; in krb5_get_renewed_creds()
H A Dinit_creds_pw.c411 ctx->flags.proxiable = options->proxiable; in get_init_creds_common()
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb.schema19 #-- proxiable(2), -- may issue proxiable
H A Dhdb.asn134 proxiable(2), -- may issue proxiable
H A Dprint.c349 if (!flags.proxiable) in flags_to_attr()
/freebsd/crypto/heimdal/doc/
H A Dinit-creds23 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 Dent_setup.c50 flags->proxiable = !(attr & KRB5_KDB_DISALLOW_PROXIABLE); in attr_to_flags()
121 ent->entry.flags.proxiable = 1; in default_flags()
H A Dget_s.c104 out->attributes |= ent.entry.flags.proxiable ? 0 : KRB5_KDB_DISALLOW_PROXIABLE; in kadm5_s_get_principal()
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dgic_opt.c69 int proxiable) in krb5_get_init_creds_opt_set_proxiable() argument
72 opt->proxiable = proxiable; in krb5_get_init_creds_opt_set_proxiable()
/freebsd/crypto/krb5/src/clients/kinit/
H A Dkinit.c91 int proxiable; member
269 opts->proxiable = 1; in parse_options()
378 if (opts->proxiable && opts->not_proxiable) { in parse_options()
666 if (opts->proxiable) in k5_kinit()
/freebsd/crypto/heimdal/kuser/
H A Dkinit.c270 flags.b.proxiable = proxiable_flag; in renew_validate()
272 flags.b.proxiable = out->flags.b.proxiable; in renew_validate()
H A Dklist.c108 if(cred->flags.b.proxiable) in print_cred()
/freebsd/crypto/heimdal/kdc/
H A Dkerberos5.c1511 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 Dkrb5tgs.c419 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/krb5/src/windows/kfwlogon/
H A Dkfwcommon.c478 DWORD proxiable, in KFW_kinit() argument
537 proxiable ? 1 : 0); in KFW_kinit()
/freebsd/crypto/heimdal/lib/asn1/
H A Dkrb5.asn1311 proxiable(3),
330 proxiable(3),
/freebsd/crypto/krb5/src/windows/installer/wix/
H A Dmsi-deployment-guide.txt206 Setting: default proxiable tickets setting
749 Obtain proxiable tickets.

12