summaryrefslogtreecommitdiff
path: root/src/leap/util/leap_argparse.py
AgeCommit message (Collapse)Author
2013-08-12move everything into bitmask namespaceKali Kaneko
2013-08-08Replace leap client texts with Bitmask.Ivan Alejandro
2013-07-29Keep the --danger flag enabled by now.Ivan Alejandro
2013-07-23Do not allow the use of 'danger' flag in release.Ivan Alejandro
2013-04-12Add --danger option to not validate the first hop of certificatesTomas Touceda
This is intended to be used while testing, not in production
2013-03-21Fixes as per reviewTomás Touceda
2013-03-21Handle configuration and paths in a standalone wayTomás Touceda
Also, abstracts QSettings under LeapSettings and adds a way to define the VPN env in a platform dependant way.
2013-03-08Add translation supportTomás Touceda
Also: - Make OpenVPN use a random port every time - Logout in parallel so the UI doesn't block - Add the WAIT status from OpenVPN to the mainwindow displays - Support non-unix sockets in the LinuxVPNLauncher
2013-03-06Add general appTomás Touceda
2013-03-06Remove everything to start from scratchTomás Touceda
2013-01-30comment out unused arguments in the arg parserkali
2013-01-02initial OSX packagingkali
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-05can log to logfilekali
app.py --debug --logfile /tmp/foo.log
2012-08-01fileutil.which implementationkali