summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2010-01-01Update copyright informationMarcel Holtmann24-24/+24
2009-12-31Fix memory leaks caused by missing dbus_pending_call_unref()Marcel Holtmann3-43/+49
2009-12-31Port supplicant driver to use g_dbus_add_signal_watchLuiz Augusto Von Dentz1-28/+19
2009-12-31Port ofono driver to use g_dbus_add_signal_watchLuiz Augusto Von Dentz1-67/+68
2009-12-31Port udhcp driver to use g_dbus_add_signal_watchLuiz Augusto Von Dentz1-11/+13
2009-12-31Port bluetooth driver to use g_dbus_add_signal_watchLuiz Augusto Von Dentz1-62/+59
2009-12-30Fix compilation errorMarcel Holtmann1-1/+1
2009-12-30Set network method as CONNMAN_IPCONFIG_METHOD_DHCPMartin Xu6-0/+12
2009-12-29Fix length checks for WPA and RSN IEsMarcel Holtmann1-2/+2
2009-12-25Fix broken error handling with D-Bus filterMarcel Holtmann1-1/+2
2009-12-24Use failed as label name instead of errorMarcel Holtmann1-4/+4
2009-12-24Set Ethernet connected after assigning the network groupMarcel Holtmann1-1/+2
2009-12-23Convert the network EAP string to uppercaseSamuel Ortiz1-1/+8
2009-12-22Pass required IEEE 802.1x settings to wpa_supplicantSamuel Ortiz1-1/+176
2009-12-20Add IP configured method for fixed addressesMarcel Holtmann1-2/+3
2009-12-20Remove unused code snippetMarcel Holtmann1-18/+0
2009-12-20Rename IP configuration methods to match specificationMarcel Holtmann1-3/+3
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