Date: Fri, 20 Mar 1998 11:47:14 -0800 (PST) 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 ccp.c fsm.c fsm.h ipcp.c lcp.c lcp.h lqr.c ppp.8 vars.c vars.h Message-ID: <199803201947.LAA00300@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1998/03/20 11:47:13 PST Modified files: (Branch: MP) usr.sbin/ppp ccp.c fsm.c fsm.h ipcp.c lcp.c lcp.h lqr.c ppp.8 vars.c vars.h Log: o Check the LCP Identifier field for correctness and drop dodgy packets by default. The old behaviour is still available with ``disable idcheck''. o Make all FSM diagnostics consistent and tidy up the way we build our LCP/CCP/IPCP requests. o Don't assume sizeof(u_long) == 4. Revision Changes Path 1.30.2.26 +14 -16 src/usr.sbin/ppp/ccp.c 1.27.2.23 +94 -87 src/usr.sbin/ppp/fsm.c 1.16.2.11 +3 -3 src/usr.sbin/ppp/fsm.h 1.50.2.25 +24 -40 src/usr.sbin/ppp/ipcp.c 1.55.2.31 +36 -105 src/usr.sbin/ppp/lcp.c 1.16.2.15 +8 -3 src/usr.sbin/ppp/lcp.h 1.22.2.15 +3 -3 src/usr.sbin/ppp/lqr.c 1.97.2.7 +11 -1 src/usr.sbin/ppp/ppp.8 1.45.2.16 +3 -2 src/usr.sbin/ppp/vars.c 1.42.2.14 +3 -2 src/usr.sbin/ppp/vars.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803201947.LAA00300>