Date: Sun, 29 Oct 2000 16:15:06 -0800 (PST) From: Brian Somers <brian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp mppe.c mppe.h Makefile ccp.c ccp.h chap.c chap.h chap_ms.c chap_ms.h command.c defs.h lcp.c lcp.h ppp.8 Message-ID: <200010300015.QAA60494@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 2000/10/29 16:15:06 PST
Modified files:
usr.sbin/ppp Makefile ccp.c ccp.h chap.c chap.h
chap_ms.c chap_ms.h command.c defs.h
lcp.c lcp.h ppp.8
Added files:
usr.sbin/ppp mppe.c mppe.h
Log:
Add MPPE and MSChap v2 support (denied and disabled by default)
Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
Revision Changes Path
1.78 +2 -2 src/usr.sbin/ppp/Makefile
1.57 +18 -2 src/usr.sbin/ppp/ccp.c
1.23 +12 -1 src/usr.sbin/ppp/ccp.h
1.66 +148 -14 src/usr.sbin/ppp/chap.c
1.19 +4 -2 src/usr.sbin/ppp/chap.h
1.11 +234 -1 src/usr.sbin/ppp/chap_ms.c
1.6 +16 -2 src/usr.sbin/ppp/chap_ms.h
1.249 +41 -1 src/usr.sbin/ppp/command.c
1.60 +2 -1 src/usr.sbin/ppp/defs.h
1.85 +33 -6 src/usr.sbin/ppp/lcp.c
1.25 +2 -1 src/usr.sbin/ppp/lcp.h
1.238 +25 -3 src/usr.sbin/ppp/ppp.8
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?200010300015.QAA60494>
