From owner-cvs-all Tue Nov 10 18:16:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA22875 for cvs-all-outgoing; Tue, 10 Nov 1998 18:16:00 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA22870; Tue, 10 Nov 1998 18:15:59 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA02084; Tue, 10 Nov 1998 18:16:02 -0800 (PST) Date: Tue, 10 Nov 1998 18:16:02 -0800 (PST) Message-Id: <199811110216.SAA02084@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/login Makefile login.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/11/10 18:16:02 PST Modified files: usr.bin/login Makefile login.c Log: Remove support for LOGIN_CAP_AUTH. It was never enabled, it was not complete, and it hasn't been touched for 18 months. All the ifdefs obfuscate the code. I discussed the LOGIN_CAP_AUTH support with its author and he agreed that it is a dead end. I am bringing PAM into the tree within the next two weeks. It is much more flexible than LOGIN_CAP_AUTH, and will serve as a superior replacement for it. Revision Changes Path 1.22 +3 -6 src/usr.bin/login/Makefile 1.41 +2 -125 src/usr.bin/login/login.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message