freebsd-dev/usr.sbin/ppp
Brian Somers d47dceb8ab o Remove LINK level logging.
o change the default link name to ``deflink'' rather
  than ``default''.
o Prepend the link name to CCP and LCP FSM diagnostics.
o Protect against 0 length options in CCP and IPCP REQ
  interpreters (already done for LCP).
o Allow optional context for the `show' command.
o Use MPs link when interpreting commands if the multilink
  mrru is configured rather than when multilink is active.
  This means that once we've ``set mrru xxx'', we then need
  to ``link deflink show ccp'' etc if we want to do link-level
  stuff (based on the command requiring optional or manditory
  context).
o Use the ifconfig'd interface address in `set enddisc {ip,mac}'
  if it's there, otherwise the configuration file value.
1998-04-24 19:15:48 +00:00
..
alias_cmd.c Pass all command arguments around with struct cmdargs rather 1998-04-14 23:17:24 +00:00
alias_cmd.h o Move alias function pointers into loadalias.c 1998-04-07 00:54:26 +00:00
arp.c Create #defines for all endpoint discriptor classes, 1998-04-23 23:50:40 +00:00
arp.h Create #defines for all endpoint discriptor classes, 1998-04-23 23:50:40 +00:00
async.c o Remove some unused #includes. 1998-04-21 01:02:32 +00:00
async.h o Move alias function pointers into loadalias.c 1998-04-07 00:54:26 +00:00
auth.c Negotiate MRRU, SHORTSEQ and ENDDISC. ENDDISC doesn't imply 1998-04-23 03:23:03 +00:00
auth.h o Move alias function pointers into loadalias.c 1998-04-07 00:54:26 +00:00
bundle.c o Remove LINK level logging. 1998-04-24 19:15:48 +00:00
bundle.h Negotiate MRRU, SHORTSEQ and ENDDISC. ENDDISC doesn't imply 1998-04-23 03:23:03 +00:00
ccp.c o Remove LINK level logging. 1998-04-24 19:15:48 +00:00
ccp.h Output the correct protocol id from the physical link-level CCP 1998-04-24 19:15:26 +00:00
chap_ms.c Remove unused includes. 1998-04-06 09:12:38 +00:00
chap_ms.h This commit was manufactured by cvs2svn to create branch 'MP'. 1998-01-29 00:44:16 +00:00
chap.c o Move the accept/deny/disable/enable globals either to the 1998-04-16 00:26:21 +00:00
chap.h o Move alias function pointers into loadalias.c 1998-04-07 00:54:26 +00:00
chat.c Tidy up the use of struct pppTimer. 1998-04-19 15:24:50 +00:00
chat.h o Move alias function pointers into loadalias.c 1998-04-07 00:54:26 +00:00
command.c o Remove LINK level logging. 1998-04-24 19:15:48 +00:00
command.h o Move the accept/deny/disable/enable globals either to the 1998-04-16 00:26:21 +00:00
datalink.c o Add ipcp_SetLink() for attaching IPCP to the correct link, and 1998-04-23 18:56:21 +00:00
datalink.h Cosmetic: Clean up warnings. 1998-04-18 01:01:28 +00:00
deflate.c Output the correct protocol id from the physical link-level CCP 1998-04-24 19:15:26 +00:00
deflate.h This commit was manufactured by cvs2svn to create branch 'MP'. 1998-01-29 00:44:16 +00:00
defs.c Negotiate MRRU, SHORTSEQ and ENDDISC. ENDDISC doesn't imply 1998-04-23 03:23:03 +00:00
defs.h Negotiate MRRU, SHORTSEQ and ENDDISC. ENDDISC doesn't imply 1998-04-23 03:23:03 +00:00
descriptor.h o Move alias function pointers into loadalias.c 1998-04-07 00:54:26 +00:00
filter.c o Understand `syn'' and `finrst'' in filter rules. This 1998-04-16 18:30:54 +00:00
filter.h Cosmetic: Clean up warnings. 1998-04-18 01:01:28 +00:00
fsm.c o Remove LINK level logging. 1998-04-24 19:15:48 +00:00
fsm.h o Move alias function pointers into loadalias.c 1998-04-07 00:54:26 +00:00
hdlc.c o Initialise MP correctly depending on if we're the 1998-04-23 21:50:13 +00:00
hdlc.h o Move alias function pointers into loadalias.c 1998-04-07 00:54:26 +00:00
id.c o Use __attribute__ (#ifdef __GNUC__) to type-check 1998-04-19 23:09:03 +00:00
id.h Support client side DNS server negotiation, disabled 1998-04-17 22:05:37 +00:00
ip.c o Understand `syn'' and `finrst'' in filter rules. This 1998-04-16 18:30:54 +00:00
ip.h o Move alias function pointers into loadalias.c 1998-04-07 00:54:26 +00:00
ipcp.c o Remove LINK level logging. 1998-04-24 19:15:48 +00:00
ipcp.h o Add ipcp_SetLink() for attaching IPCP to the correct link, and 1998-04-23 18:56:21 +00:00
iplist.c o Move alias function pointers into loadalias.c 1998-04-07 00:54:26 +00:00
iplist.h This commit was manufactured by cvs2svn to create branch 'MP'. 1998-01-29 00:44:16 +00:00
lcp.c o Remove LINK level logging. 1998-04-24 19:15:48 +00:00
lcp.h Negotiate MRRU, SHORTSEQ and ENDDISC. ENDDISC doesn't imply 1998-04-23 03:23:03 +00:00
lcpproto.h o Move struct lcp and struct ccp into struct link. 1998-04-03 19:21:56 +00:00
link.c Output the correct protocol id from the physical link-level CCP 1998-04-24 19:15:26 +00:00
link.h Output the correct protocol id from the physical link-level CCP 1998-04-24 19:15:26 +00:00
loadalias.c Cosmetic: Clean up warnings. 1998-04-18 01:01:28 +00:00
loadalias.h Remove MODE_ALIAS and add AliasEnabled() macro. 1998-04-07 23:46:09 +00:00
log.c o Remove LINK level logging. 1998-04-24 19:15:48 +00:00
log.h o Remove LINK level logging. 1998-04-24 19:15:48 +00:00
lqr.c o Use __attribute__ (#ifdef __GNUC__) to type-check 1998-04-19 23:09:03 +00:00
lqr.h o Move alias function pointers into loadalias.c 1998-04-07 00:54:26 +00:00
main.c Negotiate MRRU, SHORTSEQ and ENDDISC. ENDDISC doesn't imply 1998-04-23 03:23:03 +00:00
main.h o Move alias function pointers into loadalias.c 1998-04-07 00:54:26 +00:00
Makefile o Move the accept/deny/disable/enable globals either to the 1998-04-16 00:26:21 +00:00
mbuf.c Print mbuf type names in `show mem'. 1998-04-07 01:29:44 +00:00
mbuf.h Print mbuf type names in `show mem'. 1998-04-07 01:29:44 +00:00
modem.c o Remove some unused #includes. 1998-04-21 01:02:32 +00:00
modem.h o Remove the `mode' global - it's now per physical device. 1998-04-10 13:19:23 +00:00
mp.c o Remove LINK level logging. 1998-04-24 19:15:48 +00:00
mp.h Create #defines for all endpoint discriptor classes, 1998-04-23 23:50:40 +00:00
pap.c o Move the accept/deny/disable/enable globals either to the 1998-04-16 00:26:21 +00:00
pap.h o Move alias function pointers into loadalias.c 1998-04-07 00:54:26 +00:00
pathnames.h This commit was manufactured by cvs2svn to create branch 'MP'. 1998-01-29 00:44:16 +00:00
physical.c o Move the accept/deny/disable/enable globals either to the 1998-04-16 00:26:21 +00:00
physical.h Do away with the static struct timeoutArg. Move the 1998-04-20 00:20:41 +00:00
ppp.8 o Remove LINK level logging. 1998-04-24 19:15:48 +00:00
pred.c Output the correct protocol id from the physical link-level CCP 1998-04-24 19:15:26 +00:00
pred.h This commit was manufactured by cvs2svn to create branch 'MP'. 1998-01-29 00:44:16 +00:00
prompt.c Tidy up the use of struct pppTimer. 1998-04-19 15:24:50 +00:00
prompt.h o Use __attribute__ (#ifdef __GNUC__) to type-check 1998-04-19 23:09:03 +00:00
README.alias This commit was manufactured by cvs2svn to create branch 'MP'. 1998-01-29 00:44:16 +00:00
README.devel This commit was manufactured by cvs2svn to create branch 'MP'. 1998-01-29 00:44:16 +00:00
route.c o Allocate new CCP protocol options if they've been 1998-04-19 03:41:01 +00:00
route.h o Move alias function pointers into loadalias.c 1998-04-07 00:54:26 +00:00
server.c Cosmetic: Clean up warnings. 1998-04-18 01:01:28 +00:00
server.h o Remove the `mode' global - it's now per physical device. 1998-04-10 13:19:23 +00:00
sig.c o Use __attribute__ (#ifdef __GNUC__) to type-check 1998-04-19 23:09:03 +00:00
sig.h This commit was manufactured by cvs2svn to create branch 'MP'. 1998-01-29 00:44:16 +00:00
slcompress.c o Use __attribute__ (#ifdef __GNUC__) to type-check 1998-04-19 23:09:03 +00:00
slcompress.h o Move alias function pointers into loadalias.c 1998-04-07 00:54:26 +00:00
systems.c Pass all command arguments around with struct cmdargs rather 1998-04-14 23:17:24 +00:00
systems.h o Remove the `mode' global - it's now per physical device. 1998-04-10 13:19:23 +00:00
throughput.c Tidy up the use of struct pppTimer. 1998-04-19 15:24:50 +00:00
throughput.h o Move the accept/deny/disable/enable globals either to the 1998-04-16 00:26:21 +00:00
timer.c o Remove some unused #includes. 1998-04-21 01:02:32 +00:00
timer.h o Move alias function pointers into loadalias.c 1998-04-07 00:54:26 +00:00
tun.c o Move alias function pointers into loadalias.c 1998-04-07 00:54:26 +00:00
tun.h o Move alias function pointers into loadalias.c 1998-04-07 00:54:26 +00:00
vjcomp.c o Move the accept/deny/disable/enable globals either to the 1998-04-16 00:26:21 +00:00
vjcomp.h o Move alias function pointers into loadalias.c 1998-04-07 00:54:26 +00:00

This program was originally written by Toshiharu OHNO <tony-o@iij.ad.jp>,
and was submitted to FreeBSD-2.0.5 by Atsushi Murai <amurai@spec.co.jp>.
The original version was usually referred to as iij-ppp.

Ppp is currently maintained under FreeBSD and OpenBSD by Brian Somers
<brian@Awfulhak.org>.  The sources for both operating systems are the
same although the Makefiles vary due to the nature of each system.
If and when it's ported to another OS, things will probably be shuffled
around so that there are several Makefiles, one per architecture.

The latest sources are available in FreeBSD-current and OpenBSD-current.
An archive hacked so that it will build on just about any version of
FreeBSD is frequently generated and made available on
http://www.FreeBSD.org/~brian.  Once the first OpenBSD release is made
with ppp, an up-to-date OpenBSD archive will be made available too.

A FAQ is available at http://www.FreeBSD.org/FAQ/userppp.html.  It applies
equally to OpenBSD as it does to FreeBSD.  The man page is quite extensive,
and there are lots of examples in /etc/ppp/ppp.*.sample.  These examples
come with the hacked archive above but must be installed manually.

Ppp is still under development.  There is no official TODO list.