Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixes for android | Lassulus | 2013-01-21 | 1 | -2/+3 | |
| | ||||||
* | fixed path on android | Lassulus | 2013-01-21 | 1 | -1/+1 | |
| | ||||||
* | fix android bug | Lassulus | 2013-01-21 | 1 | -4/+4 | |
| | ||||||
* | rubus: rekeying | makefu | 2013-01-19 | 1 | -9/+8 | |
| | ||||||
* | removed getopts | Lassulus | 2013-01-16 | 1 | -85/+0 | |
| | ||||||
* | removed redundant host detection | Lassulus | 2013-01-16 | 1 | -5/+0 | |
| | ||||||
* | s/supernode/slowpoke/ | Lassulus | 2013-01-16 | 2 | -2/+2 | |
| | ||||||
* | added Address | Lassulus | 2013-01-16 | 1 | -0/+1 | |
| | ||||||
* | added slowpoke | Lassulus | 2013-01-16 | 1 | -0/+12 | |
| | ||||||
* | adv_graphgen: remove temporary data properly | makefu | 2013-01-15 | 2 | -6/+6 | |
| | ||||||
* | add kvasir | makefu | 2013-01-15 | 1 | -0/+10 | |
| | ||||||
* | Merge branch 'master' of https://github.com/krebscode/painload | makefu | 2013-01-14 | 3 | -11/+27 | |
|\ | ||||||
| * | retiolum apply-custom-hosts-patches: initial commit | tv | 2013-01-14 | 2 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 find_super: use same output format as find_super.py | tv | 2013-01-14 | 1 | -1/+1 | |
| | | ||||||
| * | retiolum find_super: replace xargs with for&wait | tv | 2013-01-14 | 1 | -24/+20 | |
| | | ||||||
| * | retiolum find_super: parallel lookup | tv | 2013-01-14 | 1 | -13/+24 | |
| | | ||||||
* | | Merge branch 'master' of https://github.com/krebscode/painload | makefu | 2013-01-14 | 8 | -48/+18 | |
|\| | ||||||
| * | retiolum hosts: RIP also iiso xso oxberg | tv | 2013-01-13 | 4 | -44/+0 | |
| | | ||||||
| * | retiolum install: replace oxberg,pa_sharepoint by albi10,pigstarter | tv | 2013-01-13 | 1 | -2/+2 | |
| | | ||||||
| * | retiolum/hosts/albi10: albi's supernode | tv | 2013-01-13 | 1 | -0/+11 | |
| | | ||||||
| * | retiolum install: pass full IPv4 to check-free-retiolum-v4 | tv | 2013-01-13 | 1 | -1/+1 | |
| | | | | | | | | | | This fixes a bug, where an unused address (10.243.0.10) could not be used another address (10.9.0.10) has the same suffix. | |||||
| * | 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. | |||||
| * | new_install: start tinc when finished | makefu | 2013-01-08 | 1 | -0/+3 | |
| | | ||||||
* | | nfcgate -> nfcgate_298dbf07 | makefu | 2013-01-14 | 1 | -0/+0 | |
| | | ||||||
* | | nfcgate: initial commit | makefu | 2013-01-12 | 1 | -0/+10 | |
|/ | ||||||
* | adv_graphgen: no redundancy > being supernode | makefu | 2013-01-06 | 1 | -3/+4 | |
| | | | | it is visually more important to see that a node has no redundancy that to see this node is a potential supernode | |||||
* | adv_graphgen: add visual warning | makefu | 2013-01-06 | 1 | -1/+4 | |
| | | | | | for nodes with only one connection as this means no redundancy is configured in case the other connected node dies away | |||||
* | fix new_install installer | makefu | 2013-01-06 | 1 | -1/+8 | |
| | ||||||
* | fix graph generation | root | 2013-01-06 | 3 | -3/+4 | |
| | ||||||
* | boot/retiolum.sh: welcome to the escaping hell | makefu | 2013-01-05 | 1 | -5/+5 | |
| | ||||||
* | fix connectTo, replace euer with pigstarter | root | 2013-01-05 | 1 | -1/+1 | |
| | ||||||
* | add rubus - jules raspi | root | 2013-01-05 | 1 | -0/+11 | |
| | ||||||
* | fix adv_graphgen, github_listener | root | 2013-01-02 | 9 | -147/+169 | |
| | ||||||
* | fixed android bug | Lassulus | 2012-12-28 | 1 | -1/+1 | |
| | ||||||
* | fixed netmask magic | Lassulus | 2012-12-28 | 1 | -9/+9 | |
| | ||||||
* | fixed os detection, readded set -f | Lassulus | 2012-12-28 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'master' of github.com:krebscode/painload | euer | 2012-12-28 | 1 | -24/+27 | |
|\ | ||||||
| * | retiolum/install: enable shell-expansion until further notice, fallback for OS | EUcancER | 2012-12-28 | 1 | -1/+4 | |
| | | ||||||
| * | Merge branch 'master' of github.com:krebscode/painload | EUcancER | 2012-12-27 | 1 | -2/+3 | |
| |\ | ||||||
| | * | fixed install bug | Lassulus | 2012-12-27 | 1 | -2/+2 | |
| | | | ||||||
| | * | added SURL parameter for supernodes.tar.gz url | Lassulus | 2012-12-27 | 1 | -1/+2 | |
| | | | ||||||
| * | | tinc_installer: fix ip_finder, Random, others | EUcancER | 2012-12-27 | 1 | -4/+4 | |
| |/ | ||||||
| * | Merge branch 'master' of github.com:krebscode/painload | Lassulus | 2012-12-27 | 1 | -4/+4 | |
| |\ | ||||||
| | * | fix problems in new installer | EUcancER | 2012-12-27 | 1 | -5/+5 | |
| | | | ||||||
| * | | fixed hostmask generation | Lassulus | 2012-12-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'master' of github.com:krebscode/painload | Lassulus | 2012-12-27 | 3 | -23/+22 | |
| |\| | ||||||
| | * | fix new installer, tested with debian install | EUcancER | 2012-12-27 | 1 | -13/+12 | |
| | | | ||||||
| * | | fixed url | Lassulus | 2012-12-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | add final khackplug | euer | 2012-12-28 | 1 | -0/+11 | |
| |/ |/| | ||||||
* | | filebitch -> filebitchin | euer | 2012-12-27 | 2 | -10/+10 | |
|/ |