summaryrefslogtreecommitdiff
path: root/pkg
AgeCommit message (Collapse)Author
2013-01-31add comment about jsonschema verkali
2013-01-30remove soledad / email requirements for 0.2 releasekali
2013-01-28change dirspec dep by pyxdgkali
2013-01-25add twisted as email dependencykali
2013-01-25add zope.interface depkali
2013-01-25Merge branch 'feature/dirspec' into developkali
Conflicts: pkg/requirements.pip
2013-01-24removed ping and root dependency (1456).antialias
improved default network request (771). fixed ERROR "cannot concatenate 'str' and 'list' objects" (1449).
2013-01-25use dirspeckali
2013-01-24added tox to test-requirements.pipantialias
2013-01-24ping still in use...kali
2013-01-24test requirements for soledadkali
2013-01-24all tests green againkali
plus: * added soledad test requirements * removed soledad from run_tests run (+1K tests failing) * added option to run All tests to run_tests script * pep8 cleanup
2013-01-24switch dependency to pyopensslkali
2013-01-23working up/down resolv-conf scriptkali
2013-01-17localize exit country if we cankali
only if we can find the geoip database, which comes with geoip-database in debian. we will have to think more about this in the future but it's nice to have now for testing.
2013-01-17(osx) detect which interface is traffic going thrukali
2013-01-17fix ctypes dependency discovery for libgnutlskali
2013-01-16add libgnutls lib to osx buildkali
2013-01-16add update resolv.conf scriptkali
2013-01-15todo about ping_gateway functionkali
2013-01-11fix for missing cacert bundlekali
frozen app cannot find requests cacert bundle. added to Resources to get us going.
2013-01-10renamed connection pagekali
2013-01-09bump srp requirement due to critical bugfixkali
2013-01-08Working OSX installer workflow.kali
Using platypus for installer. Working installer at 17.6MB compressed.
2013-01-02merge osx readmekali
2013-01-02initial OSX packagingkali
2012-12-28add bootstrap script to repokali
2012-12-27import fixes for soledadkali
2012-12-27updated requirements for soledadkali
2012-12-18freeze requests requirement lower than 1.0kali
srp auth breaking with 1.0 api
2012-12-18relax srp requirement (breaks install)kali
2012-12-17fix srp authentication cookieskali
2012-12-11fetch only if not changed-since config file timestampkali
Changing this now to be able to test different providers by just updating our local config file.
2012-10-24removed branding info from branding config filekali
So we officially can say this is a generic client now. Branding config file is still at pkg/branding/config.py Note that with this change the package is called now leap-client so you will have to remove old installs of leap-foo-client in your path (from previous branded builds). Changing the package name was an AWFUL and painful idea, and we will not do that again. (launcher is another story). Lesson learned.
2012-10-08another pass towards a clearer READMEkali
2012-10-08Merge branch 'feature/firstrun-wizard' into developkali
2012-10-05Merge branch 'feature/detect_vpn' into developkali
2012-10-05use keyring to store user passwordkali
using a quite lame cryptedfile by the moment until dbus bug makes gnome-keyring usable again or we come up with the encrypted database solution. we might want to explore the option of using this python-keyring with the different native backends for win and macosx. for now: we generate a random secret that we store in the qsettings file. so, the whole thing is just to avoid plaintext stuff. for this, we could have done rot13, haha.
2012-10-05added srp dependencykali
2012-10-03updated readme with some clarificationskali
hopefully it's a bit more clear now. developer: feedback welcome. are you able to get it running with the instructions listed here?
2012-10-02removed configuration lib from depskali
2012-10-01Now throws a CriticalError when an pre-exisiting openvpn istance is found.antialias
2012-10-02Merge branch 'feature/json-validation' into developkali
Conflicts: src/leap/eip/config.py src/leap/eip/specs.py
2012-09-25Merge branch 'feature/autoinstall-test-reqs' into developkali
2012-09-24add schema to JSONLeapConfig classeskali
and a jsonvalidate function too, that calls to jsonchemea.validate(self, data) with self.schema We're using the specs to both purposes now: * providing a type casting system for our config options (work in progress for the type casting) * json schema validation
2012-09-21updated policy so it does not ask for pwkali
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-14force 1.1.9 version of python-gnutlskali
2012-09-13add versioneerkali