summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-21add property to baseconfigkali
config instead of get_config()
2012-09-21added --no-provider-checks and --no-ca-verify for ease of debuggingkali
Close #604
2012-09-21updated policy so it does not ask for pwkali
2012-09-20Merge branch 'feature/remove-unity-checks' into developkali
2012-09-20Merge branch 'feature/systray-menu' into developkali
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-20fix resources test for hashkali
2012-09-20add loggingkali
2012-09-20cleanupkali
2012-09-20toggle connection on/offkali
2012-09-20start hidden, and toggle details window from menukali
2012-09-20Merge branch 'develop' into feature/systray-menukali
Conflicts: src/leap/app.py
2012-09-20Merge branch 'feature/branding' into developkali
Closes #553
2012-09-20tests pass after branding changeskali
2012-09-18removed checks and changes involving systray-whitelist and unity becauseantialias
it works without them on Ubuntu 11.10 & 12.04.
2012-09-19openvpn options come from eip.jsonkali
2012-09-19copy cacert to local config dirkali
2012-09-19checks for certificatekali
2012-09-18cert verification and malformed json checkskali
2012-09-18do_branding command added to setupkali
2012-09-171) changed src to pkg in the path to successfully create .venv environ.antialias
2) uses distribute instead of setuptools. 3) creates symlinks to PyQT and sip.so.
2012-09-18set app iconkali
(shows on window, minimized icons and about dialog)
2012-09-17ignore pep8 errors in src/leap/_version.py because it is autogenerated.antialias
2012-09-14libgnutls-dev was missing from README installation instructions.antialias
2012-09-14force 1.1.9 version of python-gnutlskali
2012-09-14init iconkali
2012-09-13fix race condition on app initkali
still fragile; sometimes the qt app inits faster and make the send command miss the not yet created managemente socket.
2012-09-13add leap logokali
2012-09-13Merge branch 'feature/client-versioning' into developkali
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-13remove debug loggingkali
2012-09-13display about and aboutqt dialogskali
2012-09-13add versioneerkali
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-12added gnutls dep to READMEkali
2012-09-12time boundary check of certificate using gnutlskali
2012-09-12Merge branch 'feature/network_check' into developkali
Close #502
2012-09-12close fd. with breaks with StringIO passed in tests.kali
2012-09-12Merge branch 'feature/unity-checks' into developkali
Closes #340.
2012-09-12pep8kali
2012-09-12checks for systray in unitykali
2012-09-12moved network checks to its own classkali
so it can be more easily moved to base.checks and reused when eip is a module.
2012-09-12some human friendly stubs for raising these exceptionskali
2012-09-12pep8kali
2012-09-12add netifaces to requirementskali
2012-09-10Implemented basic networks checks: valid interface, default route, and can ↵antialias
ping the listed gateway.
2012-09-08workaround for broken git version if no tag existskali
2012-09-07Merge branch 'feature/support-2.6' into developkali
Closes #390. Run tox -v to run testsuite against 2.6 and 2.7. Tests happily passing on 2.6 :)
2012-09-07update README with tox info and PyQt annoyanceskali
2012-09-07tox initial file. using global site-packages becausekali
of the unability to pip install PyQt4. postmkvenv workaround for PyQt libs for manual use. pip install breaks because they don't have a standard setup.py installation process
2012-09-06add pkg to sdistkali
2012-09-06tox ini filekali