Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-23 | Do not allow the use of 'danger' flag in release. | Ivan Alejandro | |
2013-04-12 | Add --danger option to not validate the first hop of certificates | Tomas Touceda | |
This is intended to be used while testing, not in production | |||
2013-03-21 | Fixes as per review | Tomás Touceda | |
2013-03-21 | Handle configuration and paths in a standalone way | Tomás Touceda | |
Also, abstracts QSettings under LeapSettings and adds a way to define the VPN env in a platform dependant way. | |||
2013-03-08 | Add translation support | Tomá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-06 | Add general app | Tomás Touceda | |
2013-03-06 | Remove everything to start from scratch | Tomás Touceda | |
2013-01-30 | comment out unused arguments in the arg parser | kali | |
2013-01-02 | initial OSX packaging | kali | |
2012-09-21 | added --no-provider-checks and --no-ca-verify for ease of debugging | kali | |
Close #604 | |||
2012-09-12 | add 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-05 | can log to logfile | kali | |
app.py --debug --logfile /tmp/foo.log | |||
2012-08-01 | fileutil.which implementation | kali | |