summaryrefslogtreecommitdiff
path: root/pppd/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Add a --with-system-ca-path <path-to-ca-directory> option to configure (#406)Eivind Næss2023-03-181-0/+4
* Header file reorganization and cleaning up the public API for pppd version 2....Eivind Næss2023-01-211-28/+35
* Adding back DesEncrypt/DesDecrypt functions as they are a special incarnation...Eivind Næss2022-08-191-2/+14
* Create a new API to abstract the crypto functions used by pppd.Eivind Næss2022-08-121-23/+13
* Let ./configure control the paths for pppdEivind Næss2022-08-081-1/+1
* Need to use the /include directory for SunOSEivind Næss2022-07-151-0/+1
* For Linux, use the Linux / Glibc based defines instead of included headersEivind Næss2022-07-151-2/+2
* Fixup in merge/rebase, had to remove duplicate use of pppdconf.hEivind Næss2022-07-151-1/+0
* Removing patchlevel.hEivind Næss2022-07-151-1/+1
* configure.ac, pppd/Makefile.am: use pkg-config to link against systemdSam James2022-07-151-1/+2
* Changing USE_PAM to PPP_WITH_PAM for consistency.Eivind Næss2022-07-151-2/+4
* Changing defines for USE_PEAP to PPP_WITH_PEAP for consistencyEivind Næss2022-07-151-2/+2
* Changing the define USE_EAPTLS to PPP_WITH_EAPTLS for consistencyEivind Næss2022-07-151-1/+1
* Changing PPP_FILTER to PPP_WITH_FILTER for consistency.Eivind Næss2022-07-151-1/+1
* 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/+2
* 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-5/+0
* Merge pull request #307 from enaess/ppp-peapPaul Mackerras2021-10-161-23/+37
|\
| * Improve the PEAP contribution by Rustam KovhaevEivind Næss2021-09-271-23/+37
* | pppd: Fix usage of BOTHER ioctl API on Linux (#314)pali2021-09-271-1/+1
|/
* Adding in unit-tests for chap_ms.c in pppdEivind Næss2021-07-291-0/+18
* Fixing up install targets for man pages and file permissions of secrets filesEivind Næss2021-07-221-1/+2
* Fixing up libpcap configure option on SunOSEivind Næss2021-07-201-1/+1
* Incorporating review feedback from David Seifert.Eivind Næss2021-07-201-17/+16
* Use autoconf/automake to configure and make pppEivind Næss2021-07-201-0/+165