summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c62492eb1..83b74d13b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -47,6 +47,23 @@
47 will cause trouble in some cases. 47 will cause trouble in some cases.
48 Also do a computation of -1 once, and not in a loop several times. 48 Also do a computation of -1 once, and not in a loop several times.
49 spotted by otto@ 49 spotted by otto@
50 - dtucker@cvs.openbsd.org 2008/06/12 00:03:49
51 [dns.c canohost.c sshconnect.c]
52 Do not pass "0" strings as ports to getaddrinfo because the lookups
53 can slow things down and we never use the service info anyway. bz
54 #859, patch from YOSHIFUJI Hideaki and John Devitofranceschi. ok
55 deraadt@ djm@
56 djm belives that the reason for the "0" strings is to ensure that
57 it's not possible to call getaddrinfo with both host and port being
58 NULL. In the case of canohost.c host is a local array. In the
59 case of sshconnect.c, it's checked for null immediately before use.
60 In dns.c it ultimately comes from ssh.c:main() and is guaranteed to
61 be non-null but it's not obvious, so I added a warning message in
62 case it is ever passed a null.
63 - grunk@cvs.openbsd.org 2008/06/12 00:13:55
64 [sshconnect.c]
65 Make ssh print the random art also when ssh'ing to a host using IP only.
66 spotted by naddy@, ok and help djm@ dtucker@
50 67
5120080611 6820080611
52 - (djm) [channels.c configure.ac] 69 - (djm) [channels.c configure.ac]
@@ -4209,4 +4226,4 @@
4209 OpenServer 6 and add osr5bigcrypt support so when someone migrates 4226 OpenServer 6 and add osr5bigcrypt support so when someone migrates
4210 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 4227 passwords between UnixWare and OpenServer they will still work. OK dtucker@
4211 4228
4212$Id: ChangeLog,v 1.4974 2008/06/12 18:45:50 dtucker Exp $ 4229$Id: ChangeLog,v 1.4975 2008/06/12 18:47:34 dtucker Exp $