summaryrefslogtreecommitdiffstats
path: root/retiolum/bin
Commit message (Collapse)AuthorAgeFilesLines
* retiolum/bin/hosts: osx doesn't know \ttv2014-04-201-1/+1
|
* retiolum/bin/hosts: \? is not BREtv2014-04-201-2/+2
|
* update-retiolum-hosts: remove readlinktv2014-04-201-1/+1
|
* update_tinc_host: kill readlinktv2014-04-201-5/+2
|
* removed pgrep-retiolum-tincd-argslassulus2013-12-291-2/+0
|
* retiolum: only 1 restart method requiredlassulus2013-12-291-14/+0
|
* fix symlinkroot2013-06-243-1/+1
|
* refactor graph generation into tinc_stats/Graphroot2013-06-241-1/+1
|
* Merge branch 'master' of https://github.com/krebscode/painloadYour Name2013-03-151-0/+21
|\
| * emergency commitroot2013-03-071-0/+21
| |
* | Merge branch 'master' of https://github.com/krebscode/painloadYour Name2013-02-083-2/+58
|\|
| * Merge branch 'master' of https://github.com/krebscode/painloadmakefu2013-02-081-0/+38
| |\
| * | add nodes-to-json: parses retiolum/hosts folder into jsonmakefu2013-02-083-2/+58
| | |
* | | Merge branch 'master' of https://github.com/krebscode/painloadYour Name2013-02-051-0/+38
|\ \ \ | | |/ | |/|
| * | //retiolum list-known-public-addresses: don't check if onlinetv2013-02-021-1/+1
| | |
| * | //retiolum list-known-public-addresses: add online filtertv2013-02-021-1/+7
| | |
| * | //retiolum list-known-public-addresses: factorizetv2013-02-021-21/+25
| | |
| * | Merge branch 'master' of https://github.com/krebscode/painloadtv2013-02-022-8/+13
| |\|
| * | //retiolum list-known-public-addresses: initial committv2013-02-021-0/+28
| | |
* | | //retiolum update-retiolum-hosts: rsync -Iroot2013-01-311-1/+1
| |/ |/|
* | //retiolum patch-retiolum-hosts: allow --reverseroot2013-01-312-8/+13
|/
* //retiolum update-retiolum-hosts: s/cp/rsync/root2013-01-311-2/+2
| | | | Now old hosts will be removed from /etc/tinc/retiolum/hosts.
* //retiolum update-retiolum-hosts: don't HUP/ALRM tincdroot2013-01-311-2/+0
|
* //retiolum update_tinc_hosts: don't modify PATHroot2013-01-311-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 committv2013-01-141-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 addrtv2013-01-131-1/+1
| | | | This is a no-op, but it looks nicer than some more random address.
* fix adv_graphgen, github_listenerroot2013-01-024-129/+25
|
* now pulls newest version when triggeredeuer2012-12-071-0/+1
|
* Merge branch 'master' of github.com:krebscode/painloadeuer2012-12-071-0/+35
|\
| * chmod +x annouce_pubkeymakefu2012-12-071-0/+0
| |
| * Merge branch 'master' of github.com:krebscode/painloadmakefu2012-12-071-2/+2
| |\
| * | write_channel.py rewritten to announce_pubkeymakefu2012-12-071-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_stats2jsoneuer2012-12-071-0/+123
| |/ |/| | | | | tinc_stats2json is now able to parse new tincctl format as well as legacy syslog format
* | Met push origin mastereuer2012-12-071-0/+9
|\| | | | | | | rge branch 'master' of github.com:krebscode/painload
| * //retiolum/bin/dump-graph: get graph from journaldtv2012-12-061-0/+9
| |
* | update create-host-tareuer2012-12-071-2/+2
|/ | | | now using gzip
* add github_listenereuer2012-11-291-0/+8
| | | | a listener which fires create-host-tar every time being hit by github webhook
* //retiolum/update_tinc_hosts: grep -P --> egrepmakefu2012-07-051-1/+1
| | | | avoid using experimental -P flag for gnu grep to support openwrt
* //retiolum -v flag not supported by old or retarded systems (openwrt)makefu2012-07-051-1/+1
|
* fixed /etc/hosts generationlassulus2011-12-241-1/+1
|
* //retiolum hosts: use correct formattv2011-11-191-1/+1
|
* //retiolum pgrep-retiolum-tincd-args: fix regextv2011-11-101-1/+1
|
* //retiolum update: cp tinc-up and restart tincdtv2011-11-102-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 tvlassulus2011-11-091-1/+1
|
* //retiolum/bin/my-ip: initial commitmakefu2011-11-041-0/+2
| | | | script to find your nat'ed ip address
* //retiolum//tinc_stats: initial commitmakefu2011-11-031-0/+1
| | | | tinc_stats writes the current TINC statistics into stdout
* //retiolum supernode-...: fix typotv2011-10-121-0/+1
|
* //retiolum supernode-...: add little doctv2011-10-121-12/+18
|
* //retiolum super-...: inline hrefstv2011-10-121-3/+5
|
* //retiolum supernode-...: do the HUP!tv2011-10-121-0/+2
|