]> git.ipfire.org Git - thirdparty/hostap.git/history - src
nl80211: Fix a typo in set_sta_vlan()
[thirdparty/hostap.git] / src /
2009-09-30  Author: Johannes... nl80211: Fix a typo in set_sta_vlan()
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  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-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-09  Alex Badearadius_server: clean up completed sessions sooner
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-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  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 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  Jouni MalinenSupport PEM format RSA private key with internal TLS...
2009-08-15  Masashi HonmaNetBSD: Fix wired IEEE 802.1X problem
2009-08-14  Jouni MalinenForce rebuilding of src/drivers between hostapd and...
2009-08-14  Johannes BergCreate a common drivers makefile snippet
2009-08-13  Jouni MalinenAvoid a theoretical integer overflow in base64_encode()
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
2009-08-11  Johannes BergCrypto build cleanup: remove CONFIG_NO_PBKDF2
2009-08-11  Johannes BergCrypto build cleanup: remove CONFIG_NO_TLS_PRF
2009-08-11  Johannes BergCrypto build cleanup: remove CONFIG_NO_T_PRF
2009-08-11  Johannes BergCrypto build cleanup: remove NEED_FIPS186_2_PRF
2009-07-28  Johannes BergCrypto build cleanup: remove INTERNAL_MD5
2009-07-28  Johannes BergCrypto build cleanup: remove INTERNAL_MD4
2009-07-28  Johannes BergCrypto build cleanup: remove INTERNAL_SHA256
2009-07-28  Johannes BergCrypto build cleanup: remove INTERNAL_AES
2009-07-28  Johannes BergCrypto build cleanup: remove INTERNAL_DES
2009-07-28  Johannes BergCrypto build cleanup: remove INTERNAL_SHA1
2009-07-26  Johannes Bergnl80211: Fix WEP key configuration
2009-07-26  Johannes Berghostapd: fix auth encryption
2009-07-25  Jon LoeligerAllow wpa_supplicant to use libnl-2.0
2009-06-30  RyujiFix EAP-TNC peer memory leak on an error path
2009-06-29  Jouni MalinenAdd root .gitignore file to cleanup ignore lists
2009-06-29  Jouni MalinenEAP-SIM peer: Remove AT_NOTIFICATION from Notification...
2009-06-29  Jouni MalinenRename variable to avoid gcc warning about shadowed...
2009-06-12  Jouni MalinenReplace hostapd_wps_probe_req_rx() with more generic...
2009-06-11  Jouni MalinenX.509: Add parsing of alternative name to internal...
2009-06-10  Jouni MalinenWPS: Change wpa_supplicant wps_reg to not send out M8
2009-05-29  Roy Marplesdriver_bsd.c: Use new MLME method of association.
2009-05-29  Roy Marplesdriver_bsd.c: Reduce code duplication between hostapd...
2009-05-29  Jouni Malinenbsd: Get rid of printf size_t warnings with 64-bit...
2009-05-29  Karl Hiramotohostapd: nl80211 retry creating a interface if it fails...
2009-05-27  Dan Williamswext: disconnect at init and deinit
2009-05-27  Dan Williamswext: Fix deauthentication to do IW_MLME_DEAUTH prior...
2009-05-27  Dan Williamswext: don't force-disconnect in ad-hoc mode
2009-05-26  Jouni MalinenWPS: Add support for setting timeout for PIN
2009-05-26  Jouni Malinenhostapd: Fix internal crypto build without TLS
2009-05-26  Jouni MalinenResolve couple of compiler warnings
2009-05-21  Masashi Honmadriver_bsd.c: use get_scan_results2
2009-05-21  Masashi HonmaFix hostapd and wpa_supplicant comipilation on NetBSD...
2009-05-14  Jouni Malinennl80211: Add support for IEEE 802.1X port control in...
2009-05-14  Jouni Malinennl80211: Add support for NL80211_ATTR_STA_FLAGS2
2009-05-14  Jouni MalinenSync with linux/nl80211.h from wireless-testing.git
2009-05-12  Jouni Malinennl80211: Add MFP flag configuration for station mode
2009-05-08  Jouni MalinenDrop unprotected Robust Action frames from MFP STAs
next