Change the rsync-ssl helper script
authorWayne Davison <wayne@opencoder.net>
Sun, 19 Apr 2020 19:08:01 +0000 (12:08 -0700)
committerWayne Davison <wayne@opencoder.net>
Sun, 19 Apr 2020 21:00:33 +0000 (14:00 -0700)
commit2a87d78f693f10fe5ad13af0bb9311bd3714077d
tree7371d2ce373bbacf10557649a940a4de56be5afc
parent3ba4db703045d4570c929506e477d8e692cd36c1
Change the rsync-ssl helper script

The new rsh-ssl-rsync helper script (replacing stunnel-rsync) supports
openssl in addition to stunnel.  The RSYNC_SSL_TYPE environment variable
can be set to specify which type of connection to use, and the first arg
to rsync-ssl can be --type=stunnel or --type=openssl to override the env
var or the default of "stunnel".  The helper script now looks for
stunnel4 or stunnel on the PATH at runtime instead of having configure
look for it at compile time.
.gitignore
Makefile.in
configure.ac
packaging/lsb/rsync.spec
rsh-ssl-rsync [new file with mode: 0755]
rsync-ssl.in
stunnel-rsync.in [deleted file]
stunnel-rsyncd.conf.in