Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge branch 'master' of github.com:miefda/retiolum | Lassulus | 2011-05-25 | 1 | -1/+0 | |
| |\ | ||||||
| | * | undone ipv6 miefda901 | root | 2011-05-25 | 1 | -1/+0 | |
| | | | ||||||
| * | | added exile, edited Lassulus | Lassulus | 2011-05-25 | 2 | -0/+18 | |
| |/ | ||||||
| * | ipv6 for supernode | miefda | 2011-05-25 | 1 | -0/+2 | |
| | | ||||||
| * | ipv6 for miefda901 | root | 2011-05-25 | 3 | -0/+3 | |
| | | ||||||
| * | bugfixing | Lassulus | 2011-05-25 | 1 | -5/+9 | |
| | | ||||||
| * | deactivated debug mode | Lassulus | 2011-05-25 | 1 | -46/+46 | |
| | | ||||||
| * | ENTERPRISE | Lassulus | 2011-05-25 | 1 | -95/+128 | |
| | | ||||||
| * | removed unneeded hosts | Lassulus | 2011-05-24 | 2 | -15/+0 | |
| | | ||||||
| * | making now pidfile in /var/lock | Lassulus | 2011-05-24 | 1 | -0/+8 | |
| | | ||||||
| * | optional parameter for starting tinc | Lassulus | 2011-05-24 | 1 | -1/+1 | |
| | | ||||||
| * | krebs is now enterprise ;) | Lassulus | 2011-05-24 | 1 | -2/+4 | |
| | | ||||||
| * | fixed remote shell execution | Lassulus | 2011-05-24 | 1 | -1/+3 | |
| | | ||||||
* | | added Shepherd (former beagleboard) | Felix Richter | 2011-05-25 | 1 | -0/+9 | |
|/ | ||||||
* | cleaned up the script mess | Felix Richter | 2011-05-19 | 13 | -15/+62 | |
| | | | | | | | README: added README files for the whole directory as well as the subdirs adv_graphgen/* : contains the graphgen files tinc_setup/* : contains the build script and the bootstrap script tinc_multicast/* : contains the multicast script | |||||
* | sqlite removed, datamgmt unneeded | Lassulus | 2011-05-18 | 1 | -101/+0 | |
| | ||||||
* | adding sudo snippet to bootstrap | Felix Richter | 2011-05-17 | 1 | -2/+2 | |
| | ||||||
* | hotfix for borken bootstrap script | Felix Richter | 2011-05-17 | 1 | -1/+1 | |
| | ||||||
* | added bootstrap script | Felix Richter | 2011-05-14 | 1 | -0/+11 | |
| | | | | | use the bootstrap code with: curl https://github.com/miefda/retiolum/raw/master/.scripts/bootstrap.sh | sh | |||||
* | updated debian build script to behave correctly in the current context | Felix Richter | 2011-05-14 | 1 | -7/+19 | |
| | ||||||
* | Merge branch 'master' of github.com:miefda/retiolum | Felix Richter | 2011-05-14 | 2 | -49/+71 | |
|\ | ||||||
| * | moar debug | Lassulus | 2011-05-12 | 1 | -48/+52 | |
| | | ||||||
| * | fixed auththread crash | Lassulus | 2011-05-12 | 1 | -6/+7 | |
| | | ||||||
| * | fixed debug error | Lassulus | 2011-05-12 | 1 | -4/+7 | |
| | | ||||||
| * | more debug | Lassulus | 2011-05-11 | 1 | -0/+5 | |
| | | ||||||
| * | added krebs pubkey | Lassulus | 2011-05-11 | 1 | -0/+9 | |
| | | ||||||
* | | added upm shack virtual machine | Felix Richter | 2011-05-14 | 1 | -0/+9 | |
|/ | ||||||
* | optional path now as $1 | Lassulus | 2011-05-11 | 1 | -2/+3 | |
| | ||||||
* | fixed race condition error | Felix Richter | 2011-05-11 | 1 | -1/+1 | |
| | ||||||
* | fixed indent bug | Lassulus | 2011-05-11 | 1 | -1/+1 | |
| | ||||||
* | digraph again | Felix Richter | 2011-05-11 | 1 | -3/+7 | |
| | | | | parse.py:now it can be distinguished between uni and bidirectional connections | |||||
* | Merge branch 'master' of github.com:miefda/retiolum | Felix Richter | 2011-05-11 | 1 | -11/+9 | |
|\ | ||||||
| * | Merge branch 'master' of github.com:miefda/retiolum | Lassulus | 2011-05-11 | 2 | -0/+89 | |
| |\ | ||||||
| * | | added better hostsfiles managment | Lassulus | 2011-05-11 | 1 | -11/+9 | |
| | | | ||||||
* | | | added alternative graph setter variable, fixed default opener | Felix Richter | 2011-05-11 | 1 | -4/+8 | |
| |/ |/| | ||||||
* | | updated sanitize, more generic script | Felix Richter | 2011-05-11 | 1 | -2/+8 | |
| | | | | | | | | sanitize.sh: has two variables, self explanatory, script is now more enterprise by utilizing xdg-open script | |||||
* | | Merge branch 'master' of github.com:miefda/retiolum | Felix Richter | 2011-05-11 | 1 | -58/+35 | |
|\| | ||||||
| * | added md5 stuff and better wget alternative | Lassulus | 2011-05-11 | 1 | -3/+20 | |
| | | ||||||
| * | no more sqlite3 | Lassulus | 2011-05-11 | 1 | -30/+13 | |
| | | ||||||
| * | no more fucking pycrypto | Lassulus | 2011-05-11 | 1 | -27/+4 | |
| | | ||||||
* | | refactored parse.py | Felix Richter | 2011-05-11 | 2 | -3/+31 | |
| | | | | | | | | parse.py: now also writes the number of current connections | |||||
* | | refactored parser script,fixed bug | Felix Richter | 2011-05-11 | 2 | -31/+31 | |
| | | | | | | | | | | | | parse.py: refactored parsing into function sanitize.sh: fixed bug which creates race condition, removed gvcolor from toolchain | |||||
* | | added tinc syslog parser and graph generator | Felix Richter | 2011-05-11 | 2 | -0/+55 | |
|/ | | | | | | | parse.py: parses syslog input given via stdin, writes graphviz graph to stdout sanitize.sh:helper script which prepares syslog for the parse script,pipes output of parse.sh into graphviz | |||||
* | added datamgmt and retiolum | Lassulus | 2011-05-10 | 2 | -0/+413 | |
| | ||||||
* | Merge branch 'master' of github.com:miefda/retiolum | Felix Richter | 2011-05-10 | 3 | -15/+0 | |
|\ | ||||||
| * | deleted fucking README node xD | root | 2011-05-10 | 1 | -1/+0 | |
| | | ||||||
| * | delteted dead nodes | Lassulus | 2011-05-10 | 2 | -14/+0 | |
| | | ||||||
| * | editet README (test) | Lassulus | 2011-05-10 | 1 | -1/+1 | |
| | | ||||||
* | | added own pubkey generated by openssl | Felix Richter | 2011-05-10 | 1 | -0/+9 | |
|/ | ||||||
* | Merge remote-tracking branch 'oldrepo/master' | Felix Richter | 2011-05-10 | 12 | -2/+192 | |
|\ | | | | | | | | | | | | | Conflicts: krebs: newline deleted miefdahome: local net deleted supernode: replaced ip with dns entry |