Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-24 | add schema to JSONLeapConfig classes | kali | |
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-14 | force 1.1.9 version of python-gnutls | kali | |
2012-09-12 | time boundary check of certificate using gnutls | 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-06 | pkg.utils.parse_requirements used in setup | kali | |
renamed setup-->pkg because name collision |