summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2013-04-26ethernet: Add tethering supportJukka Rissanen1-1/+101
2013-04-18session: Do not fail when creating default policy configurationDaniel Wagner1-12/+1
2013-04-18session: Change to "func_t" postfix to callback typedefDaniel Wagner1-3/+3
2013-04-18session_policy_local: Use callback helpersDaniel Wagner1-7/+9
2013-04-18session_policy_local: Load policy when a new file is addedDaniel Wagner1-0/+7
2013-04-18session_policy_local: Do not free policy on load errorDaniel Wagner1-2/+5
2013-04-18session_policy_local: Empty policy list indicated no match allDaniel Wagner1-8/+3
2013-04-18session_policy_local: Set default policy using common codeDaniel Wagner1-4/+2
2013-04-15wifi: improve fix to avoid device double release on disableGrant Erickson1-35/+11
2013-04-12wifi: avoid device double release on disableGrant Erickson1-2/+38
2013-04-08vpn: Host IP address was not freedJukka Rissanen1-0/+1
2013-04-08vpn: Free ip address before allocating a new oneJukka Rissanen1-0/+1
2013-04-03vpn: Update domain name when received from vpndJukka Rissanen1-0/+10
2013-04-03ofono: Add the CDMA network when the device is createdForest Bond1-2/+8
2013-04-03ofono: Add CDMA network when modem is registeredForest Bond1-11/+16
2013-03-27provider: Set nameservers if we receive them from vpndJukka Rissanen1-1/+8
2013-03-27wifi: terminate autoscan stop if autoscan is not activeGrant Erickson1-0/+5
2013-03-18neard: RequestOOB() method sends empty dictionaryTomasz Bursztyka1-4/+8
2013-03-08vpn: Make sure vpn connection really exists before removing itJukka Rissanen1-1/+6
2013-03-08vpn: Check whether we have already removed the providerJukka Rissanen1-0/+8
2013-03-08vpn: Add debug information when vpn state changesJukka Rissanen1-0/+2
2013-03-08vpn: Remove VPN provider from service list when destroying itJukka Rissanen1-1/+1
2013-03-08vpn: Clear the data pointer from provider when destroyingJukka Rissanen1-0/+2
2013-03-08vpn: Set immutable flag of the VPN serviceJukka Rissanen1-0/+1
2013-03-08vpn: Remember the immutable flag from vpndJukka Rissanen1-0/+3
2013-03-05wifi: Preliminary fix for autoscanning known hidden SSIDsTomasz Bursztyka1-16/+15
2013-02-27neard: Use a timeout instead of DBUS_TIMEOUT_USE_DEFAULT for compatibilityTomasz Bursztyka1-1/+3
2013-02-26dundee: Increase timeout to 60 secondsPatrik Flykt1-1/+1
2013-02-26bluetooth_legacy: Increase Bluez 4 plugin timeout to 60 secondsPatrik Flykt1-1/+1
2013-02-26neard: Add partial support for wifi provisionning via NFCTomasz Bursztyka1-16/+257
2013-02-26neard: Add neard plugin with tethering info sharing supportTomasz Bursztyka1-0/+381
2013-02-19vpn: Ignore VPN UserRoutes and ServerRoutes propertiesJukka Rissanen1-0/+4
2013-02-19config: Read only wifi configJukka Rissanen1-1/+1
2013-01-30dundee: Set network available is needed only when scanningPatrik Flykt1-2/+0
2013-01-30ofono: Set network available is needed only when scanningPatrik Flykt1-2/+0
2013-01-30ethernet: Set network available is needed only when scanningPatrik Flykt1-2/+0
2013-01-30bluetooth: Implement tethering for the Bluez 5 bluetooth pluginPatrik Flykt1-0/+117
2013-01-30bluetooth: Connect and disconnect a PAN NAP networkPatrik Flykt1-5/+137
2013-01-30bluetooth: Expose Bluez 5 org.bluez.Network1 objects as networksPatrik Flykt1-4/+133
2013-01-30bluetooth_legacy: Check network in probe functionPatrik Flykt1-4/+18
2013-01-30bluetooth: Keep track of Bluez 5 org.bluez.Network1 objectsPatrik Flykt1-0/+172
2013-01-30bluetooth: Expose Bluez 5 adapters as ConnMan devicesPatrik Flykt1-0/+308
2013-01-30bluetooth: Register technology driverPatrik Flykt1-1/+31
2013-01-30bluetooth: Add new bluetooth pluginPatrik Flykt1-0/+49
2013-01-30bluetooth: Rename bluetooth plugin to bluetooth_legacyPatrik Flykt1-6/+9
2013-01-30ofono: Use ordinary string instead of identPatrik Flykt1-1/+1
2013-01-30dundee: Use ordinary string instead of identPatrik Flykt1-1/+1
2013-01-04core: Remove WiMAX definitions from codePatrik Flykt1-1/+0
2013-01-04plugins: Remove WiMAX plugin filesPatrik Flykt3-1822/+0
2012-12-21session-policy-local: Check policy being non-NULL before usingPatrik Flykt1-1/+3