summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/services/eip
AgeCommit message (Collapse)Author
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-15remove commented block, fix typoKali Kaneko
2014-05-12change paths for installing the latest helpersKali Kaneko
2014-05-12introduce delay on shutdown after resolvconf was daemonizedKali Kaneko
2014-05-12tear down fw on quit-action tooKali 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-12tear the firewall down when openvpn is finishedKali Kaneko
2014-05-12use bitmask-root with pkexecKali Kaneko
2014-05-12pass gateways to firewall upKali Kaneko
2014-05-12use bitmask-root to bring up the firewallKali Kaneko
2014-05-12add elijah's root-wrapper in pythonKali Kaneko
2014-04-25Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/bug/5563_download-upload-backward' into develop
2014-04-23Swap upload/download data strings. Closes #5563.Ivan Alejandro
2014-04-16Let OpenVPN handle ping-restartsTomás Touceda
2014-04-15Use less confusing signal names.Ivan Alejandro
Renames: eip_download_config -> eip_config_ready eip_download_client_certificate -> eip_client_certificate_ready
2014-04-15Handle trying to kill a non running process.Ivan Alejandro
2014-04-15Move EIP to the backend.Ivan Alejandro
- Add backend eip management - Connect gui with new eip signals - remove old unused code - remove Qt dependency from backend services. - use Signaler to emit status/state changes from openvpn
2014-04-15Move openvpn_verb to config.flagsIvan Alejandro
2014-04-14Refactor EIPBootstrapper to the backendTomás Touceda
2014-04-07Add support for Mate's polkit agent.Ivan Alejandro
2014-03-13Support latest psutil version.Ivan Alejandro
2013-12-19Use Bitmask icon for admin permission dialog in OSXTomás Touceda
2013-11-28Add --nobind as VPN parameterTomás Touceda
2013-11-26do not compare to True as per pep8 recommendationsKali Kaneko
2013-11-25Avoids the checking for an "updated" policy file for debian package.Kali Kaneko
In the case of the debian package, we already take care to put the file in place, so this check is not needed.
2013-11-21Disable eip-config for uninitialized providers.Ivan Alejandro
- Show the user which provider has not been initialized and disable its usage. - Add support for absolute path in get_eipconfig_path. - Replace hadr-coded paths with get_eipconfig_path.
2013-10-29Merge remote-tracking branch 'ivan/bug/4189_fix-non-ascii-path-problem' into ↵Tomás Touceda
develop
2013-10-29Handle encoding problems in the vpn connection.Ivan Alejandro
2013-10-28Mail State Machine refactor. Closes: #4059Kali Kaneko
2013-10-15Fix pep8 violations.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-10-07Add support for running lxde polkit agent.Ivan Alejandro
2013-10-03Disable EIP on/off button and action when login required.Kali Kaneko
Also adds an explicit should_autostart flag in config.
2013-10-02Fix some more testsTomás Touceda
2013-10-02Fix failing tests/codeTomás Touceda
2013-10-01Merge remote-tracking branch 'ivan/feature/update-failing-tests' into developTomás Touceda
2013-09-30Merge remote-tracking branch 'kali/feature/soledad_boostrap_error_handling' ↵Tomás Touceda
into develop
2013-09-30remove unused importKali Kaneko
2013-09-30Merge remote-tracking branch 'kali/bug/connection_aborted' into developTomás Touceda
2013-09-30add connection_aborted signal to state machineKali Kaneko
2013-09-30Merge remote-tracking branch 'ivan/feature/refactor-vpnlaunchers' into developTomás Touceda
2013-09-30Replace launcher with new implementation.Ivan Alejandro
2013-09-30Split vpnaunchers by platform, refactor some code.Ivan Alejandro
2013-09-30Make providerboostrapper take the verify path from our ca-bundle.Kali Kaneko
Also, move module to a more logical placement, since provier boostrapping is not dependent on eip service.
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-24Update path comparison for certs.Ivan Alejandro
We need to check if the path *after* the prefix is correct, assuming that the prefix methods works fine.