From owner-cvs-all Thu Aug 10 15:53:55 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 83E0037BB31; Thu, 10 Aug 2000 15:53:51 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA64774; Thu, 10 Aug 2000 15:53:51 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200008102253.PAA64774@freefall.freebsd.org> From: Warner Losh Date: Thu, 10 Aug 2000 15:53:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/keyinfo keyinfo.c Makefile keyinfo.1 keyinfo.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/08/10 15:53:50 PDT Modified files: usr.bin/keyinfo Makefile keyinfo.1 Added files: usr.bin/keyinfo keyinfo.c Removed files: usr.bin/keyinfo keyinfo.pl Log: Eliminate the only setuid perl script in the tree. Original 'C' progam submitted by Juriy Goloveshkin. A different 'C' program also submitted by dima. I merged and rewrote them to include error handling, use getlogin for user name and only the BSD boilerplate license remained from the original code. We also only allow root to get other user's keys. Review, bikeshed and bdelint(1): myself, kris, dima, markm Revision Changes Path 1.5 +5 -6 src/usr.bin/keyinfo/Makefile 1.8 +4 -2 src/usr.bin/keyinfo/keyinfo.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message