summaryrefslogtreecommitdiff
path: root/rapid-tunneling
AgeCommit message (Collapse)Author
2011-12-19rapid-tunneling: gui saves tarballTzafrir Cohen
* rapid-tunneling -c copies tarball. * Web interface uses this to keep a copy of the log. * Don't log to /tmp/ra.log . git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@10210 283159da-0705-0410-b60c-f2062b4bb6ad
2010-10-06rapid-tunneling: -D: don't daemonize.Tzafrir Cohen
* An option to not run the process in the background. Also useful for running under upstart and such. * Update man page for recent changes. git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@8441 283159da-0705-0410-b60c-f2062b4bb6ad
2010-10-05rapid-tunneling: remove bashism, simplifyTzafrir Cohen
Replace complex (and bash-specific) loop with a simpler non-loop. git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@8435 283159da-0705-0410-b60c-f2062b4bb6ad
2010-10-03Overriding the base_dir is not a great ideaTzafrir Cohen
If we override base_dir we also need to change the -status script. Let's not do that unless it is actually useful. git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@8402 283159da-0705-0410-b60c-f2062b4bb6ad
2010-10-03Allow overriding setting from command-lineTzafrir Cohen
Add command-line options to override various settings from the tarball as well as the base directory. Overriding the tunnel port may confuse the server and is thus not allowed. git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@8401 283159da-0705-0410-b60c-f2062b4bb6ad
2010-10-03unset SSH_AUTH_SOCK to avoid key from agentTzafrir Cohen
If SSH_AUTH_SOCK was set by the ssh-agent, we will try to use keys from it. Which is a bad idea if you otherwise have an ssh key to the support user. git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@8400 283159da-0705-0410-b60c-f2062b4bb6ad
2010-10-03place files under $HOME/.rapid-tunnelingTzafrir Cohen
Switch to using $HOME/.rapid-tunneling as the base directory for files we need to keep (instead of simply using $HOME). git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@8399 283159da-0705-0410-b60c-f2062b4bb6ad
2010-10-03An explicit name for the temporary directoryTzafrir Cohen
git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@8398 283159da-0705-0410-b60c-f2062b4bb6ad
2010-01-31 * call /sbin/rapidbox instead of "rapidbox" on centos - this fixes the GUI ↵Alex Landau
problem * properly excape error messages in the makefile * do install the bash completion (makefile) * bump version to 1.02 (debian version unchanged, only spec) git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@7727 283159da-0705-0410-b60c-f2062b4bb6ad
2009-02-01rapid-tunneling:Alex Landau
- Added GUI password protection. - Backed out GPG. git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@6682 283159da-0705-0410-b60c-f2062b4bb6ad
2009-01-06Allow disabling the client PGP check by setting REQUIRE_PGP in Tzafrir Cohen
/etc/rapid-tunneling/client . git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@6556 283159da-0705-0410-b60c-f2062b4bb6ad
2009-01-05GPG signature of tarball; path changesTzafrir Cohen
* The tarball sent by the support user is now signed: an extra sig.asc gpg ascii-armoured signature of the contents of all the other file (alphabetical order). * Client verifies that before touching the data further. * Hence packages depend on gnupg. * Error code from gpg errors: 7. * Scripts used by the server are now in /usr/share/rapid-tunneling/bin . * Server support user sources /usr/share/rapid-tunneling/support_env . * Fixed purging for Debian -server package. * rtadm's config file is /etc/rapid-tunneling/rtadm . git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@6550 283159da-0705-0410-b60c-f2062b4bb6ad
2008-12-28rapid-tunneling:Alex Landau
- Server: Fix server startup, rename init.d file to sshd_support (to match RPM). - Client: Use busybox start-stop-daemon only if /sbin/start-stop-daemon is unavailable. - Fix warnings during upgrading of debs. git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@6503 283159da-0705-0410-b60c-f2062b4bb6ad
2008-12-21rapid-tunneling:Alex Landau
- Removed old unused files - Minor bugfixes git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@6488 283159da-0705-0410-b60c-f2062b4bb6ad
2008-12-08rapid-tunneling:Alex Landau
- Exit with error code if some command fails (e.g. file not a tar.gz) git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@6441 283159da-0705-0410-b60c-f2062b4bb6ad
2008-12-08rapid-tunneling:Alex Landau
- Added status checker. - Tunnel is backgrounded with start-stop-daemon. git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@6438 283159da-0705-0410-b60c-f2062b4bb6ad
2008-12-07rapid-tunneling:Alex Landau
- Changed client to use OpenSSH instead of Dropbear. git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@6419 283159da-0705-0410-b60c-f2062b4bb6ad
2008-12-07rapid-tunneling:Alex Landau
- Copied rapid-tunneling from remote-access. - Will be used on Elastix. git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@6418 283159da-0705-0410-b60c-f2062b4bb6ad