summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2008-10-17Add watch for monitoring wpa_supplicantMarcel Holtmann3-14/+35
2008-10-17Let the Bluetooth plugin listen on service changesMarcel Holtmann1-94/+30
2008-10-17Make use of generic D-Bus helpersMarcel Holtmann1-61/+9
2008-10-16Fix handling of WiFi SSID valuesMarcel Holtmann3-54/+127
2008-10-16Remove obsolete DHCP element handlingMarcel Holtmann1-20/+6
2008-10-16Assign supplicant filter only onceMarcel Holtmann3-34/+82
2008-10-15Compile with inet.c and inet.hMarcel Holtmann1-1/+1
2008-10-14Use more advanced device type detectionMarcel Holtmann1-11/+39
2008-10-14Add really simple RTNL device detection supportMarcel Holtmann1-1/+101
2008-10-14Add debug message to RTNL callbackMarcel Holtmann1-0/+2
2008-10-14Add skeleton for RTNL framework callbacksMarcel Holtmann1-1/+21
2008-10-14Use RTNL newlink callback for link changesMarcel Holtmann1-4/+6
2008-10-14Make use of the RTNL frameworkMarcel Holtmann1-140/+12
2008-10-12Make use of fake subtypeMarcel Holtmann1-1/+3
2008-10-11Change device removal handlingMarcel Holtmann1-4/+9
2008-10-07Add basic functionality to fake pluginMarcel Holtmann1-1/+85
2008-10-07Include fake plugin for testingMarcel Holtmann2-0/+43
2008-10-07Fail if address, netmask or gateway are not providedMarcel Holtmann1-0/+3
2008-09-26Add INET helpers to dhclient pluginMarcel Holtmann1-1/+1
2008-09-16Add support for detecting WiMAX devices properlyMarcel Holtmann1-1/+21
2008-09-16Let the Ethernet plugin create network devicesMarcel Holtmann1-19/+9
2008-09-16Add simple network device pluginMarcel Holtmann2-4/+88
2008-09-01Use INET helpers for setting the interface nameMarcel Holtmann2-12/+14
2008-09-01Fixup resolver plugins to use INET helpersMarcel Holtmann2-11/+22
2008-09-01Fixup breakage due to new property constantsMarcel Holtmann1-7/+6
2008-09-01Add INET helper functionsMarcel Holtmann3-2/+83
2008-09-01Use element->index and element->name variablesMarcel Holtmann1-6/+13
2008-09-01Fixup due to element API changesMarcel Holtmann3-31/+50
2008-08-13Include connman.policy even if PolicyKit is disabledMarcel Holtmann1-1/+1
2008-08-13Add authorization callback for privileges checkMarcel Holtmann1-8/+44
2008-08-13Add PolicyKit policy configuration fileMarcel Holtmann2-0/+26
2008-08-13Create PolicyKit context and register security callbacksMarcel Holtmann2-1/+90
2008-08-13Add copy of libgdbus helper for easier adoptionMarcel Holtmann1-2/+2
2008-08-13Add skeleton for PolicyKit pluginMarcel Holtmann2-8/+55
2008-08-13Make HAL requirement optional and check for PolicyKitMarcel Holtmann1-1/+5
2008-08-11Use Enabled property instead of ConnectedMarcel Holtmann1-3/+3
2008-08-11Rename connect/disconnect to enable/disable for better semanticsMarcel Holtmann1-4/+4
2008-08-10Fix wrong order of resolvconf argumentsMarcel Holtmann1-1/+1
2008-08-10Let the core handle the children unregister taskMarcel Holtmann1-39/+1
2008-08-10The core takes care of the lifetime for child elementsMarcel Holtmann1-24/+10
2008-08-10The core will remove children in reverse order automaticallyMarcel Holtmann3-29/+0
2008-08-09Plugin names should be all lower-caseMarcel Holtmann2-2/+2
2008-08-09Add skeleton for RTNL link detection pluginMarcel Holtmann2-1/+43
2008-08-09Write /etc/resolv.conf file directlyMarcel Holtmann1-6/+16
2008-08-09Check if resolvconf is actually installedMarcel Holtmann1-3/+10
2008-08-07Add resolver plugin for /etc/resolv.conf modificationsMarcel Holtmann3-3/+103
2008-08-07Add support for network scanning and selectionMarcel Holtmann1-5/+136
2008-07-30Use async D-Bus calls and support state change callbackMarcel Holtmann2-75/+76
2008-07-30Set IPv4 address and routing informationMarcel Holtmann1-0/+156
2008-07-30Execute resolvconf command and create Internet elementMarcel Holtmann1-4/+22