[OpenVPN][PATCH] --remote: split port and protocol into separate arguments (bug 712720)

2013-11-19 Thread TJ
Please pull from: git://iam.tj/network-manager-openvpn.git gnome712720 This patch is based on my branch "gnome712710" fixing the --remote separator issue. When the remote gateway is specified as IP PORT [PROTO] the entire string would be passed as a single argument on the openvpn command-lin

[OpenVPN] [PATCH] Do not treat space as separator for multiple remote gateway entries (bug 712710)

2013-11-19 Thread TJ
Please pull from: git://iam.tj/network-manager-openvpn.git gnome712710 There is a bug in the parsing of multiple remote gateway specifications. The tooltip says: po/id.po:402:msgid "Remote host name or IP address. You can specify multiple items for redundancy (use commas to separate the entri

[PATCH] wifi: do not disconnect on suspend if WoWLAN is enabled

2013-11-19 Thread Stanislaw Gruszka
If user configure device to enable WoWLAN (Wake over Wireless LAN) we should not disconnect before suspend as device will not be able to receive wake up magic-packet (or other triggers of WoWLAN event). Is still better disconnect before suspend without WoWLAN configured, because mac80211 layer hav