Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of github.com:krebscode/painload | EUcancER | 2011-11-10 | 1 | -1/+1 |
|\ | |||||
| * | //retiolum hosts also controls 23.42/16 | tv | 2011-11-10 | 1 | -1/+1 |
| | | |||||
* | | //retiolum/adv_graphgen: refactor graph generation, fix weight issue | EUcancER | 2011-11-10 | 3 | -8/+17 |
|/ | |||||
* | //retiolum hosts: killall Subnet = 10.7.7/24 | tv | 2011-11-10 | 43 | -50/+0 |
| | |||||
* | //retiolum tinc-up: first set up interface, then configure | tv | 2011-11-10 | 1 | -2/+2 |
| | |||||
* | //retiolum Makefile update: show unified context | tv | 2011-11-10 | 1 | -1/+1 |
| | |||||
* | //retiolum pgrep-retiolum-tincd-args: fix regex | tv | 2011-11-10 | 1 | -1/+1 |
| | |||||
* | //retiolum update: cp tinc-up and restart tincd | tv | 2011-11-10 | 4 | -8/+24 |
| | | | | | | This commit updates /etc's tinc-up if it has changed and then restarts tincd. If tinc-up hasn't changed then only HUP and ALRM are sent to the retiolum tincd process. | ||||
* | //retiolum tinc-up: use iproute2 only | tv | 2011-11-10 | 1 | -9/+7 |
| | |||||
* | //retiolum tinc-up: fix ipv4 netmask | tv | 2011-11-09 | 1 | -3/+4 |
| | |||||
* | update_tinc_hosts fixed by tv | lassulus | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | //retiolum install.sh: more ipv4-adaptions | tv | 2011-11-09 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of github.com:krebscode/painload | tv | 2011-11-09 | 1 | -1/+1 |
|\ | |||||
| * | fixed random in ip | lassulus | 2011-11-09 | 1 | -1/+1 |
| | | |||||
* | | //retiolum tinc-up: adapt ipv4-range | tv | 2011-11-09 | 1 | -2/+2 |
|/ | |||||
* | //retiolum hosts: fillxx ipv4 | tv | 2011-11-09 | 45 | -0/+45 |
| | | | | | | | for x in hosts/*; do myipv4=$(echo 42.$(for i in `seq 1 3`; do echo "ibase=16;`bin/fillxx xx|tr [a-f] [A-F]`" | bc; done)|tr \ .)/32; if ! grep -q '42\..*/32' $x; then sed -i '/BEGIN/s:.*:'"Subnet = $myipv4"'\n&:' $x ; fi; done | ||||
* | //retiolum install.sh: use fillxx for IPv4 (inactive) | tv | 2011-11-09 | 1 | -0/+4 |
| | |||||
* | //retiolum hosts also: add nebula ipv4 addr | tv | 2011-11-09 | 1 | -0/+1 |
| | |||||
* | //retiolum install.sh: default hostname + eloop@ipv4 | krebs | 2011-11-08 | 1 | -5/+11 |
| | |||||
* | //retiolum/Makefile: use relative punani | krebs | 2011-11-08 | 1 | -1/+1 |
| | |||||
* | //retiolum hosts steve: initial commit | krebs | 2011-11-08 | 1 | -0/+10 |
| | |||||
* | add script to find legacy hosts | EUcancER | 2011-11-08 | 1 | -0/+59 |
| | |||||
* | added testip alphalabs | lassulus | 2011-11-08 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of github.com:krebscode/painload | makefu | 2011-11-04 | 3 | -9/+11 |
|\ | |||||
| * | //retiolum/adv_graphgen: bug-fixing | EUcancER | 2011-11-04 | 3 | -9/+11 |
| | | | | | | | | | | | | | | debian uses features of adv_graphgen which hasn't been tested until now. Bugs has been fixed concerning usage of LOG_FILE environ and many more fix minor calculation bug in availability calucluation (delete faulty archive lines) | ||||
* | | //retiolum/adv_graphgen: tinc_stats now invokes USR2 against tinc deamon | makefu | 2011-11-04 | 1 | -0/+3 |
|/ | |||||
* | //retiolum/adv_graphgen: add BackwardsReader | makefu | 2011-11-04 | 1 | -0/+35 |
| | | | | dependency for tinc_stats.py | ||||
* | //retiolum/adv_graphgen: replace old parsing style, refactoring | makefu | 2011-11-04 | 3 | -43/+25 |
| | | | | | tinc_stats now writes the current tinc state into stdout as json sanitize.sh uses tinc_stats and pipes the output to parse_tinc_stats.py (the name is a lie) | ||||
* | //retiolum/bin/my-ip: initial commit | makefu | 2011-11-04 | 1 | -0/+2 |
| | | | | script to find your nat'ed ip address | ||||
* | Merge branch 'master' of github.com:krebscode/painload | makefu | 2011-11-03 | 2 | -18/+106 |
|\ | |||||
| * | //retiolum/adv_graphgen: add avg weight to nodes | EUcancER | 2011-10-27 | 1 | -2/+11 |
| | | |||||
| * | //retiolum/adv_graphgen: archive file parsed once, not n times | EUcancER | 2011-10-26 | 1 | -7/+8 |
| | | | | | | | | | | the archive file used to calculate the node availability is now parsed only once, not [num nodes] times. this saves quite some time | ||||
| * | //retiolum/adv_graphgen: update archive path | EUcancER | 2011-10-26 | 1 | -1/+1 |
| | | |||||
| * | //retiolum/adv_graphgen:add availability to parser | EUcancER | 2011-10-26 | 1 | -3/+45 |
| | | |||||
| * | //retiolum/adv_graphgen: rewrite graph generation | EUcancER | 2011-10-26 | 1 | -5/+36 |
| | | |||||
| * | //retiolum/adv_graphgen: fix generator script | EUcancER | 2011-10-26 | 1 | -9/+14 |
| | | | | | | | | | | svg is now generated instead of png dotfile is now a tempfile | ||||
* | | //retiolum//tinc_stats: initial commit | makefu | 2011-11-03 | 2 | -0/+78 |
|/ | | | | tinc_stats writes the current TINC statistics into stdout | ||||
* | EUcancER -> euer | EUcancER | 2011-10-25 | 1 | -0/+0 |
| | |||||
* | retiolum/Makefile: reload tinc correctly | EUcancER | 2011-10-19 | 1 | -1/+2 |
| | |||||
* | //retiolum: kremu -> kremium | root | 2011-10-18 | 1 | -0/+0 |
| | |||||
* | //retiolum supernode-...: fix typo | tv | 2011-10-12 | 1 | -0/+1 |
| | |||||
* | //retiolum supernode-...: add little doc | tv | 2011-10-12 | 1 | -12/+18 |
| | |||||
* | //retiolum super-...: inline hrefs | tv | 2011-10-12 | 1 | -3/+5 |
| | |||||
* | //retiolum supernode-...: do the HUP! | tv | 2011-10-12 | 1 | -0/+2 |
| | |||||
* | //retiolum supernode-update-hosts-and-hup: init | tv | 2011-10-12 | 1 | -0/+33 |
| | |||||
* | //retiolum install: add oxberg in `sort`ed order | tv | 2011-10-12 | 1 | -2/+3 |
| | |||||
* | //retiolum hosts oxberg: initial commit | root | 2011-10-12 | 1 | -0/+11 |
| | |||||
* | //retiolum/Makefile: fix race condition bug when reloading tincd | EUcancER | 2011-10-12 | 1 | -1/+1 |
| | | | | it might be possible the tincd is not running and therefore pkill returns =! 0 in this case | ||||
* | retiolum:add tincd reload after update | EUcancER | 2011-10-11 | 1 | -0/+2 |
| | |||||
* | add kremu | makefu | 2011-10-11 | 1 | -0/+10 |
| | | | | the krebs emulation node |