Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-04-11 | Merge remote-tracking branch 'refs/remotes/kali/bug/relax-psutil-pinning' ↵ | Tomás Touceda | |
into develop | |||
2014-04-11 | relax psutil version pinning | Kali Kaneko | |
Closes: #5489 | |||
2014-04-10 | update requirements to last unified release | Kali Kaneko | |
2014-04-05 | Support stats between tags. | Ivan Alejandro | |
Also: - Show tags that are being compared for each repo - Add License - Add explanation for the script - Add sample output | |||
2014-04-04 | Update requirements | Tomás Touceda | |
2014-04-04 | Add script to sum changes status. | Ivan Alejandro | |
2014-03-26 | Add script to quickly verify some code rules. | Ivan Alejandro | |
2014-03-17 | Pin psutil version to avoid conflicts with gnupg. | Ivan Alejandro | |
gnupg 1.2.5 requires psutil==1.2.1 | |||
2014-03-10 | Merge remote-tracking branch 'refs/remotes/kali/feature/graph-cpu-and-mem' ↵ | Tomás Touceda | |
into develop | |||
2014-03-07 | Remove qtreactor dependency | Tomás Touceda | |
2014-03-05 | script to graph cpu/mem usage. Related: #5259 | Kali Kaneko | |
Use as: RESOURCE_TIME=5 make resource_graph where RESOURCE_TIME are the minutes to run for. | |||
2014-01-14 | bootstrap script -- make run passthrough args work, allow init to be re-run. | elijah | |
2014-01-13 | Install all dependencies unzipped. | Ivan Alejandro | |
Otherwise scrypt gets installed as an egg resulting in an error trying to import it. [Closes #4948] | |||
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-12-05 | change path to working directory, since we reuse venv across projects | Kali Kaneko | |
2013-12-04 | Add the ability to run the runner inside a virtualenv using | Kali Kaneko | |
virtualenvwrapper.sh | |||
2013-11-15 | Update requirements | Tomás Touceda | |
2013-11-06 | Support read-only remotes. | Ivan Alejandro | |
2013-11-01 | Update requirements | Tomás Touceda | |
2013-10-31 | Add script to bootstrap a develop environment. | Ivan Alejandro | |
2013-10-28 | dependency pinning on requests | Kali Kaneko | |
2013-10-28 | Mail State Machine refactor. Closes: #4059 | Kali Kaneko | |
2013-10-18 | Update requirements | Tomás Touceda | |
2013-10-16 | add make step to bootstrap script | Kali Kaneko | |
2013-10-11 | replace git:// by https:// in repos | Kali Kaneko | |
2013-10-10 | fix mail requirement for proper smtp initialization | Kali Kaneko | |
2013-10-04 | Update release notes and dependencies | Tomás Touceda | |
2013-10-02 | update deps to reflect keymanager changes | Kali Kaneko | |
2013-09-25 | Merge remote-tracking branch 'kali/feature/bug-report-template' into develop | Ivan Alejandro | |
2013-09-25 | add sphinx-pypi-upload helper package | Kali Kaneko | |
2013-09-23 | Improve release checklist and build_bundle script. | Ivan Alejandro | |
2013-09-20 | Bump soledad.client version requirement. | 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. | |||
2013-09-19 | Url change of download | KwadroNaut | |
Actually there should still be a test if it fails! | |||
2013-09-18 | fix keyring problem with imports | Kali Kaneko | |
2013-09-12 | remove duplicated dependency | Kali Kaneko | |
2013-09-11 | Fix the format for the keyring requirement | Kali Kaneko | |
2013-09-09 | Update release doc, remove exec bits. Closes #3617 | Ivan Alejandro | |
2013-09-06 | Update requirements for 0.3.2 | Ivan Alejandro | |
2013-09-06 | Merge remote-tracking branch 'kali/feature/update-docs-to-0.3.2' into develop | Ivan Alejandro | |
2013-09-06 | add x bit | Kali Kaneko | |
2013-09-06 | Hotfix: recursive rm and fetch before checkout. | Ivan Alejandro | |
2013-09-05 | Set keyring version to < 3.0 because of version compat proble | Kali Kaneko | |
2013-09-05 | re-add mock as testing dep | Kali Kaneko | |
2013-09-05 | Update docs for testers and bootstrap script. | Ivan Alejandro | |