Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-06 | fix uncatched error with missing polkit. Closes: #5955 | kali | |
2014-08-01 | Add cancel button for EIP connection. | kali | |
Closes: #4035 This falls in the "quick" workaround category. A proper state machine that extends the four basic connection states is hence needed. We have to accomodate design to have a connection-oriented state machine in the backend (I would favor a twisted protocol for this), and a more lightweight one that conducts the gui-level changes (ie, change the actions / buttons / labels accordingly). Since this "cancel" functionality has been long postponed, I chose to do one more ugly hack here, that is, show and hide dance with a button that just calls the bitmask-root to kill the vpn process. It should work well enough until we get to the reorganization needed for a clean process control for eip. | |||
2014-07-16 | Code style fixes. | Ivan Alejandro | |
2014-07-15 | Support EIP in OSX | Tomás Touceda | |
2014-07-14 | Lowercase signals names. | Ivan Alejandro | |
2014-06-12 | Install missing stuff into /usr/local/sbin. Closes: #$741 | Kali Kaneko | |
2014-06-04 | add restore clearnet button. Closes: #5726 | Kali Kaneko | |
2014-05-30 | Do nothing if the vpnprocess is not started. | Ivan Alejandro | |
We were trying to access the `is_restart` attribute that causes a failure if the vpnprocess is not instantiated. | |||
2014-05-29 | display restart error after SIGTERM[soft,tls-error] | Kali Kaneko | |
- fix tls-error: is SIGTERM now - connect to connection-died signal - display error to user | |||
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-20 | backward compat for psutil p.cmdline. Closes: #5689 | Kali Kaneko | |
2014-05-15 | avoid openvp soft-restart. Closes: #5669 | Kali Kaneko | |
2014-05-15 | remove commented block, fix typo | Kali Kaneko | |
2014-05-12 | tear down fw on quit-action too | 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-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 | 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-03-13 | Support latest psutil version. | Ivan Alejandro | |
2013-10-29 | Handle encoding problems in the vpn connection. | Ivan Alejandro | |
2013-10-15 | Fix pep8 violations. | Ivan Alejandro | |
2013-10-08 | openvpn observer | Kali Kaneko | |
reacts to tls-restart, ping-restart and network unreachable. | |||
2013-09-30 | Replace launcher with new implementation. | Ivan Alejandro | |
2013-09-20 | State Machine Builder and eip connection machine | Kali Kaneko | |
This implements an abstract definition of a LEAP state machine, and refactors eip connections to use it. | |||
2013-09-18 | Move STANDALONE flag to a module and unify paths queries. | Ivan Alejandro | |
2013-08-15 | Add an explicit comment about why we are using different poll_times | Tomás Touceda | |
2013-08-15 | Detect a running instance of EIP by checking for LEAPOPENVPN var | Tomás Touceda | |
2013-08-14 | Make POLL_TIME bigger in VPNManager | Tomás Touceda | |
2013-08-12 | fix imports to use new namespace | Kali Kaneko | |
2013-08-12 | move everything into bitmask namespace | Kali Kaneko | |