[Bug 14163] RSYNC_SSL_PORT env should be set for invocation of --rsh command

2020-04-07 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14163

Wayne Davison  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Wayne Davison  ---
Fixed.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


[Bug 14163] RSYNC_SSL_PORT env should be set for invocation of --rsh command

2020-04-06 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14163

Björn Jacke  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #2 from Björn Jacke  ---
thanks but the default port handling does not work correctly yet. Calling rsync
like:

rsync --rsh=openssl-rsync -aiv HOST::module

without any port definition, rsync sets the env var RSYNC_PORT=873 for the
script. This is not what is desired here. Without an explicit port definition
rsync should not be set to 873. Setting it to 0 as you mentioned in your
commend would be fine.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


[Bug 14163] RSYNC_SSL_PORT env should be set for invocation of --rsh command

2020-04-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14163

Wayne Davison  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #1 from Wayne Davison  ---
I've committed code that sets an RSYNC_PORT value in the environment for any
daemon-over-rsh connections. The value will be "0" if the default port is being
assumed, or the specified port number. This lets a script choose their own
default port while still being able to discern if the user manually requested
port 873.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html