summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-09-17Fix copy and paste mistake from previous commitMarcel Holtmann1-1/+2
2009-09-17Add support for cellular username and password settingsMarcel Holtmann1-1/+68
2009-09-17Add MCC and MNC values to service propertiesMarcel Holtmann1-1/+20
2009-09-17Add attribute for cellular roaming indicationMarcel Holtmann1-0/+4
2009-09-17Add support for setting cellular APN detailsMarcel Holtmann1-14/+104
2009-09-17Fix issue with missing service ready state notificationMarcel Holtmann1-3/+3
2009-09-14Add inet helper to retrieve current flagsMarcel Holtmann1-0/+30
2009-09-14Add support for monitoring operation state from pluginsMarcel Holtmann1-1/+63
2009-09-14Add support for tracking the operation stateMarcel Holtmann1-11/+64
2009-09-14Add support for multiple connection attemptsMarcel Holtmann1-2/+20
2009-09-13Add extra message for RFKILL block/unblock state changesMarcel Holtmann1-0/+2
2009-09-13Add message when udev based RFKILL processing is enabledMarcel Holtmann1-0/+2
2009-09-13Fix issue with udev versus /dev/rfkill event processingMarcel Holtmann3-1/+17
2009-09-13Fix issue with missing scanning after disconnectMarcel Holtmann1-0/+13
2009-09-13Fix issue with not triggering auto-connect in some casesMarcel Holtmann1-4/+18
2009-09-13Move hidden counter variable to be globalMarcel Holtmann1-1/+2
2009-09-13Fix issue with switching between hidden WiFi networksMartin Xu1-1/+2
2009-09-05Add helper to check if it is a mac80211 interfaceMarcel Holtmann1-0/+30
2009-09-05Use extra phy80211 directory check in case WEXT got disabledMarcel Holtmann1-0/+5
2009-09-06Set powered_pending to TRUE during setup to fix race with RFKILLMarcel Holtmann1-2/+4
2009-08-31Ignore loopback devices from IP configurationMarcel Holtmann1-0/+3
2009-08-30Detect missing storage entries for AutoConnect settingMarcel Holtmann1-2/+7
2009-08-29Add basic hookup of passphrase agent callbackMarcel Holtmann3-7/+53
2009-08-29Fix profile cleanup race conditionMarcel Holtmann1-7/+5
2009-08-29Add support for handling errors from agent registrationMarcel Holtmann4-19/+20
2009-08-29Remove all the useless D-Bus connection passingMarcel Holtmann6-25/+32
2009-08-25Ignore bonding Ethernet interfacesMarcel Holtmann1-1/+7
2009-08-24Disable IP configuration callbacks for nowMarcel Holtmann1-0/+1
2009-08-23Use an umask fo 077 to protect profile storageMarcel Holtmann1-0/+3
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