summaryrefslogtreecommitdiff
path: root/src/leap/eip
AgeCommit message (Collapse)Author
2013-01-25fix test when missing system updown scriptkali
2013-01-24check cert time_boundaries uses pyOpenSSLkali
I had missed this one while deprecating gnutls
2013-01-24all tests green againkali
plus: * added soledad test requirements * removed soledad from run_tests run (+1K tests failing) * added option to run All tests to run_tests script * pep8 cleanup
2013-01-24catch missing messages on last page of wizardkali
2013-01-23working up/down resolv-conf scriptkali
2013-01-17osx fixed already running instance checkkali
2013-01-17(osx) detect which interface is traffic going thrukali
2013-01-17pass cacert bundle only in frozen appskali
2013-01-16handle loss of tun ifacekali
trigger only one dialog and disconnect. additional cleanup of log handling.
2013-01-15reads and searches for strings from openvpn logs via the management interface.antialias
2013-01-11fix for missing cacert bundlekali
frozen app cannot find requests cacert bundle. added to Resources to get us going.
2013-01-11all calls except the first one are made to api urikali
we also parse the port number
2013-01-10renamed connection pagekali
2013-01-09more missed strings to be translatedkali
plus initial <de> translation.
2013-01-09add resolvconf optionkali
2013-01-09fix from_loginkali
2013-01-08Working OSX installer workflow.kali
Using platypus for installer. Working installer at 17.6MB compressed.
2013-01-08doc polishingkali
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