summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-30Bring Ethernet device up and down if neededMarcel Holtmann1-0/+91
2008-07-30Add static property for plain text SSID valueMarcel Holtmann1-0/+4
2008-07-30Ignore broken network identifiersMarcel Holtmann1-0/+6
2008-07-03Fix network identifier checkingMarcel Holtmann1-6/+25
2008-07-03Create element for every network in rangeMarcel Holtmann1-2/+74
2008-07-03Simplify the locking and remove some deadlocksMarcel Holtmann2-2/+4
2008-07-03Fully integrate the usage of resolver elementMarcel Holtmann3-1/+27
2008-07-03Update resolver plugin infrastructureMarcel Holtmann2-56/+25
2008-07-03Remove old 802.03 and 802.11 pluginsMarcel Holtmann2-261/+0
2008-07-03Rewrite supplicant support for new element infrastructureMarcel Holtmann4-394/+105
2008-07-03Only export external functions when building daemonMarcel Holtmann1-1/+2
2008-07-02Disable compilation of obsoleted codeMarcel Holtmann1-8/+0
2008-07-01Add support for detecting modem devicesMarcel Holtmann1-1/+11
2008-07-01First steps into wpa_supplicant integrationMarcel Holtmann1-1/+295
2008-06-30Use new signal callback function from libgdbusMarcel Holtmann1-15/+17
2008-06-30Don't unregister elements that are not validMarcel Holtmann1-3/+5
2008-06-30Fix removing elements from listMarcel Holtmann1-4/+9
2008-06-29Add first attempt for the property systemMarcel Holtmann3-40/+47
2008-06-28Add skeleton for WiFi interface pluginMarcel Holtmann2-1/+65
2008-06-28Disable setup of RTNL, interfaces and networksMarcel Holtmann1-2/+3
2008-06-28Add skeleton for IPv4 configuration pluginMarcel Holtmann2-5/+71
2008-06-28Update dhclient plugin with support for element infrastructureMarcel Holtmann2-107/+143