summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-12-01 12:03:19 +1100
committerDamien Miller <djm@mindrot.org>2010-12-01 12:03:19 +1100
commit87dc0a4188191f5de738e61b3cd1cfc90582329a (patch)
tree5cb88588f94a7c417e864c1c531f4652e63d1641 /ChangeLog
parentf80c3deaafcb8194ba95e219f1b70e418bea3542 (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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c3ae0375..7c7297731 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
3320101124 3820101124
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