From 431f66b68c98e9db87574860a0a29d8d8aa9b52c Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 21 Nov 1999 18:31:57 +1100 Subject: - [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 --- OVERVIEW | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OVERVIEW') diff --git a/OVERVIEW b/OVERVIEW index a8b67e4e2..7f34ac45b 100644 --- a/OVERVIEW +++ b/OVERVIEW @@ -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 -- cgit v1.2.3