summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4971a4421..2d702dca4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
119991112
2 - Merged changes from OpenBSD CVS
3 - [sshd.c] session_key_int may be zero
4
119991111 519991111
2 - Added (untested) Entropy Gathering Daemon (EGD) support 6 - Added (untested) Entropy Gathering Daemon (EGD) support
3 - Fixed fd leak 7 - Fixed fd leak
@@ -15,7 +19,12 @@
15 [ssh.1 ssh.c ssh.h sshd.8] 19 [ssh.1 ssh.c ssh.h sshd.8]
16 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd, 20 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
17 obsoletes QuietMode and FascistLogging in sshd. 21 obsoletes QuietMode and FascistLogging in sshd.
18 22 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
23 allow session_key_int != sizeof(session_key)
24 [this should fix the pre-assert-removal-core-files]
25 - Updated default config file to use new LogLevel option and to improve
26 readability
27
1919991110 2819991110
20 - Merged several minor fixed: 29 - Merged several minor fixed:
21 - ssh-agent commandline parsing 30 - ssh-agent commandline parsing