From owner-cvs-all Mon Mar 18 7:23:58 2002 Delivered-To: cvs-all@freebsd.org Received: from goliath.siemens.de (goliath.siemens.de [192.35.17.28]) by hub.freebsd.org (Postfix) with ESMTP id 722C037B9C6; Mon, 18 Mar 2002 07:22:15 -0800 (PST) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by goliath.siemens.de (8.11.6/8.11.6) with ESMTP id g2IFLuR06508; Mon, 18 Mar 2002 16:21:56 +0100 (MET) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.11.6/8.11.6) with ESMTP id g2IFLup12112; Mon, 18 Mar 2002 16:21:56 +0100 (MET) Received: from reims.mchp.siemens.de (alaska [139.23.202.134]) by mars.cert.siemens.de (8.12.2/8.12.1/Siemens CERT [ $Revision: 1.23 ]) with ESMTP id g2IFLt6P034334; Mon, 18 Mar 2002 16:21:55 +0100 (CET) Received: from reims.mchp.siemens.de (localhost [127.0.0.1]) by reims.mchp.siemens.de (8.12.2/8.12.2/alaska [ $Revision: 1.11 ]) with ESMTP id g2IFLtnI091874; Mon, 18 Mar 2002 16:21:55 +0100 (CET) Received: (from ust@localhost) by reims.mchp.siemens.de (8.12.2/8.12.2/alaska [ $Revision: 1.2 ]) id g2IFLtY6091873; Mon, 18 Mar 2002 16:21:55 +0100 (CET) Date: Mon, 18 Mar 2002 16:21:55 +0100 From: Udo Schweigert To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh auth-skey.c Message-ID: <20020318152155.GA91545@alaska.cert.siemens.de> Mail-Followup-To: Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200203181031.g2IAVXc29345@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200203181031.g2IAVXc29345@freefall.freebsd.org> User-Agent: Mutt/1.3.28i X-Operating-System: FreeBSD 4.5-STABLE Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Mar 18, 2002 at 02:31:33 -0800, Dag-Erling Smorgrav wrote: > Added files: > crypto/openssh auth-skey.c > Log: > Revive this file (which is used for opie rather than skey) > This (and some other commit) broke world, because the Makefile does not know about this file. Something like this will fix it: --- secure/usr.sbin/sshd/Makefile.orig Mon Jan 28 12:43:39 2002 +++ secure/usr.sbin/sshd/Makefile Mon Mar 18 16:12:18 2002 @@ -6,7 +6,7 @@ PROG= sshd SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \ sshpty.c sshlogin.c servconf.c serverloop.c \ - auth.c auth1.c auth2.c auth-options.c session.c \ + auth.c auth1.c auth2.c auth-options.c session.c auth-skey.c \ auth-chall.c auth2-chall.c auth-pam.c login_access.c groupaccess.c MAN= sshd.8 Best regards -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 CT IC 3, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : udo.schweigert@siemens.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message