fragattacks/src/eap_server
Jouni Malinen 204dd3f420 EAP server: Force identity request after INITIALIZE for passthrough
Previously, sm->start_reauth was set to TRUE in SUCCESS2 state to force
reauthentication to start with EAP identity request. This works fine for
the case of EAP success through the AAA passthrough authentication, but
is not enough to handle passthrough authentication failure. sm->identity
is set in that case and getDecision would return PASSTHROUGH instead of
CONTINUE (to Identity method).

Signed-hostap: Jouni Malinen <j@w1.fi>
2011-12-03 17:37:48 +02:00
..
eap_i.h Fix typos found by codespell 2011-09-22 00:43:59 +03:00
eap_methods.h EAP-pwd: Add support for EAP-pwd server and peer functionality 2010-09-14 21:51:40 -10:00
eap_server_aka.c EAP-AKA: Use strdup instead of strlen + malloc + memcpy 2011-11-27 22:45:01 +02:00
eap_server_fast.c Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
eap_server_gpsk.c Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
eap_server_gtc.c Rename EAP server source files to avoid duplicate names 2010-02-19 18:54:07 +02:00
eap_server_identity.c Rename EAP server source files to avoid duplicate names 2010-02-19 18:54:07 +02:00
eap_server_ikev2.c EAP server: Add support for configuring fragment size 2010-07-20 22:56:10 -07:00
eap_server_md5.c Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
eap_server_methods.c EAP: Add "expanded" EAP type to get_name functions 2011-08-28 19:23:16 +03:00
eap_server_mschapv2.c Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
eap_server_pax.c Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
eap_server_peap.c EAP-PEAP: Remove unused hdr assignment 2011-11-27 22:43:21 +02:00
eap_server_psk.c EAP-PSK: Fix memory leak on error path 2011-11-27 22:41:38 +02:00
eap_server_pwd.c EAP-pwd: Remove struct eap_pwd_hdr 2011-11-19 16:52:52 +02:00
eap_server_sake.c Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
eap_server_sim.c Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
eap_server_tls_common.c Rename tls_prf() to tls_prf_sha1_md5() 2011-11-27 21:27:01 +02:00
eap_server_tls.c Rename EAP server source files to avoid duplicate names 2010-02-19 18:54:07 +02:00
eap_server_tnc.c EAP server: Add support for configuring fragment size 2010-07-20 22:56:10 -07:00
eap_server_ttls.c Remove EAP-TTLSv1 and TLS/IA 2011-09-25 21:28:32 +03:00
eap_server_vendor_test.c Rename EAP server source files to avoid duplicate names 2010-02-19 18:54:07 +02:00
eap_server_wsc.c WPS: Add a workaround for Windows 7 capability discovery for PBC 2011-05-17 19:53:02 +03:00
eap_server.c EAP server: Force identity request after INITIALIZE for passthrough 2011-12-03 17:37:48 +02:00
eap_sim_db.c Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
eap_sim_db.h Move EAP-SIM DB conditional build into hostapd 2009-12-06 18:23:53 +02:00
eap_tls_common.h Rename EAP TLS variables to make server and peer code consistent 2009-12-24 00:16:58 +02:00
eap.h Use a single define for maximum number of EAP methods 2011-11-17 20:06:33 +02:00
ikev2.c Fix typos found by codespell 2011-09-22 00:43:59 +03:00
ikev2.h Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
Makefile Remove unnecessary SUBDIRS loops from src/*/Makefile 2010-04-17 17:10:31 +03:00
tncs.c TNC: Fix TNC_{TNCC,TNCS}_ReportMessageTypes copy type 2011-04-13 23:10:21 +03:00
tncs.h TNC: Added preliminary code for IF-TNCCS-SOH server side support 2008-03-30 17:10:44 +03:00