summaryrefslogtreecommitdiffstats
path: root/retiolum/hosts/.scripts
Commit message (Collapse)AuthorAgeFilesLines
* fixed missing +x in startup scriptFelix Richter2011-05-261-1/+2
|
* Merge branch 'master' of github.com:miefda/retiolumFelix Richter2011-05-263-0/+133
|\
| * added startup script for tincFelix Richter2011-05-252-0/+99
| |
| * fixed typosLassulus2011-05-251-1/+1
| |
| * added rc.d retiolum fileLassulus2011-05-251-0/+34
| |
* | changed weight-calculation for graphgenFelix Richter2011-05-261-2/+6
|/
* bugfixingLassulus2011-05-251-5/+9
|
* deactivated debug modeLassulus2011-05-251-46/+46
|
* ENTERPRISELassulus2011-05-251-95/+128
|
* making now pidfile in /var/lockLassulus2011-05-241-0/+8
|
* optional parameter for starting tincLassulus2011-05-241-1/+1
|
* krebs is now enterprise ;)Lassulus2011-05-241-2/+4
|
* fixed remote shell executionLassulus2011-05-241-1/+3
|
* cleaned up the script messFelix Richter2011-05-1913-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 unneededLassulus2011-05-181-101/+0
|
* adding sudo snippet to bootstrapFelix Richter2011-05-171-2/+2
|
* hotfix for borken bootstrap scriptFelix Richter2011-05-171-1/+1
|
* added bootstrap scriptFelix Richter2011-05-141-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 contextFelix Richter2011-05-141-7/+19
|
* moar debugLassulus2011-05-121-48/+52
|
* fixed auththread crashLassulus2011-05-121-6/+7
|
* fixed debug errorLassulus2011-05-121-4/+7
|
* more debugLassulus2011-05-111-0/+5
|
* optional path now as $1Lassulus2011-05-111-2/+3
|
* fixed race condition errorFelix Richter2011-05-111-1/+1
|
* fixed indent bugLassulus2011-05-111-1/+1
|
* digraph againFelix Richter2011-05-111-3/+7
| | | | parse.py:now it can be distinguished between uni and bidirectional connections
* Merge branch 'master' of github.com:miefda/retiolumFelix Richter2011-05-111-11/+9
|\
| * Merge branch 'master' of github.com:miefda/retiolumLassulus2011-05-112-0/+89
| |\
| * | added better hostsfiles managmentLassulus2011-05-111-11/+9
| | |
* | | added alternative graph setter variable, fixed default openerFelix Richter2011-05-111-4/+8
| |/ |/|
* | updated sanitize, more generic scriptFelix Richter2011-05-111-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/retiolumFelix Richter2011-05-111-58/+35
|\|
| * added md5 stuff and better wget alternativeLassulus2011-05-111-3/+20
| |
| * no more sqlite3Lassulus2011-05-111-30/+13
| |
| * no more fucking pycryptoLassulus2011-05-111-27/+4
| |
* | refactored parse.pyFelix Richter2011-05-112-3/+31
| | | | | | | | parse.py: now also writes the number of current connections
* | refactored parser script,fixed bugFelix Richter2011-05-112-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 generatorFelix Richter2011-05-112-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 retiolumLassulus2011-05-102-0/+413
|
* migrate to new repo layoutFelix Richter2011-05-107-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)