libeap.git
2008-11-18 Jouni Malinendriver_nl80211: Remove monitor interface if AP initiali...
2008-11-18 Jouni MalinenChanged channel flags configuration to read the informa...
2008-11-16 Jouni MalinenOpenSSL 0.9.9 API change for EAP-FAST session ticket...
2008-11-16 Jouni MalinenUpdated interop results for ACS 4.2
2008-11-16 Jouni MalinenEAP-FAST: Reorder TLVs in PAC Acknowledgment to fix...
2008-11-12 Jouni MalinenModified the OpenSSL patch to use session ticket -speci...
2008-11-12 Jouni MalinenUpdated indentation in the patch to match style used...
2008-11-11 Kel Moddermanwpa_gui-qt4: tweak icon Makefile
2008-11-11 Martin Michlmayrwpa_gui-qt4: FTBFS with GCC 4.4: missing #include
2008-11-08 Jouni MalinenAdded an optional mitigation mechanism for certain...
2008-11-07 Jouni MalinenEAP-SIM/AKA: fixed initialization to verify PIN even...
2008-11-07 Jouni MalinenEAP-AKA: Validate RES Length field in AT_RES
2008-11-07 Jouni MalinenFixed EAP-AKA RES Length field in AT_RES as length...
2008-11-06 Jouni MalinenEAP-FAST server: allow expired PAC for PAC refresh
2008-11-06 Jouni MalinenEAP-FAST: Include Tunnel PAC request only after EAP...
2008-11-06 Jouni MalinenAdded support for enforcing frequent PTK rekeying
2008-11-06 Jouni MalinenAdded Milenage-GSM simulator for EAP-SIM
2008-11-05 Jouni Malinendriver_ndis: Added a workaround for a driver that remov...
2008-11-05 Jouni MalinenAdded Milenage USIM emulator for EAP-AKA (can be used...
2008-11-01 Jouni MalinenPreparations for 0.6.5 release hostap_0_6_5
2008-11-01 Jouni MalinenFixed fwrite error path in eap_fast_write_pac not to...
2008-11-01 Jouni MalinenAdded a comment about VS2008EE and updated WinPcap...
2008-11-01 Jouni MalinenAdded a note about hostapd driver_nl80211 and AP mode...
2008-11-01 Jouni MalinenFixed ctrl_iface BSS command to fetch scan results...
2008-11-01 Johannes Bergdriver_nl80211: Remove set_ssid from nl80211 driver
2008-11-01 Jouni MalinenUpdated VS2005 project files with new and removed C...
2008-11-01 Jouni MalinenUse os_snprintf() instead of snprintf()
2008-10-29 Jouni MalinenUse the common ieee802_11_parse_elems() implementations...
2008-10-29 Jouni MalinenMoved ieee802_11_parse_elems() into common code
2008-10-29 Jouni MalinenRemoved the unused hapd argument to ieee802_11_parse_el...
2008-10-29 Jouni Malinendriver_nl80211: Added TX queue parameter configuration
2008-10-29 Jouni Malinendriver_nl80211: Added basic rate configuration
2008-10-29 Jouni MalinenVerify fread(), fwrite(), and system() return values
2008-10-29 Jouni MalinenFixed size_t printf format for 64-bit targets
2008-10-29 Jouni Malinennl80211: Finish dumps properly (ported from iw.git)
2008-10-29 Jouni MalinenSet TX queue parameters during initialization
2008-10-25 Jouni MalinenFixed EAPOL skip for PMKSA caching case to remain in...
2008-10-21 Jouni MalinenFix group key rekeying when reauth happens during pendi...
2008-10-19 Jouni MalinenEAP-FAST peer: Fixed not to add PAC Request in PAC...
2008-10-19 Jouni MalinenEAP-FAST: Allow A-ID and A-ID-Info to be configured...
2008-10-15 Jouni MalinenFixed WPA/RSN IE validation to verify the proto (WPA...
2008-10-14 Jouni MalinenAvoid some gcc 4.3 warnings about deprecated string...
2008-10-08 Jouni MalinenEAP-FAST: Make PAC-Key lifetime values configurable
2008-10-08 Jouni MalinenEAP-FAST: Added support for disabling anonymous/authent...
2008-10-08 Jouni MalinenChange the order of Result TLV and PAC TLV to avoid...
2008-10-07 Jouni Malinenwpa_gui-qt4: Set EAP-FAST provisioning parameters if...
2008-10-02 Jouni MalinenUpdated the comment on MS-Packet-Info mismatch based...
2008-10-02 Jouni MalinenSoH: Add null termination for empty url in MS-Quarantin...
2008-10-02 Jouni MalinenSoH: Add all the mandatory attributes into SSoH vendor...
2008-10-02 Jouni MalinenFixed EAP-FAST peer not to add double Result TLV when...
2008-10-02 Jouni MalinenRegister a quick auth timeout if EAPOL fails to avoid...
2008-10-02 Jouni MalinenAdded debug_timestamp option to Windows registry
2008-10-02 Jouni MalinenNDIS: Set authMode=WPA2, if needed, when flushing PMKID...
2008-10-02 Jouni MalinenSet update_config=1 in the example Windows registry...
2008-10-02 Jouni MalinenSave config after blob updates from EAP (if update_conf...
2008-10-02 Jouni Malinenwpa_gui-qt4: Fixed phase2 format for EAP-FAST GTC+MSCHA...
2008-10-02 Jouni MalinenFixed a typo
2008-10-02 Jouni Malinenwpa_gui-qt4: Set EAP-FAST provisioning parameters
2008-10-02 Jouni Malinenwpa_gui-qt4: Unset string variables instead of setting...
2008-10-02 Jouni MalinenExtended ctrl_iface SET_NETWORK to allow variables...
2008-10-01 Jouni Malinenwpa_gui-qt4: Added support for configuring Phase 2...
2008-10-01 Jouni MalinenAdd pcsc="" to configuration for EAP-SIM and EAP-AKA
2008-10-01 Jouni MalinenSilenced some of the driver-related messages for driver...
2008-10-01 Jouni MalinenAdded a new driver wrapper, "none", for RADIUS server...
2008-10-01 Jouni MalinenFixed EAP-TTLS server to verify eap_ttls_phase2_eap_ini...
2008-10-01 Kel Moddermanwpa_gui-qt4: add support for starting in system tray...
2008-10-01 Kel Moddermanwpa_gui-qt4: clean up closeEvent handler
2008-09-30 Jouni Malinennl80211: clean up netlink code
2008-09-29 Johannes Bergnl80211 hostapd driver: clean up netlink code
2008-09-29 Johannes Bergnl80211 driver: correctly set the encrypt bit for eapol...
2008-09-29 Jouni MalinenFT: Do not call wpa_ft_prepare_auth_request() if FT...
2008-09-29 Jouni MalinenAdded set_mode() handler for privsep
2008-09-29 Jouni MalinenFixed build without CONFIG_CLIENT_MLME
2008-09-29 Dan WilliamsAdd an optional set_mode() driver_ops handler for setti...
2008-09-28 Jouni MalinenUpdate the OpenSSL EAP-FAST patch for current snapshot...
2008-09-28 Jouni MalinenAdded OpenSSL 0.9.8i patch for EAP-FAST
2008-09-27 Jouni MalinenValidate WEXT event iwe->u.data.length before using...
2008-09-27 Jouni MalinenSilenced compiler warnings on size_t printf format...
2008-09-26 Jouni MalinenSplit wpa_supplicant_select_bss() into three and remove...
2008-09-26 Kel ModdermanDon't bother showing a status message when returning...
2008-09-25 Kel Moddermanwpa_gui-qt4: remove lastWindowClosed() signal handler
2008-09-25 Bernard Graywpa_gui-qt4: enhance svg icon
2008-09-25 Kel Moddermanwpa_gui-qt4: add status fields to tray message
2008-09-24 Andriy TkachukFix build with CONFIG_CLIENT_MLME, but without CONFIG_I...
2008-09-24 Dan NicholsonDon't post scan results when initial scan is emtpy
2008-09-24 Dan NicholsonRestore scan request settings if initial association...
2008-09-24 Jouni MalinenAdd a new auto-generated file to be ignored
2008-09-24 Kel Moddermanwpa_gui-qt4: add system tray support
2008-09-24 Kel Moddermanwpa_gui-qt4: remove qPixmapFromMimeSource from ui files
2008-09-24 Kel Moddermanwpa_gui-qt4: use new svg as application icon
2008-09-24 Kel Moddermanwpa_gui-qt4: desktop entry file
2008-09-24 Bernard Graywpa_gui-qt4: add svg icon
2008-09-24 Jouni MalinenFixed eap_example build to match with EAP-PEAP changes
2008-09-01 Jouni MalinenIEEE 802.11w: Use comeback duration to delay association
2008-09-01 Jouni MalinenFT: Fixed FTIE for authentication after a failed associ...
2008-09-01 Jouni MalinenMFP + FT: Added support for sending IGTK in FTIE
2008-08-31 Jouni MalinenAdded support for using SHA256-based stronger key deriv...
2008-08-31 Jouni MalinenCleaned up TX callback request processing
2008-08-31 Jouni MalinenMoved WMM action category definition into ieee802_11_defs.h
2008-08-31 Jouni MalinenIEEE 802.11w: Added association ping
next