mech_eap.git
2009-09-29 Jouni Malinenwpa_gui-qt4: Add pending WPS PIN queries into peer...
2009-09-29 Jouni MalinenFix hostapd wpa_msg() calls ctx for wpa_supplicant...
2009-09-29 Jouni Malinenwpa_gui-qt4: Fix peer_role_address for AP entry
2009-09-29 Jouni MalinenAllow IBSS/AP mode networks to be created in ap_scan...
2009-09-29 Jouni MalinenSplit wpa_supplicant_event_scan_results() into helper...
2009-09-28 Jouni MalinenAdd preliminary version of NSS TLS/crypto wrapper for...
2009-09-28 Masashi HonmaDragonFly BSD: Fix wired IEEE 802.1X
2009-09-26 Jouni MalinenRemove the STA entry on reassociation to clear STA...
2009-09-26 Masashi HonmaMac OS X: Fix wired IEEE 802.1X
2009-09-15 Jouni Malinennl80211: Use defines for NL80211_KEY_CIPHER values
2009-09-15 Jouni MalinenRevert "nl80211: Share the same routine for NL80211_ATT...
2009-09-15 Jouni Malinennl80211: Share the same routine for NL80211_ATTR_KEY_CI...
2009-09-15 Johannes Bergdriver_nl80211: Fix MLME key settings for static WEP
2009-09-14 Jouni MalinenAdd preliminary background scan and roaming module...
2009-09-14 Samuel OrtizGetting back to DISCONNECTED afer SCANNING
2009-09-14 Masashi HonmaWPS: Fix CONFIG_WPS=y compilation of wpa_supplicant
2009-09-13 Witold SowaShare same freeing and error checking code in get_scan_...
2009-09-13 Witold SowaUse shared functions for network operations and param...
2009-09-13 Jouni MalinenAdd wpa_supplicant notification calls
2009-09-13 Witold SowaRemove extra whitespace
2009-09-11 Jouni Malinenwpa_gui-qt4: Fix WPS AP detection for peer window
2009-09-11 Jouni Malinenwpa_gui-qt4: Add scan results into the peer window
2009-09-11 Jouni Malinenwpa_gui-qt4: Handle UNKNOWN COMMAND reply during peer...
2009-09-11 Jouni MalinenAdd parsed information from WPS IE(s) into scan results
2009-09-11 Jouni MalinenWPS: Add parsing of AP Setup Locked attribute
2009-09-11 Jouni MalinenFix driver_test for hostapd
2009-09-11 Jouni MalinenConvert WPS IE concat routine to a generic helper
2009-09-10 Jouni Malinendriver_test: Update BSS data when using wpa_supplicant...
2009-09-10 Jouni Malinendriver_test: Implement set_mode for wpa_supplicant...
2009-09-10 Jouni Malinendriver_test: Preliminary support for wpa_supplicant...
2009-09-10 Jouni Malinendriver_test: Share the same deinit() for hostapd and...
2009-09-10 Jouni Malinendriver_test: Merge socket_dir into test_dir
2009-09-10 Jouni Malinendriver_test: Some additional merging of send_mlme
2009-09-10 Jouni Malinendriver_test: Claim AP mode capability for wpa_supplicant
2009-09-10 Jouni Malinendriver_test: Build most of code in unconditionally
2009-09-10 Jouni Malinendriver_test: Merge wpa_supplicant and hostapd data...
2009-09-10 Jouni Malinenwpa_gui-qt4: Add context menu for peers dialog
2009-09-09 Alex Badearadius_server: clean up completed sessions sooner
2009-09-09 Jouni Malinenwpa_gui-qt4: Include cstdio to avoid some compiler...
2009-09-08 Jouni Malinenwpa_gui-qt4: Add a new window for showing peer information
2009-09-08 Jouni MalinenAdd station table query to wpa_supplicant AP ctrl_iface
2009-09-08 Jouni MalinenMove STA list ctrl_iface handlers to a separate file
2009-09-07 Jouni MalinenWPS: Store device info and make it available through...
2009-09-06 Jouni MalinenWPS: Add support for AP reconfiguration with wps_reg
2009-09-06 Jouni MalinenFix WPA reconfiguration to update GTK
2009-09-04 Jouni MalinenDelay processing of EAPOL frames when not associated
2009-09-04 Jouni Malinennl80211: Ignore connect/roam/disconnect events when...
2009-09-03 Zhu Yinl80211: Connect API support
2009-09-03 Zhu Yinl80211: Add connect/disconnect event processing
2009-09-03 Zhu Yinl80211: Check whether the driver support separate...
2009-09-03 Zhu Yinl80211: Use defines for cipher suite selectors
2009-08-26 Chuck TuffliFix comment in wpa_supplicant_event_associnfo
2009-08-26 Masashi HonmaOpenBSD: wired IEEE 802.1X for OpenBSD
2009-08-26 Masashi HonmaWPS: Aggregate deinit calls in WPS OOB
2009-08-26 Witold SowaFix a bug with ap_rx_from_unknown_sta() recursion
2009-08-26 Jouni Malinennl80211: Use two sockets to avoid mixing command replie...
2009-08-23 Jouni MalinenDisable PMTU discovery for RADIUS packets (sent them...
2009-08-23 Stefan WinterDisable PMTU discovery for RADIUS packets (sent them...
2009-08-23 Jouni MalinenReject X.509 certificate strings with embedded NUL...
2009-08-18 Jouni MalinenSync with linux/nl80211.h from wireless-testing.git
2009-08-17 Jouni MalinenRemove unneeded aes_i.h inclusion from number of places
2009-08-16 Jouni MalinenVerify that EAPOL-Key MIC generation succeeds
2009-08-16 Jouni MalinenVerify that RC4 operation succeeds
2009-08-16 Jouni MalinenFix crypto_cipher_init() EVP initialization
2009-08-16 Jouni MalinenUse OpenSSL for RC4 instead of internal implementation
2009-08-16 Jouni MalinenMove RC4 into crypto.h as a replaceable crypto function
2009-08-16 Jouni MalinenRemove rc4() wrapper
2009-08-16 Jouni MalinenFix build with non-FIPS capable OpenSSL
2009-08-16 Jouni MalinenVerify CHAP/MSCHAPv2 return code
2009-08-16 Jouni MalinenFix OpenSSL build (internal SHA256 not used anymore)
2009-08-16 Jouni MalinenFix FIPS mode build of eapol_test
2009-08-16 Jouni MalinenAllow non-FIPS MD5 to be used with TLS PRF even in...
2009-08-16 Jouni MalinenPass digest return value to CHAP/MSCHAPv2 caller
2009-08-16 Jouni MalinenPreliminary support for FIPS mode operation with OpenSSL
2009-08-16 Jouni MalinenPass error values from digest calls to ms_funcs callers
2009-08-16 Jouni MalinenOpenSSL: Use library version of SHA256
2009-08-16 Jouni MalinenOpenSSL: Use EVP_Digest*() functions
2009-08-16 Jouni MalinenMake hash functions return error value
2009-08-16 Jouni MalinenEnable SHA256 digest support in OpenSSL
2009-08-16 Bjarke Istrup... Use LDFLAGS in all linker commands
2009-08-16 Jouni MalinenUse PEM format RSA private key with eap_example
2009-08-16 Jouni MalinenAdd GnuTLS build option for eap_example
2009-08-16 Jouni MalinenSupport PEM format RSA private key with internal TLS...
2009-08-15 Witold SowaSet current ssid when entering AP mode
2009-08-15 Masashi HonmaNetBSD: Fix wired IEEE 802.1X problem
2009-08-15 Jouni MalinenAdded new SHA1 files into VS project files to fix the...
2009-08-15 Jouni MalinenWPS: Workaround mixed-mode WPA+WPA2 auth type in creden...
2009-08-15 Jouni MalinenFigure out absolute path for the pid file before daemon...
2009-08-14 Jouni MalinenForce rebuilding of src/drivers between hostapd and...
2009-08-14 Johannes BergReplace NEED_MLME with NEED_AP_MLME
2009-08-14 Johannes BergCreate a common drivers makefile snippet
2009-08-13 Jouni Malinenwpa_passphrase does not need FIPS PRF, MD4, or AES...
2009-08-13 Jouni MalinenAvoid a theoretical integer overflow in base64_encode()
2009-08-13 Jouni MalinenFix hlr_auc_gw build after crypto build cleanup
2009-08-13 Jouni MalinenIgnore the generated libeap.a file
2009-08-13 Jouni MalinenFix eap_example build after the crypto build cleanup
2009-08-13 Johannes BergCrypto build cleanup: remove CONFIG_NO_AES_*
2009-08-13 Johannes BergRemove some more crypto ifdef, fix a few small bugs
2009-08-13 Johannes BergCrypto build cleanup: remove CONFIG_NO_AES_ENCRYPT
2009-08-13 Johannes BergCrypto build cleanup: remove CONFIG_NO_AES_DECRYPT
next