Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Dec 2001 13:06:01 +0000
From:      Mark Murray <mark@grondar.za>
To:        Peter Wemm <peter@wemm.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/usr.bin/telnet sys_bsd.c 
Message-ID:  <200112091306.fB9D61U15439@grimreaper.grondar.org>
In-Reply-To: <20011209100951.36F963808@overcee.netplex.com.au> ; from Peter Wemm <peter@wemm.org>  "Sun, 09 Dec 2001 02:09:51 PST."
References:  <20011209100951.36F963808@overcee.netplex.com.au> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112091306.fB9D61U15439>