summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2009-01-28 16:31:22 +1100
committerDamien Miller <djm@mindrot.org>2009-01-28 16:31:22 +1100
commit3dc71ad8653bab5591fc75bb1d3e6aa8fb9360df (patch)
treec41a8152c222b8bebb63d9d9185e8a160b71a5a0 /ChangeLog
parent9576ac4afc7124415183dd9fe73d410165dbfe82 (diff)
- djm@cvs.openbsd.org 2009/01/22 10:02:34
[clientloop.c misc.c readconf.c readconf.h servconf.c servconf.h] [serverloop.c ssh-keyscan.c ssh.c sshd.c] make a2port() return -1 when it encounters an invalid port number rather than 0, which it will now treat as valid (needed for future work) adjust current consumers of a2port() to check its return value is <= 0, which in turn required some things to be converted from u_short => int make use of int vs. u_short consistent in some other places too feedback & ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b109e5be..2b371d11e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -61,6 +61,15 @@
61 [channels.c] 61 [channels.c]
62 oops! I committed the wrong version of the Channel->path diff, 62 oops! I committed the wrong version of the Channel->path diff,
63 it was missing some tweaks suggested by stevesk@ 63 it was missing some tweaks suggested by stevesk@
64 - djm@cvs.openbsd.org 2009/01/22 10:02:34
65 [clientloop.c misc.c readconf.c readconf.h servconf.c servconf.h]
66 [serverloop.c ssh-keyscan.c ssh.c sshd.c]
67 make a2port() return -1 when it encounters an invalid port number
68 rather than 0, which it will now treat as valid (needed for future work)
69 adjust current consumers of a2port() to check its return value is <= 0,
70 which in turn required some things to be converted from u_short => int
71 make use of int vs. u_short consistent in some other places too
72 feedback & ok markus@
64 73
6520090107 7420090107
66 - (djm) [uidswap.c] bz#1412: Support >16 supplemental groups in OS X. 75 - (djm) [uidswap.c] bz#1412: Support >16 supplemental groups in OS X.
@@ -5070,5 +5079,5 @@
5070 OpenServer 6 and add osr5bigcrypt support so when someone migrates 5079 OpenServer 6 and add osr5bigcrypt support so when someone migrates
5071 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 5080 passwords between UnixWare and OpenServer they will still work. OK dtucker@
5072 5081
5073$Id: ChangeLog,v 1.5174 2009/01/28 05:30:33 djm Exp $ 5082$Id: ChangeLog,v 1.5175 2009/01/28 05:31:22 djm Exp $
5074 5083