Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 May 1997 10:36:39 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.ORG>
To:        CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   cvs commit:  src/usr.sbin/ppp auth.c cdefs.h chat.c chat.h command.c defs.h hdlc.c ip.c lcp.c log.c log.h lqr.c main.c modem.c os.c ppp.8 slcompress.h timer.c vars.c vars.h vjcomp.c
Message-ID:  <199705091736.KAA10863@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       97/05/09 10:36:39

  Branch:      usr.sbin/ppp  RELENG_2_2
  Modified:    usr.sbin/ppp  auth.c cdefs.h chat.c chat.h command.c defs.h
                        hdlc.c ip.c  lcp.c log.c log.h lqr.c main.c modem.c
                        os.c ppp.8 slcompress.h  timer.c vars.c vars.h
                        vjcomp.c
  Log:
  YAMFC: The only bits missing from 2.2 now are
         the urandomdev stuff and the uu_lock stuff
  
  This means:
  
  o   Increase maximum chat args from 20 to 40,
      stop scribbling when the limit is hit.
  o   Allow mixed case commands.
  o   Allow HISADDR, MYADDR, ALL and INTERFACE
      in mixed case.
  o   Add reconnect command.
  o   Add redial next timer (for next number redial).
  o   Change logfile name to ppp.tunX.log.
  o   Discard HDLC frames with less than two bytes.
  o   Make background mode exit on loss of carrier.
  o   Initialise lqrsendcnt for each connection.
  o   Initialise VarLocalAuth for each connection.
  o   Exit on failure to open the log file.
  o   Ignore SIGPIPE.
  o   Select() on the correct number of fds.
  o   Only compress TCP packets.
  o   Update documentation.
  o   Bring in various minor fixes from -current.
  
  Revision  Changes    Path
  1.7.2.2   +4 -4      src/usr.sbin/ppp/auth.c
  1.1.6.1   +2 -2      src/usr.sbin/ppp/cdefs.h
  1.11.2.6  +10 -6     src/usr.sbin/ppp/chat.c
  1.1.4.2   +3 -2      src/usr.sbin/ppp/chat.h
  1.24.2.5  +88 -22    src/usr.sbin/ppp/command.c
  1.4.2.3   +7 -4      src/usr.sbin/ppp/defs.h
  1.9.2.1   +7 -1      src/usr.sbin/ppp/hdlc.c
  1.9.2.4   +2 -1      src/usr.sbin/ppp/ip.c
  1.10.2.2  +2 -2      src/usr.sbin/ppp/lcp.c
  1.4.2.3   +16 -9     src/usr.sbin/ppp/log.c
  1.6.2.2   +4 -3      src/usr.sbin/ppp/log.h
  1.7.2.1   +2 -1      src/usr.sbin/ppp/lqr.c
  1.22.2.8  +97 -53    src/usr.sbin/ppp/main.c
  1.24.2.3  +20 -17    src/usr.sbin/ppp/modem.c
  1.7.2.4   +7 -2      src/usr.sbin/ppp/os.c
  1.19.2.4  +243 -29   src/usr.sbin/ppp/ppp.8
  1.3.6.1   +2 -2      src/usr.sbin/ppp/slcompress.h
  1.5.2.3   +4 -7      src/usr.sbin/ppp/timer.c
  1.9.2.2   +4 -3      src/usr.sbin/ppp/vars.c
  1.7.2.2   +8 -1      src/usr.sbin/ppp/vars.h
  1.4.2.1   +3 -2      src/usr.sbin/ppp/vjcomp.c



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