]> git.ozlabs.org Git - ppp.git/commit - pppd/pppd.h
Added EAP support with MD5-Challenge and SRP-SHA1 methods. Tested
authorJames Carlson <carlsonj@workingcode.com>
Sat, 2 Nov 2002 19:48:13 +0000 (19:48 +0000)
committerJames Carlson <carlsonj@workingcode.com>
Sat, 2 Nov 2002 19:48:13 +0000 (19:48 +0000)
commitd741a3b912f17d84dc8dc87474e0b989c775de50
tree5ce171ff71a164b9e8b41247186e89935bdfc556
parent767b224b09e000895b0918937edd19041e40e6f6
Added EAP support with MD5-Challenge and SRP-SHA1 methods.  Tested
on Linux (with both methods) and on Solaris (just MD5-Challenge).
Fixed several Makefiles that were missing references to required
modules such as tty.o.
28 files changed:
README.eap-srp [new file with mode: 0644]
configure
include/net/ppp_defs.h
pppd/Makefile.NeXT
pppd/Makefile.aix4
pppd/Makefile.bsd
pppd/Makefile.linux
pppd/Makefile.netbsd-1.2
pppd/Makefile.osf
pppd/Makefile.sol2
pppd/Makefile.sunos4
pppd/Makefile.svr4
pppd/Makefile.ultrix
pppd/auth.c
pppd/chap_ms.c
pppd/eap.c [new file with mode: 0644]
pppd/eap.h [new file with mode: 0644]
pppd/lcp.c
pppd/lcp.h
pppd/main.c
pppd/pathnames.h
pppd/pppcrypt.c [new file with mode: 0644]
pppd/pppcrypt.h [new file with mode: 0644]
pppd/pppd.8
pppd/pppd.h
pppd/sha1.h
pppd/srp-entry.8 [new file with mode: 0644]
pppd/srp-entry.c [new file with mode: 0644]