summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/services/eip/vpnlauncher.py
AgeCommit message (Collapse)Author
2016-04-18[feature] privileged bitmask helperKali Kaneko
This is still quite untested, and a bit hacky, but the main idea behind let us have a daemonized bitmask helper, that should be installed by the Bitmask installer. Its responsibilities are to launch the vpn process as a privileged user, and start/stop the firewall.
2015-06-22[feat] replace old log handler with new oneIvan Alejandro
Replace logging.getLogger with custom get_logger. Remove some unneeded dependencies and reorder other.
2015-03-30[bug] use ports specified in eip-service.jsonIvan Alejandro
Replace the hardcoded port '1194' for the port specified in eip-service.json. Choose the best port to use according which one is enabled in the eip-service.json file Resolves: #6541
2014-07-16Code style fixes.Ivan Alejandro
2014-07-14Use specific settings for backend.Ivan Alejandro
This way we get rid of Qt on the backend side. The use of QSettings in the backend was breaking the app on OSX.
2014-07-14Ask the backend for the country code.Ivan Alejandro
Remove global variable in favor of a helper method that returns the country code. Needed in order to split backend/frontend.
2014-06-13do reinstall binaries if their hash is not the expectedKali Kaneko
Closes: #5759 For this to work, the bundle needs to call:: ``python setup.py hash_binaries`` during the bundling process, so that the right hash gets updated in the bitmask/_binaries.py file.
2014-06-12Install missing stuff into /usr/local/sbin. Closes: #$741Kali Kaneko
2014-06-06add icons for the vpn exit nodesKali Kaneko
2014-05-15allow osx and win to continue with updown scripts for the time beingKali Kaneko
2014-05-15remove up-restart option. Related: #5669Kali Kaneko
2014-05-12introduce delay on shutdown after resolvconf was daemonizedKali Kaneko
2014-05-12hardcode openvpn binary for bundleKali Kaneko
2014-05-12only switch the fw down if user asked for eip downKali Kaneko
2014-05-12use bitmask-root with pkexecKali Kaneko
2014-05-12pass gateways to firewall upKali Kaneko
2014-05-12add elijah's root-wrapper in pythonKali Kaneko
2013-11-28Add --nobind as VPN parameterTomás Touceda
2013-10-29Handle encoding problems in the vpn connection.Ivan Alejandro
2013-10-14Default UP/DOWN_SCRIPTs to None and add them only if not NoneTomás Touceda
2013-10-11updated strings to 0.3.4 releaseKali Kaneko
2013-10-08openvpn observerKali Kaneko
reacts to tls-restart, ping-restart and network unreachable.
2013-09-30Split vpnaunchers by platform, refactor some code.Ivan Alejandro