Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-12 | tests for openvpn options | kali | |
and make the rest of tests pass after some changes in this branch (dirtyness in config files) | |||
2012-12-10 | get cipher config from eip-service | kali | |
2012-11-13 | fix missing provider parameter in leapconfig objects chain | kali | |
2012-11-12 | fix cert fetching over https | kali | |
2012-11-08 | more careful error catching during registration. | kali | |
added a twisted server that fakes some of the provider interaction. | |||
2012-10-26 | user credentials saved on login/signup branches. | kali | |
cert request is using magick decorator that retrieves the certificates using srp. | |||
2012-10-24 | fix checks that were getting default provider domain var still | kali | |
2012-10-24 | sign up branch ends by triggering eip connection | kali | |
still need to bind signals properly, and block on the validation process until we receive the "connected" signal. but the basic flow is working again, i.e, user should be able to remove the .config/leap folder and get all the needed info from the provider. | |||
2012-10-20 | add bypass for already trusted fingerprints | kali | |
2012-10-20 | connecting page | kali | |
and changes to functions having to do with the default path to certs. | |||
2012-10-19 | add bug number in log for #638 cases (domain name mismatch) | kali | |
2012-10-19 | ca cert fingerprint check + api cert verification | kali | |
2012-10-19 | download ca cert from provider | kali | |
2012-10-19 | logic for cert validation widgets in wizard | kali | |
2012-10-18 | catch cert verification errors and ask user for trust | kali | |
with a little helper function using gnutls | |||
2012-10-08 | Merge branch 'feature/network_check' into develop | kali | |
Conflicts: src/leap/baseapp/mainwindow.py src/leap/eip/tests/test_checks.py | |||
2012-10-08 | popup dialog error when network error happens | kali | |
we are shutting down for now. we should be acting upon failures in the near future. lowered the recurrent checks interval to 10 seconds. | |||
2012-10-05 | todo comments | kali | |
2012-10-05 | fix cert needed evaluation | kali | |
2012-10-02 | refactored jsonconfig, included jsonschema validation | kali | |
and type casting. | |||
2012-09-25 | moved LeapNetworkChecker and test in base. | antialias | |
2012-09-24 | Missed a renaming of test_internet_connection to check_internet_connection. | antialias | |
2012-09-24 | improved network checks on the way to a network checker. | antialias | |
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-21 | add property to baseconfig | kali | |
config instead of get_config() | |||
2012-09-21 | added --no-provider-checks and --no-ca-verify for ease of debugging | kali | |
Close #604 | |||
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-12 | time boundary check of certificate using gnutls | kali | |
2012-09-12 | close fd. with breaks with StringIO passed in tests. | 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-10 | Implemented basic networks checks: valid interface, default route, and can ↵ | antialias | |
ping the listed gateway. | |||
2012-09-05 | app wide logging handler | kali | |
2012-09-04 | fix test_checks: do not mess with real home path! | kali | |
It is really dangerous to mess with expanduser paths in tests without deriving testcases from LeapTestCase. It'd be good to devise a way of checking for that :( | |||
2012-09-04 | better separate cert validation/download logic | kali | |
stubbing out the timestamp validity check (waiting for #507) also some more deep tests are missing, wrote todo in tests. | |||
2012-09-03 | basic download cert functionality | kali | |
2012-09-03 | providercertchecks:check_https_is_working | kali | |
implementing a https server with its own base testcase for convenience. https is delicate, and I think it's better checking against a real implementation than mocking everything here. | |||
2012-08-30 | working with options only from cli | kali | |
2012-08-30 | add test for JSONLeapConfig metaclass | kali | |
2012-08-30 | fetcher moved to baseconfig + eipchecker using eipservice config. | kali | |
2012-08-30 | fix config load method | kali | |
it was not updating config dict | |||
2012-08-30 | add lazy evaluation to config specs | kali | |
now callables are allowed in specs *only at one level depth* to allow for last-minute evaluation on context-sensitive data, like paths affected by os.environ also some minor modifications to make check tests pass after putting the new jsonconfig-based eipconfig in place. aaaaaall green again :) | |||
2012-08-29 | add eipconfig spec and config object | kali | |
2012-08-29 | test for eip_config_checker called from eip_connection run_checks method | kali | |
also: - changed name EIPChecker -> EipConfigChecker - Added class documentation | |||
2012-08-28 | eip_checks called from main app. | kali | |
removed "configuration" object. checks are called from conductor. | |||
2012-08-28 | add todo | kali | |
2012-08-28 | checki complete eip_config tests. | kali | |
completed first version of EIPChecks | |||
2012-08-28 | eipchecker.fetch definition and tests | kali | |
deprecated base:test_config.test_complete_file (dup functionality) | |||
2012-08-27 | add test_dump_default_eipconfig to eip.test_checks | kali | |
plus a little bit of cleaning around (created constants file). added some notes about inminent deprecation *work in progress* |