freebsd-nq/usr.sbin/ppp
Brian Somers 455aabc3f8 o Hook the FSMs into our bundle.
o The FSM layering is now more sane.
o Move a lot of the NCP stuff into our ipcpstate rather than having it
  in the bundle, including control of the configured IP addresses.  We
  don't need hacks like the global `linkup' variable any more as the
  FSM decides when our ppp.link* files get run.  This is going to eventually
  be configurable based on FSM events anyway.
o Fix a few inconsistencies when both sides require authentication.
o We now have "Ppp..." and "PPp" prompts, reflecting authentication
  and network phase.  We don't print loads of spurious prompts as we
  change phases any more.
o Our phase is part of the bundle now.
o Fix a bug where the FSM wasn't calling LayerFinish.
o Close the FSM down correctly with a signal rather than slamming it
  down as if the line was dropped (the undocumented ``down'' command
  is still available though).
o Remove the forgotten `tunno' variable and fix references to it.
1998-02-07 20:50:08 +00:00
..
alias_cmd.c o Move global/static IPCP data into IpcpInfo. 1998-01-29 23:11:44 +00:00
alias_cmd.h This commit was manufactured by cvs2svn to create branch 'MP'. 1998-01-29 00:44:16 +00:00
arp.c o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
arp.h o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
async.c Create struct async' and make it part of struct physical'. 1998-02-02 19:33:40 +00:00
async.h Create struct async' and make it part of struct physical'. 1998-02-02 19:33:40 +00:00
auth.c o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
auth.h o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
bundle.c o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
bundle.h o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
ccp.c o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
ccp.h o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
chap_ms.c This commit was manufactured by cvs2svn to create branch 'MP'. 1998-01-29 00:44:16 +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 Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
chap.h Create `struct bundle' - the top level control structure. 1998-02-02 19:32:16 +00:00
chat.c Move pppVars.physical into the bundle (for the moment). 1998-02-06 02:23:48 +00:00
chat.h Create a new MP branch for `multilink protocol'. 1998-01-29 00:49:32 +00:00
command.c o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
command.h o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
deflate.c Move the global FSMs into their relevent structures. 1998-01-31 02:48:30 +00:00
deflate.h This commit was manufactured by cvs2svn to create branch 'MP'. 1998-01-29 00:44:16 +00:00
defs.c Create `struct bundle' - the top level control structure. 1998-02-02 19:32:16 +00:00
defs.h Create a new MP branch for `multilink protocol'. 1998-01-29 00:49:32 +00:00
filter.c Move the global FSMs into their relevent structures. 1998-01-31 02:48:30 +00:00
filter.h This commit was manufactured by cvs2svn to create branch 'MP'. 1998-01-29 00:44:16 +00:00
fsm.c o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
fsm.h Isolate fsm callback functions 1998-02-06 02:24:29 +00:00
hdlc.c o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
hdlc.h Create `struct bundle' - the top level control structure. 1998-02-02 19:32:16 +00:00
id.c This commit was manufactured by cvs2svn to create branch 'MP'. 1998-01-29 00:44:16 +00:00
id.h This commit was manufactured by cvs2svn to create branch 'MP'. 1998-01-29 00:44:16 +00:00
ip.c o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
ip.h Create `struct bundle' - the top level control structure. 1998-02-02 19:32:16 +00:00
ipcp.c o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
ipcp.h o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
iplist.c This commit was manufactured by cvs2svn to create branch 'MP'. 1998-01-29 00:44:16 +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 Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
lcp.h o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
lcpproto.h This commit was manufactured by cvs2svn to create branch 'MP'. 1998-01-29 00:44:16 +00:00
link.c o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
link.h o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
loadalias.c This commit was manufactured by cvs2svn to create branch 'MP'. 1998-01-29 00:44:16 +00:00
loadalias.h This commit was manufactured by cvs2svn to create branch 'MP'. 1998-01-29 00:44:16 +00:00
log.c This commit was manufactured by cvs2svn to create branch 'MP'. 1998-01-29 00:44:16 +00:00
log.h This commit was manufactured by cvs2svn to create branch 'MP'. 1998-01-29 00:44:16 +00:00
lqr.c o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
lqr.h Create a new MP branch for `multilink protocol'. 1998-01-29 00:49:32 +00:00
main.c o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
main.h o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
Makefile o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
mbuf.c Move pppVars.physical into the bundle (for the moment). 1998-02-06 02:23:48 +00:00
mbuf.h Create `struct link' - the logical link from which 1998-01-30 19:46:07 +00:00
modem.c o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
modem.h Remove static phys_modem 1998-02-06 02:22:52 +00:00
pap.c o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
pap.h Create `struct bundle' - the top level control structure. 1998-02-02 19:32:16 +00:00
pathnames.h This commit was manufactured by cvs2svn to create branch 'MP'. 1998-01-29 00:44:16 +00:00
physical.c Move pppVars.physical into the bundle (for the moment). 1998-02-06 02:23:48 +00:00
physical.h Isolate fsm callback functions 1998-02-06 02:24:29 +00:00
ppp.8 This commit was manufactured by cvs2svn to create branch 'MP'. 1998-01-29 00:44:16 +00:00
pred.c Move the global FSMs into their relevent structures. 1998-01-31 02:48:30 +00:00
pred.h This commit was manufactured by cvs2svn to create branch 'MP'. 1998-01-29 00:44:16 +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 Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
route.h o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
server.c Create `struct bundle' - the top level control structure. 1998-02-02 19:32:16 +00:00
server.h This commit was manufactured by cvs2svn to create branch 'MP'. 1998-01-29 00:44:16 +00:00
sig.c This commit was manufactured by cvs2svn to create branch 'MP'. 1998-01-29 00:44:16 +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 Move global/static IPCP data into IpcpInfo. 1998-01-29 23:11:44 +00:00
slcompress.h o Move global/static IPCP data into IpcpInfo. 1998-01-29 23:11:44 +00:00
systems.c Parse configuration files a bit better. 1998-02-04 01:03:36 +00:00
systems.h Create `struct bundle' - the top level control structure. 1998-02-02 19:32:16 +00:00
throughput.c This commit was manufactured by cvs2svn to create branch 'MP'. 1998-01-29 00:44:16 +00:00
throughput.h This commit was manufactured by cvs2svn to create branch 'MP'. 1998-01-29 00:44:16 +00:00
timer.c This commit was manufactured by cvs2svn to create branch 'MP'. 1998-01-29 00:44:16 +00:00
timer.h This commit was manufactured by cvs2svn to create branch 'MP'. 1998-01-29 00:44:16 +00:00
tun.c Create `struct bundle' - the top level control structure. 1998-02-02 19:32:16 +00:00
tun.h Create `struct bundle' - the top level control structure. 1998-02-02 19:32:16 +00:00
vars.c Remove static phys_modem 1998-02-06 02:22:52 +00:00
vars.h Move pppVars.physical into the bundle (for the moment). 1998-02-06 02:23:48 +00:00
vjcomp.c Create `struct link' - the logical link from which 1998-01-30 19:46:07 +00:00
vjcomp.h Create `struct link' - the logical link from which 1998-01-30 19:46:07 +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.