Initial import of pppd 1.3
authorRod Grimes <rgrimes@FreeBSD.org>
Fri, 27 Aug 1993 02:12:02 +0000 (02:12 +0000)
committerRod Grimes <rgrimes@FreeBSD.org>
Fri, 27 Aug 1993 02:12:02 +0000 (02:12 +0000)
commit2a905848086b60f23472611ba2283a19e425fa64
tree3ffa75a0eb987b093f6fc4766801d4673a94c1d5
parent8b3438a61b11c2f237773d267af97ea0c58f17ab
Initial import of pppd 1.3
24 files changed:
libexec/pppd/Makefile [new file with mode: 0644]
libexec/pppd/args.h [new file with mode: 0644]
libexec/pppd/callout.h [new file with mode: 0644]
libexec/pppd/chap.c [new file with mode: 0644]
libexec/pppd/chap.h [new file with mode: 0644]
libexec/pppd/fsm.c [new file with mode: 0644]
libexec/pppd/fsm.h [new file with mode: 0644]
libexec/pppd/ipcp.c [new file with mode: 0644]
libexec/pppd/ipcp.h [new file with mode: 0644]
libexec/pppd/lcp.c [new file with mode: 0644]
libexec/pppd/lcp.h [new file with mode: 0644]
libexec/pppd/logwtmp.c [new file with mode: 0644]
libexec/pppd/magic.c [new file with mode: 0644]
libexec/pppd/magic.h [new file with mode: 0644]
libexec/pppd/main.c [new file with mode: 0644]
libexec/pppd/md5.c [new file with mode: 0644]
libexec/pppd/md5.h [new file with mode: 0644]
libexec/pppd/md5driver.c [new file with mode: 0644]
libexec/pppd/patchlevel.h [new file with mode: 0644]
libexec/pppd/pathnames.h [new file with mode: 0644]
libexec/pppd/pppd.8 [new file with mode: 0644]
libexec/pppd/pppd.h [new file with mode: 0644]
libexec/pppd/upap.c [new file with mode: 0644]
libexec/pppd/upap.h [new file with mode: 0644]