From owner-freebsd-current Fri Aug 18 6: 6:47 2000 Delivered-To: freebsd-current@freebsd.org Received: from avias.com (avias-gw.corbina.net [195.14.40.4]) by hub.freebsd.org (Postfix) with ESMTP id 46CA637B422 for ; Fri, 18 Aug 2000 06:06:42 -0700 (PDT) Received: from libretto.avias.local (dialup2.avias.com [195.14.38.69]) by avias.com (8.9.3/8.9.3) with ESMTP id RAA52412 for ; Fri, 18 Aug 2000 17:06:32 +0400 (MSD) (envelope-from juriy@avias.com) Date: Fri, 18 Aug 2000 17:06:33 +0400 (MSD) From: Juriy Goloveshkin X-Sender: juriy@localhost To: freebsd-current@freebsd.org Subject: keyinfo... 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 Hi all. 1) somebody close bin/15371. I wrote to imp, but he kept silent. or I must send pr for close pr? 2) I think this code is useless. --- keyinfo.c --- login = getlogin(); if (login == NULL) errx(1, "Cannot find login name"); if (getuid() != 0 && argc > 1 && strcmp(login, argv[1]) != 0) errx(1, "Only superuser may get another user's keys"); --- keyinfo shows the same that after login prompt... I'm right or not? Bye Juriy Goloveshkin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message