summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/services/eip/vpnlaunchers.py
AgeCommit message (Collapse)Author
2013-09-30Replace launcher with new implementation.Ivan Alejandro
2013-09-27Refactor to be consistent with other launchers.Ivan Alejandro
This is done in order to make them similar and them merge as much as code as possible.
2013-09-18Move STANDALONE flag to a module and unify paths queries.Ivan Alejandro
2013-09-05Fix invocation of the helper polkit-agent launcher.Kali Kaneko
Otherwise, we are dumped into a nasty console.
2013-09-04Merge remote-tracking branch 'kali/bug/fix-polkit-aut' into developTomás Touceda
2013-09-04Properly daemonize the call to polkit gnome authentication agent.Kali Kaneko
Closes: #3554
2013-09-02Use configured gateway in all platforms.Ivan Alejandro
Also use python 2.6 compatible str.format.
2013-09-01Fix arguments passed to get_selected_gateway()Kali Kaneko
Closes: #3658
2013-08-30Start the vpn with the user configured gateway.Ivan Alejandro
2013-08-23fix up script in linuxKali Kaneko
2013-08-16Move a little bit down the setenv flag in linux.Kali Kaneko
Otherwise it is not taken as an argument for openvpn.
2013-08-15Add LEAPOPENVPN=1 command line env var to the vpnlauncherTomás Touceda
2013-08-12fix imports to use new namespaceKali Kaneko
2013-08-12move everything into bitmask namespaceKali Kaneko