freebsd_amp_hwpstate/usr.sbin/ppp
Brian Somers c5a5a6ca93 Sort out (fix) the `term' command.
datalink_Up() can now be told to skip the dial/login/hangup
scripts and can be told whether to enter packet mode when
entering the DATALINK_OPENED state.
1998-02-17 01:05:47 +00:00
..
Makefile Create struct datalink. 1998-02-16 00:01:12 +00:00
README.alias
README.devel
alias_cmd.c Move the terminal/diagnostic socket stuff out of main.c 1998-02-10 03:23:50 +00:00
alias_cmd.h
arp.c
arp.h
async.c
async.h
auth.c Update to version 2.0-beta 1998-02-13 05:10:26 +00:00
auth.h
bundle.c Sort out (fix) the `term' command. 1998-02-17 01:05:47 +00:00
bundle.h Create struct datalink. 1998-02-16 00:01:12 +00:00
ccp.c Move the terminal/diagnostic socket stuff out of main.c 1998-02-10 03:23:50 +00:00
ccp.h
chap.c Create struct datalink. 1998-02-16 00:01:12 +00:00
chap.h
chap_ms.c
chap_ms.h
chat.c Move the dial, login and hangup scripts into struct datalink. 1998-02-16 19:10:03 +00:00
chat.h Update to version 2.0-beta 1998-02-13 05:10:26 +00:00
command.c Sort out (fix) the `term' command. 1998-02-17 01:05:47 +00:00
command.h Move the terminal/diagnostic socket stuff out of main.c 1998-02-10 03:23:50 +00:00
datalink.c Sort out (fix) the `term' command. 1998-02-17 01:05:47 +00:00
datalink.h Sort out (fix) the `term' command. 1998-02-17 01:05:47 +00:00
deflate.c
deflate.h
defs.c Move the terminal/diagnostic socket stuff out of main.c 1998-02-10 03:23:50 +00:00
defs.h Move the redial timeouts and max tries into struct datalink. 1998-02-16 19:11:10 +00:00
descriptor.h Create struct datalink. 1998-02-16 00:01:12 +00:00
filter.c Move the terminal/diagnostic socket stuff out of main.c 1998-02-10 03:23:50 +00:00
filter.h
fsm.c Create struct datalink. 1998-02-16 00:01:12 +00:00
fsm.h
hdlc.c Move the terminal/diagnostic socket stuff out of main.c 1998-02-10 03:23:50 +00:00
hdlc.h
id.c
id.h
ip.c Create struct datalink. 1998-02-16 00:01:12 +00:00
ip.h
ipcp.c Move the terminal/diagnostic socket stuff out of main.c 1998-02-10 03:23:50 +00:00
ipcp.h
iplist.c
iplist.h
lcp.c Create struct datalink. 1998-02-16 00:01:12 +00:00
lcp.h Create struct datalink. 1998-02-16 00:01:12 +00:00
lcpproto.h
link.c Create struct datalink. 1998-02-16 00:01:12 +00:00
link.h Create struct datalink. 1998-02-16 00:01:12 +00:00
loadalias.c
loadalias.h
log.c Move the terminal/diagnostic socket stuff out of main.c 1998-02-10 03:23:50 +00:00
log.h Move the terminal/diagnostic socket stuff out of main.c 1998-02-10 03:23:50 +00:00
lqr.c Create struct datalink. 1998-02-16 00:01:12 +00:00
lqr.h
main.c Sort out (fix) the `term' command. 1998-02-17 01:05:47 +00:00
main.h Create struct datalink. 1998-02-16 00:01:12 +00:00
mbuf.c Create struct datalink. 1998-02-16 00:01:12 +00:00
mbuf.h
modem.c Remove some unused stuff from pppVars. 1998-02-17 01:05:22 +00:00
modem.h Create struct datalink. 1998-02-16 00:01:12 +00:00
pap.c Create struct datalink. 1998-02-16 00:01:12 +00:00
pap.h
pathnames.h
physical.c Create struct datalink. 1998-02-16 00:01:12 +00:00
physical.h Update to version 2.0-beta 1998-02-13 05:10:26 +00:00
ppp.8
pred.c
pred.h
prompt.c Sort out (fix) the `term' command. 1998-02-17 01:05:47 +00:00
prompt.h Create struct datalink. 1998-02-16 00:01:12 +00:00
route.c Move the terminal/diagnostic socket stuff out of main.c 1998-02-10 03:23:50 +00:00
route.h
server.c Create struct datalink. 1998-02-16 00:01:12 +00:00
server.h
sig.c
sig.h
slcompress.c Move the terminal/diagnostic socket stuff out of main.c 1998-02-10 03:23:50 +00:00
slcompress.h
systems.c
systems.h
throughput.c Move the terminal/diagnostic socket stuff out of main.c 1998-02-10 03:23:50 +00:00
throughput.h Move the terminal/diagnostic socket stuff out of main.c 1998-02-10 03:23:50 +00:00
timer.c
timer.h
tun.c
tun.h
vars.c Remove some unused stuff from pppVars. 1998-02-17 01:05:22 +00:00
vars.h Remove some unused stuff from pppVars. 1998-02-17 01:05:22 +00:00
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.