Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-24 | catch missing messages on last page of wizard | kali | |
2013-01-23 | working up/down resolv-conf script | kali | |
2013-01-17 | osx fixed already running instance check | kali | |
2013-01-17 | (osx) detect which interface is traffic going thru | kali | |
2013-01-17 | pass cacert bundle only in frozen apps | kali | |
2013-01-16 | handle loss of tun iface | kali | |
trigger only one dialog and disconnect. additional cleanup of log handling. | |||
2013-01-15 | reads and searches for strings from openvpn logs via the management interface. | antialias | |
2013-01-11 | fix for missing cacert bundle | kali | |
frozen app cannot find requests cacert bundle. added to Resources to get us going. | |||
2013-01-11 | all calls except the first one are made to api uri | kali | |
we also parse the port number | |||
2013-01-10 | renamed connection page | kali | |
2013-01-09 | more missed strings to be translated | kali | |
plus initial <de> translation. | |||
2013-01-09 | add resolvconf option | kali | |
2013-01-09 | fix from_login | kali | |
2013-01-08 | Working OSX installer workflow. | kali | |
Using platypus for installer. Working installer at 17.6MB compressed. | |||
2013-01-08 | doc polishing | kali | |
2012-12-20 | fix broken tests | kali | |
2012-12-18 | catch gnutls error while validating pemfile | kali | |
2012-12-18 | do not assume that we were the only ones launching openvpn | kali | |
2012-12-18 | do not pass CA.crt to checks for https | kali | |
also skip temporary errors when previous openvpn process vanishes. | |||
2012-12-18 | Fix parsing of timestamps in a locate independent way | kali | |
Close #772 | |||
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 |