summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/services/eip/darwinvpnlauncher.py
AgeCommit message (Collapse)Author
2016-04-18[style] autopep8Kali Kaneko
2016-04-18[refactor] cleanup helper usage to adapt to new oneKali Kaneko
also cleanups build process
2016-04-18[refactor] cleanup helper usage to adapt to new oneKali Kaneko
also cleanups build process
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.
2014-07-15Support EIP in OSXTomás Touceda
2014-05-19Add OPENVPN_BIN_PATH for OSXTomás Touceda
2013-12-19Use Bitmask icon for admin permission dialog in OSXTomás Touceda
2013-10-29Handle encoding problems in the vpn connection.Ivan Alejandro
2013-09-30Split vpnaunchers by platform, refactor some code.Ivan Alejandro