freebsd-dev/usr.sbin/ppp
Jordan K. Hubbard b0cdb3ce11 1. Room to calculate MD5 for CHAP negotiation is shorter than
required. a core is not dumped at first connecting time and
   dumped at second or third time. (patch I)
2. A routine for "show route" refers out of allocated space.
   Values pointed by "lp" should be read as CHAR, I think.
   there is also no free() for disallocation. (patch II)

Here is also a patch for an improvement: In current imprementation,
even if PPP connection is disconnected by time out, prompt of
interactive mode does not change from "PPP>" to "ppp>" to
indicate the disconnection on a terminal.
So I modified the code to do that. (patch III)

Submitted-By: NAKAMURA Motonori <motonori@econ.kyoto-u.ac.jp>
1996-10-12 16:20:34 +00:00
..
arp.c
arp.h
async.c
auth.c
auth.h
ccp.c
ccp.h
cdefs.h
chap.c 1. Room to calculate MD5 for CHAP negotiation is shorter than 1996-10-12 16:20:34 +00:00
chap.h
chat.c Prepare for exec properly and check return values 1996-06-09 20:40:58 +00:00
chat.h
command.c 1. Room to calculate MD5 for CHAP negotiation is shorter than 1996-10-12 16:20:34 +00:00
command.h
defs.h
filter.c
filter.h
fsm.c
fsm.h
global.h
hdlc.c
hdlc.h
ip.c
ip.h
ipcp.c Add support for the Evil Microsoft ppp extentions. Yes, they did it 1996-10-06 13:32:37 +00:00
ipcp.h Add support for the Evil Microsoft ppp extentions. Yes, they did it 1996-10-06 13:32:37 +00:00
lcp.c 1. Room to calculate MD5 for CHAP negotiation is shorter than 1996-10-12 16:20:34 +00:00
lcp.h
lcpproto.h
log.c
log.h
lqr.c
lqr.h
main.c 1. Room to calculate MD5 for CHAP negotiation is shorter than 1996-10-12 16:20:34 +00:00
main.h
Makefile Add support for the Evil Microsoft ppp extentions. Yes, they did it 1996-10-06 13:32:37 +00:00
mbuf.c
mbuf.h
modem.c
modem.h
os.c Close a file descriptor leak. Possibly closes PR #1212 1996-06-03 21:35:21 +00:00
os.h
pap.c Properly include prototypes. 1996-10-07 04:21:09 +00:00
pap.h
passwdauth.c Add support for the Evil Microsoft ppp extentions. Yes, they did it 1996-10-06 13:32:37 +00:00
passwdauth.h Add support for the Evil Microsoft ppp extentions. Yes, they did it 1996-10-06 13:32:37 +00:00
pathnames.h
phase.h
ppp.8 Add support for the Evil Microsoft ppp extentions. Yes, they did it 1996-10-06 13:32:37 +00:00
ppp.8.m4 Add support for the Evil Microsoft ppp extentions. Yes, they did it 1996-10-06 13:32:37 +00:00
pred.c Reset Pred1 protocol on FCS errors. 1996-07-21 13:01:27 +00:00
pred.h
route.c 1. Room to calculate MD5 for CHAP negotiation is shorter than 1996-10-12 16:20:34 +00:00
route.h
slcompress.c
slcompress.h
systems.c
systems.h
timeout.h
timer.c
vars.c Add passwdauth to list of vars. 1996-10-06 19:39:08 +00:00
vars.h Add support for the Evil Microsoft ppp extentions. Yes, they did it 1996-10-06 13:32:37 +00:00
vjcomp.c