summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2011-11-29wifi: Set device powered from the interface create callbackSamuel Ortiz1-0/+12
2011-11-29ofono: Do not call set_connected() from the activation replyYu A Wang1-4/+2
2011-11-28wifi: The remove interface callback used stale pointer.Jukka Rissanen1-2/+4
2011-11-28wifi: Add debugging in order to find memory problems.Jukka Rissanen1-1/+1
2011-11-18ofono: Don't set network index when device is removedYu A Wang1-8/+0
2011-11-18plugins: Don't attempt to save strings with value NULLPatrik Flykt5-9/+24
2011-11-15l2tp: Config save support addedJukka Rissanen1-0/+18
2011-11-15pptp: Config save support addedJukka Rissanen1-0/+18
2011-11-15pptp: Do not put password in command line optionsJukka Rissanen1-1/+0
2011-11-15pptp: Return authentication errors properlyJukka Rissanen1-0/+3
2011-11-15l2tp: Check authentication error properlyJukka Rissanen1-3/+3
2011-11-15l2tp: Add l2tp vpn supportMohamed Abbas1-0/+509
2011-11-15pptp: Add pptp vpn supportMohamed Abbas1-0/+313
2011-11-15task: Allow vpn plugins to send replyMohamed Abbas1-3/+5
2011-11-15vpn: Add null checksJukka Rissanen1-2/+16
2011-11-15vpn: Add support to allow ppp tunnellingMohamed Abbas2-32/+94
2011-11-10bluetooth: Cleanup if technology driver register failsDaniel Wagner1-1/+1
2011-11-10plugins: Use gcc atomics instead glib's onesDaniel Wagner2-12/+22
2011-11-07vpnc: Save support for vpncPatrik Flykt1-0/+18
2011-11-07openvpn: Save support for openvpnPatrik Flykt1-0/+18
2011-11-07openconnect: Save support for openconnect VPNPatrik Flykt1-0/+26
2011-11-07vpn: Extend vpn driver struct with save supportPatrik Flykt2-0/+16
2011-11-07wifi: Only consider identifiers starting with 'wifi_'Patrik Flykt1-0/+3
2011-11-07wifi: Handle erroneous disconnection after 4way-handshakeTomasz Bursztyka1-0/+35
2011-10-26plugins: Fix compilation in MeeGoJukka Rissanen2-0/+2
2011-10-25plugins: Add SOCK_CLOEXEC to socket()Daniel Wagner2-2/+2
2011-10-25plugins: Add O_CLOEXEC to open()Daniel Wagner2-4/+4
2011-10-05ofono: Create the cellular network only when attached to the PS networkPhilippe Nunes1-2/+10
2011-09-13wifi: Add SSIDs and frequencies to wpa_supplicant scan for fast scanMohamed Abbas1-4/+195
2011-09-13wifi: Add support to multi scan typeMohamed Abbas1-2/+19
2011-09-13service: Add frequency support to serviceMohamed Abbas1-0/+3
2011-09-12ofono: Remove 3G network after disabled 3G modemYu A Wang1-30/+33
2011-09-12location: Deleted location support and portal pluginTomasz Bursztyka1-239/+0
2011-09-12wifi: Device reference counting fix on scanPatrik Flykt1-0/+4
2011-09-12wifi: Add NULL checks in interface create and removePatrik Flykt1-5/+6
2011-09-12wifi: Implement network_changed gsupplicant hookSamuel Ortiz1-0/+29
2011-09-12vpn: Set authentication failure error code properly in providerJukka Rissanen2-0/+6
2011-08-30nmcompat: Update with new NetworkManager connection statesMarcel Holtmann1-108/+49
2011-08-24wifi: Remove unused codeJukka Rissanen1-14/+0
2011-08-17loopback: Remove dead codeSamuel Ortiz1-101/+0
2011-08-09ofono: Improve coding styleGuillaume Zajac1-4/+2
2011-08-04wifi: network_remove: Clear network pointer in wifiDaniel Wagner1-0/+12
2011-08-04ofono: Destroy network_hash when disconnectingYu A Wang1-5/+8
2011-08-04ofono: Duplicate network path valueYu A Wang1-2/+2
2011-07-29wifi: Use agent provided credentials as a fallbackHenri Bragge1-4/+18
2011-07-28ofono: Network name is empty when operator is not availableBertrand Aygon1-0/+2
2011-07-26ofono: Fix network owner shipDaniel Wagner1-9/+42
2011-07-26wifi: Fix network owner shipDaniel Wagner1-12/+27
2011-07-26bluetooth: Fix remove device/networkDaniel Wagner1-0/+35
2011-07-26bluetooth: Unref network objectsDaniel Wagner1-3/+15