Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-03 | [bug] include bitmask_helpers into the frozen binary | Ruben Pollan | |
The bundled version of bitmask is unable to find the bitmask_helpers binary. Let's include it as part of the frozen binary generated by pyinstaller. - Resolves: #8862 | |||
2017-04-30 | [style] remove unused logger from vpn | Ruben Pollan | |
2017-04-27 | [bug] unify logging style using class attr | Kali Kaneko (leap communications) | |
I changed most of the logger statements to use a class attribute, in this way it's easier to identify which class it's logging them. in some cases I leave a module-level logger, when we're either using functions or when the module it's too small. at the same time I did a general review and cleanup of the logging statements. | |||
2017-04-21 | [bug] report global connecting state for vpn when user started | Kali Kaneko (leap communications) | |
- Resolves: #8850 | |||
2017-04-20 | [bug] fix enabling of vpn service | Kali Kaneko (leap communications) | |
- Resolves: #8845 | |||
2017-04-19 | [bug] stop firewall if was failed close | Kali Kaneko (leap communications) | |
2017-04-19 | [bug] return clearer errors when no cert found | Kali Kaneko (leap communications) | |
2017-04-19 | [bug] fail if tried to stop vpn when not running | Kali Kaneko (leap communications) | |
2017-04-19 | [bug] pass along no polkit error | Kali Kaneko (leap communications) | |
2017-04-19 | [style] remove unused assignment | Kali Kaneko (leap communications) | |
2017-04-06 | [bug] last_vpn path now is ~/.config/leap/last_vpn | Ruben Pollan | |
It used to be in the providers folder, but this was missleading bonafide to list it as a provider. I think it's harder to write work arounds to have this file in this folder than to have it somewhere else. - Resolves: #8818 | |||
2017-04-03 | [feat] add the expiration date of the cert to vpn.check | Ruben Pollan | |
- Resolves: #8807 | |||
2017-04-03 | [feat] add a check for the installation of the helpers to the API | Ruben Pollan | |
- Resolves: #8786 | |||
2017-04-03 | [feat] remove the pinning of VPN extra flags | Ruben Pollan | |
The pinning was removing 'tun-ipv6' wich is a boolean value, there is boolean support in src/leap/bitmask/vpn/launcher.py:232 already. It seems to work fine. - Resolves: #8809 | |||
2017-04-03 | [feat] store what was the last vpn provider used | Ruben Pollan | |
To allow automatic connection to the VPN we are storing the last provider in a file. - Resolves: #8806 | |||
2017-03-31 | [bug] fix usage of exception with twisted logger | Kali Kaneko (leap communications) | |
2017-03-17 | [bug] let's remove hardcoded providers | Ruben Pollan | |
2017-03-17 | [feat] report the real status of the VPN | Ruben Pollan | |
2017-03-05 | [style] pep8 | Kali Kaneko (leap communications) | |
2017-03-05 | [bug] revert vpn options from config | Kali Kaneko (leap communications) | |
bitmask-root is not able to parse some options, and is aborting the vpn connection in my tests. we need to debug that carefully, hardcoding some options for now and leaving this to be done post-0.9.5 | |||
2017-03-03 | [feat] get VPN params from eip-service.json | Ruben Pollan | |
Instead of hardcoding them in the code. | |||
2017-03-03 | [bug] use username instead of provider in the vpn calls | Ruben Pollan | |
Without active user we need to use the username instead of the provider in the VPN API. - Resolves: #8783 | |||
2017-02-23 | [pkg] add osx helpers | Kali Kaneko (leap communications) | |
2017-02-23 | [bug] rename one of the managers to TunnelManager | Kali Kaneko (leap communications) | |
otherwise there's a name collision with the former EIPManager | |||
2017-02-23 | [refactor] rename eip to vpn | Kali Kaneko (leap communications) | |
2017-02-23 | [style] pep8 | Kali Kaneko (leap communications) | |
2017-02-23 | [docs] document the API/cli | Kali Kaneko (leap communications) | |
2017-02-23 | [feature] hard restarts upon ping-restart received | Kali Kaneko (leap communications) | |
2017-02-23 | [feature] add up/down traffic in status | Kali Kaneko (leap communications) | |
2017-02-23 | [feature] add bytes2human conversion | Kali Kaneko (leap communications) | |
2017-02-23 | [feature] parse status | Kali Kaneko (leap communications) | |
- simple status parsing - add separate firewall status - set status for abnormal termination | |||
2017-02-23 | [feature] eip start/stop working | Kali Kaneko (leap communications) | |
2017-02-23 | [feature] add install/uninstall command for helpers | Kali Kaneko (leap communications) | |
2017-02-23 | [bug] fix parsing of vpn status | Kali Kaneko (leap communications) | |
2017-02-23 | [bug] fix bitmask-root path | Kali Kaneko (leap communications) | |
2017-02-23 | [refactor] sort out some imports | Kali Kaneko (leap communications) | |
2017-02-23 | [feature] new commands: get_cert | Kali Kaneko (leap communications) | |
2017-02-23 | [refactor] split vpn control into some modules | Kali Kaneko (leap communications) | |
2017-02-23 | [refactor] remove unneeded function | Kali Kaneko (leap communications) | |
2017-02-23 | [refactor] minor renaming | Kali Kaneko (leap communications) | |
2017-02-23 | [feature] initial port of legacy vpn code | Kali Kaneko (leap communications) | |
non functional at the moment, but started doing some cleanup | |||
2016-08-30 | [pkg] add stub about vpn submodule | Kali Kaneko (leap communications) | |