summaryrefslogtreecommitdiff
path: root/src/leap/util
AgeCommit message (Collapse)Author
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