Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-31 | [bug] workaround for incompatible qt library in ubuntu | Kali Kaneko | |
- Resolves: #7990 | |||
2016-03-28 | [pkg] pass --standalone flag to binary | Kali Kaneko | |
2015-07-31 | [pkg] add small shell launcher for linux bundle | Kali Kaneko | |
to workaround the incompatibility problem with Qt libs found in ubuntu | |||
2015-07-31 | [pkg] add notes about needed hacks with pyinstaller | Kali Kaneko | |
there are a couple of manual steps needed | |||
2015-05-07 | [bug] change the ip command location to /sbin/ | Ivan Alejandro | |
Change the 'ip' command location to support Fedora/RHEL distros. /bin/ip is pressent on Debian/Ubuntu but not on Fedora. /sbin/ip is a symlink to /bin/ip on Debian/Ubuntu and a binary on Fedora. - Resolves: #6894 | |||
2015-01-08 | Support for 'nobody' (used on Arch) group name. | Ivan Alejandro | |
2014-12-15 | Merge branch 'release/0.7.x' into develop | Ivan Alejandro | |
Conflicts: pkg/tuf/release.py relnotes.txt | |||
2014-12-05 | Bump bitmask-root version.0.7.0rc6 | Ivan Alejandro | |
2014-11-14 | vpn: support for the server setting custom fragment openvpn option | elijah | |
2014-10-31 | Remove unused scripts | Ivan Alejandro | |
2014-09-22 | Use python2.7 instead of python2. | Ivan Alejandro | |
The binary `python2` is not present on Debian systems. The common denominator for Ubuntu, Debian, Arch is `python2.7` Related to #6048. | |||
2014-09-19 | bump version | Kali Kaneko | |
because we've updated it with mail fw. | |||
2014-09-11 | Add email firewall | Ruben Pollan | |
2014-09-05 | Use python2 explicitly to run bitmask-root. | Ivan Alejandro | |
Closes #6048. | |||
2014-07-25 | bump bitmask-root version number | kali | |
2014-07-25 | remove unused imports | kali | |
2014-07-16 | firewall: correctly rewrite DNS packets originally for local network. | elijah | |
2014-07-10 | bitmask-root: pep8'ed | elijah | |
2014-07-10 | bitmask-root: rip out all resolvconf code and simply rewrite all DNS packets ↵ | elijah | |
to use the VPN nameserver. | |||
2014-07-09 | firewall stop: try to be much more robust in stopping the firewall whenever ↵ | elijah | |
we can | |||
2014-06-20 | fix bundle path for openvpn | Kali Kaneko | |
2014-06-17 | use bash installer instead of the temporal script | Kali Kaneko | |
2014-06-17 | Add bash script to help copy files from within the bundle. | Kali Kaneko | |
2014-06-12 | Update README with the latest changes to paths, and hashing info. | Kali Kaneko | |
2014-06-12 | Install missing stuff into /usr/local/sbin. Closes: #$741 | Kali Kaneko | |
2014-06-05 | pep8 cleanup | Kali Kaneko | |
2014-06-05 | check for uid == 0 | Kali Kaneko | |
2014-06-05 | add version command | Kali Kaneko | |
2014-06-04 | add null checks, fix error on get_default_device. Closes: #5732 | Kali Kaneko | |
Also: -make firewall aware of restarts, and not tear down the fw if an error happens while a restart is going on. -notify errors to syslog. | |||
2014-05-30 | fix bug with ipv6 blocking (added to wrong chain, so never removed and also ↵ | elijah | |
it would keep getting added repeatedly) | |||
2014-05-29 | linux firewall: s/insert/append, and switch order. it makes much more sense ↵ | elijah | |
to insert custom chain at start of OUTPUT, then append to that chain. | |||
2014-05-29 | return instead of reject for multicast | elijah | |
2014-05-29 | unblock local multicast IPs from linux firewall, to allow SSDP and ↵ | elijah | |
Bonjour/mDNS to work. | |||
2014-05-21 | block ipv6 traffic | Kali Kaneko | |
2014-05-20 | fix nameserver restoring. Closes: #5692 | Kali Kaneko | |
2014-05-15 | avoid openvp soft-restart. Closes: #5669 | Kali Kaneko | |
2014-05-12 | wait on shutdown until firewall is down | Kali Kaneko | |
2014-05-12 | change paths for installing the latest helpers | Kali Kaneko | |
2014-05-12 | daemonize calls to resolvconf. Closes: #5618 | Kali Kaneko | |
2014-05-12 | add comment about pending ipv6 rules | Kali Kaneko | |
2014-05-12 | ditch psutil, use stdlib only | Kali Kaneko | |
2014-05-12 | only switch the fw down if user asked for eip down | Kali Kaneko | |
2014-05-12 | change the rule to actually allow dns traffic to tunnel nameserver, not gateway | Kali Kaneko | |
2014-05-12 | bitmask-root wrapper improvements | Kali Kaneko | |
* add missing constant for ip command * use all prints as functions * add missing docstrings * add alternatives for openvpn bin and resolvconf script * use random dirs for management socket * use exec to spawn openvpn * make bitmask chain constant * add script name in stdout lines | |||
2014-05-12 | pep8 fixes | Kali Kaneko | |
* do not strictly compare to bool values | |||
2014-05-12 | add polkit file for bitmask-root, | Kali Kaneko | |
and remove openvpn polkit file. | |||
2014-05-12 | add elijah's root-wrapper in python | Kali Kaneko | |
2013-12-19 | Avoids permanent break of resolv.conf. | Ivan Alejandro | |
The resolv.conf file gets updated by resolvconf, maintaining it as a symlink allows the system to reset it during boot time. That is useful when the app has a hard crash that gives no chance to roll back our changes. [Closes #4633] | |||
2013-09-23 | Improve release checklist and build_bundle script. | Ivan Alejandro | |
2013-09-19 | Add comments, refactor code, use latest tag. | Ivan Alejandro | |
Improve documentation of the script regarding its usage. Support different tags in the needed repositories and use latest tag for each one. Refactor code to be more readable. |