summaryrefslogtreecommitdiff
path: root/pkg/requirements.pip
AgeCommit message (Collapse)Author
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-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-14force 1.1.9 version of python-gnutlskali
2012-09-12time boundary check of certificate using gnutlskali
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-06pkg.utils.parse_requirements used in setupkali
renamed setup-->pkg because name collision