summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2009-02-14 16:28:21 +1100
committerDamien Miller <djm@mindrot.org>2009-02-14 16:28:21 +1100
commit4bf648f7766ba764d7a78b1dbb26df4f0d42a8c9 (patch)
treecc576e28218cb3ad9617a12eabe68c21a7e09614 /ChangeLog
parentfdd66fc750228b5d040c45bc36565299374b72c8 (diff)
- djm@cvs.openbsd.org 2009/02/12 03:00:56
[canohost.c canohost.h channels.c channels.h clientloop.c readconf.c] [readconf.h serverloop.c ssh.c] support remote port forwarding with a zero listen port (-R0:...) to dyamically allocate a listen port at runtime (this is actually specified in rfc4254); bz#1003 ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cdcd1aced..d8f8f2610 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,12 @@
4 [sftp.c] 4 [sftp.c]
5 Initialize a few variables to prevent spurious "may be used 5 Initialize a few variables to prevent spurious "may be used
6 uninitialized" warnings from newer gcc's. ok djm@ 6 uninitialized" warnings from newer gcc's. ok djm@
7 - djm@cvs.openbsd.org 2009/02/12 03:00:56
8 [canohost.c canohost.h channels.c channels.h clientloop.c readconf.c]
9 [readconf.h serverloop.c ssh.c]
10 support remote port forwarding with a zero listen port (-R0:...) to
11 dyamically allocate a listen port at runtime (this is actually
12 specified in rfc4254); bz#1003 ok markus@
7 13
820090212 1420090212
9 - (djm) [sshpty.c] bz#1419: OSX uses cloning ptys that automagically 15 - (djm) [sshpty.c] bz#1419: OSX uses cloning ptys that automagically
@@ -5130,5 +5136,5 @@
5130 OpenServer 6 and add osr5bigcrypt support so when someone migrates 5136 OpenServer 6 and add osr5bigcrypt support so when someone migrates
5131 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 5137 passwords between UnixWare and OpenServer they will still work. OK dtucker@
5132 5138
5133$Id: ChangeLog,v 1.5186 2009/02/14 05:26:19 djm Exp $ 5139$Id: ChangeLog,v 1.5187 2009/02/14 05:28:21 djm Exp $
5134 5140