From owner-freebsd-current Fri Sep 1 20: 8:21 2000 Delivered-To: freebsd-current@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7664737B43C; Fri, 1 Sep 2000 20:08:17 -0700 (PDT) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id UAA69714; Fri, 1 Sep 2000 20:08:17 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Fri, 1 Sep 2000 20:08:17 -0700 (PDT) From: Kris Kennaway To: current@freebsd.org Cc: ache@freebsd.org, green@Freebsd.org Subject: OpenSSH 2.2.0 patches for review Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can everyone please review the following code: http://www.freebsd.org/~kris/openssh-2.2.0.tgz which is my first pass at integrating the latest 0-day OpenSSH release. OpenBSD have integrated some of our patches and subtly changed others, and moved several chunks around, so I'd like some eyes-on review of the diffs before I commit (notably the LOGIN_CAP and ConnectionsPerPeriod stuff). The diff against the openbsd version is included in the tarball, and the diff against our current code can be generated with 'cvs diff' after you blat this over the top of a current source tree. A changelog is included in the tarball. Notable features: * First attempt at a sftp server which is apparently interoperable with sftp2, scp2 and the windows client from ssh.com * scp works with files > 2GB * Better interoperability with other clients/servers * Outstanding unauthenticated connection number limiting - I dont know how this interacts with our ConnectionsPerPeriod stuff. * Usual bugfixes. Thanks! 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 freebsd-current" in the body of the message