summaryrefslogtreecommitdiff
path: root/pkg
AgeCommit message (Collapse)Author
2014-06-05pep8 cleanupKali Kaneko
2014-06-05check for uid == 0Kali Kaneko
2014-06-05add version commandKali Kaneko
2014-06-04add null checks, fix error on get_default_device. Closes: #5732Kali 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-30fix bug with ipv6 blocking (added to wrong chain, so never removed and also ↵elijah
it would keep getting added repeatedly)
2014-05-29linux 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-29return instead of reject for multicastelijah
2014-05-29unblock local multicast IPs from linux firewall, to allow SSDP and ↵elijah
Bonjour/mDNS to work.
2014-05-21block ipv6 trafficKali Kaneko
2014-05-21Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/kali/feature/fix-nameserver-restoring' into develop
2014-05-20fix nameserver restoring. Closes: #5692Kali Kaneko
2014-05-20remove psutil <2.0 pinningKali Kaneko
2014-05-15avoid openvp soft-restart. Closes: #5669Kali Kaneko
2014-05-12wait on shutdown until firewall is downKali Kaneko
2014-05-12change paths for installing the latest helpersKali Kaneko
2014-05-12daemonize calls to resolvconf. Closes: #5618Kali Kaneko
2014-05-12add comment about pending ipv6 rulesKali Kaneko
2014-05-12ditch psutil, use stdlib onlyKali Kaneko
2014-05-12only switch the fw down if user asked for eip downKali Kaneko
2014-05-12change the rule to actually allow dns traffic to tunnel nameserver, not gatewayKali Kaneko
2014-05-12bitmask-root wrapper improvementsKali 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-12pep8 fixesKali Kaneko
* do not strictly compare to bool values
2014-05-12add polkit file for bitmask-root,Kali Kaneko
and remove openvpn polkit file.
2014-05-12add elijah's root-wrapper in pythonKali Kaneko
2014-04-11Merge remote-tracking branch 'refs/remotes/kali/bug/relax-psutil-pinning' ↵Tomás Touceda
into develop
2014-04-11relax psutil version pinningKali Kaneko
Closes: #5489
2014-04-10update requirements to last unified releaseKali Kaneko
2014-04-05Support 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-04Update requirementsTomás Touceda
2014-04-04Add script to sum changes status.Ivan Alejandro
2014-03-26Add script to quickly verify some code rules.Ivan Alejandro
2014-03-17Pin psutil version to avoid conflicts with gnupg.Ivan Alejandro
gnupg 1.2.5 requires psutil==1.2.1
2014-03-10Merge remote-tracking branch 'refs/remotes/kali/feature/graph-cpu-and-mem' ↵Tomás Touceda
into develop
2014-03-07Remove qtreactor dependencyTomás Touceda
2014-03-05script to graph cpu/mem usage. Related: #5259Kali Kaneko
Use as: RESOURCE_TIME=5 make resource_graph where RESOURCE_TIME are the minutes to run for.
2014-01-14bootstrap script -- make run passthrough args work, allow init to be re-run.elijah
2014-01-13Install all dependencies unzipped.Ivan Alejandro
Otherwise scrypt gets installed as an egg resulting in an error trying to import it. [Closes #4948]
2013-12-19Avoids 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-05change path to working directory, since we reuse venv across projectsKali Kaneko
2013-12-04Add the ability to run the runner inside a virtualenv usingKali Kaneko
virtualenvwrapper.sh
2013-11-15Update requirementsTomás Touceda
2013-11-06Support read-only remotes.Ivan Alejandro
2013-11-01Update requirementsTomás Touceda
2013-10-31Add script to bootstrap a develop environment.Ivan Alejandro
2013-10-28dependency pinning on requestsKali Kaneko
2013-10-28Mail State Machine refactor. Closes: #4059Kali Kaneko
2013-10-18Update requirementsTomás Touceda
2013-10-16add make step to bootstrap scriptKali Kaneko
2013-10-11replace git:// by https:// in reposKali Kaneko
2013-10-10fix mail requirement for proper smtp initializationKali Kaneko