summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2011-12-19rapid-tunneling: no more rapid-tunneling "user"Tzafrir Cohen
* suders entry runs as root. * use a sudoers.d file if possible (only thing in Debian). * Version bumped to 1.12. git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@10209 283159da-0705-0410-b60c-f2062b4bb6ad
2011-06-14rapid-tunneling: extra files in tarball, README.htmlTzafrir Cohen
* Default target is now to create README.html from README. * Some files were left out of the tarball. git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@9422 283159da-0705-0410-b60c-f2062b4bb6ad
2010-10-03Ignore git files when buildingTzafrir Cohen
git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@8405 283159da-0705-0410-b60c-f2062b4bb6ad
2010-10-03No more separate sshdTzafrir Cohen
No need for a separate sshd instance. Get rid of it. git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@8403 283159da-0705-0410-b60c-f2062b4bb6ad
2010-02-03rapid-tunneling: fix building debsTzafrir Cohen
* Fix date in changelog file (Diego: use date -R if you're lazy) * Ignore some .svn files. git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@7732 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-08-12rapid-tunneling: bash completion for rtadmTzafrir Cohen
git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@7314 283159da-0705-0410-b60c-f2062b4bb6ad
2009-03-05Get rid of content directly under /var/wwwTzafrir Cohen
* Web interface files now reside under /usr/share/rapid-tunneling/www . * On Debian package: just remove the /var/www/support link. * Thus usage of apache configuration is mandatory. * On rpm: also restart apache. git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@6827 283159da-0705-0410-b60c-f2062b4bb6ad
2009-03-04rapid-tunneling: man pages for client commands.Tzafrir Cohen
git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@6823 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-06A rapid-tunneling-gui deb package as well. Files are under Tzafrir Cohen
/usr/share/rapid-tunneling/www . git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@6562 283159da-0705-0410-b60c-f2062b4bb6ad
2009-01-06Move rapid-tunneling-gui package into the main source package.Tzafrir Cohen
git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@6557 283159da-0705-0410-b60c-f2062b4bb6ad
2009-01-06Fix rapid-client deb generation and removal:Tzafrir Cohen
* Re-add /var/lib/rapid-tunneling . Add a placeholder file to keep it. * Fix user generation in postinst to not try again. * Delete user's home directory and remove user on purge. git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@6555 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
- Fix breakage caused by version check in the wrong place git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@6502 283159da-0705-0410-b60c-f2062b4bb6ad
2008-12-28rapid-tunneling:Alex Landau
- .deb builds git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@6501 283159da-0705-0410-b60c-f2062b4bb6ad
2008-12-28rapid-tunneling:Alex Landau
- deb support (not tested, probably not working) git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@6500 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-14rapid-tunneling:Alex Landau
- Created server part RPM. git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@6470 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
- Added RPM Spec and a Makefile. - Running "make" creates an RPM and an SRPM. git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@6423 283159da-0705-0410-b60c-f2062b4bb6ad