/freebsd/crypto/heimdal/lib/krb5/ |
H A D | get_in_tkt.c | 151 const krb5_preauthdata *preauth, in init_as_req() argument 248 if(preauth != NULL) { in init_as_req() 258 for(i = 0; i < preauth->len; i++) { in init_as_req() 259 if(preauth->val[i].type == KRB5_PADATA_ENC_TIMESTAMP){ in init_as_req() 262 for(j = 0; j < preauth->val[i].info.len; j++) { in init_as_req() 264 if(preauth->val[i].info.val[j].salttype) in init_as_req() 265 salt.salttype = *preauth->val[i].info.val[j].salttype; in init_as_req() 268 if(preauth->val[i].info.val[j].salt) in init_as_req() 269 salt.saltvalue = *preauth->val[i].info.val[j].salt; in init_as_req() 277 &preauth->val[i].info.val[j].etype, 1, in init_as_req() [all …]
|
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | preauth.h | 24 int prio, int preauth); 62 int prio, int preauth) in pmksa_candidate_add() argument
|
H A D | Makefile | 10 preauth.o \
|
H A D | preauth.c | 225 ctx->preauth = 1; in rsn_preauth_init() 379 int prio, int preauth) in pmksa_candidate_add() argument 387 if (!preauth) { in pmksa_candidate_add()
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | hdb.schema | 25 #-- require-preauth(8), -- must use preauth
|
H A D | hdb.asn1 | 40 require-preauth(8), -- must use preauth
|
/freebsd/usr.sbin/wpa/src/rsn_supp/ |
H A D | Makefile | 15 preauth.c \
|
/freebsd/contrib/netbsd-tests/ipf/regress/ |
H A D | i5 | 8 preauth out on foo0 proto tcp from any to any port = 22
|
/freebsd/contrib/netbsd-tests/ipf/expected/ |
H A D | i5 | 8 preauth out on foo0(!) proto tcp from any to any port = 22
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | krb5.asn1 | 161 KRB5-PADATA-FX-COOKIE(133), -- krb-wg-preauth-framework 162 KRB5-PADATA-AUTHENTICATION-SET(134), -- krb-wg-preauth-framework 163 KRB5-PADATA-AUTH-SET-SELECTED(135), -- krb-wg-preauth-framework 164 KRB5-PADATA-FX-FAST(136), -- krb-wg-preauth-framework 165 KRB5-PADATA-FX-ERROR(137), -- krb-wg-preauth-framework 166 KRB5-PADATA-ENCRYPTED-CHALLENGE(138), -- krb-wg-preauth-framework
|
/freebsd/contrib/wpa/src/eapol_auth/ |
H A D | eapol_auth_sm.h | 49 bool (*finished)(void *ctx, void *sta_ctx, int success, int preauth,
|
/freebsd/crypto/heimdal/kdc/ |
H A D | hprop.c | 161 krb5_preauthtype preauth = KRB5_PADATA_ENC_TIMESTAMP; in get_creds() local 176 krb5_get_init_creds_opt_set_preauth_list(init_opts, &preauth, 1); in get_creds()
|
/freebsd/crypto/openssh/ |
H A D | README.privsep | 15 preauth environment:
|
H A D | servconf.c | 2905 copy_set_server_options(ServerOptions *dst, ServerOptions *src, int preauth) in copy_set_server_options() argument 2990 if (preauth) in copy_set_server_options()
|
H A D | ChangeLog | 21 upstream: Don't reply to PING in preauth phase or during KEX 1370 upstream: put back reaping of preauth child process when writes 1518 the privsep preauth process. 1757 upstream: reap preauth net child if it hangs up during privsep message 4608 verbose instead of error to reduce preauth log spam. All of those get logged 4782 fail in the preauth privsep process while handling a new connection.
|
/freebsd/share/examples/ipfilter/ |
H A D | BNF | 17 auth = "auth" | "preauth" .
|
/freebsd/contrib/wpa/src/eapol_supp/ |
H A D | eapol_supp_sm.h | 96 int preauth; member
|
H A D | eapol_supp_sm.c | 264 if (sm->ctx->preauth) in SM_STATE()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | nmake.mak | 83 $(OBJDIR)\preauth.obj \
|
H A D | eapol_test.c | 600 ctx->preauth = 0; in test_eapol()
|
H A D | wpas_glue.c | 1185 ctx->preauth = 0; in wpa_supplicant_init_eapol()
|
/freebsd/crypto/heimdal/doc/ |
H A D | init-creds | 191 If preauth_list is specified, it names preauth data types which will 193 the kdc to determine the required preauth types. There is no
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2003 | 15 * lib/krb5/init_creds_pw.c: try handle ts preauth better, still 17 doesn't send back KRB5KDC_ERR_PREAUTH_REQUIRED when preauth was 373 * lib/asn1/k5.asn1: add more preauth types, add PA-PAC-REQUEST 522 preauth to its function break out the pa_data_to_key_plain to its 587 krb5_get_init_creds_password with new preauth handing, still it 588 can only work with krb5-pa-enc-timestamp for preauth, but now it 594 (krb5_get_init_creds_opt_set_pa_password): set preauth info for
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ieee802_1x.c | 2350 int preauth, int remediation, bool logoff) in _ieee802_1x_finished() argument 2355 if (preauth) { in _ieee802_1x_finished()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver.h | 6202 int preauth; member
|