This is release 2.0 of ppp.  The kernel-side code is basically
unchanged from ppp-1.3.1 (N.B. the 386BSD/NetBSD/FreeBSD code is
seriously different from that in ppp-1.3).  pppd has had a major
update to make it conform to RFCs 1331, 1332 and 1334 and to improve
security - see pppd/RELNOTES.

Manifest:

	README.bsd		- Readme for 386BSD/FreeBSD/NetBSD systems
	README.sun		- Readme for SunOS 4.1.x/Streams systems
	ChangeLog		- (partial) log of changes to source
	MANIFEST		- this file
	NOTES			- use, debug, installation notes
	SETUP			- setup instructions for /etc/ppp directory

	pppd/Makefile.bsd	- Makefile for *bsd systems
	pppd/Makefile.sun	- Makefile for SunOS systems
	pppd/RELNOTES		- release notes for pppd-2.0
	pppd/args.h
	pppd/auth.c
	pppd/callout.h
	pppd/chap.c
	pppd/chap.h
	pppd/fsm.c
	pppd/fsm.h
	pppd/ipcp.c
	pppd/ipcp.h
	pppd/lcp.c
	pppd/lcp.h
	pppd/logwtmp.c
	pppd/magic.c
	pppd/magic.h
	pppd/main.c
	pppd/md5.c	 	- MD5 message digest algorithm used by CHAP
	pppd/md5.h
	pppd/options.c
	pppd/patchlevel.h
	pppd/pathnames.h
	pppd/ppp.h
	pppd/pppd.8		- manual page
	pppd/pppd.h
	pppd/sys-bsd.c
	pppd/sys-str.c
	pppd/upap.c
	pppd/upap.h

	pppstats/Makefile.bsd
	pppstats/Makefile.sun
	pppstats/pppstats.c	- Statistics program

	chat/Makefile.bsd
	chat/Makefile.sun
	chat/README		- an old readme
	chat/Example		- examples of using pppd with chap for dialout
	chat/chat.c		- simple modem dialer program
	chat/ppp-on
	chat/ppp-off
	chat/fix-cua
	chat/unlock

	386bsd/new/if_ppp.c	- PPP driver for *BSD systems
	386bsd/new/slcompress.c	- BSD version

	sunos/ppp_init.c	- for modloading only
	sunos/ppp_async.c	- Streams Async driver
	sunos/ppp_if.c		- Streams PPP driver
	sunos/ppp_str.h		- Streams Include file
	sunos/slcompress.c	- Sun version
	sunos/Makefile		- makes modload ppp_driver.o

	net/if_ppp.h		- *BSD and Streams file
	net/ppp_str.h		- Streams Include file
	net/slcompress.h 	- VJ include file
