diff options
author | Damien Miller <djm@mindrot.org> | 2001-01-17 10:44:13 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-01-17 10:44:13 +1100 |
commit | a64b57a157068c793ac7be2ad276b208a7d10a90 (patch) | |
tree | 966f015cf6741ad92d33ae9ffed39bd1210c7380 /ChangeLog | |
parent | 21de45085360271197f24b872320fa231c96810b (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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ | |||
1 | 20010117 | 1 | 20010117 |
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 | ||
4 | 20010115 | 10 | 20010115 |
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. |