diff options
author | Damien Miller <djm@mindrot.org> | 2010-12-01 12:03:19 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-12-01 12:03:19 +1100 |
commit | 87dc0a4188191f5de738e61b3cd1cfc90582329a (patch) | |
tree | 5cb88588f94a7c417e864c1c531f4652e63d1641 /ChangeLog | |
parent | f80c3deaafcb8194ba95e219f1b70e418bea3542 (diff) |
- djm@cvs.openbsd.org 2010/11/26 05:52:49
[scp.c]
Pass through ssh command-line flags and options when doing remote-remote
transfers, e.g. to enable agent forwarding which is particularly useful
in this case; bz#1837 ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -29,6 +29,11 @@ | |||
29 | [session.c] | 29 | [session.c] |
30 | replace close() loop for fds 3->64 with closefrom(); | 30 | replace close() loop for fds 3->64 with closefrom(); |
31 | ok markus deraadt dtucker | 31 | ok markus deraadt dtucker |
32 | - djm@cvs.openbsd.org 2010/11/26 05:52:49 | ||
33 | [scp.c] | ||
34 | Pass through ssh command-line flags and options when doing remote-remote | ||
35 | transfers, e.g. to enable agent forwarding which is particularly useful | ||
36 | in this case; bz#1837 ok dtucker@ | ||
32 | 37 | ||
33 | 20101124 | 38 | 20101124 |
34 | - (dtucker) [platform.c session.c] Move the getluid call out of session.c and | 39 | - (dtucker) [platform.c session.c] Move the getluid call out of session.c and |