From owner-cvs-usrsbin Sun Oct 6 06:32:55 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA16204 for cvs-usrsbin-outgoing; Sun, 6 Oct 1996 06:32:55 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA16188; Sun, 6 Oct 1996 06:32:46 -0700 (PDT) Date: Sun, 6 Oct 1996 06:32:46 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199610061332.GAA16188@freefall.freebsd.org> 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 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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 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