home *** CD-ROM | disk | FTP | other *** search
- This would be release 1.2 of the pppd. There are no real new features,
- this is mostly work to make it easier to install on 386bsd and SunOS 4.1.x.
-
- Manifest:
-
- README.386bsd - Readme for 386BSD BSD systems
- README.sun - Readme for SunOS 4.1.x/Streams systems
- ChangeLog - log of changes to source
- MANIFEST - this file
- NOTES - use, debug, installation notes
- pppd.8 - manual page
-
- pppd/Makefile
- pppd/args.h
- 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/md5driver.c - a test program for the MD5 algorithm
- pppd/patchlevel.h
- pppd/pathnames.h
- pppd/pppd.h
- pppd/upap.c
- pppd/upap.h
-
- pppd/pppstats.c - Statistics program
-
- kdebug - simple sh script to turn on kernel debugf
- kdebug-off
-
- 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
-
- bsd/if_ppp.c - PPP driver for 386BSD systems
- bsd/slcompress.c - 386BSD 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
-
- include/if_ppp.h - 386BSD and Streams file
- include/ppp.h - 386BSD and Streams file
-
- include/ppp_str.h - Streams Include file
- include/slcompress.h - VJ include file
- include/slip_var.h - Streams Stats file
-