Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-04-24 | [bug] support /usr/lib64 python path for symlinks | Ivan Alejandro | |
On 64bit Fedora/RHEL systems the python path is /usr/lib64 instead of /usr/lib like on Ubuntu systems. This fix allows those users to use the bootstrap_develop.sh script. | |||
2015-02-13 | create sumo tarball with leap dependencies (Closes: #6683) | Kali Kaneko | |
2015-02-13 | add pipdeptree to requirements-dev | Kali Kaneko | |
2015-02-13 | gather bitmask dependency tree | Kali Kaneko | |
2015-01-14 | Pin/unpin dependencies. | Ivan Alejandro | |
Unpin python-dateutil since is no longer a problem. Pin python-daemon since latest version (2.0.3 as today) fails to get installed wich causes problems with the bundle and the bootstrapper script. | |||
2015-01-08 | Support for 'nobody' (used on Arch) group name.0.8.0rc3 | 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-25 | fix typo, add license | Kali Kaneko | |
2014-11-24 | Add script to enable ipdb debugging in bundle directories. | drebs | |
2014-11-14 | vpn: support for the server setting custom fragment openvpn option | elijah | |
2014-10-31 | Remove unused TUF helpers. | Ivan Alejandro | |
These files are now in the bitmask_bundler repo. | |||
2014-10-31 | Remove unused scripts | Ivan Alejandro | |
2014-10-28 | Update requirements to use newer Soledad. | Ivan Alejandro | |
2014-10-28 | Handle removals on the updater repo | Ruben Pollan | |
2014-10-02 | Handle removals on the updater repo | Ruben Pollan | |
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-19 | Use wheels! yeah! | Kali Kaneko | |
No more infinite time to re-create a virtualenv. | |||
2014-09-11 | Add email firewall | Ruben Pollan | |
2014-09-05 | Use python2 explicitly to run bitmask-root. | Ivan Alejandro | |
Closes #6048. | |||
2014-09-02 | Temporarily removing venv from path, to get system lib folder | Bruno Wagner Goncalves | |
2014-09-02 | Removed hard coded path of python app on mac platform | Bruno Wagner Goncalves | |
2014-08-15 | Add helpers and dependencies installation. | Ivan Alejandro | |
2014-07-25 | bump bitmask-root version number | kali | |
2014-07-25 | remove unused imports | kali | |
2014-07-16 | Merge remote-tracking branch 'refs/remotes/elijah/bugfix/fwdns' into develop | Tomás Touceda | |
2014-07-16 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/ivan/feature/new-frontend-backend' into develop | |||
2014-07-16 | firewall: correctly rewrite DNS packets originally for local network. | elijah | |
2014-07-14 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/meskio/feature/5864_create_TUF_release_tool' into develop | |||
2014-07-14 | Add PyZMQ dependency. | Ivan Alejandro | |
2014-07-11 | Tools for TUF repository management | Ruben Pollan | |
2014-07-11 | Merge remote-tracking branch 'refs/remotes/elijah/feature/routedns' into develop | Tomás Touceda | |
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-10 | Add bitmask.icns file | Tomás Touceda | |
2014-07-10 | Add packaging for osx with py2app | Tomás Touceda | |
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. |