summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-04-30 10:00:53 +1000
committerDamien Miller <djm@mindrot.org>2000-04-30 10:00:53 +1000
commitbd483e76909905f28d1604125f70c7cf8271f66e (patch)
tree4363a925d1f530b444c5726601ecf9efc684c218 /ChangeLog
parentc998f9eb7cfb3bfef8c78b0a47bdb6db29a871e8 (diff)
- More OpenBSD updates:
[session.c] - don't call chan_write_failed() if we are not writing [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c] - keysize warnings error() -> log()
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5c698b01..ae6348c5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,11 @@
8 - Changed entropy seed code to user per-user seeds only (server seed is 8 - Changed entropy seed code to user per-user seeds only (server seed is
9 saved in root's .ssh directory) 9 saved in root's .ssh directory)
10 - Use atexit() and fatal cleanups to save seed on exit 10 - Use atexit() and fatal cleanups to save seed on exit
11 - More OpenBSD updates:
12 [session.c]
13 - don't call chan_write_failed() if we are not writing
14 [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
15 - keysize warnings error() -> log()
11 16
1220000429 1720000429
13 - Merge big update to OpenSSH-2.0 from OpenBSD CVS 18 - Merge big update to OpenSSH-2.0 from OpenBSD CVS