summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-01-17 10:44:13 +1100
committerDamien Miller <djm@mindrot.org>2001-01-17 10:44:13 +1100
commita64b57a157068c793ac7be2ad276b208a7d10a90 (patch)
tree966f015cf6741ad92d33ae9ffed39bd1210c7380 /ChangeLog
parent21de45085360271197f24b872320fa231c96810b (diff)
- (djm) Make PAM support optional, enable with --with-pam
- (djm) Try to use libcrypt on Linux, but link it after OpenSSL (which provides a crypt() of its own) - (djm) Avoid a warning in bsd-bindresvport.c - (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This can cause weird segfaults errors on Solaris
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4279d956a..18cc5ebfb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
120010117 120010117
2 - (djm) Only write random seed file at exit 2 - (djm) Only write random seed file at exit
3 - (djm) Make PAM support optional, enable with --with-pam
4 - (djm) Try to use libcrypt on Linux, but link it after OpenSSL (which
5 provides a crypt() of its own)
6 - (djm) Avoid a warning in bsd-bindresvport.c
7 - (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This
8 can cause weird segfaults errors on Solaris
3 9
420010115 1020010115
5 - (bal) sftp-server.c change to use chmod() if fchmod() does not exist. 11 - (bal) sftp-server.c change to use chmod() if fchmod() does not exist.