summaryrefslogtreecommitdiff
path: root/pppd/pppdconf.h.in
Commit message (Expand)AuthorAgeFilesLines
* Adding copyright text to a few more header files.Eivind Næss2023-01-231-0/+28
* Create a new API to abstract the crypto functions used by pppd.Eivind Næss2022-08-121-12/+0
* Removing option to configure PPP_WITH_MAXOCTETS, helps clean up the code and ...Eivind Næss2022-07-151-3/+0
* Adding propper include guard to header files, renaming to PPP_<FILE>_H for co...Eivind Næss2022-07-151-0/+5
* Fix include paths for plugins to use the public API of pppdEivind Næss2022-07-151-2/+2
* Removing patchlevel.hEivind Næss2022-07-151-8/+8
* Changing USE_SRP to PPP_WITH_SRP for consistencyEivind Næss2022-07-151-1/+1
* Changing USE_PAM to PPP_WITH_PAM for consistency.Eivind Næss2022-07-151-3/+3
* Changing defines for USE_PEAP to PPP_WITH_PEAP for consistencyEivind Næss2022-07-151-2/+2
* Changing MAXOCTETS to PPP_WITH_MAXOCTETSEivind Næss2022-07-151-2/+2
* Changing the define USE_EAPTLS to PPP_WITH_EAPTLS for consistencyEivind Næss2022-07-151-2/+2
* Changing PPP_FILTER to PPP_WITH_FILTER for consistency.Eivind Næss2022-07-151-2/+2
* Changing PLUGIN to PPP_WITH_PLUGINS for consistencyEivind Næss2022-07-151-1/+1
* Changing CBCP_SUPPORT define to PPP_WITH_CBCP to be consistent.Eivind Næss2022-07-151-1/+1
* Changing USE_TDB to PPP_WITH_TDB to be consistent.Eivind Næss2022-07-151-1/+1
* Changing HAVE_MULTILINK to PPP_WITH_MULTILINKEivind Næss2022-07-151-1/+1
* Changing defines for CHAPMS, MSLANMAN, MPPE to prefix with PPP_WITH_*Eivind Næss2022-07-151-2/+5
* Changing INET6 to PPP_WITH_IPV6CP and adding configure optionEivind Næss2022-07-151-1/+1
* pppd: Drop linux IPX support (#326)Richard Purdie2022-01-131-3/+0
* Use autoconf/automake to configure and make pppEivind Næss2021-07-201-0/+61