summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2010-11-03supplicant: Check for network before removing itSamuel Ortiz1-0/+3
2010-11-03openvpn: Add OpenVPN supportDaniel Wagner1-0/+239
2010-11-02gsupplicant: Fix deadlock when disassociate while associatingMohamed Abbas1-0/+2
2010-10-27Add the openconnect plugin to the distcheck ruleSamuel Ortiz1-1/+1
2010-10-22Split openconnect into generic vpn and openconnect partDaniel Wagner3-314/+478
2010-10-22wifi: Search for networks based on their identifierLeena Gunda1-3/+2
2010-10-18Update pacrunner plugin to take care of all proxy methodsTomasz Bursztyka1-16/+63
2010-10-03Add information if scan has been requestedMarcel Holtmann1-0/+2
2010-10-02Add support for handling DHCP timerserver values from DHCPMarcel Holtmann1-0/+4
2010-09-30supplicant: Do not reset passphrase when asociation failsSamuel Ortiz1-7/+0
2010-09-30supplicant: No need for actively remove network upon disconnectionSamuel Ortiz1-15/+0
2010-09-30Set WiFi task scanning flag when receiving a Scanning eventSamuel Ortiz1-0/+3
2010-09-30Implement WiFi network driver remove hookSamuel Ortiz3-0/+23
2010-09-29Reset WiFi passphrase if association or WPA handshake failsSamuel Ortiz1-0/+7
2010-09-28Set device scanning state to false from the scan callbackSamuel Ortiz1-6/+1
2010-09-28wifi: use const pointer for a ssid bufferKalle Valo1-2/+2
2010-09-28wifi: remove unneeded castsKalle Valo1-6/+6
2010-09-28Set the network associating state to false when disconnectingSamuel Ortiz1-0/+2
2010-09-27wifi: use connman options to get the wpasupplicant driverKalle Valo1-1/+3
2010-09-27Check device before call connman_device_set_string at ofono pluginMartin Xu1-3/+3
2010-09-24Add support for domain name concatenation on TCP DNS requestsSamuel Ortiz1-7/+19
2010-09-24Define protocol_offset() for DNS transport layer offsetSamuel Ortiz1-26/+20
2010-09-24Do not access the DNS request buffer if it's NULLSamuel Ortiz1-1/+5
2010-09-24Close TCP DNS connections once the reply is forwardedSamuel Ortiz1-4/+6
2010-09-24Stop polling the nameserver TCP socket once we're done with itSamuel Ortiz1-2/+10
2010-09-24Send an error response when the DNS request times outSamuel Ortiz1-37/+63
2010-09-24Add a protocol field to the DNS request structureSamuel Ortiz1-2/+5
2010-09-24Send SERVFAIL when nameservers are not listening on TCP port 53Samuel Ortiz1-23/+63
2010-09-24Fix DNS TCP buffer parsing copy paste errorSamuel Ortiz1-1/+1
2010-09-24Remove the DNS TCP listener watch when the socket is closedSamuel Ortiz1-1/+5
2010-09-24Factorize dnsproxy listener creation codeSamuel Ortiz1-66/+38
2010-09-24Initial DNS over TCP implementation for dnsproxySamuel Ortiz1-213/+604
2010-09-22Fix bug to remove vpn services when turning offline mode onMohamed Abbas1-2/+3
2010-09-22Schedule delayed scan when being disconnected from an APSamuel Ortiz1-1/+14
2010-09-22Add method, domainname and nameserver to proxy configurationMarcel Holtmann1-42/+46
2010-09-21Call remove_network() on unsolicited disconnectLucio Maciel1-1/+3
2010-09-21Add interface string to proxy configurationMarcel Holtmann1-21/+35
2010-09-20Bump wifi_legacy plugin's prioritySamuel Ortiz1-1/+1
2010-09-20Improve GSupplicant debugSamuel Ortiz1-1/+1
2010-09-20Remove last ConnMan dependency for GSupplicantSamuel Ortiz1-0/+6
2010-09-20WPA-EAP support for GSupplicantSamuel Ortiz1-8/+39
2010-09-20WEP and WPA-PSK support for GSupplicantSamuel Ortiz1-0/+2
2010-09-20Prioritize wifi pluginsSamuel Ortiz2-0/+4
2010-09-20Move current wifi plugin to legacySamuel Ortiz2-50/+672
2010-09-20Add support for PAC runner configuration updatesMarcel Holtmann1-0/+211
2010-09-19Ignore Bluetooth adapter if its address is 00:00:00:00:00:00Martin Xu1-0/+3
2010-09-19Add skeleton for PAC runner supportMarcel Holtmann1-0/+39
2010-09-16Fix a crash when doing PEAP/TTLS authenticationFabien Marotte1-0/+6
2010-09-15Add messages in supplicant pluginFabien Marotte1-16/+51
2010-09-10Remove leftover definesMarcel Holtmann1-3/+0