summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-09-22 21:38:52 +1000
committerDamien Miller <djm@mindrot.org>2011-09-22 21:38:52 +1000
commitf6dff7cd2ff5eba5cd63e3a9c7bf6ccf183cb056 (patch)
treeca2f37e390f5f26598341a09435dabed25648d46 /ChangeLog
parent9ee2c606c1d03ecb955aa8a2624b9db4aa9752a2 (diff)
- djm@cvs.openbsd.org 2011/09/09 22:46:44
[channels.c channels.h clientloop.h mux.c ssh.c] support for cancelling local and remote port forwards via the multiplex socket. Use ssh -O cancel -L xx:xx:xx -R yy:yy:yy user@host" to request the cancellation of the specified forwardings; ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dfce82822..b31ee81cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -51,6 +51,11 @@
51 [sshd.c] 51 [sshd.c]
52 kill the preauth privsep child on fatal errors in the monitor; 52 kill the preauth privsep child on fatal errors in the monitor;
53 ok markus@ 53 ok markus@
54 - djm@cvs.openbsd.org 2011/09/09 22:46:44
55 [channels.c channels.h clientloop.h mux.c ssh.c]
56 support for cancelling local and remote port forwards via the multiplex
57 socket. Use ssh -O cancel -L xx:xx:xx -R yy:yy:yy user@host" to request
58 the cancellation of the specified forwardings; ok markus@
54 59
5520110909 6020110909
56 - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From 61 - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From