diff options
author | Damien Miller <djm@mindrot.org> | 1999-11-21 18:31:57 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-11-21 18:31:57 +1100 |
commit | 431f66b68c98e9db87574860a0a29d8d8aa9b52c (patch) | |
tree | a984ac4c8cce796b8281bf8ee2cfb84363c49a03 /ChangeLog | |
parent | 6162d1215bbff30cf0c4c19368dc85ae570d44ca (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-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 | |||
19 | 19991120 | 26 | 19991120 |
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> |