summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2009-02-14 16:33:09 +1100
committerDamien Miller <djm@mindrot.org>2009-02-14 16:33:09 +1100
commit330d58587f05fd34f3b1d20a64d254ea0470a6cc (patch)
treeafd4ab7d7bf3c8caf9743388f8e3ebddf8e2e458 /ChangeLog
parent4bf648f7766ba764d7a78b1dbb26df4f0d42a8c9 (diff)
- djm@cvs.openbsd.org 2009/02/12 03:16:01
[serverloop.c] tighten check for -R0:... forwarding: only allow dynamic allocation if want_reply is set in the packet
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d8f8f2610..e296e0441 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,10 @@
10 support remote port forwarding with a zero listen port (-R0:...) to 10 support remote port forwarding with a zero listen port (-R0:...) to
11 dyamically allocate a listen port at runtime (this is actually 11 dyamically allocate a listen port at runtime (this is actually
12 specified in rfc4254); bz#1003 ok markus@ 12 specified in rfc4254); bz#1003 ok markus@
13 - djm@cvs.openbsd.org 2009/02/12 03:16:01
14 [serverloop.c]
15 tighten check for -R0:... forwarding: only allow dynamic allocation
16 if want_reply is set in the packet
13 17
1420090212 1820090212
15 - (djm) [sshpty.c] bz#1419: OSX uses cloning ptys that automagically 19 - (djm) [sshpty.c] bz#1419: OSX uses cloning ptys that automagically
@@ -5136,5 +5140,5 @@
5136 OpenServer 6 and add osr5bigcrypt support so when someone migrates 5140 OpenServer 6 and add osr5bigcrypt support so when someone migrates
5137 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 5141 passwords between UnixWare and OpenServer they will still work. OK dtucker@
5138 5142
5139$Id: ChangeLog,v 1.5187 2009/02/14 05:28:21 djm Exp $ 5143$Id: ChangeLog,v 1.5188 2009/02/14 05:33:09 djm Exp $
5140 5144