Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix symlink | root | 2013-06-24 | 3 | -1/+1 |
| | |||||
* | refactor graph generation into tinc_stats/Graph | root | 2013-06-24 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/krebscode/painload | Your Name | 2013-03-15 | 1 | -0/+21 |
|\ | |||||
| * | emergency commit | root | 2013-03-07 | 1 | -0/+21 |
| | | |||||
* | | Merge branch 'master' of https://github.com/krebscode/painload | Your Name | 2013-02-08 | 3 | -2/+58 |
|\| | |||||
| * | Merge branch 'master' of https://github.com/krebscode/painload | makefu | 2013-02-08 | 1 | -0/+38 |
| |\ | |||||
| * | | add nodes-to-json: parses retiolum/hosts folder into json | makefu | 2013-02-08 | 3 | -2/+58 |
| | | | |||||
* | | | Merge branch 'master' of https://github.com/krebscode/painload | Your Name | 2013-02-05 | 1 | -0/+38 |
|\ \ \ | | |/ | |/| | |||||
| * | | //retiolum list-known-public-addresses: don't check if online | tv | 2013-02-02 | 1 | -1/+1 |
| | | | |||||
| * | | //retiolum list-known-public-addresses: add online filter | tv | 2013-02-02 | 1 | -1/+7 |
| | | | |||||
| * | | //retiolum list-known-public-addresses: factorize | tv | 2013-02-02 | 1 | -21/+25 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/krebscode/painload | tv | 2013-02-02 | 2 | -8/+13 |
| |\| | |||||
| * | | //retiolum list-known-public-addresses: initial commit | tv | 2013-02-02 | 1 | -0/+28 |
| | | | |||||
* | | | //retiolum update-retiolum-hosts: rsync -I | root | 2013-01-31 | 1 | -1/+1 |
| |/ |/| | |||||
* | | //retiolum patch-retiolum-hosts: allow --reverse | root | 2013-01-31 | 2 | -8/+13 |
|/ | |||||
* | //retiolum update-retiolum-hosts: s/cp/rsync/ | root | 2013-01-31 | 1 | -2/+2 |
| | | | | Now old hosts will be removed from /etc/tinc/retiolum/hosts. | ||||
* | //retiolum update-retiolum-hosts: don't HUP/ALRM tincd | root | 2013-01-31 | 1 | -2/+0 |
| | |||||
* | //retiolum update_tinc_hosts: don't modify PATH | root | 2013-01-31 | 1 | -2/+6 |
| | | | | | | Don't modify PATH but explicitly locate required executables (i.e. hosts), so no other executables from //retiolum/bin can sneak into update_tinc_hosts. | ||||
* | retiolum apply-custom-hosts-patches: initial commit | tv | 2013-01-14 | 1 | -0/+8 |
| | | | | | | | | | | | | | Custom hosts patches are currently used for "LAN supernodes". Example patch: --- destroy 2012-05-12 04:13:57.081041849 +0100 +++ destroy 2013-01-13 18:35:30.087707751 +0100 @@ -1,3 +1,4 @@ +Address = destroy.local Subnet = 42:9277:1f1e:7599:ae4b:7cca:b4a3:fe47/128 Subnet = 10.243.0.31/32 Compression = 9 | ||||
* | retiolum check-free-retiolum-v4: update ipv4 addr | tv | 2013-01-13 | 1 | -1/+1 |
| | | | | This is a no-op, but it looks nicer than some more random address. | ||||
* | fix adv_graphgen, github_listener | root | 2013-01-02 | 4 | -129/+25 |
| | |||||
* | now pulls newest version when triggered | euer | 2012-12-07 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of github.com:krebscode/painload | euer | 2012-12-07 | 1 | -0/+35 |
|\ | |||||
| * | chmod +x annouce_pubkey | makefu | 2012-12-07 | 1 | -0/+0 |
| | | |||||
| * | Merge branch 'master' of github.com:krebscode/painload | makefu | 2012-12-07 | 1 | -2/+2 |
| |\ | |||||
| * | | write_channel.py rewritten to announce_pubkey | makefu | 2012-12-07 | 1 | -0/+35 |
| | | | | | | | | | | | | | | | announce_pubkey is a shell-only implementation of the now obsolete write_channel script to announce a hosts public key the only dependency of this script is telnet, haven't seen a system without it for a while now | ||||
* | | | tinc_stats.py -> tinc_stats2json | euer | 2012-12-07 | 1 | -0/+123 |
| |/ |/| | | | | | tinc_stats2json is now able to parse new tincctl format as well as legacy syslog format | ||||
* | | Met push origin master | euer | 2012-12-07 | 1 | -0/+9 |
|\| | | | | | | | rge branch 'master' of github.com:krebscode/painload | ||||
| * | //retiolum/bin/dump-graph: get graph from journald | tv | 2012-12-06 | 1 | -0/+9 |
| | | |||||
* | | update create-host-tar | euer | 2012-12-07 | 1 | -2/+2 |
|/ | | | | now using gzip | ||||
* | add github_listener | euer | 2012-11-29 | 1 | -0/+8 |
| | | | | a listener which fires create-host-tar every time being hit by github webhook | ||||
* | //retiolum/update_tinc_hosts: grep -P --> egrep | makefu | 2012-07-05 | 1 | -1/+1 |
| | | | | avoid using experimental -P flag for gnu grep to support openwrt | ||||
* | //retiolum -v flag not supported by old or retarded systems (openwrt) | makefu | 2012-07-05 | 1 | -1/+1 |
| | |||||
* | fixed /etc/hosts generation | lassulus | 2011-12-24 | 1 | -1/+1 |
| | |||||
* | //retiolum hosts: use correct format | tv | 2011-11-19 | 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 | 2 | -0/+16 |
| | | | | | | 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. | ||||
* | update_tinc_hosts fixed by tv | lassulus | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | //retiolum/bin/my-ip: initial commit | makefu | 2011-11-04 | 1 | -0/+2 |
| | | | | script to find your nat'ed ip address | ||||
* | //retiolum//tinc_stats: initial commit | makefu | 2011-11-03 | 1 | -0/+1 |
| | | | | tinc_stats writes the current TINC statistics into stdout | ||||
* | //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/bin: get-tinc-dir returns the config dir of tinc | makefu | 2011-09-12 | 1 | -0/+9 |
| | | | | supportet are currently all Linux/SunOS/Darwin as well as CYGWIN and MING | ||||
* | //retiolum/bin/update_tinc_hosts: create magic implies [re]start | tv | 2011-09-09 | 1 | -0/+1 |
| | |||||
* | //retiolum/bin/update_tinc_hosts: sed -i is evil, too | tv | 2011-09-09 | 1 | -1/+4 |
| | |||||
* | //retiolum/bin/ipv6: use BRE @sed | tv | 2011-09-09 | 1 | -1/+1 |
| | |||||
* | //retiolum/bin/hosts: use BRE @sed | tv | 2011-09-09 | 1 | -1/+3 |
| |