freebsd-dev/usr.sbin/ppp
Atsushi Murai a9c6b5df9c 1. Add a settable redial timer and logging of the process id in a file.
A settable redial timer helps to avoid the problem where both ends
   of a link want to dial at the same time and the line winds up busy
   for both ends. The process id is logged in /var/run/PPP.system where
   system is the name of the called system.  When both ends of a link
   are running in demand dial mode, you need an easy way to get the pid
   of the ppp on the called end so it can be killed and re-started with
   -direct or pppd started to handle the incoming ppp session.

2. Add secret description for "set timeout" to man.

Reviewed by:	Atsushi Murai <amurai@spec.co.jp>
Submitted by:	John Capo <jc@irbs.com>
1995-10-08 14:57:32 +00:00
..
arp.c Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
async.c Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
auth.c 1. Do not log the password itself to ppp.log ( Mr. Rich Murphey ) 1995-09-02 17:20:54 +00:00
auth.h Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
ccp.c Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
ccp.h
cdefs.h Compile error occured by missing auth.h/cdefs.h 1995-02-27 03:18:28 +00:00
chap.c Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
chap.h
chat.c 1. Do not log the password itself to ppp.log ( Mr. Rich Murphey ) 1995-09-02 17:20:54 +00:00
command.c 1. Add a settable redial timer and logging of the process id in a file. 1995-10-08 14:57:32 +00:00
command.h New user Process PPP based on iij-ppp0.94beta2. 1995-02-26 12:18:08 +00:00
defs.h 1. Add a settable redial timer and logging of the process id in a file. 1995-10-08 14:57:32 +00:00
filter.c 1. All fragments (except the first one) of a fragmented packet were 1995-09-17 16:14:49 +00:00
filter.h 1.Reducing cpu usage at off connection. 1995-03-11 15:18:55 +00:00
fsm.c Be gentle and allow both magic's (the own one and the other side's 1995-09-09 13:23:53 +00:00
fsm.h Compile error occured by missing auth.h/cdefs.h 1995-02-27 03:18:28 +00:00
global.h New user Process PPP based on iij-ppp0.94beta2. 1995-02-26 12:18:08 +00:00
hdlc.c Typo in log message : errros -> errors 1995-07-30 15:18:29 +00:00
hdlc.h New user Process PPP based on iij-ppp0.94beta2. 1995-02-26 12:18:08 +00:00
ip.c 1. All fragments (except the first one) of a fragmented packet were 1995-09-17 16:14:49 +00:00
ipcp.c Some implementation of PPP are required that starting a negotiaion by 1995-07-08 08:28:10 +00:00
ipcp.h Some implementation of PPP are required that starting a negotiaion by 1995-07-08 08:28:10 +00:00
lcp.c 1. All fragments (except the first one) of a fragmented packet were 1995-09-17 16:14:49 +00:00
lcp.h Compile error occured by missing auth.h/cdefs.h 1995-02-27 03:18:28 +00:00
lcpproto.h Compile error occured by missing auth.h/cdefs.h 1995-02-27 03:18:28 +00:00
log.c Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
log.h Compile error occured by missing auth.h/cdefs.h 1995-02-27 03:18:28 +00:00
lqr.c Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
lqr.h New user Process PPP based on iij-ppp0.94beta2. 1995-02-26 12:18:08 +00:00
main.c 1. Add a settable redial timer and logging of the process id in a file. 1995-10-08 14:57:32 +00:00
Makefile 1. Do not log the password itself to ppp.log ( Mr. Rich Murphey ) 1995-09-02 17:20:54 +00:00
mbuf.c Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
mbuf.h New user Process PPP based on iij-ppp0.94beta2. 1995-02-26 12:18:08 +00:00
md5.h Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
md5c.c Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
modem.c 1. Do not log the password itself to ppp.log ( Mr. Rich Murphey ) 1995-09-02 17:20:54 +00:00
modem.h Compile error occured by missing auth.h/cdefs.h 1995-02-27 03:18:28 +00:00
os.c Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
os.h New user Process PPP based on iij-ppp0.94beta2. 1995-02-26 12:18:08 +00:00
pap.c Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
pap.h
pathnames.h Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
phase.h New user Process PPP based on iij-ppp0.94beta2. 1995-02-26 12:18:08 +00:00
ppp.8 1. Add a settable redial timer and logging of the process id in a file. 1995-10-08 14:57:32 +00:00
ppp.8.m4 1. Add a settable redial timer and logging of the process id in a file. 1995-10-08 14:57:32 +00:00
pred.c Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
route.c Clean up mesage log facility stuff accordng to Joradn's question. 1995-07-08 06:08:52 +00:00
slcompress.c Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
slcompress.h Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
systems.c Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
timeout.h 1.Reducing cpu usage at off connection. 1995-03-11 15:18:55 +00:00
timer.c Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
uucplock.c Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
vars.c 1. Add a settable redial timer and logging of the process id in a file. 1995-10-08 14:57:32 +00:00
vars.h 1. Add a settable redial timer and logging of the process id in a file. 1995-10-08 14:57:32 +00:00
vjcomp.c Remove trailing whitespace. 1995-05-30 03:57:47 +00:00