summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-21 18:31:57 +1100
committerDamien Miller <djm@mindrot.org>1999-11-21 18:31:57 +1100
commit431f66b68c98e9db87574860a0a29d8d8aa9b52c (patch)
treea984ac4c8cce796b8281bf8ee2cfb84363c49a03 /ChangeLog
parent6162d1215bbff30cf0c4c19368dc85ae570d44ca (diff)
- [OVERVIEW README] typos; green@freebsd
- [ssh-keygen.c] replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me) exit if writing the key fails (no infinit loop) print usage() everytime we get bad options - [ssh-keygen.c] overflow, djm@mindrot.org - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a7b120a0..21d6358a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,7 +15,14 @@
15 [channels.c clientloop.c] 15 [channels.c clientloop.c]
16 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@ 16 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
17 [hope this time my ISP stays alive during commit] 17 [hope this time my ISP stays alive during commit]
18 18 - [OVERVIEW README] typos; green@freebsd
19 - [ssh-keygen.c]
20 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
21 exit if writing the key fails (no infinit loop)
22 print usage() everytime we get bad options
23 - [ssh-keygen.c] overflow, djm@mindrot.org
24 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
25
1919991120 2619991120
20 - Merged more Solaris support from Marc G. Fournier 27 - Merged more Solaris support from Marc G. Fournier
21 <marc.fournier@acadiau.ca> 28 <marc.fournier@acadiau.ca>