Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-29 | fix non-existing logged_user | Kali Kaneko | |
caused by a bad rebase. | |||
2014-05-29 | refactor eip start/stop control to conductor | Kali Kaneko | |
and cleanup a little bit of the signal mess. | |||
2014-05-21 | do not tear fw down during restarts | Kali Kaneko | |
2014-05-21 | Improve wait and quit process. | Ivan Alejandro | |
Refactor logic from backend to the vpnprocess. | |||
2014-05-21 | Merge remote-tracking branch 'chiiph/bug/add_openvpn_bin_path_osx' into develop | Ivan Alejandro | |
2014-05-20 | backward compat for psutil p.cmdline. Closes: #5689 | Kali Kaneko | |
2014-05-19 | Add OPENVPN_BIN_PATH for OSX | Tomás Touceda | |
2014-05-15 | avoid openvp soft-restart. Closes: #5669 | Kali Kaneko | |
2014-05-15 | allow osx and win to continue with updown scripts for the time being | Kali Kaneko | |
2014-05-15 | remove up-restart option. Related: #5669 | Kali Kaneko | |
2014-05-15 | remove commented block, fix typo | Kali Kaneko | |
2014-05-12 | change paths for installing the latest helpers | Kali Kaneko | |
2014-05-12 | introduce delay on shutdown after resolvconf was daemonized | Kali Kaneko | |
2014-05-12 | tear down fw on quit-action too | Kali Kaneko | |
2014-05-12 | hardcode openvpn binary for bundle | Kali Kaneko | |
2014-05-12 | only switch the fw down if user asked for eip down | Kali Kaneko | |
2014-05-12 | tear the firewall down when openvpn is finished | Kali Kaneko | |
2014-05-12 | use bitmask-root with pkexec | Kali Kaneko | |
2014-05-12 | pass gateways to firewall up | Kali Kaneko | |
2014-05-12 | use bitmask-root to bring up the firewall | Kali Kaneko | |
2014-05-12 | add elijah's root-wrapper in python | Kali Kaneko | |
2014-04-25 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/ivan/bug/5563_download-upload-backward' into develop | |||
2014-04-23 | Swap upload/download data strings. Closes #5563. | Ivan Alejandro | |
2014-04-16 | Let OpenVPN handle ping-restarts | Tomás Touceda | |
2014-04-15 | Use less confusing signal names. | Ivan Alejandro | |
Renames: eip_download_config -> eip_config_ready eip_download_client_certificate -> eip_client_certificate_ready | |||
2014-04-15 | Handle trying to kill a non running process. | Ivan Alejandro | |
2014-04-15 | Move 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-15 | Move openvpn_verb to config.flags | Ivan Alejandro | |
2014-04-14 | Refactor EIPBootstrapper to the backend | Tomás Touceda | |
2014-04-07 | Add support for Mate's polkit agent. | Ivan Alejandro | |
2014-03-13 | Support latest psutil version. | Ivan Alejandro | |
2013-12-19 | Use Bitmask icon for admin permission dialog in OSX | Tomás Touceda | |
2013-11-28 | Add --nobind as VPN parameter | Tomás Touceda | |
2013-11-26 | do not compare to True as per pep8 recommendations | Kali Kaneko | |
2013-11-25 | Avoids 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-21 | Disable 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-29 | Merge remote-tracking branch 'ivan/bug/4189_fix-non-ascii-path-problem' into ↵ | Tomás Touceda | |
develop | |||
2013-10-29 | Handle encoding problems in the vpn connection. | Ivan Alejandro | |
2013-10-28 | Mail State Machine refactor. Closes: #4059 | Kali Kaneko | |
2013-10-15 | Fix pep8 violations. | Ivan Alejandro | |
2013-10-14 | Default UP/DOWN_SCRIPTs to None and add them only if not None | Tomás Touceda | |
2013-10-11 | updated strings to 0.3.4 release | Kali Kaneko | |
2013-10-08 | openvpn observer | Kali Kaneko | |
reacts to tls-restart, ping-restart and network unreachable. | |||
2013-10-07 | Add support for running lxde polkit agent. | Ivan Alejandro | |
2013-10-03 | Disable EIP on/off button and action when login required. | Kali Kaneko | |
Also adds an explicit should_autostart flag in config. | |||
2013-10-02 | Fix some more tests | Tomás Touceda | |
2013-10-02 | Fix failing tests/code | Tomás Touceda | |
2013-10-01 | Merge remote-tracking branch 'ivan/feature/update-failing-tests' into develop | Tomás Touceda | |
2013-09-30 | Merge remote-tracking branch 'kali/feature/soledad_boostrap_error_handling' ↵ | Tomás Touceda | |
into develop | |||
2013-09-30 | remove unused import | Kali Kaneko | |