Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-22 | [feat] replace old log handler with new one | Ivan Alejandro | |
Replace logging.getLogger with custom get_logger. Remove some unneeded dependencies and reorder other. | |||
2014-09-11 | Add email firewall | Ruben Pollan | |
2014-07-10 | bitmask-root: rip out all resolvconf code and simply rewrite all DNS packets ↵ | elijah | |
to use the VPN nameserver. | |||
2014-07-07 | Add support for fingerprint-gui's polkit agent. | Ivan Alejandro | |
Closes #5880. | |||
2014-06-12 | Install missing stuff into /usr/local/sbin. Closes: #$741 | Kali Kaneko | |
2014-06-05 | Grep for gnome-shell as it were a polkit agent. | Ivan Alejandro | |
The $DESKTOP_SESSION is not reliable since is set to 'default' in any case that you choose as your default desktop environment. Also, after some tests, I've seen that the `gnome-shell` process is not launched in the fallback mode, so we use it as a condition for the polkit agent present. | |||
2014-06-05 | Add support for gnome-shell polkit agent. | Ivan Alejandro | |
The gnome-shell desktop does not uses a separate process as others do. It uses an agent within its own process so we need to check for gnome-shell and then assume that its polkit is working. | |||
2014-05-15 | remove commented block, fix typo | Kali Kaneko | |
2014-05-12 | change paths for installing the latest helpers | Kali Kaneko | |
2014-05-12 | hardcode openvpn binary for bundle | Kali Kaneko | |
2014-05-12 | use bitmask-root with pkexec | Kali Kaneko | |
2014-05-12 | pass gateways to firewall up | Kali Kaneko | |
2014-05-12 | use bitmask-root to bring up the firewall | Kali Kaneko | |
2014-05-12 | add elijah's root-wrapper in python | Kali Kaneko | |
2014-04-07 | Add support for Mate's polkit agent. | Ivan Alejandro | |
2013-11-26 | do not compare to True as per pep8 recommendations | Kali Kaneko | |
2013-11-25 | Avoids the checking for an "updated" policy file for debian package. | Kali Kaneko | |
In the case of the debian package, we already take care to put the file in place, so this check is not needed. | |||
2013-10-29 | Handle encoding problems in the vpn connection. | Ivan Alejandro | |
2013-10-07 | Add support for running lxde polkit agent. | Ivan Alejandro | |
2013-09-30 | Split vpnaunchers by platform, refactor some code. | Ivan Alejandro | |