From owner-cvs-src  Sun Feb  9  3:48:10 2003
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6E06137B405; Sun,  9 Feb 2003 03:48:06 -0800 (PST)
Received: from mailout09.sul.t-online.com (mailout09.sul.t-online.com [194.25.134.84])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 85DF043F75; Sun,  9 Feb 2003 03:48:00 -0800 (PST)
	(envelope-from Alexander@Leidinger.net)
Received: from fwd08.sul.t-online.de 
	by mailout09.sul.t-online.com with smtp 
	id 18hpwF-0000V2-07; Sun, 09 Feb 2003 12:47:59 +0100
Received: from Andro-Beta.Leidinger.net (520065502893-0001@[217.229.222.9]) by fmrl08.sul.t-online.com
	with esmtp id 18hpw5-1sPSfgC; Sun, 9 Feb 2003 12:47:49 +0100
Received: from Magelan.Leidinger.net (Magelan [192.168.1.1])
	by Andro-Beta.Leidinger.net (8.12.6/8.12.6) with ESMTP id h19BllbL029382;
	Sun, 9 Feb 2003 12:47:47 +0100 (CET)
	(envelope-from Alexander@Leidinger.net)
Received: from Magelan.Leidinger.net (netchild@localhost [127.0.0.1])
	by Magelan.Leidinger.net (8.12.6/8.12.6) with SMTP id h19BllNW001148;
	Sun, 9 Feb 2003 12:47:47 +0100 (CET)
	(envelope-from Alexander@Leidinger.net)
Date: Sun, 9 Feb 2003 12:47:47 +0100
From: Alexander Leidinger <Alexander@Leidinger.net>
To: Dag-Erling Smorgrav <des@FreeBSD.ORG>
Cc: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG,
	cvs-all@FreeBSD.ORG, legacy-committers@FreeBSD.ORG
Subject: Re: cvs commit: src/crypto/openssh ssh-agent.c
Message-Id: <20030209124747.0e1b4b13.Alexander@Leidinger.net>
In-Reply-To: <200302071548.h17FmRwv034210@repoman.freebsd.org>
References: <200302071548.h17FmRwv034210@repoman.freebsd.org>
X-Mailer: Sylpheed version 0.8.9claws (GTK+ 1.2.10; i386-portbld-freebsd5.0)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Sender: 520065502893-0001@t-dialin.net
Sender: owner-cvs-src@FreeBSD.ORG
Precedence: bulk
List-ID: <cvs-src.FreeBSD.ORG>
List-Archive: <http://docs.freebsd.org/mail/> (Web Archive)
List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions)
List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-src>
List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-src>
X-Loop: FreeBSD.ORG

On Fri, 7 Feb 2003 07:48:27 -0800 (PST)
Dag-Erling Smorgrav <des@FreeBSD.ORG> wrote:

> des         2003/02/07 07:48:27 PST
> 
>   Modified files:
>     crypto/openssh       ssh-agent.c 
>   Log:
>   Set the ruid to the euid at startup as a workaround for a bug in pam_ssh.

Was this supposed to fix my problem with xdm? If yes: doesn't work, I
still have to start ssh-agent on my own.

BTW.: I still have
---snip---
+#if 0
                                if ((euid != 0) && (getuid() != euid)) {
                                        error("uid mismatch: "
                                            "peer euid %u != uid %u",
@@ -841,6 +846,7 @@
                                        close(sock);
                                        break;
                                }
+#endif
---snip---
so this shouldn't be a problem.

Bye,
Alexander.

-- 
           Intel: where Quality is job number 0.9998782345!

http://www.Leidinger.net                       Alexander @ Leidinger.net
  GPG fingerprint = C518 BC70 E67F 143F BE91  3365 79E2 9C60 B006 3FE7

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-src" in the body of the message