summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2009-12-19Rename D-Bus helper for basic dictionary typesMarcel Holtmann1-10/+10
2009-12-19Rename D-Bus helper for basic property typesMarcel Holtmann2-4/+4
2009-12-19Add helpers for appending flexible D-Bus arraysMarcel Holtmann1-2/+2
2009-12-19Make use of D-Bus dictionary helpersMarcel Holtmann1-10/+4
2009-12-18Fix signal strength calculation when quality is not providedMarcel Holtmann1-1/+1
2009-12-18Add more debug output for WiFi qualityMarcel Holtmann1-0/+15
2009-12-18Allow potential roaming between WPA and WPA2 networksMarcel Holtmann1-4/+7
2009-12-17Add static IP support for oFono interactionMartin Xu1-7/+144
2009-12-15Fix DNS packet length calculationMarcel Holtmann1-1/+1
2009-12-14Fix supplicant connection issue when specifying PSK securityMarcel Holtmann1-1/+2
2009-12-14Extract authentication modes (PSK and IEEE 802.1x) for IEMarcel Holtmann1-3/+83
2009-12-14Add plugin for Moblin specific featuresMarcel Holtmann1-0/+39
2009-12-14Add plugin for using Google Public DNS serviceMarcel Holtmann1-0/+48
2009-12-14Handle cases when provided DNS server has no interfaceMarcel Holtmann1-5/+8
2009-12-14Add some logging for DNS proxy changes within the server listMarcel Holtmann1-3/+16
2009-12-14Add workaround for EDNS0 queries that exceed the buffer sizeMarcel Holtmann1-3/+27
2009-12-14Handle additional DNS records when sending alternate requestMarcel Holtmann1-6/+10
2009-12-09Fix issue with TUN name assignment for VPNMarcel Holtmann1-1/+1
2009-12-09Add service types for system and VPN connectionsMarcel Holtmann1-0/+2
2009-12-09Add OpenConnect provider plugin for AnyConnect VPN supportMohamed Abbas1-0/+425
2009-12-09Add an option to allow processes spawn with pipesMohamed Abbas1-1/+2
2009-12-07Switch dhclient handling to task infrastructureMarcel Holtmann1-272/+134
2009-12-07Add support for setting hostname and domainname from DHCPMarcel Holtmann1-0/+41
2009-12-07Parse interface MTU values from DHCP resultsMarcel Holtmann1-0/+2
2009-12-07Add parsing of Domainname, Hostname and Timeserver resultsMarcel Holtmann1-0/+4
2009-12-07Switch to g_strcmp0 instead of g_ascii_strcasecmpMarcel Holtmann1-5/+5
2009-12-07Use DHCP driver for dhclient implementationMarcel Holtmann1-75/+44
2009-12-07Remove failed attempt to integrate with ModemManagerMarcel Holtmann1-115/+0
2009-12-06Remove unfinished and unneeded PPP supportMarcel Holtmann1-61/+0
2009-11-30Use simpler wpa_supplicant state trackingSam Leffler1-19/+3
2009-11-30Set path string for Bluetooth devicesMartin Xu1-0/+1
2009-11-29Remove outdated modem helper libraryMarcel Holtmann3-496/+1
2009-11-29Use network details also for Ethernet devicesMarcel Holtmann1-29/+82
2009-11-28Disable DNS proxying when all services are disabledMarcel Holtmann1-14/+17
2009-11-28Follow changes to the default service and use its DNS serversMarcel Holtmann1-0/+27
2009-11-28Disable DNS proxy handling when in offline modeMarcel Holtmann1-3/+44
2009-11-26Remove empty plugins for Novatel and Huawei modemsMarcel Holtmann2-166/+0
2009-11-26Don't show passphrases in debug messagesMarcel Holtmann1-2/+1
2009-11-26Add checks for invalid supplicant state transitionsMarcel Holtmann1-3/+35
2009-11-26Trigger background scan after successful connectionMarcel Holtmann1-0/+3
2009-11-24Fix issue with potentially unused GPRS context typeMarcel Holtmann1-1/+1
2009-11-24Add first version of oFono GPRS supportMartin Xu1-8/+1254
2009-10-27Try to use SSID to connect AP when availableMartin Xu1-4/+4
2009-10-20Check data->network reference at MBM network cleanupMartin Xu1-0/+3
2009-10-20Set data->network as NULL when removing MBM networksMartin Xu1-0/+6
2009-10-10Fix broken libiWmxSDK callback parameter handlingInaky Perez-Gonzalez1-1/+8
2009-10-10Dynamically allocate wmxsdk device descriptorsInaky Perez-Gonzalez1-4/+14
2009-10-10Fix more WiMAX SDK API compat breakage from 1.4 to 1.5Inaky Perez-Gonzalez2-28/+47
2009-10-10Add work around Intel WiMAX SDK API breakageInaky Perez-Gonzalez2-3/+18
2009-10-09Fix handling when losing network access in MBM pluginMartin Xu1-11/+64