summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2012-06-28wifi: Add wifi pointer NULL checksPatrik Flykt1-3/+24
2012-06-25wifi: Check we have valid wifi pointer in autoscanJukka Rissanen1-0/+3
2012-06-18wifi: Use common scan callback handlingPatrik Flykt1-2/+1
2012-06-18wifi: Do a hidden WiFi network scan also for user scansPatrik Flykt1-3/+3
2012-06-18wifi: Use scan_callback() instead of hidden_scan_callback()Patrik Flykt1-36/+26
2012-06-18wifi: Reset autoscan timer on a new scanPatrik Flykt1-8/+14
2012-06-18wifi: Don't print an error when the wifi interface has been removedPatrik Flykt1-1/+1
2012-06-18wifi: Stop scanning when disabling wifiPatrik Flykt1-6/+8
2012-06-18service: Connecting hidden network waits until connectedJukka Rissanen1-2/+8
2012-06-06dundee: Fix wrong castingDaniel Wagner1-2/+2
2012-06-04bluetooth: Check ownership of deviceDaniel Wagner1-1/+16
2012-06-04dundee: Check ownership of deviceDaniel Wagner1-1/+16
2012-06-04dundee: Set device active/inactiveDaniel Wagner1-2/+103
2012-06-04dundee: Update network connected statusDaniel Wagner1-0/+31
2012-06-04dundee: Register connman_network at coreDaniel Wagner1-0/+45
2012-06-04dundee: Monitor Device.PropertyChanged signalDaniel Wagner1-1/+70
2012-06-04dundee: Create connman deviceDaniel Wagner1-0/+64
2012-06-04dundee: Parse device properties in add_deviceDaniel Wagner1-0/+147
2012-06-04dundee: Get modems when startingDaniel Wagner1-0/+97
2012-06-04dundee: Monitor DeviceAdded/DeviceRemoved signalDaniel Wagner1-1/+97
2012-06-04dundee: Watch service on D-BusDaniel Wagner1-0/+46
2012-06-04dundee: Add emply pluginDaniel Wagner1-0/+141
2012-05-25wifi: Stop autoscan in the relevant place.Tomasz Bursztyka1-4/+4
2012-05-25wifi: Check device is not already scanning before a new scan.Tomasz Bursztyka1-0/+9
2012-05-25wifi: If scanning, unref the device when removing wifi driver.Tomasz Bursztyka1-0/+4
2012-05-25wifi: Scanning is set to false in case of effective autoscan stop.Tomasz Bursztyka1-0/+2
2012-05-18Do not set signature and reply in GDBus tablesHenrique Dante de Almeida1-3/+3
2012-05-18Convert GDBus methods and signals to use macro helpersHenrique Dante de Almeida1-3/+7
2012-05-18Constify GDBus signal tablesHenrique Dante de Almeida1-1/+1
2012-05-18Constify GDBus method tablesHenrique Dante de Almeida1-1/+1
2012-05-09vpn: Fix null pointer dereferenceHenrique Dante de Almeida1-3/+5
2012-05-09vpn: Fix null pointer dereferenceHenrique Dante de Almeida1-2/+5
2012-05-09ofono: Fix uninitialized variableHenrique Dante de Almeida1-1/+1
2012-05-09ofono: Fix uninitialized valueHenrique Dante de Almeida1-3/+1
2012-05-09wifi: Fix NULL ssid being passed to memcmpHenrique Dante de Almeida1-1/+1
2012-05-09oFono: Initialize prefix_lengthDaniel Wagner1-1/+1
2012-05-08ofono: Check for CM attached before registering networkDaniel Wagner1-1/+4
2012-05-08wifi: Set disconnecting flag to a relevant value when disconnectedTomasz Bursztyka1-0/+1
2012-05-04wifi: Automatically scan hidden wifi servicesJukka Rissanen1-1/+114
2012-05-04wifi: Refactor codeJukka Rissanen1-69/+69
2012-05-04wifi: Allow max number of scan entriesJukka Rissanen1-10/+49
2012-05-04vpnc: Save only a subset of vpnc optionsPatrik Flykt1-17/+26
2012-05-04loopback: Check hostname/domainname validityJukka Rissanen1-4/+19
2012-05-02wifi: Plugin internal variable was not staticJukka Rissanen1-1/+1
2012-04-29plugins: Update copyright informationMarcel Holtmann18-18/+18
2012-04-29nmcompat: Use more detailed state informationMarcel Holtmann1-24/+81
2012-04-29nmcompat: Fix error messageMarcel Holtmann1-1/+1
2012-04-27openvpn: Fix --comp-lzo parameter handlingAdrien Bustany1-14/+16
2012-04-26wifi: Set connected to false before associating when disconnectedTomasz Bursztyka1-1/+1
2012-04-26wifi: Be connected when relevant, stay connected if roamingTomasz Bursztyka1-1/+31