]> git.ipfire.org Git - thirdparty/rsync.git/commit
Support rsync daemon over SSL via stunnel.
authorWayne Davison <wayned@samba.org>
Sat, 15 Jun 2013 21:40:52 +0000 (14:40 -0700)
committerWayne Davison <wayned@samba.org>
Sat, 15 Jun 2013 23:40:10 +0000 (16:40 -0700)
commit70d4a945f7d1ab1aca2c3ca8535240fad4bdf06b
treeae7f7090c6f8726ebd5eb4e03d4c71c72a810c8b
parent0488a14b9930bf91719ac0f1d1c0c8770ca10646
Support rsync daemon over SSL via stunnel.

Added the client rsync-ssl script and various client/daemon support
files needed for talking to an rsync daemon over SSL on port 874 (no
tls support).  This uses an elegant stunnel setup that was detailed
by dozzie (see the resources page) now that stunnel4 has improved
command-spawning support.  Also incorporates some tweaks by devzero
(e.g. the nice no-tmpfile-config client-side code) and a few by me
(including logging of the actual remote IP that came in to the
stunnel process).  This probably still needs a little work.
.gitignore
Makefile.in
clientname.c
configure.ac
packaging/lsb/rsync.spec
rsync-ssl.in [new file with mode: 0755]
stunnel-rsync.in [new file with mode: 0755]
stunnel-rsyncd.conf.in [new file with mode: 0644]