summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-08-21 02:44:24 +1000
committerDamien Miller <djm@mindrot.org>2013-08-21 02:44:24 +1000
commit1262b6638f7d01ab110fd373dd90d915c882fe1a (patch)
treea8f3e50f3d0223f037ebf2193f11bf7d992863f7 /ChangeLog
parentb7727df37efde4dbe4f5a33b19cbf42022aabf66 (diff)
- djm@cvs.openbsd.org 2013/08/20 00:11:38
[readconf.c readconf.h ssh_config.5 sshconnect.c] Add a ssh_config ProxyUseFDPass option that supports the use of ProxyCommands that establish a connection and then pass a connected file descriptor back to ssh(1). This allows the ProxyCommand to exit rather than have to shuffle data back and forth and enables ssh to use getpeername, etc. to obtain address information just like it does with regular directly-connected sockets. ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3ac3d537..6b0afa720 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -50,6 +50,14 @@
50 [scp.1 ssh.1] 50 [scp.1 ssh.1]
51 some Bx/Ox conversion; 51 some Bx/Ox conversion;
52 From: Jan Stary 52 From: Jan Stary
53 - djm@cvs.openbsd.org 2013/08/20 00:11:38
54 [readconf.c readconf.h ssh_config.5 sshconnect.c]
55 Add a ssh_config ProxyUseFDPass option that supports the use of
56 ProxyCommands that establish a connection and then pass a connected
57 file descriptor back to ssh(1). This allows the ProxyCommand to exit
58 rather than have to shuffle data back and forth and enables ssh to use
59 getpeername, etc. to obtain address information just like it does with
60 regular directly-connected sockets. ok markus@
53 61
5420130808 6220130808
55 - (dtucker) [regress/Makefile regress/test-exec.sh] Don't try to use test -nt 63 - (dtucker) [regress/Makefile regress/test-exec.sh] Don't try to use test -nt