home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / SUN / PPP / SUNOS_OL / PPP_1_2.TAR / MANIFEST < prev    next >
Encoding:
Text File  |  1993-03-05  |  1.6 KB  |  66 lines

  1. This would be release 1.2 of the pppd.  There are no real new features,
  2. this is mostly work to make it easier to install on 386bsd and SunOS 4.1.x.
  3.  
  4. Manifest:
  5.  
  6.     README.386bsd    - Readme for 386BSD BSD systems
  7.     README.sun    - Readme for SunOS 4.1.x/Streams systems
  8.     ChangeLog    - log of changes to source
  9.     MANIFEST    - this file
  10.     NOTES        - use, debug, installation notes
  11.     pppd.8          - manual page
  12.  
  13.     pppd/Makefile
  14.     pppd/args.h
  15.     pppd/callout.h
  16.     pppd/chap.c
  17.     pppd/chap.h
  18.     pppd/fsm.c
  19.     pppd/fsm.h
  20.     pppd/ipcp.c
  21.     pppd/ipcp.h
  22.     pppd/lcp.c
  23.     pppd/lcp.h
  24.     pppd/logwtmp.c
  25.     pppd/magic.c
  26.     pppd/magic.h
  27.     pppd/main.c
  28.     pppd/md5.c     - MD5 message digest algorithm used by CHAP
  29.     pppd/md5.h
  30.     pppd/md5driver.c - a test program for the MD5 algorithm
  31.     pppd/patchlevel.h
  32.     pppd/pathnames.h
  33.     pppd/pppd.h
  34.     pppd/upap.c
  35.     pppd/upap.h
  36.  
  37.     pppd/pppstats.c - Statistics program
  38.  
  39.     kdebug        - simple sh script to turn on kernel debugf
  40.     kdebug-off
  41.  
  42.     chat/README    - an old readme
  43.     chat/Example    - examples of using pppd with chap for dialout
  44.     chat/chat.c    - simple modem dialer program
  45.     chat/ppp-on
  46.     chat/ppp-off
  47.     chat/fix-cua
  48.     chat/unlock
  49.  
  50.     bsd/if_ppp.c    - PPP driver for 386BSD systems
  51.     bsd/slcompress.c - 386BSD version
  52.  
  53.     sunos/ppp_init.c    - for modloading only
  54.     sunos/ppp_async.c    - Streams Async driver
  55.     sunos/ppp_if.c    - Streams PPP driver
  56.     sunos/ppp_str.h    - Streams Include file
  57.     sunos/slcompress.c - Sun version
  58.     sunos/Makefile    - makes modload ppp_driver.o
  59.  
  60.     include/if_ppp.h    - 386BSD and Streams file
  61.     include/ppp.h        - 386BSD and Streams file
  62.  
  63.     include/ppp_str.h    - Streams Include file
  64.     include/slcompress.h     - VJ include file
  65.     include/slip_var.h     - Streams Stats file
  66.