Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added rc.d retiolum file | Lassulus | 2011-05-25 | 1 | -0/+34 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | migrate to new repo layout | Felix Richter | 2011-05-10 | 7 | -0/+163 |
README: added new clean install script description build_debian.sh: updated build_debian script (might still be broken) install.sh: updated script to work with new layout (untested) |