freebsd-dev/sys/net
Gary Jennejohn d3341aa5db 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.
1998-01-01 21:27:18 +00:00
..
bpf_compat.h
bpf_filter.c
bpf.c Removed unused #includes. 1997-11-18 16:29:53 +00:00
bpf.h
bpfdesc.h
bsd_comp.c Removed unused #includes. 1997-10-28 15:59:26 +00:00
ethernet.h
fddi.h
hostcache.c Remove a bunch of variables which were unused both in GENERIC and LINT. 1997-11-07 08:53:44 +00:00
hostcache.h Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
if_arp.h
if_atm.h
if_atmsubr.c Use gettime() instead of assignment from time'. (time' is too 1997-11-18 13:37:56 +00:00
if_disc.c
if_dl.h
if_ethersubr.c Fixed gratuitous ANSIisms. 1997-12-20 00:07:11 +00:00
if_fddisubr.c Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h. 1997-12-15 20:31:25 +00:00
if_llc.h
if_loop.c Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h. 1997-12-15 20:31:25 +00:00
if_media.c
if_media.h
if_mib.c
if_mib.h
if_ppp.c Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h. 1997-12-15 20:31:25 +00:00
if_ppp.h Braino on my part.. a #define isn't a reference to a structure, so the 1997-10-18 09:02:39 +00:00
if_pppvar.h Back out the `PPP_FILTER => NBPFILTER' changes 1997-10-18 00:46:10 +00:00
if_sl.c MALLOC->malloc 1997-12-19 19:39:01 +00:00
if_slvar.h Remove bogus #ifdef INET - SLIP doesn't compile without INET. 1997-12-20 16:44:51 +00:00
if_sppp.h Jumbo patch to implement PAP and CHAP for sppp(4). Partially based on 1997-10-11 11:25:28 +00:00
if_spppsubr.c Reviewed by: Joerg Wunsch 1998-01-01 21:27:18 +00:00
if_tun.c Removed unused #includes. 1997-11-18 16:36:15 +00:00
if_tun.h Removed now-unused blocking mode flag. 1997-11-18 16:37:04 +00:00
if_types.h
if_var.h Add a per-interface-address pointer to a function that can be supplied 1997-08-28 01:17:12 +00:00
if.c Make COMPAT_43 and COMPAT_SUNOS new-style options. 1997-12-16 17:40:42 +00:00
if.h Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
netisr.h Fixed gratuitous ANSIisms. 1997-09-16 11:44:05 +00:00
ppp_comp.h Update kernel parts of pppd from 2.2.0 to 2.3.0. I've yet to look at the 1997-08-19 14:10:50 +00:00
ppp_deflate.c Removed unused #includes. 1997-10-28 15:59:26 +00:00
ppp_defs.h Update kernel parts of pppd from 2.2.0 to 2.3.0. I've yet to look at the 1997-08-19 14:10:50 +00:00
ppp_tty.c Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that are 1997-12-06 13:25:01 +00:00
radix.c Unstaticized rn_delete() and rn_lookup(). They are used in dark corners 1997-11-24 13:50:24 +00:00
radix.h Unstaticized rn_delete() and rn_lookup(). They are used in dark corners 1997-11-24 13:50:24 +00:00
raw_cb.c Removed unused #includes. 1997-10-28 15:59:26 +00:00
raw_cb.h
raw_usrreq.c Remove a bunch of variables which were unused both in GENERIC and LINT. 1997-11-07 08:53:44 +00:00
route.c Removed unused #includes. 1997-10-28 15:59:26 +00:00
route.h Some staticized variables were still declared to be extern. 1997-09-07 05:27:26 +00:00
rtsock.c Fixed bug in RTM_ADD where rmx_locks weren't being set on the new route, 1997-10-31 08:53:13 +00:00
slcompress.c Update kernel parts of pppd from 2.2.0 to 2.3.0. I've yet to look at the 1997-08-19 14:10:50 +00:00
slcompress.h Update kernel parts of pppd from 2.2.0 to 2.3.0. I've yet to look at the 1997-08-19 14:10:50 +00:00
slip.h
zlib.c Removed unused #includes. 1997-09-01 02:18:13 +00:00
zlib.h Update kernel parts of pppd from 2.2.0 to 2.3.0. I've yet to look at the 1997-08-19 14:10:50 +00:00