summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-06-13 04:47:34 +1000
committerDarren Tucker <dtucker@zip.com.au>2008-06-13 04:47:34 +1000
commit78913e0059a7f5ff1770488cdf49823e290daa45 (patch)
treee0c772b76dba6a1a0afd1afec590f1629b0e306f /ChangeLog
parent30ac73bcc2b2fa7b997cb572e5b03ea9107b7641 (diff)
- grunk@cvs.openbsd.org 2008/06/12 00:13:55
[sshconnect.c] Make ssh print the random art also when ssh'ing to a host using IP only. spotted by naddy@, ok and help djm@ dtucker@
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 $