Date: Wed, 21 Feb 2001 17:19:20 -0800 (PST) From: Brian Somers <brian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c ccp.c ccp.h datalink.c deflate.c mppe.c ppp.8 pred.c server.c Message-ID: <200102220119.f1M1JKK74134@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 2001/02/21 17:19:20 PST Modified files: (Branch: RELENG_4) usr.sbin/ppp bundle.c ccp.c ccp.h datalink.c deflate.c mppe.c ppp.8 pred.c server.c Log: MFC: Reset MPPE_MasterKeyValid when the bundle closes Don't try to negotiate MPPE when CHAP81 hasn't been agreed Don't drop to state DATALINK_READY when we close a link that never actually opened Tone down some MPPE diagnostics Various man page fixes Handle sa_len == 0 from accept() Revision Changes Path 1.84.2.8 +8 -3 src/usr.sbin/ppp/bundle.c 1.54.2.4 +10 -2 src/usr.sbin/ppp/ccp.c 1.22.2.2 +3 -1 src/usr.sbin/ppp/ccp.h 1.57.2.6 +20 -17 src/usr.sbin/ppp/datalink.c 1.18.2.2 +4 -2 src/usr.sbin/ppp/deflate.c 1.4.2.3 +24 -4 src/usr.sbin/ppp/mppe.c 1.209.2.19 +42 -48 src/usr.sbin/ppp/ppp.8 1.29.2.1 +2 -1 src/usr.sbin/ppp/pred.c 1.28.2.4 +5 -1 src/usr.sbin/ppp/server.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?200102220119.f1M1JKK74134>