commit | 431f66b68c98e9db87574860a0a29d8d8aa9b52c | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Sun Nov 21 18:31:57 1999 +1100 |
committer | Damien Miller <djm@mindrot.org> | Sun Nov 21 18:31:57 1999 +1100 |
tree | a984ac4c8cce796b8281bf8ee2cfb84363c49a03 | |
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