summaryrefslogtreecommitdiff
path: root/src/leap/eip
AgeCommit message (Collapse)Author
2012-12-20fix broken testskali
2012-12-18catch gnutls error while validating pemfilekali
2012-12-18do not assume that we were the only ones launching openvpnkali
2012-12-18do not pass CA.crt to checks for httpskali
also skip temporary errors when previous openvpn process vanishes.
2012-12-18Fix parsing of timestamps in a locate independent waykali
Close #772
2012-12-15workaround for not-yet-valid certskali
skipping valid_from ts on cert
2012-12-12changed some values in new style eipconfigkali
2012-12-12parse new service formatkali
2012-12-12cleanup lingering temporal fileskali
2012-12-12tests for firstrun/wizardkali
2012-12-12tests for openvpn optionskali
and make the rest of tests pass after some changes in this branch (dirtyness in config files)
2012-12-10get cipher config from eip-servicekali
2012-12-10cleanup and rewrite eipconnection/openvpnconnection classeskali
2012-12-07only remove management socket when shutting downkali
Closes #1090
2012-11-28call shutdown signal from sigint_handlerkali
2012-11-19fix delete temporal fileskali
2012-11-14delete temp folder for management socket after client shutdownkali
Close #742
2012-11-14make tests pass + pep8kali
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-13fix missing provider parameter in leapconfig objects chainkali
2012-11-13remove sample servicekali
Ip for example.org
2012-11-12catch error when management interface is missing during shutdownkali
2012-11-12fix cert fetching over httpskali
2012-11-08more careful error catching during registration.kali
added a twisted server that fakes some of the provider interaction.
2012-10-26fix systray context menu.kali
Closes #761
2012-10-26user credentials saved on login/signup branches.kali
cert request is using magick decorator that retrieves the certificates using srp.
2012-10-24fix checks that were getting default provider domain var stillkali
2012-10-24sign up branch ends by triggering eip connectionkali
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-20add bypass for already trusted fingerprintskali
2012-10-20connecting pagekali
and changes to functions having to do with the default path to certs.
2012-10-19add bug number in log for #638 cases (domain name mismatch)kali
2012-10-19ca cert fingerprint check + api cert verificationkali
2012-10-19download ca cert from providerkali
2012-10-19logic for cert validation widgets in wizardkali
2012-10-19openvpn commands cleanupkali
2012-10-18catch cert verification errors and ask user for trustkali
with a little helper function using gnutls
2012-10-15attempts to stop exisiting instances of openvpn when discovered at start up.antialias
2012-10-12stopping openvpn via management interface.antialias
2012-10-11add signal to end of eip checkskali
this fixes random error on leap initialization
2012-10-10fix geometry saving for debug/regular mode.kali
Closes #732
2012-10-10fix failing test on test_eipconnectionkali
Closes #738
2012-10-08add leap-status to main window in non-debug modekali
not very DRY but just to have it ready for rc cut.
2012-10-08Merge branch 'feature/network_check' into developkali
Conflicts: src/leap/baseapp/mainwindow.py src/leap/eip/tests/test_checks.py
2012-10-08popup dialog error when network error happenskali
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-08Merge branch 'feature/firstrun-wizard' into developkali
2012-10-06fix cert needed evaluationkali
2012-10-06Merge branch 'feature/detect_vpn' into developkali
2012-10-06Merge branch 'feature/detect_vpn' of ssh://leap.se/leap_client into ↵kali
feature/detect_vpn
2012-10-05added tests.antialias
2012-10-05Merge branch 'feature/detect_vpn' into developkali
2012-10-05typokali