summaryrefslogtreecommitdiffstats
path: root/retiolum
Commit message (Collapse)AuthorAgeFilesLines
...
| | * deactivated debug modeLassulus2011-05-251-46/+46
| | |
| | * ENTERPRISELassulus2011-05-251-95/+128
| | |
| | * removed unneeded hostsLassulus2011-05-242-15/+0
| | |
| | * 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
| | |
| * | added Shepherd (former beagleboard)Felix Richter2011-05-251-0/+9
| |/
| * 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
| |
| * Merge branch 'master' of github.com:miefda/retiolumFelix Richter2011-05-142-49/+71
| |\
| | * 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
| | |
| | * added krebs pubkeyLassulus2011-05-111-0/+9
| | |
| * | added upm shack virtual machineFelix Richter2011-05-141-0/+9
| |/
| * 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
| |
| * Merge branch 'master' of github.com:miefda/retiolumFelix Richter2011-05-103-15/+0
| |\
| | * deleted fucking README node xDroot2011-05-101-1/+0
| | |
| | * delteted dead nodesLassulus2011-05-102-14/+0
| | |
| | * editet README (test)Lassulus2011-05-101-1/+1
| | |
| * | added own pubkey generated by opensslFelix Richter2011-05-101-0/+9
| |/
| * Merge remote-tracking branch 'oldrepo/master'Felix Richter2011-05-1012-2/+192
| |\ | | | | | | | | | | | | | | | | | | Conflicts: krebs: newline deleted miefdahome: local net deleted supernode: replaced ip with dns entry
| | * migrate to new repo layoutFelix Richter2011-05-1025-5/+9
| | | | | | | | | | | | | | | | | | 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)
| | * Merge branch 'master' of github.com:makefu/shack-retiolumFelix Richter2011-05-104-5/+42
| | |\
| | | * updated to work with legacy osFelix Richter2011-05-053-7/+38
| | | | | | | | | | | | | | | | | | | | | | | | build_debian.sh: updated to work with legacy build_debian_clean.sh: debian build script with manual compiling install.sh: updated python to work with legacy software
| | | * updated debian installer for autostart,no.de installer(nonfunct)Felix Richter2011-05-022-0/+6
| | | |
| | * | added ITART,UTART,ytartFelix Richter2011-05-103-0/+24
| | |/
| | * added miefdahomeFelix Richter2011-04-221-0/+9
| | |