summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2010-11-25ofono: Fix Modem properties parsingGustavo F. Padovan1-7/+4
2010-11-24Return to mainloop before starting DHCP procedureMarcel Holtmann1-1/+12
2010-11-23ofono: Set network group when adding the networkMohamed Abbas1-1/+3
2010-11-22gsupplicant: Set interface data to NULL upon driver removalLeena Gunda1-0/+2
2010-11-19openconnect: Fix connect-vpn and plugin indentationSamuel Ortiz1-1/+1
2010-11-19openconnect: Pass server certificate hash directly to openconnectDavid Woodhouse1-1/+7
2010-11-19dnsproxy: Remove TCP receive path potential busy waitsDavid Woodhouse1-29/+57
2010-11-16wifi-legacy: Set associating to FALSE when disconnectingSamuel Ortiz1-0/+2
2010-11-13dnsproxy: Handle POLLERR and POLLHUP on the nameserver UDP socketSamuel Ortiz1-3/+10
2010-11-13Use technology information when reporting Tethering statusMarcel Holtmann1-22/+24
2010-11-13Use a proper technology callback to report Tethering statusMarcel Holtmann1-3/+2
2010-11-13Don't take reference count based on if resultMarcel Holtmann1-3/+7
2010-11-12Fix for crash with new proxy lookup callbacksMohamed Abbas1-4/+9
2010-11-10tethering: Add async tethering_enabled callbackSamuel Ortiz1-2/+38
2010-11-10dnsproxy: Remove TCP connection lookup from create_server()Samuel Ortiz1-10/+0
2010-11-10dnsproxy: Handle TCP receive loop retriesSamuel Ortiz1-4/+15
2010-11-08bluetooth: Implement tethering hookSamuel Ortiz1-0/+112
2010-11-08technology: Add bridge name to the tethering hookSamuel Ortiz1-1/+1
2010-11-07Use GWeb for portal detection supportMarcel Holtmann1-370/+52
2010-11-06Use proxy framework for portal checkMarcel Holtmann1-37/+53
2010-11-04Fix fallout within pluginsMarcel Holtmann3-5/+0
2010-11-04Remove unneeded enum connman_network_protocolMarcel Holtmann5-13/+1
2010-11-04Remove unneeded enum connman_device_modeMarcel Holtmann2-4/+0
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