nmcompat: D-Bus configuration file
[framework/connectivity/connman.git] / plugins / supplicant.c
2011-01-10 Henri Braggesupplicant: Support EAP phase2 authentication methods
2011-01-07 Henri Braggesupplicant: Drop unnecessary quotes from phase2 value
2010-12-31 Jukka Rissanenmemoryleak: block was not freed
2010-12-31 Jukka Rissanenmemoryleak: SSID was not freed
2010-11-04 Marcel HoltmannRemove unneeded enum connman_network_protocol
2010-11-03 Samuel Ortizsupplicant: Check for network before removing it
2010-10-03 Marcel HoltmannAdd information if scan has been requested
2010-09-30 Samuel Ortizsupplicant: Do not reset passphrase when asociation...
2010-09-30 Samuel Ortizsupplicant: No need for actively remove network upon...
2010-09-30 Samuel OrtizSet WiFi task scanning flag when receiving a Scanning...
2010-09-30 Samuel OrtizImplement WiFi network driver remove hook
2010-09-29 Samuel OrtizReset WiFi passphrase if association or WPA handshake...
2010-09-22 Samuel OrtizSchedule delayed scan when being disconnected from...
2010-09-21 Lucio MacielCall remove_network() on unsolicited disconnect
2010-09-16 Fabien MarotteFix a crash when doing PEAP/TTLS authentication
2010-09-15 Fabien MarotteAdd messages in supplicant plugin
2010-08-17 Fabien MarotteAdd support for EAP-TTLS configuration
2010-07-09 David WoodhouseFix SEGV at first startup
2010-06-12 Marcel HoltmannFix invalid D-Bus path with finished scans without...
2010-06-11 Samuel OrtizEnable hidden blocks only when hidden SSIDs are around
2010-06-11 Samuel OrtizPrevent wpa_supplicant from automatically associating...
2010-06-04 Samuel OrtizActive scan hidden networks
2010-06-03 Marcel HoltmannAdd support for ASCII based WEP keys
2010-05-10 Martin XuCheck ssid_len before set WiFi.SSID of network
2010-04-16 Samuel OrtizRemove supplicant and device scanning state cleaning
2010-03-22 Samuel OrtizCheck for task->path when removing an interface or...
2010-02-11 Martin XuAdd static IP support
2010-02-02 Samuel OrtizRename mac80211 routines and fields to cfg80211
2010-01-08 Marcel HoltmannFix some WPA Enterprise privacy issues
2010-01-02 Marcel HoltmannUpdate copyright information
2010-01-01 Marcel HoltmannFix memory leaks caused by missing dbus_pending_call_un...
2009-12-31 Luiz Augusto Von... Port supplicant driver to use g_dbus_add_signal_watch
2009-12-30 Martin XuSet network method as CONNMAN_IPCONFIG_METHOD_DHCP
2009-12-29 Marcel HoltmannFix length checks for WPA and RSN IEs
2009-12-25 Marcel HoltmannFix broken error handling with D-Bus filter
2009-12-23 Samuel OrtizConvert the network EAP string to uppercase
2009-12-22 Samuel OrtizPass required IEEE 802.1x settings to wpa_supplicant
2009-12-19 Marcel HoltmannRename D-Bus helper for basic dictionary types
2009-12-19 Marcel HoltmannAdd helpers for appending flexible D-Bus arrays
2009-12-19 Marcel HoltmannMake use of D-Bus dictionary helpers
2009-12-19 Marcel HoltmannFix signal strength calculation when quality is not...
2009-12-19 Marcel HoltmannAdd more debug output for WiFi quality
2009-12-19 Marcel HoltmannAllow potential roaming between WPA and WPA2 networks
2009-12-15 Marcel HoltmannFix supplicant connection issue when specifying PSK...
2009-12-14 Marcel HoltmannExtract authentication modes (PSK and IEEE 802.1x)...
2009-11-30 Sam LefflerUse simpler wpa_supplicant state tracking
2009-11-26 Marcel HoltmannDon't show passphrases in debug messages
2009-11-26 Marcel HoltmannAdd checks for invalid supplicant state transitions
2009-11-26 Marcel HoltmannTrigger background scan after successful connection
2009-10-26 Martin XuTry to use SSID to connect AP when available
2009-09-22 Martin XuCleanup scanning when the scanning is halted
2009-09-14 Marcel HoltmannFix issue with powered down device on connection attempt
2009-09-14 Marcel HoltmannFix issue with missing scanning after power up
2009-09-05 Marcel HoltmannAdd quirks for non-mac80211 compliant drivers
2009-09-05 Marcel HoltmannMake use of the supplicant disconnect method
2009-08-13 Marcel HoltmannRemove unused variable
2009-08-13 Martin XuClear SSID when network restore back to hidden
2009-08-10 Marcel HoltmannAdd tracking of scanning state to supplicant driver
2009-08-07 Marcel HoltmannFix changed handling of service connect watches
2009-07-24 Marcel HoltmannFix missing reset of network reference when disconnecting
2009-07-23 Marcel HoltmannFix potential pending result reply messages after removal
2009-07-23 Marcel HoltmannRemove wrongly committed double function call
2009-07-23 Marcel HoltmannFix potential pending scan reply messages after removal
2009-07-21 Marcel HoltmannFix D-Bus message reference leak when adding interface...
2009-07-21 Marcel HoltmannHandle the async notification of scan requests
2009-07-21 Marcel HoltmannDon't remove the network structure during inactive...
2009-07-21 Marcel HoltmannFix the problems with scan result from unknown triggers
2009-07-19 Marcel HoltmannEnsure that all supplicant and Bluetooth D-Bus calls...
2009-07-18 Marcel HoltmannRevert supplicant change to always set scanning false...
2009-07-18 Marcel HoltmannIf supplicant is already disconnecting return EALREADY...
2009-07-17 Marcel HoltmannRemove WiFi interface from supplicant when powering...
2009-07-17 Marcel HoltmannUpdate the network address when connected
2009-07-17 Marcel HoltmannDisable the get_bssid() function for now
2009-07-17 Martin XuRemove the BSSID retrieval for hidden networks
2009-07-17 Marcel HoltmannEnsure that supplicant disconnects from the network
2009-07-16 Marcel HoltmannReset the scanning flag to indicate the end of a scan...
2009-07-16 Marcel HoltmannFix broken async return value for supplicant disconnect
2009-07-16 Marcel HoltmannFix issue with supplicant and async state notifications
2009-07-16 Martin XuFix stalled configuration issue with supplicant
2009-07-16 Marcel HoltmannRemove wrongly committed connection patch for supplicant
2009-07-16 Marcel HoltmannFix handling of strict-aliasing rules
2009-07-14 Martin XuDo not set group name when network is hidden
2009-07-14 Marcel HoltmannIf SSID starts with 0x00 value, then ignore it
2009-07-14 Marcel HoltmannIf the SSID is not provided then declare it as hidden...
2009-07-14 Marcel HoltmannFix potential invalid memory access of group name
2009-07-14 Marcel HoltmannFix memory leak with group name construction
2009-07-13 Marcel HoltmannFix some broken indentation
2009-07-12 Marcel HoltmannUse interface index to resolve interface name
2009-07-11 Marcel HoltmannMinor code cleanups for supplicant handling
2009-07-11 Samuel OrtizAdd support for storing SSID details of hidden services
2009-07-11 Samuel OrtizUse the scan_ssid supplicant attribute for all connections
2009-07-11 Samuel OrtizSet hidden network group name at time of association
2009-07-10 Martin XuFix disconnect race condition issue in WiFi supplicant
2009-07-10 Martin XuAdd task_connect() function to WiFi supplicant
2009-07-09 Marcel HoltmannSimplify the SIOCGIWRANGE handling a little bit
2009-07-09 Samuel OrtizSet WiFi signal strength based on the reported ranges
2009-07-03 Marcel HoltmannFix to replace unprintable characters with a white...
2009-07-03 Samuel OrtizFix handling of WEP shared key
2009-07-02 Samuel OrtizUse only printable characters for network name
2009-06-02 Marcel HoltmannAdd default Motorola SSID to the mix
next