summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 16072e6a7..7b68e3fc1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
119991124
2 - Merged very large OpenBSD source code reformat
3 - OpenBSD CVS updates
4 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
5 [ssh.h sshd.8 sshd.c]
6 syslog changes:
7 * Unified Logmessage for all auth-types, for success and for failed
8 * Standard connections get only ONE line in the LOG when level==LOG:
9 Auth-attempts are logged only, if authentication is:
10 a) successfull or
11 b) with passwd or
12 c) we had more than AUTH_FAIL_LOG failues
13 * many log() became verbose()
14 * old behaviour with level=VERBOSE
15 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
16 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
17 messages. allows use of s/key in windows (ttssh, securecrt) and
18 ssh-1.2.27 clients without 'ssh -v', ok: niels@
19 - [sshd.8]
20 -V, for fallback to openssh in SSH2 compatibility mode
21 - [sshd.c]
22 fix sigchld race; cjc5@po.cwru.edu
23
119991123 2419991123
2 - Added SuSE package files from Chris Saia <csaia@wtower.com> 25 - Added SuSE package files from Chris Saia <csaia@wtower.com>
3 - Restructured package-related files under packages/* 26 - Restructured package-related files under packages/*