freebsd_amp_hwpstate/usr.sbin/ppp
Brian Somers 1afedc4b86 Create an AbortProgram() function for getting out of
ppp immediately.
1998-02-08 11:07:32 +00:00
..
Makefile o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
README.alias
README.devel
alias_cmd.c
alias_cmd.h
arp.c Rename ccpstate to ccp, ipcpstate to ipcp and lcpstate to lcp. 1998-02-08 11:05:01 +00:00
arp.h Rename ccpstate to ccp, ipcpstate to ipcp and lcpstate to lcp. 1998-02-08 11:05:01 +00:00
async.c Rename ccpstate to ccp, ipcpstate to ipcp and lcpstate to lcp. 1998-02-08 11:05:01 +00:00
async.h Rename ccpstate to ccp, ipcpstate to ipcp and lcpstate to lcp. 1998-02-08 11:05:01 +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 Rename ccpstate to ccp, ipcpstate to ipcp and lcpstate to lcp. 1998-02-08 11:05:01 +00:00
ccp.h Rename ccpstate to ccp, ipcpstate to ipcp and lcpstate to lcp. 1998-02-08 11:05:01 +00:00
chap.c o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
chap.h
chap_ms.c
chap_ms.h
chat.c
chat.h
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
deflate.h
defs.c
defs.h
filter.c
filter.h
fsm.c o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
fsm.h
hdlc.c o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
hdlc.h
id.c Create an AbortProgram() function for getting out of 1998-02-08 11:07:32 +00:00
id.h
ip.c o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
ip.h
ipcp.c Rename ccpstate to ccp, ipcpstate to ipcp and lcpstate to lcp. 1998-02-08 11:05:01 +00:00
ipcp.h Rename ccpstate to ccp, ipcpstate to ipcp and lcpstate to lcp. 1998-02-08 11:05:01 +00:00
iplist.c
iplist.h
lcp.c Rename ccpstate to ccp, ipcpstate to ipcp and lcpstate to lcp. 1998-02-08 11:05:01 +00:00
lcp.h Rename ccpstate to ccp, ipcpstate to ipcp and lcpstate to lcp. 1998-02-08 11:05:01 +00:00
lcpproto.h
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
loadalias.h
log.c
log.h
lqr.c o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
lqr.h
main.c Create an AbortProgram() function for getting out of 1998-02-08 11:07:32 +00:00
main.h Create an AbortProgram() function for getting out of 1998-02-08 11:07:32 +00:00
mbuf.c
mbuf.h
modem.c Initialize RTS/CTS, speed and parity in modem_Create(). 1998-02-08 01:31:27 +00:00
modem.h
pap.c o Hook the FSMs into our bundle. 1998-02-07 20:50:08 +00:00
pap.h
pathnames.h
physical.c
physical.h
ppp.8
pred.c
pred.h
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
server.h
sig.c
sig.h
slcompress.c
slcompress.h
systems.c
systems.h
throughput.c
throughput.h
timer.c
timer.h
tun.c
tun.h
vars.c
vars.h
vjcomp.c
vjcomp.h

README.devel

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.