summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-12 08:49:09 +1100
committerDamien Miller <djm@mindrot.org>1999-11-12 08:49:09 +1100
commit776af5de4f7f2aa938cdd17bf85a9c891ce7dbd9 (patch)
tree75fab80e6ef52cfc80bbda3dddd9154b0fc28323 /ChangeLog
parent7c64ba3fc505c14c172d9b2d7695a3104b4c49f5 (diff)
- Merged changes from OpenBSD CVS
- [sshd.c] session_key_int may be zero
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