diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 | ||
65 | 20090107 | 74 | 20090107 |
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 | ||