summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-08-23Convert to fully non-recursive build systemMarcel Holtmann2-65/+17
2009-08-23Add support for cloning IP configurationsMarcel Holtmann4-57/+187
2009-08-22Make use of $(AM_V_at) for silent commandsMarcel Holtmann1-2/+2
2009-08-16Use $(AM_V_GEN) for custom rulesMarcel Holtmann1-6/+6
2009-08-14Only add IP configurations with callbacks to the listMarcel Holtmann1-18/+20
2009-08-14Fix wrong service state handling on timeoutsMarcel Holtmann1-21/+2
2009-08-12Add function for printing warningsMarcel Holtmann1-0/+18
2009-08-11Grant D-Bus access to user 'system'Jackie Wu1-0/+3
2009-08-11Add callbacks for IP bound and release eventsMarcel Holtmann2-1/+55
2009-08-11Use global IP address structure for transactionMarcel Holtmann1-5/+4
2009-08-11Add cleaner handling of IP address detailsMarcel Holtmann1-61/+182
2009-08-10Add support for variable task argument setupMarcel Holtmann1-13/+39
2009-08-10Use ignore method for unconfigured IP devicesMarcel Holtmann2-5/+5
2009-08-10Add more detailed tracking of IP devicesMarcel Holtmann5-278/+453
2009-08-09Add skeletons for IP operation callbacksMarcel Holtmann1-0/+40
2009-08-09Add support for decoding Ethernet addresses coming from RTNLMarcel Holtmann1-14/+28
2009-08-08Add support for storing default gateway informationMarcel Holtmann4-7/+30
2009-08-08Optimize the RTNL routing table parsingMarcel Holtmann1-42/+14
2009-08-08Fix potential invalid pointer dereferenceMarcel Holtmann1-0/+2
2009-08-08Fix typo in routing information outputMarcel Holtmann1-1/+1
2009-08-08Fix issue with gateway notification for non default routesMarcel Holtmann1-6/+12
2009-08-08Add support for tracking route table changes via RTNLMarcel Holtmann3-124/+209
2009-08-08Attach IP addresses to configurationMarcel Holtmann1-0/+63
2009-08-08Fix some coding style in RTNL message handlingMarcel Holtmann1-9/+3
2009-08-08Integrate RTNL deeper into IP configuration trackingMarcel Holtmann4-41/+66
2009-08-08Fix issues with hashing of RTNL interfaces and their flagsMarcel Holtmann2-9/+42
2009-08-08Request current routing information after address detailsMarcel Holtmann1-0/+1
2009-08-08Track IP configuration based on RTNL interface listMarcel Holtmann4-13/+78
2009-08-08Create IP configuration based on the interface indexMarcel Holtmann2-13/+8
2009-08-07Add initial steps for IPv4 monitoring via RTNLMarcel Holtmann6-38/+236
2009-08-07Add fully flexible task handling frameworkMarcel Holtmann1-4/+264
2009-08-07Add first steps of generic task frameworkMarcel Holtmann3-0/+119
2009-08-07Add support for changing the AutoConnect value of servicesMarcel Holtmann1-0/+53
2009-08-07Report AutoConnect as false if not a favorite serviceMarcel Holtmann1-1/+5
2009-08-07Only allow service resorting when they are in the same stateMarcel Holtmann1-0/+6
2009-08-07Add support for AutoConnect property of servicesMarcel Holtmann1-0/+22
2009-08-05Fix missing service type orderingMarcel Holtmann1-0/+14
2009-08-05Add support for grouping Bluetooth networks into a serviceMarcel Holtmann1-3/+3
2009-08-05Add network to service type conversion for BluetoothMarcel Holtmann1-5/+6
2009-08-04Add skeleton for task handling frameworkMarcel Holtmann3-1/+29
2009-08-04Add skeleton for provider framework implementationMarcel Holtmann3-2/+30
2009-08-04Add support for creating, modifying and removing profilesMarcel Holtmann8-182/+663
2009-08-03Fix broken check for security modesMartin Xu1-3/+3
2009-07-29Fix error handling in case when passphrase is requiredMarcel Holtmann3-0/+32
2009-07-29Add support for PassphraseRequired propertyMarcel Holtmann1-4/+94
2009-07-29Add missing check for WiFi security modesMarcel Holtmann1-0/+6
2009-07-25Fix missing update of signal strength from scan resultsMarcel Holtmann4-3/+38
2009-07-24Fix wrong variable reference when sending technology repliesMarcel Holtmann1-1/+1
2009-07-24Fix wrong D-Bus error namesMarcel Holtmann1-7/+4
2009-07-24Add timeout for technology enable and disable operationMarcel Holtmann1-0/+25