summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-05-21 14:57:35 +1000
committerDamien Miller <djm@mindrot.org>2010-05-21 14:57:35 +1000
commit388f6fc48561851dcedd5433aff75f60af573fb2 (patch)
tree4ac7be863c3ba9be98df80c6d66953608cd77a6c /ChangeLog
parentd530f5f471491b6be9edb58a063f2590e4dce48d (diff)
- markus@cvs.openbsd.org 2010/05/16 12:55:51
[PROTOCOL.mux clientloop.h mux.c readconf.c readconf.h ssh.1 ssh.c] mux support for remote forwarding with dynamic port allocation, use with LPORT=`ssh -S muxsocket -R0:localhost:25 -O forward somehost` feedback and ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a485000a8..fffbd727e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,12 @@
23 the server. 23 the server.
24 24
25 motivated by and with feedback from markus@ 25 motivated by and with feedback from markus@
26 - markus@cvs.openbsd.org 2010/05/16 12:55:51
27 [PROTOCOL.mux clientloop.h mux.c readconf.c readconf.h ssh.1 ssh.c]
28 mux support for remote forwarding with dynamic port allocation,
29 use with
30 LPORT=`ssh -S muxsocket -R0:localhost:25 -O forward somehost`
31 feedback and ok djm@
26 32
2720100511 3320100511
28 - (dtucker) [Makefile.in] Bug #1770: Link libopenbsd-compat twice to solve 34 - (dtucker) [Makefile.in] Bug #1770: Link libopenbsd-compat twice to solve