Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-12 | parse new service format | kali | |
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-12-10 | cleanup and rewrite eipconnection/openvpnconnection classes | kali | |
2012-11-13 | fix missing provider parameter in leapconfig objects chain | 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-02 | Merge branch 'feature/json-validation' into develop | kali | |
Conflicts: src/leap/eip/config.py src/leap/eip/specs.py | |||
2012-10-02 | refactored jsonconfig, included jsonschema validation | kali | |
and type casting. | |||
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-25 | fix slug for eip config | kali | |
(was taking the one for eip-service) also correct the path (should be in root leap config folder). | |||
2012-09-24 | fix slug for eip config | kali | |
(was taking the one for eip-service) also correct the path (should be in root leap config folder). | |||
2012-09-20 | toggle connection on/off | kali | |
2012-09-20 | tests pass after branding changes | kali | |
2012-09-19 | openvpn options come from eip.json | kali | |
2012-09-19 | copy cacert to local config dir | kali | |
2012-09-12 | add 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-06 | openvpn management socket is a temp path on each run | kali | |
2012-09-05 | app wide logging handler | kali | |
2012-08-31 | deprecated configparser. closes #500 | kali | |
2012-08-30 | remove unused function | kali | |
2012-08-30 | working with options only from cli | kali | |
2012-08-30 | move extra options from config template to cl opts | kali | |
2012-08-30 | fetcher moved to baseconfig + eipchecker using eipservice config. | kali | |
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-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* | |||
2012-08-23 | moved help functions from eip/config.py to base/configuration.py. | antialias | |
(cherry picked from get-definition.json branch) solve merge conflict since antialias was working in a version in which baseconfig was still at `configuration` file. Conflicts: src/leap/base/configuration.py | |||
2012-08-22 | fix exceptions location | kali | |
2012-08-22 | Merge branch 'refactor-tests' into refactor | kali | |
2012-08-22 | removed dup exceptions | kali | |
2012-08-21 | minor pep8 clean up. | antialias | |
2012-08-22 | config tests | kali | |
2012-08-21 | Error fixes and json commit. | antialias | |
2012-08-21 | fix out-of-sync refactor. | kali | |
manually merge changes from the develop branch that were lost due to having branched a previous state when refactored former "conductor" class. also, moved more exceptions to its own file. | |||
2012-08-08 | check for validity of the remote_ip entry (is ip?) | kali | |
2012-08-08 | check for bad permissions on vpn key files | kali | |
2012-08-07 | build default provider openvpn config. | kali | |
preparation for completion of #356, #355, #354, #182 if no default openvpn config is present, we build one with a preset template and the remote_ip of the eip service as the only input. right now we're taking it from the eip.cfg file. | |||
2012-08-03 | added log info for polkit checks | kali | |
2012-08-03 | check also for a suitable polkit-authentication-agent running | kali | |
fix #382. | |||
2012-08-03 | stub for daemon mode; disabled by now until #383 is fixed | kali | |
2012-08-03 | pkexec check | kali | |
2012-08-03 | build default invocation command + options | kali | |
if not found in config file. fix #182 and #356 | |||
2012-08-02 | create config file if not exist. | kali | |
also locate openvpn binary when building eip configparser defaults. implement half of feature #356 |