summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-08 15:30:59 +1100
committerDamien Miller <djm@mindrot.org>1999-11-08 15:30:59 +1100
commit356a0b004aad93ec570b134664522a3a925ba556 (patch)
tree3c7cddb50f71a838947d5fda204b569d879dc757 /ChangeLog
parent0aa8e5395ca08c7fa927bccd8a763edc4ae61f7b (diff)
Lots of changes:
- Removed lots of unnecessary checks from autoconf - Added support and autoconf test for openpty() function (Unix98 pty support) - Fix for scp not finding ssh if not installed as /usr/bin/ssh - Added TODO file - Merged parts of Debian patch From Phil Hands <phil@hands.com>: - Added ssh-askpass program - Added ssh-askpass support to ssh-add.c - Create symlinks for slogin on install - Fix "distclean" target in makefile - Added example for ssh-agent to manpage - Added support for PAM_TEXT_INFO messages - Disable internal /etc/nologin support if PAM enabled - Merged latest OpenBSD CVS changes: - [sshd.c] don't send fail-msg but disconnect if too many authentication failures - [sshd.c] replace assert() with error, fatal or packet_disconnect - [sshd.c] remove unused argument. ok dugsong - [sshd.c] typo - [rsa.c] clear buffers used for encryption. ok: niels - [rsa.c] replace assert() with error, fatal or packet_disconnect - Fixed coredump after merge of OpenBSD rsa.c patch
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 86b891be1..0248198a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
119991108
2 - Removed debian/ directory. This is now being maintained separately.
3 - Added symlinks for slogin in RPM spec file
4 - Fixed permissions on manpages in RPM spec file
5 - Added references to required libraries in README file
6 - Removed config.h.in from CVS
7 - Removed pwdb support (better pluggable auth is provided by glibc)
8 - Made PAM and requisite libdl optional
9 - Removed lots of unnecessary checks from autoconf
10 - Added support and autoconf test for openpty() function (Unix98 pty support)
11 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
12 - Added TODO file
13 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
14 - Added ssh-askpass program
15 - Added ssh-askpass support to ssh-add.c
16 - Create symlinks for slogin on install
17 - Fix "distclean" target in makefile
18 - Added example for ssh-agent to manpage
19 - Added support for PAM_TEXT_INFO messages
20 - Disable internal /etc/nologin support if PAM enabled
21 - Merged latest OpenBSD CVS changes:
22 - [sshd.c] don't send fail-msg but disconnect if too many authentication
23 failures
24 - [sshd.c] replace assert() with error, fatal or packet_disconnect
25 - [sshd.c] remove unused argument. ok dugsong
26 - [sshd.c] typo
27 - [rsa.c] clear buffers used for encryption. ok: niels
28 - [rsa.c] replace assert() with error, fatal or packet_disconnect
29 - Fixed coredump after merge of OpenBSD rsa.c patch
30
119991102 3119991102
2 - Merged change from OpenBSD CVS 32 - Merged change from OpenBSD CVS
3 - One-line cleanup in sshd.c 33 - One-line cleanup in sshd.c