[Bug 3298] --rsh option incorrectly interprets quotes

bugzilla-daemon at dp3.samba.org bugzilla-daemon at dp3.samba.org
Wed Dec 14 22:04:27 GMT 2005


https://bugzilla.samba.org/show_bug.cgi?id=3298


wayned at samba.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from wayned at samba.org  2005-12-14 15:04 MST -------
I added single- and double-quote parsing to rsync's handling of the
remote-shell command.  Rsync doesn't use the shell to parse this string (since
that could cause problems for the option-forwarding code).  I decided to not
include backslash parsing in order to (1) keep it simple and (2) avoid causing
problems for cygwin users.  I also decided to keep the quirk that tabs are not
considered arg-breaking characters.  This should give us very good
backward-compatibility.


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the rsync mailing list