Re: FreeBSD Security Advisory FreeBSD-SA-05:01.telnet

From: Jacques Vidrine (nectar_at_FreeBSD.org)
Date: 03/29/05

  • Next message: KIMURA Yasuhiro: "Re: FreeBSD Security Advisory FreeBSD-SA-05:01.telnet"
    Date: Mon, 28 Mar 2005 16:00:43 -0600
    To: "Simon L. Nielsen" <simon@FreeBSD.org>
    
    

    On 3/28/05 3:40 PM, Simon L. Nielsen wrote:
    > Indeed, looks like the FreeBSD 5 patch is an "old" version since that
    > should have been fixed. I just CC'ed nectar so this can be fixed
    > ASAP.

    Oops, sorry folks. I've re-uploaded the patch to the master FTP server,
    and it should propagate to others soon.

    > Due to multiple telnet versions (especially in FreeBSD 4) it was
    > judged that including more specific build instructions for all the
    > possible combinations of telnet and build options gave to high a risk
    > for errors possibly resulting in users not actually getting telnet
    > rebuild correctly.

    That's right. For 5.x, it is fairly straightforward:

        # cd /usr/src
        # patch < /path/to/patch
        # cd /usr/src/lib/libtelnet
        # make obj && make depend && make
        # cd /usr/src/usr.bin/telnet
        # make obj && make depend && make && make install

    But 4.x has no less than four possible telnet clients that might be
    installed depending upon local settings of NOCRYPT, MAKE_KERBEROS4,
    MAKE_KERBEROS5, and probably others :-/

    Cheers,

    -- 
    Jacques A Vidrine / NTT/Verio
    nectar@celabo.org / jvidrine@verio.net / nectar@FreeBSD.org
    _______________________________________________
    freebsd-security@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-security
    To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"
    

  • Next message: KIMURA Yasuhiro: "Re: FreeBSD Security Advisory FreeBSD-SA-05:01.telnet"

    Relevant Pages

    • Re: Telnet - cant telnet in as root
      ... telnet is one of those Useful Tools that one may need ... > but also folks can't get out from inside. ... I'd be tempted to pull the plug for security reasons. ... > Division Manager had Given Instructions, ...
      (comp.unix.bsd.freebsd.misc)
    • Re: A proposed drastic cleanup of the telnet build.
      ... >> so folks in dodgy countries which don't allow them to have crypto ... >> source will not be able to do telnet development, ...
      (freebsd-arch)