dbus: Remove unnecessary wpa_s->bssid comparison
[libeap.git] / src /
2009-11-10 Jouni Malinendriver_prism54: Use os_zalloc instead of malloc to...
2009-11-10 Jouni MalinenFix comparison to use correct symbol name (__rand vs...
2009-11-10 Jouni MalinenAdd wpa_msg_ctrl() for ctrl_interface-only messages
2009-11-10 Jouni MalinenWPS: Fixed printf size_t warning on 32-bit builds
2009-11-09 Jouni MalinenWPS ER: Subscribe to UPnP events
2009-11-08 Jouni MalinenWPS: Read HTTP request within HTTP server code
2009-11-08 Jouni MalinenWPS: Add HTTP server module
2009-11-08 Jouni MalinenWPS ER: Fetch and parse device description
2009-11-08 Jouni MalinenWPS: Move generic UPnP XML helper functionality into...
2009-11-08 Jouni MalinenWPS: Add HTTP client module to clean up code
2009-11-07 Jouni MalinenWPS: Mark functions static
2009-11-07 Jouni MalinenWPS: Add initial part of External Registrar functionality
2009-11-05 Jouni MalinenFix MCS set field to be based on driver info
2009-11-05 Jouni MalinenUse type-punning to avoid breaking strict aliasing...
2009-11-04 Jouni MalinenWork around some gcc 4.4 strict-aliasing warnings
2009-11-02 Jouni MalinenAdd Xcode project file for building wpa_supplicant
2009-11-01 Andriy TkachukWPS: SelectedRegistrar expiration for internal PIN...
2009-11-01 Jouni MalinenWPS: Abort ongoing PBC protocol run if session overlap...
2009-11-01 Oleg KravtsovWPS: Add PBC overlap and timeout events from WPS module
2009-11-01 Jouni MalinenWPS: Use Config Error 12 to indicate PBC overlap in M2D
2009-10-22 Jouni MalinenFix dbus build without EAP
2009-10-17 Jouni MalinenMove shared MD5/SHA-1 internal definitions into header...
2009-10-17 Jouni MalinenMove shared DES definitions into a header file
2009-10-17 Jouni MalinenMove PKCS# {1,5,8} functionality into separate files
2009-10-17 Jouni MalinenTLS: Replace set_key helpers to return key instead...
2009-10-17 Jouni MalinenAdd support for PKCS #5 encrypted PKCS #8 keys with...
2009-10-17 Jouni MalinenAdd DES-CBC support into internal crypto implementation
2009-10-16 Jouni MalinenInternal TLS: Add support for unencrypred PKCS#8 privat...
2009-10-16 Jouni MalinenAdd AP mode WPA status into ctrl_iface
2009-10-16 Jouni MalinenAdd ctrl_iface events for AP mode STA connect/disconnect
2009-10-16 Jouni Malinenopenssl: Allow build with OpenSSL 0.9.7
2009-10-16 Jouni Malinenopenssl: Mark openssl_digest_vector() static
2009-10-12 Masashi HonmaDragonFly BSD: Fix driver_bsd.c build
2009-10-12 Jouni Malinennl80211: Work around mac80211 limitation on (re)auth...
2009-10-11 Jouni MalinenFix EAP-AKA server build without EAP-SIM
2009-10-11 Jouni MalinenClean up crypto makefile segments
2009-10-11 Jouni MalinenAllow the internal DH implementation to be overridden
2009-10-11 Jouni MalinenInclude only the used DH groups in the build
2009-10-01 Jouni Malinennl80211: Add parsing of NL80211_BSS_SEEN_MS_AGO into...
2009-10-01 Jouni Malinennl80211: Recognize NL80211_CMD_TRIGGER_SCAN events
2009-09-30 Jouni MalinenNSS: Implement TLS PRF using new TLS extractor interface
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()
next