Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Aug 2001 05:12:27 -0700 (PDT)
From:      Mark Murray <markm@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/libexec/telnetd Makefile ext.h global.c slc.c state.c sys_term.c telnetd.8 telnetd.c termstat.c utility.c
Message-ID:  <200108201212.f7KCCS041943@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
markm       2001/08/20 05:12:27 PDT

  Modified files:
    libexec/telnetd      Makefile ext.h global.c slc.c state.c 
                         sys_term.c telnetd.8 telnetd.c termstat.c 
                         utility.c 
  Log:
  Feature merging and diff reduction between this code and crypto telnet.
  Also remove conditional (AUTHENTICATION) code as we have never compiled
  it here, and it is doubtful that it even works in this scenario.
  
  Revision  Changes    Path
  1.17      +15 -13    src/libexec/telnetd/Makefile
  1.11      +6 -11     src/libexec/telnetd/ext.h
  1.4       +1 -1      src/libexec/telnetd/global.c
  1.12      +2 -2      src/libexec/telnetd/slc.c
  1.15      +4 -55     src/libexec/telnetd/state.c
  1.32      +170 -174  src/libexec/telnetd/sys_term.c
  1.25      +15 -4     src/libexec/telnetd/telnetd.8
  1.30      +37 -86    src/libexec/telnetd/telnetd.c
  1.13      +28 -29    src/libexec/telnetd/termstat.c
  1.17      +9 -80     src/libexec/telnetd/utility.c


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?200108201212.f7KCCS041943>