3
I Use This!
High Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 4 hours ago.
Jun 12, 2023 — Jun 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
EAP-PEAP: Moved EAP-TLV processing into eap_peap.c More... about 16 years ago
EAP-PEAP: Moved EAP-TLV processing into eap_peap.c More... about 16 years ago
Some cleanup for the new driver wrapper for PS3 More... about 16 years ago
Add support for PS3 Linux wireless driver More... about 16 years ago
Support for RADIUS ACLs with drivers that do not use hostapd MLME More... over 16 years ago
hostapd_allowed_address() is called from hostapd_config_reload_sta() with session_timeout and acct_interim_interval set to NULL. Without checking these before accessing, we'd cause a NULL pointer access in this case. In ieee802_11.c calls hostapd_allowed_address() with valid pointers. More... over 16 years ago
FT: Use correct BSSID when deriving PTK and verifying MIC More... over 16 years ago
Delete PTK SA on (re)association if this is not part of a Fast BSS Transition. This fixes a potential issue where an incorrectly behaving AP could send a group key update using the old (now invalid after reassociate) PTK. This could also happen if there is a race condition between reporting received EAPOL frames and association events. More... over 16 years ago
The attached patch fixes a few build errors when compiling with GCC 4.3, caused by a few missing header includes. It was done against 0.5.8, but still applies to 0.5.10. More... over 16 years ago
Silence gcc 4.3.0 warnings about invalid array indexes More... over 16 years ago
TNC: Added TNC server support into documentation and ChangeLogs More... over 16 years ago
TNC: Integrated TNC support into EAP-TTLS server More... over 16 years ago
TNC: Fixed TNC when using EAP-TTLS with non-EAP Phase 2 More... over 16 years ago
TNC: Integrated TNC support into EAP-FAST server More... over 16 years ago
TNC: Added support for using TNC with EAP-FAST More... over 16 years ago
TNC: Provide 'tnc' configuration option for EAP server and methods More... over 16 years ago
TNC: Added preliminary TNC implementation for hostapd More... over 16 years ago
Make the "invalid group" error show up with default verbosity level More... over 16 years ago
Fix qt3 wpa_gui build More... over 16 years ago
Fix potential use-after-free in dbus byte array demarshaling code More... over 16 years ago
Added a missing '#' to indicate a comment. More... over 16 years ago
Renamed local DBUS_VERSION define to avoid conflict with dbus 1.1 headers More... over 16 years ago
EAP-FAST: Verify that identity from PAC-Opaque matches with Phase 2 (GTC) More... over 16 years ago
EAP-FAST: Cleaned up TLV processing and added support for EAP Sequences More... over 16 years ago
EAP-FAST: Define and use EAP_FAST_CMK_LEN More... over 16 years ago
Removed extra '_' from struct eap_tlv_crypto_binding__tlv name More... over 16 years ago
EAP-FAST: Divided eap_fast_process() into number of helper functions More... over 16 years ago
EAP-FAST: Moved common peer/server functionality into a shared file More... over 16 years ago
EAP-FAST: Added shared helper functions for building TLVs More... over 16 years ago
EAP-FAST: Add peer identity into EAP-FAST PAC-Opaque More... over 16 years ago