summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #361 from pali/rtnetlink-deduplicatePaul Mackerras2022-08-191-274/+177
|\ \ | |/ |/|
| * pppd: De-duplicate also rtnetlink code in get_ppp_stats_rtnetlink()Pali Rohár2022-08-141-145/+115
| * pppd: De-duplicate Linux rtnetlink codePali Rohár2022-08-101-182/+115
|/
* Merge pull request #358 from enaess/ppp-autotoolsPaul Mackerras2022-08-0915-119/+160
|\
| * Fix warning messages on autoreconf (especially with a newer autoconf)Eivind Næss2022-08-081-1/+1
| * Let ./configure control the paths for pppdEivind Næss2022-08-0815-118/+159
* | pppd: Fix check for incomplete ppp_stats nlmsgerr structure (#356)pali2022-08-091-7/+4
* | pppd: Workaround for generating ppp unit id on Linux (#355)pali2022-08-091-0/+5
* | ci: Update the Solaris GitHub action to use macOS 12 instead of macOS 10.15. ...Adrien RICCIARDI2022-08-091-2/+2
|/
* pppd: Fix duplicate nameserver in resolv.conf (#337)Vlados Korneev2022-08-051-1/+1
* Merge pull request #354 from pali/register-with-namePaul Mackerras2022-08-051-0/+189
|\
| * pppd: Add support for registering ppp interface via Linux rtnetlink APIPali Rohár2022-07-091-2/+192
* | pppd: Fix compilation on Linux when IPV6 is disabled (#360)Paul Mackerras2022-08-051-3/+3
* | pppdump: Avoid out-of-range access to packet bufferPaul Mackerras2022-08-041-1/+6
* | Merge pull request #349 from enaess/ppp-autotoolsPaul Mackerras2022-07-2587-800/+896
|\ \ | |/ |/|
| * Removing option to configure PPP_WITH_MAXOCTETS, helps clean up the code and ...Eivind Næss2022-07-156-35/+0
| * Fix build for when --without-[srp|atm|pcap|pam]=no, the value would be "no" a...Eivind Næss2022-07-154-8/+8
| * The use of <net/ppp_defs.h> isn't guranteed to exist on Linux (e.g. uclibc, b...Eivind Næss2022-07-159-7/+21
| * Need to use the /include directory for SunOSEivind Næss2022-07-152-0/+5
| * Adding propper include guard to header files, renaming to PPP_<FILE>_H for co...Eivind Næss2022-07-1530-93/+150
| * For Linux, use the Linux / Glibc based defines instead of included headersEivind Næss2022-07-1517-66/+75
| * Fixup in merge/rebase, had to remove duplicate use of pppdconf.hEivind Næss2022-07-152-1/+1
| * Cleanup in pppd/pppd.h, eliminate unecessary headersEivind Næss2022-07-1511-19/+27
| * Fix include paths for plugins to use the public API of pppdEivind Næss2022-07-1528-127/+161
| * Removing patchlevel.hEivind Næss2022-07-154-11/+9
| * Update configure.ac to use AS_IF() and correct use of paranthesisEivind Næss2022-07-151-4/+2
| * configure.ac: include systemd support in summarySam James2022-07-151-0/+1
| * configure.ac, pppd/Makefile.am: use pkg-config to link against systemdSam James2022-07-152-1/+6
| * configure.ac: minor phrasing tidy ups in outputSam James2022-07-151-4/+4
| * configure.ac: use consistent x${VAR} = x${VALUE} testSam James2022-07-151-5/+5
| * Fixing up quotation of AC_DEFINE macroEivind Næss2022-07-151-10/+10
| * Changing USE_SRP to PPP_WITH_SRP for consistencyEivind Næss2022-07-153-46/+47
| * Changing USE_PAM to PPP_WITH_PAM for consistency.Eivind Næss2022-07-154-20/+22
| * Changing defines for USE_PEAP to PPP_WITH_PEAP for consistencyEivind Næss2022-07-158-22/+22
| * Changing MAXOCTETS to PPP_WITH_MAXOCTETSEivind Næss2022-07-156-15/+15
| * Changing the define USE_EAPTLS to PPP_WITH_EAPTLS for consistencyEivind Næss2022-07-1511-79/+78
| * Changing PPP_FILTER to PPP_WITH_FILTER for consistency.Eivind Næss2022-07-1510-25/+25
| * Changing PLUGIN to PPP_WITH_PLUGINS for consistencyEivind Næss2022-07-155-10/+10
| * Changing CBCP_SUPPORT define to PPP_WITH_CBCP to be consistent.Eivind Næss2022-07-155-10/+10
| * Changing USE_TDB to PPP_WITH_TDB to be consistent.Eivind Næss2022-07-154-20/+20
| * Changing HAVE_MULTILINK to PPP_WITH_MULTILINKEivind Næss2022-07-158-21/+21
| * Changing defines for CHAPMS, MSLANMAN, MPPE to prefix with PPP_WITH_*Eivind Næss2022-07-1515-108/+105
| * Changing INET6 to PPP_WITH_IPV6CP and adding configure optionEivind Næss2022-07-1510-83/+86
|/
* Add SECURITY.mdPaul Mackerras2022-07-091-0/+4
* pppd/eap-tls.c: fix build with libressl (#338)Fabrice Fontaine2022-07-041-1/+1
* pppd: Add dummy noipx optionPaul Mackerras2022-07-041-0/+5
* pppd/auth: Pass ipparam to auth-up and auth-down scriptsJaco Kroon2022-07-042-3/+5
* pppd/eap: Fix bug causing incorrect response length (#334)Eivind Næss2022-02-041-0/+1
* pppd: Drop linux IPX support (#326)Richard Purdie2022-01-1311-1903/+1
* pppd: Allow use of additional Bnnn constants (#325)pali2022-01-131-0/+9