Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-15 | workaround for not-yet-valid certs | kali | |
skipping valid_from ts on cert | |||
2012-12-12 | changed some values in new style eipconfig | kali | |
2012-12-12 | parse new service format | kali | |
2012-12-12 | cleanup lingering temporal files | kali | |
2012-12-12 | tests for firstrun/wizard | kali | |
2012-12-12 | tests for openvpn options | kali | |
and make the rest of tests pass after some changes in this branch (dirtyness in config files) | |||
2012-12-10 | get cipher config from eip-service | kali | |
2012-12-10 | cleanup and rewrite eipconnection/openvpnconnection classes | kali | |
2012-12-07 | only remove management socket when shutting down | kali | |
Closes #1090 | |||
2012-11-28 | call shutdown signal from sigint_handler | kali | |
2012-11-19 | fix delete temporal files | kali | |
2012-11-14 | delete temp folder for management socket after client shutdown | kali | |
Close #742 | |||
2012-11-14 | make tests pass + pep8 | kali | |
They were breaking mainly because I did not bother to have a pass over them to change the PROVIDER settings from the branding case. All good now, although much testing is yet needed and some refactor could be used. long live green tests! | |||
2012-11-13 | fix missing provider parameter in leapconfig objects chain | kali | |
2012-11-13 | remove sample service | kali | |
Ip for example.org | |||
2012-11-12 | catch error when management interface is missing during shutdown | kali | |
2012-11-12 | fix cert fetching over https | kali | |
2012-11-08 | more careful error catching during registration. | kali | |
added a twisted server that fakes some of the provider interaction. | |||
2012-10-26 | fix systray context menu. | kali | |
Closes #761 | |||
2012-10-26 | user credentials saved on login/signup branches. | kali | |
cert request is using magick decorator that retrieves the certificates using srp. | |||
2012-10-24 | fix checks that were getting default provider domain var still | kali | |
2012-10-24 | sign up branch ends by triggering eip connection | kali | |
still need to bind signals properly, and block on the validation process until we receive the "connected" signal. but the basic flow is working again, i.e, user should be able to remove the .config/leap folder and get all the needed info from the provider. | |||
2012-10-20 | add bypass for already trusted fingerprints | kali | |
2012-10-20 | connecting page | kali | |
and changes to functions having to do with the default path to certs. | |||
2012-10-19 | add bug number in log for #638 cases (domain name mismatch) | kali | |
2012-10-19 | ca cert fingerprint check + api cert verification | kali | |
2012-10-19 | download ca cert from provider | kali | |
2012-10-19 | logic for cert validation widgets in wizard | kali | |
2012-10-19 | openvpn commands cleanup | kali | |
2012-10-18 | catch cert verification errors and ask user for trust | kali | |
with a little helper function using gnutls | |||
2012-10-15 | attempts to stop exisiting instances of openvpn when discovered at start up. | antialias | |
2012-10-12 | stopping openvpn via management interface. | antialias | |
2012-10-11 | add signal to end of eip checks | kali | |
this fixes random error on leap initialization | |||
2012-10-10 | fix geometry saving for debug/regular mode. | kali | |
Closes #732 | |||
2012-10-10 | fix failing test on test_eipconnection | kali | |
Closes #738 | |||
2012-10-08 | add leap-status to main window in non-debug mode | kali | |
not very DRY but just to have it ready for rc cut. | |||
2012-10-08 | Merge branch 'feature/network_check' into develop | kali | |
Conflicts: src/leap/baseapp/mainwindow.py src/leap/eip/tests/test_checks.py | |||
2012-10-08 | popup dialog error when network error happens | kali | |
we are shutting down for now. we should be acting upon failures in the near future. lowered the recurrent checks interval to 10 seconds. | |||
2012-10-08 | Merge branch 'feature/firstrun-wizard' into develop | kali | |
2012-10-06 | fix cert needed evaluation | kali | |
2012-10-06 | Merge branch 'feature/detect_vpn' into develop | kali | |
2012-10-06 | Merge branch 'feature/detect_vpn' of ssh://leap.se/leap_client into ↵ | kali | |
feature/detect_vpn | |||
2012-10-05 | added tests. | antialias | |
2012-10-05 | Merge branch 'feature/detect_vpn' into develop | kali | |
2012-10-05 | typo | kali | |
2012-10-05 | todo comments | kali | |
2012-10-05 | fix cert needed evaluation | kali | |
2012-10-01 | Now throws a CriticalError when an pre-exisiting openvpn istance is found. | antialias | |
2012-10-02 | Merge branch 'feature/json-validation' into develop | kali | |
Conflicts: src/leap/eip/config.py src/leap/eip/specs.py | |||
2012-10-02 | refactored jsonconfig, included jsonschema validation | kali | |
and type casting. |