summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-12-05Show Networks property only for wireless devicesMarcel Holtmann1-0/+4
2008-12-05Disable generic device driver for nowMarcel Holtmann1-3/+6
2008-12-05Support selected listing and counting of elementsMarcel Holtmann3-18/+41
2008-12-05Add generic failure replyMarcel Holtmann3-6/+15
2008-12-05Don't store the enable status of an elementMarcel Holtmann1-2/+2
2008-12-05Load policy configuration from storageMarcel Holtmann3-3/+24
2008-12-05Store the policy settingMarcel Holtmann3-3/+9
2008-12-05Don't store fake or network device elementsMarcel Holtmann1-0/+4
2008-12-05Do policy based enabling/disabling of devicesMarcel Holtmann1-0/+34
2008-12-05Add deny policy to D-Bus access configurationMarcel Holtmann1-0/+4
2008-12-05Fix cleanup and unregistration proceduresMarcel Holtmann2-25/+9
2008-12-05Send signal for changed device and connection listsMarcel Holtmann1-2/+2
2008-12-04Add proper IPv4 attributesMarcel Holtmann1-6/+14
2008-12-04Disable element signals for nowMarcel Holtmann2-0/+18
2008-12-04Disable element D-Bus API for nowMarcel Holtmann1-46/+52
2008-12-03Add method for starting scan via the device interfaceMarcel Holtmann1-0/+1
2008-12-03Add network methods for connect and disconnectMarcel Holtmann1-0/+2
2008-12-03Allow setting of Powered propertyMarcel Holtmann1-70/+108
2008-12-03Add support for static byte and integer propertiesMarcel Holtmann1-9/+26
2008-12-03Add byte and signed integer typesMarcel Holtmann1-0/+9
2008-12-02Make property setting a little bit more genericMarcel Holtmann1-24/+71
2008-12-02Remove usage of GStaticMutex since it causes compiler problemsMarcel Holtmann3-63/+69
2008-11-26Add type constant for service elementsMarcel Holtmann1-0/+2
2008-11-24Add skeleton for udev supportMarcel Holtmann2-5/+38
2008-11-24Add policy setting and export itMarcel Holtmann1-0/+30
2008-11-24Limit Device interface to real devices onlyMarcel Holtmann1-2/+4
2008-11-24Remove thread pool for element registrationMarcel Holtmann1-130/+107
2008-11-24Make threading support optionalMarcel Holtmann2-2/+6
2008-11-23Fix broken global state change signalsMarcel Holtmann1-1/+1
2008-11-23Remove old storage functionsMarcel Holtmann1-304/+0
2008-11-23Add basic signals for changes of manager propertiesMarcel Holtmann1-2/+129
2008-11-23Add Networks property to device elementsMarcel Holtmann1-0/+28
2008-11-23Fix value of global state propertyMarcel Holtmann3-3/+45
2008-11-23Provide connection element and its interfaceMarcel Holtmann2-3/+48
2008-11-23Provide detailed device and network propertiesMarcel Holtmann1-34/+103
2008-11-23Add Network interface to network elementsMarcel Holtmann1-3/+18
2008-11-23Show empty passphrase property if security value is presentMarcel Holtmann1-3/+9
2008-11-23Add Device interface to device elementsMarcel Holtmann1-1/+26
2008-11-23Add support for WiFi Security and Passphrase propertiesMarcel Holtmann2-2/+108
2008-11-23Remove unused variableMarcel Holtmann1-1/+1
2008-11-19Add global state propertyMarcel Holtmann1-9/+31
2008-11-19Use properties for profiles, devices and connectionsMarcel Holtmann1-29/+59
2008-11-19Store element properties in key filesMarcel Holtmann1-66/+62
2008-11-19Add support for resolver modulesMarcel Holtmann3-2/+71
2008-10-18Simplify plugin descriptor checkingMarcel Holtmann1-5/+3
2008-10-18Fix memory leak when plugin init failsMarcel Holtmann1-1/+3
2008-10-18Handle plugin init errorsMarcel Holtmann1-2/+3
2008-10-17Fix disconnect callback declarationMarcel Holtmann1-1/+1
2008-10-17Fix agent disconnect callback declarationMarcel Holtmann1-1/+1
2008-10-17Make use of generic D-Bus helpersMarcel Holtmann1-86/+16