From owner-cvs-all Sun Dec 9 5:10:15 2001 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id BCE6A37B417; Sun, 9 Dec 2001 05:10:07 -0800 (PST) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.11.6/8.11.6) with UUCP id fB9DA1s64326; Sun, 9 Dec 2001 13:10:01 GMT (envelope-from mark@grondar.za) Received: from grondar.za (mark@localhost [127.0.0.1]) by grimreaper.grondar.org (8.11.6/8.11.6) with ESMTP id fB9D61U15439; Sun, 9 Dec 2001 13:06:01 GMT (envelope-from mark@grondar.za) Message-Id: <200112091306.fB9D61U15439@grimreaper.grondar.org> To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/telnet sys_bsd.c References: <20011209100951.36F963808@overcee.netplex.com.au> In-Reply-To: <20011209100951.36F963808@overcee.netplex.com.au> ; from Peter Wemm "Sun, 09 Dec 2001 02:09:51 PST." Date: Sun, 09 Dec 2001 13:06:01 +0000 From: Mark Murray 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 > Right now we have four (!!!!) copies of telnet: > src/crypto/heimdal/appl/telnet/telnet/sys_bsd.c (krb5, no krb4 or SRA) > src/crypto/kerberosIV/appl/telnet/telnet/sys_bsd.c (krb4, no krb5 or SRA) These two aren't used and [cs]hould be punted to the attic. > src/crypto/telnet/telnet/sys_bsd.c (SRA only) Actually, this is the OneTrueTelnet. It does SRA, KRB4 and KRB5. When unifdef(1)ed, it is... > src/usr.bin/telnet/sys_bsd.c (no SRA, krb4 or krb5) ...this one. :-) > At least one of those has just dropped off the radar since its generated > from another one. I long for the day when we have one true telnet. :-) There are two solutions to this problem: META) cvs rm all the "base" telnet stuff AND 1) create "base" telnet for (build)world with unifdef(1) on-the-fly. OR 2) create "base" telnet with .PATH: and not defining ENCRYPTION and AUTHENTICATION. Both of these require the presence of crypto source. This is not a problem in places that prohibit crypto, as the laws that govern this regulate crypto _use_, not _posession_. (If this is untrue in your country, please shout!) M -- o Mark Murray \_ FreeBSD Services Limited O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message