Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 1996 06:32:46 -0700 (PDT)
From:      "Jordan K. Hubbard" <jkh>
To:        CVS-committers, cvs-all, cvs-usrsbin
Subject:   cvs commit:  src/usr.sbin/ppp passwdauth.c passwdauth.h Makefile command.c ipcp.c ipcp.h pap.c ppp.8 route.c vars.c vars.h
Message-ID:  <199610061332.GAA16188@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

jkh         96/10/06 06:32:45

  Modified:    usr.sbin/ppp  Makefile command.c ipcp.c ipcp.h pap.c ppp.8
                        route.c vars.c  vars.h
  Added:       usr.sbin/ppp  passwdauth.c passwdauth.h
  Log:
  Add support for the Evil Microsoft ppp extentions.  Yes, they did it
  on their own without even attempting to get concensus in the IETF, but
  there are also lots of Win95/NT boxes out there.
  
  CLoses PR#1494
  Submitted-By: Peter Childs <pjchilds@imforei.apana.org.au>
  
  Revision  Changes    Path
  1.7       +4 -4      src/usr.sbin/ppp/Makefile
  1.20      +76 -1     src/usr.sbin/ppp/command.c
  1.9       +102 -2    src/usr.sbin/ppp/ipcp.c
  1.4       +17 -1     src/usr.sbin/ppp/ipcp.h
  1.6       +10 -1     src/usr.sbin/ppp/pap.c
  1.18      +65 -7     src/usr.sbin/ppp/ppp.8
  1.8       +31 -8     src/usr.sbin/ppp/route.c
  1.8       +5 -3      src/usr.sbin/ppp/vars.c
  1.7       +4 -2      src/usr.sbin/ppp/vars.h



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