Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-05 | typo | kali | |
2012-10-01 | Now throws a CriticalError when an pre-exisiting openvpn istance is found. | antialias | |
2012-09-26 | clarifying version requirement for the gnutls module in the README. | k clair | |
2012-09-25 | add script name change when branded build | kali | |
2012-09-25 | workaround for #638 and fix for eip config check for gateways | kali | |
(we were picking gateway in a wrong way) Closes #610. | |||
2012-09-25 | fix slug for eip config | kali | |
(was taking the one for eip-service) also correct the path (should be in root leap config folder). | |||
2012-09-25 | add branding step to hack section in readme | kali | |
2012-09-21 | added --no-provider-checks and --no-ca-verify for ease of debugging | kali | |
Close #604 | |||
2012-09-21 | updated policy so it does not ask for pw | kali | |
2012-09-20 | Merge branch 'feature/remove-unity-checks' into develop | kali | |
2012-09-20 | Merge branch 'feature/systray-menu' into develop | kali | |
Close #536. Cleaning up of the systray menu. Main window starts hidden if not in debug mode. Incidentally, some fixes related to the subprocess invocation and termination, removing many of the annoying hangs during debug. | |||
2012-09-20 | fix resources test for hash | kali | |
2012-09-20 | add logging | kali | |
2012-09-20 | cleanup | kali | |
2012-09-20 | toggle connection on/off | kali | |
2012-09-20 | start hidden, and toggle details window from menu | kali | |
2012-09-20 | Merge branch 'develop' into feature/systray-menu | kali | |
Conflicts: src/leap/app.py | |||
2012-09-20 | Merge branch 'feature/branding' into develop | kali | |
Closes #553 | |||
2012-09-20 | tests pass after branding changes | kali | |
2012-09-18 | removed checks and changes involving systray-whitelist and unity because | antialias | |
it works without them on Ubuntu 11.10 & 12.04. | |||
2012-09-19 | openvpn options come from eip.json | kali | |
2012-09-19 | copy cacert to local config dir | kali | |
2012-09-19 | checks for certificate | kali | |
2012-09-18 | cert verification and malformed json checks | kali | |
2012-09-18 | do_branding command added to setup | kali | |
2012-09-18 | set app icon | kali | |
(shows on window, minimized icons and about dialog) | |||
2012-09-14 | libgnutls-dev was missing from README installation instructions. | antialias | |
2012-09-14 | force 1.1.9 version of python-gnutls | kali | |
2012-09-14 | init icon | kali | |
2012-09-13 | fix race condition on app init | kali | |
still fragile; sometimes the qt app inits faster and make the send command miss the not yet created managemente socket. | |||
2012-09-13 | add leap logo | kali | |
2012-09-13 | Merge branch 'feature/client-versioning' into develop | kali | |
Close #533. Using versioneer for fetching version from git info and tags in a setup friendly way. Added info to logs and small about dialog. | |||
2012-09-13 | remove debug logging | kali | |
2012-09-13 | display about and aboutqt dialogs | kali | |
2012-09-13 | add versioneer | kali | |
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-12 | added gnutls dep to README | kali | |
2012-09-12 | time boundary check of certificate using gnutls | kali | |
2012-09-12 | Merge branch 'feature/network_check' into develop | kali | |
Close #502 | |||
2012-09-12 | close fd. with breaks with StringIO passed in tests. | kali | |
2012-09-12 | Merge branch 'feature/unity-checks' into develop | kali | |
Closes #340. | |||
2012-09-12 | pep8 | kali | |
2012-09-12 | checks for systray in unity | kali | |
2012-09-12 | moved network checks to its own class | kali | |
so it can be more easily moved to base.checks and reused when eip is a module. | |||
2012-09-12 | some human friendly stubs for raising these exceptions | kali | |
2012-09-12 | pep8 | kali | |
2012-09-12 | add netifaces to requirements | kali | |
2012-09-10 | Implemented basic networks checks: valid interface, default route, and can ↵ | antialias | |
ping the listed gateway. | |||
2012-09-08 | workaround for broken git version if no tag exists | kali | |
2012-09-07 | Merge branch 'feature/support-2.6' into develop | kali | |
Closes #390. Run tox -v to run testsuite against 2.6 and 2.7. Tests happily passing on 2.6 :) |