summaryrefslogtreecommitdiff
path: root/src/leap/util
AgeCommit message (Collapse)Author
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-09working version of the fake provider.kali
wizard can now be completely tested against this.
2012-11-09connect page merged into regvalidation.kali
Flow nearly working with fake provider, except for authentication.
2012-10-17added skeleton for generic client wizard flowkali
2012-10-08added openvpn to debian install lineantialias
added python-coverage to testing install line rewrote PyQt installation instructions fixed pkg/test-requirements lines fixed nosetest example (#740)
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-09-25fixed typo.antialias
2012-09-21added --no-provider-checks and --no-ca-verify for ease of debuggingkali
Close #604
2012-09-12add openvpn-verb option to cli.kali
Closes #534. accepts int [1-6] that get passed to openvpn invocation. We should filter out the polling "state"/"status" commands from the log if we want it to be real useful.
2012-09-06fix argparse testkali
2012-09-05can log to logfilekali
app.py --debug --logfile /tmp/foo.log
2012-08-31deprecated configparser. closes #500kali
2012-08-22mv util tests to folderkali
2012-08-22conductor testskali
2012-08-08Merge branch 'tests-cleanup' into developkali
moved out old broken stuff; copied a run_scripts entry point for tests; created a bunch of (mostly stubs) simple tests on secondary functions.
2012-08-08Merge branch 'dict-comprenhension-fix' into developkali
fix for 2.6 compatibility, we should try not to use syntax backported from 3.x into 2.7 :|
2012-08-08stub test for leap_argparsekali
2012-08-08fix bad permission check on check_and_fix_urw_onlykali
(was not testing the mode properly. gotcha!)
2012-08-08bunch of tests for leap/util/fileutilkali
2012-08-08check for bad permissions on vpn key fileskali
2012-08-02create config file if not exist.kali
also locate openvpn binary when building eip configparser defaults. implement half of feature #356
2012-08-01fileutil.which implementationkali