CVSROOT:        /cvs
Module name:    src
Changes by:     na...@cvs.openbsd.org   2019/03/31 02:47:46

Modified files:
        usr.bin/rsync  : extern.h fargs.c main.c socket.c 

Log message:
Add ability to combine rsync:// and -e by splitting rsync_socket()
into two functions, rsync_connect() to establish a TCP connection
to the remote daemon, and rsync_socket() to run the actual protocol.

E.g.:
rsync -av --del -e 'ssh -W localhost:rsync -lanoncvs' \
rsync://anoncvs.spacehopper.org/OpenBSD-CVS/ /cvs

ok deraadt@

Reply via email to