summaryrefslogtreecommitdiff
path: root/pppd/eap.h
Commit message (Expand)AuthorAgeFilesLines
* Header file reorganization and cleaning up the public API for pppd version 2....Eivind Næss2023-01-211-9/+14
* Fixing up the srp compilation to work without SHA1Init() and DesEncrypt()Eivind Næss2022-08-151-1/+0
* Adding propper include guard to header files, renaming to PPP_<FILE>_H for co...Eivind Næss2022-07-151-2/+2
* For Linux, use the Linux / Glibc based defines instead of included headersEivind Næss2022-07-151-0/+6
* Changing defines for USE_PEAP to PPP_WITH_PEAP for consistencyEivind Næss2022-07-151-1/+1
* Changing the define USE_EAPTLS to PPP_WITH_EAPTLS for consistencyEivind Næss2022-07-151-6/+6
* Changing defines for CHAPMS, MSLANMAN, MPPE to prefix with PPP_WITH_*Eivind Næss2022-07-151-1/+1
* Improve the PEAP contribution by Rustam KovhaevEivind Næss2021-09-271-0/+3
* Use autoconf/automake to configure and make pppEivind Næss2021-07-201-0/+2
* pppd: Add support for EAP-MSCHAPv2 (client side) (#211)Eivind Næss2021-01-041-0/+3
* Merge pull request #177 from tisj/eap-mschapv2-serverPaul Mackerras2020-12-311-1/+14
|\
| * pppd: Add support for EAP-MSCHAPv2 in server modeTijs Van Buggenhout2020-12-311-1/+14
* | Convert to ANSI CPaul Mackerras2020-12-291-2/+2
|/
* Add support for EAP-TLS (including experimental TLS v1.3 support).Jan Just Keijser2020-10-191-1/+31
* New CHAP implementation, rewritten from scratch to avoid the codePaul Mackerras2003-06-111-1/+5
* Added EAP support with MD5-Challenge and SRP-SHA1 methods. TestedJames Carlson2002-11-021-0/+154