diff options
author | Damien Miller <djm@mindrot.org> | 1999-11-21 08:31:57 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-11-21 08:31:57 +0100 |
commit | 431f66b68c98e9db87574860a0a29d8d8aa9b52c (patch) | |
tree | a984ac4c8cce796b8281bf8ee2cfb84363c49a03 /OVERVIEW | |
parent | - OpenBSD CVS Changes (diff) | |
download | openssh-431f66b68c98e9db87574860a0a29d8d8aa9b52c.tar.xz openssh-431f66b68c98e9db87574860a0a29d8d8aa9b52c.zip |
- [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 'OVERVIEW')
-rw-r--r-- | OVERVIEW | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -This document is inteded for those who wish to read the ssh source +This document is intended for those who wish to read the ssh source code. This tries to give an overview of the structure of the code. Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi> |