summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-07-03 21:24:19 +1000
committerDamien Miller <djm@mindrot.org>2014-07-03 21:24:19 +1000
commite5c0d52ceb575c3db8c313e0b1aa3845943d7ba8 (patch)
tree38dd3c4459b009f696ae99a50b2186e4e1c3cf0e /ChangeLog
parentc174a3b7c14e0d178c61219de2aa1110e209950c (diff)
- djm@cvs.openbsd.org 2014/07/03 03:34:09
[gss-serv.c session.c ssh-keygen.c] standardise on NI_MAXHOST for gethostname() string lengths; about 1/2 the cases were using it already. Fixes bz#2239 en passant
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2dabfe251..1b12c37a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,10 @@
25 use EVP_Digest() for one-shot hash instead of creating, updating, 25 use EVP_Digest() for one-shot hash instead of creating, updating,
26 finalising and destroying a context. 26 finalising and destroying a context.
27 bz#2231, based on patch from Timo Teras 27 bz#2231, based on patch from Timo Teras
28 - djm@cvs.openbsd.org 2014/07/03 03:34:09
29 [gss-serv.c session.c ssh-keygen.c]
30 standardise on NI_MAXHOST for gethostname() string lengths; about
31 1/2 the cases were using it already. Fixes bz#2239 en passant
28 32
2920140702 3320140702
30 - OpenBSD CVS Sync 34 - OpenBSD CVS Sync