summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-19fix links to online docskali
2012-12-19added transifex config, updated some docskali
2012-12-19documentation update!kali
reSTructured (no pun intended) the sphinx docs, and trimmed README
2012-12-18catch gnutls error while validating pemfilekali
2012-12-18do not assume that we were the only ones launching openvpnkali
2012-12-18freeze requests requirement lower than 1.0kali
srp auth breaking with 1.0 api
2012-12-18added current_pagekali
2012-12-18back-compat fix for requests api changekali
2012-12-18relax srp requirement (breaks install)kali
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-17network checker launched by signalkali
fixes problem with provider domain not being defined during first run.
2012-12-17fix srp authentication cookieskali
2012-12-15Merge branch 'feature/eip-service-formatchange' into developkali
2012-12-15use gnutls to parse pemfileskali
2012-12-15workaround for not-yet-valid certskali
skipping valid_from ts on cert
2012-12-12progress to connection only if no errorskali
2012-12-12changed some values in new style eipconfigkali
2012-12-12parse new service formatkali
2012-12-12Merge branch 'feature/wizard-tests' into developkali
2012-12-12login testskali
2012-12-12register testskali
2012-12-12providerselect testskali
2012-12-12cleanup lingering temporal fileskali
2012-12-12tests for firstrun/wizardkali
2012-12-12completed tests for gui/progresskali
2012-12-12progress initial testskali
2012-12-12Merge branch 'feature/openvpn-ciphers' into developkali
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-11fetch only if not changed-since config file timestampkali
Changing this now to be able to test different providers by just updating our local config file.
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-12-07Merge branch 'feature/improve_coverage' into developkali
2012-12-07pep8kali
2012-12-07to improve code coverage, began writing tests for leap.base.auth.antialias
2012-12-07in leap.base.checks.check_internet_connection modified the orderantialias
in which errors are checked and improved test coverage.
2012-12-06Merge branch 'feature/openvpn-bin-build' into developkali
2012-12-06openvpn directory moved in rootJaromil
2012-12-06openvpn build scripts for osxJaromil
2012-12-06improvements to build log and documentationJaromil
2012-12-06MS Windows OpenVPN binary build scriptsJaromil
using GCC and MinGW32 on Debian/Ubuntu
2012-12-01exclude tests from coverage reportkali
also added some rules for exclusion in .coveragerc
2012-11-28Merge branch 'feature/catch-ctrl-c' into developkali
Closes #760
2012-11-28call shutdown signal from sigint_handlerkali
2012-11-28successfully catching ctrl-c but for not quitting in the correct order.antialias
2012-11-28move delay function to gui/utilskali
2012-11-28Merge branch 'feature/wizard-usability' into developkali
2012-11-28modified hash of resourceskali
2012-11-27login validation inlinekali