Date: Thu, 1 Jan 1998 13:27:20 -0800 (PST) From: Gary Jennejohn <gj@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net if_spppsubr.c Message-ID: <199801012127.NAA07123@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gj 1998/01/01 13:27:20 PST Modified files: sys/net if_spppsubr.c Log: Reviewed by: Joerg Wunsch In sppp_chap_input: 1) in the CHAP_CHALLENGE case don't output the peer's name if it is not what we expected (DEBUG) since it will be printed out in the course of events anyway. 2) in the CHAP_SUCCESS case test whether the peer is required to authenticate himself [(sp->lcp.opts & (1 << LCP_OPT_AUTH_PROTO))], otherwise the state machine may never switch into the network state. I saw this case against 2 different ISPs; they never bothered to authenticate themselves to me. In sppp_pap_input: in the PAP_ACK case do the same as in 2) above for the same reason. Revision Changes Path 1.30 +3 -10 src/sys/net/if_spppsubr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801012127.NAA07123>