Date: Sat, 27 Jun 1998 16:48:58 -0700 (PDT) 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 ccp.h chap.c command.c defs.h fsm.c hdlc.c id.c ip.c ipcp.c iplist.c iplist.h lcp.c lcp.h link.c lqr.c mbuf.c pap.c ppp.8 route.c vjcomp.c Message-ID: <199806272348.QAA15925@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1998/06/27 16:48:58 PDT
Modified files:
usr.sbin/ppp ccp.c ccp.h chap.c command.c defs.h fsm.c
hdlc.c id.c ip.c ipcp.c iplist.c iplist.h
lcp.c lcp.h link.c lqr.c mbuf.c pap.c
ppp.8 route.c vjcomp.c
Log:
o Fix remaining sizeof problems for 64 bit machines.
o Allow ``set ....'' when we have multiple links but aren't in
multilink mode.
o Do a TLS when we receive a ``Open'' event in ``Closed'' state,
despite the rfc state transition table. This is clearly an
error in the RFC as TLS cannot have yet been called (without
TLF) in the ``Closed'' state.
I've posted a message to comp.protocols.ppp for confirmation.
Revision Changes Path
1.36 +7 -7 src/usr.sbin/ppp/ccp.c
1.18 +3 -3 src/usr.sbin/ppp/ccp.h
1.34 +2 -1 src/usr.sbin/ppp/chap.c
1.152 +104 -92 src/usr.sbin/ppp/command.c
1.33 +3 -1 src/usr.sbin/ppp/defs.h
1.34 +20 -5 src/usr.sbin/ppp/fsm.c
1.34 +2 -2 src/usr.sbin/ppp/hdlc.c
1.11 +4 -4 src/usr.sbin/ppp/id.c
1.48 +5 -3 src/usr.sbin/ppp/ip.c
1.62 +8 -11 src/usr.sbin/ppp/ipcp.c
1.7 +7 -5 src/usr.sbin/ppp/iplist.c
1.3 +13 -10 src/usr.sbin/ppp/iplist.h
1.61 +27 -26 src/usr.sbin/ppp/lcp.c
1.18 +4 -4 src/usr.sbin/ppp/lcp.h
1.3 +2 -1 src/usr.sbin/ppp/link.c
1.29 +11 -10 src/usr.sbin/ppp/lqr.c
1.18 +3 -2 src/usr.sbin/ppp/mbuf.c
1.24 +2 -1 src/usr.sbin/ppp/pap.c
1.111 +12 -6 src/usr.sbin/ppp/ppp.8
1.51 +8 -8 src/usr.sbin/ppp/route.c
1.21 +2 -1 src/usr.sbin/ppp/vjcomp.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?199806272348.QAA15925>
