Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Dec 2001 02:09:51 -0800
From:      Peter Wemm <peter@wemm.org>
To:        Jordan Hubbard <jkh@winston.freebsd.org>
Cc:        Mark Murray <mark@grondar.za>, "Jordan K. Hubbard" <jkh@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/usr.bin/telnet sys_bsd.c 
Message-ID:  <20011209100951.36F963808@overcee.netplex.com.au>
In-Reply-To: <50894.1007888384@winston.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
Jordan Hubbard wrote:
> Sorry, I know you announced something about this, but it's still
> really weird trying to get used to your new scheme.  Telnet's master
> sources have always lived in /usr/src/usr.bin/telnet and that's just
> where I think to go when I want to modify it.  When will the weirdness
> end and we can go back to having ONE copy of the telnet sources?

This was always messy.  There were several telnets from early on.
eBones had one, and so did secure/usr.bin/telnet and also
usr.bin/telnet.  I dont remember if we had src/crypto at the same time as
the one in eBones^H^H^H^HkerberosIV/usr.bin/telnet, but it is still in the
Attic.

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)
src/crypto/telnet/telnet/sys_bsd.c (SRA only)
src/usr.bin/telnet/sys_bsd.c (no SRA, krb4 or krb5)

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. :-)

> - Jordan
> 
> > >   Modified files:
> > >     usr.bin/telnet       sys_bsd.c 
> > >   Log:
> > >   Don't assume that the number of fds to select on is known quantity (in
> > >   this case 16).  Use dynamic FD_SETs and calculated high-water marks
> > >   throughout.
> > >   Obtained from:  OpenBSD and Apple's Radar database
> > >   MFC after:      2 days
> > 
> > Hi
> > 
> > I don't remember seeing this go into src/crypto/telnet ?
> > 
> > M
> > -- 
> > o       Mark Murray
> > \_      FreeBSD Services Limited
> > O.\_    Warning: this .sig is umop ap!sdn
> 
> 
> 

Cheers,
-Peter
--
Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au
"All of this is for nothing if we don't go to the stars" - JMS/B5


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?20011209100951.36F963808>