From owner-cvs-all Sun Mar 26 0: 3:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C0D337B97E; Sun, 26 Mar 2000 00:03:10 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id AAA38269; Sun, 26 Mar 2000 00:03:11 -0800 (PST) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Sun, 26 Mar 2000 00:03:10 -0800 (PST) From: Kris Kennaway To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh - Imported sources In-Reply-To: <200003260708.XAA24289@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG For the record, the following changes were made (taken from the OpenBSD commit logs): General fixes: * -pedantic: signed vs. unsigned, void*-arithm, etc * -Wall * initial support for DSA keys (not yet usable) * remove unused cipher_attack_detected code log-client.c * rename a cpp symbol, to avoid param.h collision readconf.c * turn off x11-fwd for the client, too. ssh.c * switch to raw mode only if he _get_ a pty (not if we _want_ a pty). sshd.c * disallow guessing of root password * fix pr 1113, fclose() -> pclose(), todo: remote popen() * create x11 cookie file I was going to force commit this to one of the files, but the only ones that have left the vendor branch wouldn't be obvious places to look for it. Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message