freebsd_amp_hwpstate/usr.sbin/ppp
Brian Somers 9c281ab21b Don't forget to set up our ppp.secret IP numbers & label
in non-MP mode.
1998-04-30 23:52:53 +00:00
..
Makefile
README.alias
README.devel
alias_cmd.c
alias_cmd.h
arp.c o Add the link name to modem diagnostics. 1998-04-28 01:25:46 +00:00
arp.h
async.c
async.h
auth.c o Add the link name to modem diagnostics. 1998-04-28 01:25:46 +00:00
auth.h
bundle.c o Add the link name to modem diagnostics. 1998-04-28 01:25:46 +00:00
bundle.h o Add the link name to modem diagnostics. 1998-04-28 01:25:46 +00:00
ccp.c o Add the link name to modem diagnostics. 1998-04-28 01:25:46 +00:00
ccp.h
chap.c o Add the link name to modem diagnostics. 1998-04-28 01:25:46 +00:00
chap.h
chap_ms.c
chap_ms.h
chat.c o Add the link name to modem diagnostics. 1998-04-28 01:25:46 +00:00
chat.h
command.c
command.h
datalink.c Don't forget to set up our ppp.secret IP numbers & label 1998-04-30 23:52:53 +00:00
datalink.h
deflate.c
deflate.h
defs.c
defs.h
descriptor.h o Add the link name to modem diagnostics. 1998-04-28 01:25:46 +00:00
filter.c o Add the link name to modem diagnostics. 1998-04-28 01:25:46 +00:00
filter.h
fsm.c o Add the link name to modem diagnostics. 1998-04-28 01:25:46 +00:00
fsm.h
hdlc.c o Add the link name to modem diagnostics. 1998-04-28 01:25:46 +00:00
hdlc.h
id.c o Add the link name to modem diagnostics. 1998-04-28 01:25:46 +00:00
id.h o Add the link name to modem diagnostics. 1998-04-28 01:25:46 +00:00
ip.c o Add the link name to modem diagnostics. 1998-04-28 01:25:46 +00:00
ip.h
ipcp.c o Add the link name to modem diagnostics. 1998-04-28 01:25:46 +00:00
ipcp.h
iplist.c
iplist.h
lcp.c o Add the link name to modem diagnostics. 1998-04-28 01:25:46 +00:00
lcp.h
lcpproto.h
link.c
link.h
loadalias.c
loadalias.h
log.c
log.h
lqr.c o Add the link name to modem diagnostics. 1998-04-28 01:25:46 +00:00
lqr.h
main.c o Add the link name to modem diagnostics. 1998-04-28 01:25:46 +00:00
main.h
mbuf.c
mbuf.h
modem.c o Add the link name to modem diagnostics. 1998-04-28 01:25:46 +00:00
modem.h
mp.c o Add the link name to modem diagnostics. 1998-04-28 01:25:46 +00:00
mp.h o Add the link name to modem diagnostics. 1998-04-28 01:25:46 +00:00
pap.c o Add the link name to modem diagnostics. 1998-04-28 01:25:46 +00:00
pap.h
pathnames.h
physical.c o Add the link name to modem diagnostics. 1998-04-28 01:25:46 +00:00
physical.h
ppp.8
pred.c
pred.h
prompt.c
prompt.h
route.c o Add the link name to modem diagnostics. 1998-04-28 01:25:46 +00:00
route.h
server.c o Add the link name to modem diagnostics. 1998-04-28 01:25:46 +00:00
server.h
sig.c
sig.h
slcompress.c o Add the link name to modem diagnostics. 1998-04-28 01:25:46 +00:00
slcompress.h
systems.c
systems.h
throughput.c
throughput.h
timer.c
timer.h
tun.c o Add the link name to modem diagnostics. 1998-04-28 01:25:46 +00:00
tun.h
vjcomp.c o Add the link name to modem diagnostics. 1998-04-28 01:25:46 +00:00
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.