summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-08-23 17:06:49 +1000
committerDamien Miller <djm@mindrot.org>2014-08-23 17:06:49 +1000
commitd244a5816fd1312a33404b436e4dd83594f1119e (patch)
treed7aad1957e8de52b58cc7629535c5ad75ee9c8b4 /ChangeLog
parent4cec036362a358e398e6a2e6d19d8e5780558634 (diff)
- (djm) [configure.ac] We now require a working vsnprintf everywhere (not
just for systems that lack asprintf); check for it always and extend test to catch more brokenness. Fixes builds on Solaris <= 9
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9478859ad..7a80c2a65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
120140823 120140823
2 - (djm) [sshd.c] Ignore SIGXFSZ in preauth monitor child; can explode on 2 - (djm) [sshd.c] Ignore SIGXFSZ in preauth monitor child; can explode on
3 lastlog writing on platforms with high UIDs; bz#2263 3 lastlog writing on platforms with high UIDs; bz#2263
4 - (djm) [configure.ac] We now require a working vsnprintf everywhere (not
5 just for systems that lack asprintf); check for it always and extend
6 test to catch more brokenness. Fixes builds on Solaris <= 9
4 7
520140822 820140822
6 - (djm) [configure.ac] include leading zero characters in OpenSSL version 9 - (djm) [configure.ac] include leading zero characters in OpenSSL version