summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/services
AgeCommit message (Collapse)Author
2013-10-29Encode paths before use them.Ivan Alejandro
2013-10-28Mail State Machine refactor. Closes: #4059Kali Kaneko
2013-10-15Fix pep8 violations.Ivan Alejandro
2013-10-14Use .exe extension on windowsTomás Touceda
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-10Merge remote-tracking branch 'kali/bug/catch-u1db-httperror' into developTomás Touceda
2013-10-09catch u1db errorsKali 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-03Merge remote-tracking branch 'kali/bug/fix-eip-switch-on' into developTomás Touceda
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-03Only pick one gnupg bin path which is not a symlinkTomás Touceda
2013-10-02Merge remote-tracking branch 'chiiph/feature/use_token' into developIvan Alejandro
2013-10-02Use token header also for authenticated requestsTomás Touceda
2013-10-02Fix some more testsTomás Touceda
2013-10-02Fix failing tests/codeTomás Touceda
2013-10-01Add more verbose error handlingKali 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-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-30make socket errors during initialization recoverableKali Kaneko
2013-09-30refactor to use generic download_service_configKali Kaneko
2013-09-30remove unused importKali Kaneko
2013-09-30Improve 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-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.
2013-09-20State Machine Builder and eip connection machineKali Kaneko
This implements an abstract definition of a LEAP state machine, and refactors eip connections to use it.
2013-09-20move out vpn management utilityKali Kaneko
2013-09-18Move STANDALONE flag to a module and unify paths queries.Ivan Alejandro
2013-09-18download 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-05Fix invocation of the helper polkit-agent launcher.Kali Kaneko
Otherwise, we are dumped into a nasty console.
2013-09-04Merge remote-tracking branch 'kali/bug/fail_soledad_when_socketerr' into developTomás Touceda
2013-09-04Merge remote-tracking branch 'kali/bug/fix-polkit-aut' into developTomás Touceda
2013-09-04Properly daemonize the call to polkit gnome authentication agent.Kali Kaneko
Closes: #3554
2013-09-03Merge remote-tracking branch ↵Kali Kaneko
'ivan-github/bug/3657_display-correct-service-name-in-wizard' into develop
2013-09-02Display correct service name in wizard.Ivan Alejandro
2013-09-02Fix local offset calculation. Closes #3595.Ivan Alejandro
Python returns the timezone with the opposed sign to the standard notation.
2013-09-02emit failed for all kinds of socket errorKali Kaneko
2013-09-02Use configured gateway in all platforms.Ivan Alejandro
Also use python 2.6 compatible str.format.
2013-09-01Fix arguments passed to get_selected_gateway()Kali Kaneko
Closes: #3658
2013-08-30Start the vpn with the user configured gateway.Ivan Alejandro
2013-08-30Add method to return gateways with their names.Ivan Alejandro
Also the test code in the bottom was updated to work.
2013-08-28Refactor services display names out. Closes #3578.Ivan Alejandro
2013-08-23fix up script in linuxKali Kaneko