Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-01 | Add more verbose error handling | Kali Kaneko | |
To help diagnose this problem. I think we might prefer to leave this on hold until we merge the new gnupg module. | |||
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 | make socket errors during initialization recoverable | Kali Kaneko | |
2013-09-30 | refactor to use generic download_service_config | Kali Kaneko | |
2013-09-30 | remove unused import | Kali Kaneko | |
2013-09-30 | Improve error handling during soledad boostrapping in the client. | Kali Kaneko | |
The aim is to have better logs for debugging the different problems behind issues like #3619 and #3867. As I'm finding a good quantity of SSL handshake timeouts, I'm also adding a litte retry subroutine to the load_and_sync. Also, initialization and sync calls are separeted to be able to correlate logs with server-side soledad. | |||
2013-09-30 | Merge remote-tracking branch 'kali/bug/connection_aborted' into develop | Tomás Touceda | |
2013-09-30 | add connection_aborted signal to state machine | Kali Kaneko | |
2013-09-30 | Merge remote-tracking branch 'ivan/feature/refactor-vpnlaunchers' into develop | Tomás Touceda | |
2013-09-30 | Replace launcher with new implementation. | Ivan Alejandro | |
2013-09-30 | Split vpnaunchers by platform, refactor some code. | Ivan Alejandro | |
2013-09-30 | Make 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-27 | Refactor 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-24 | Update 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. | |||
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-20 | move out vpn management utility | Kali Kaneko | |
2013-09-18 | Move STANDALONE flag to a module and unify paths queries. | Ivan Alejandro | |
2013-09-18 | download cert for SMTP if EIP did not do it. | Kali Kaneko | |
includes refactor of common code for download of certificates and config files. | |||
2013-09-05 | Fix invocation of the helper polkit-agent launcher. | Kali Kaneko | |
Otherwise, we are dumped into a nasty console. | |||
2013-09-04 | Merge remote-tracking branch 'kali/bug/fail_soledad_when_socketerr' into develop | Tomás Touceda | |
2013-09-04 | Merge remote-tracking branch 'kali/bug/fix-polkit-aut' into develop | Tomás Touceda | |
2013-09-04 | Properly daemonize the call to polkit gnome authentication agent. | Kali Kaneko | |
Closes: #3554 | |||
2013-09-03 | Merge remote-tracking branch ↵ | Kali Kaneko | |
'ivan-github/bug/3657_display-correct-service-name-in-wizard' into develop | |||
2013-09-02 | Display correct service name in wizard. | Ivan Alejandro | |
2013-09-02 | Fix local offset calculation. Closes #3595. | Ivan Alejandro | |
Python returns the timezone with the opposed sign to the standard notation. | |||
2013-09-02 | emit failed for all kinds of socket error | Kali Kaneko | |
2013-09-02 | Use configured gateway in all platforms. | Ivan Alejandro | |
Also use python 2.6 compatible str.format. | |||
2013-09-01 | Fix arguments passed to get_selected_gateway() | Kali Kaneko | |
Closes: #3658 | |||
2013-08-30 | Start the vpn with the user configured gateway. | Ivan Alejandro | |
2013-08-30 | Add method to return gateways with their names. | Ivan Alejandro | |
Also the test code in the bottom was updated to work. | |||
2013-08-28 | Refactor services display names out. Closes #3578. | Ivan Alejandro | |
2013-08-23 | fix up script in linux | Kali Kaneko | |
2013-08-22 | Merge remote-tracking branch 'kali/feature/3409_make_imap_poll_configurable' ↵ | Tomás Touceda | |
into develop | |||
2013-08-22 | Merge remote-tracking branch 'chiiph/bug/properly_logout' into develop | Kali Kaneko | |
2013-08-21 | Make mail fetch interval in imap service configurable | Kali Kaneko | |
using environment variable. Closes: #3409 | |||
2013-08-21 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'drebs/feature/3487-split-soledad-into-common-client-and-server' into develop | |||
2013-08-21 | Use DELETE /1/logout to properly logout | Tomás Touceda | |
2013-08-20 | Improve test coverage for VPNGatewaySelector. | Ivan Alejandro | |
2013-08-20 | Improve test coverage for ProviderBootstrapper. | Ivan Alejandro | |
2013-08-20 | Update failing test, pep8 fixes. | Ivan Alejandro | |
2013-08-19 | Update to new soledad package scheme. | drebs | |
2013-08-16 | Move a little bit down the setenv flag in linux. | Kali Kaneko | |
Otherwise it is not taken as an argument for openvpn. | |||
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-15 | Add LEAPOPENVPN=1 command line env var to the vpnlauncher | Tomás Touceda | |
2013-08-14 | Make POLL_TIME bigger in VPNManager | Tomás Touceda | |
2013-08-13 | retry soledad connections | Kali Kaneko | |
2013-08-13 | Update mocks for the new namespace. Closes #3445. | Ivan Alejandro | |
2013-08-12 | fix imports to use new namespace | Kali Kaneko | |