summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Expand byte count statistics to 64 bits (#298)Jaco Kroon2022-01-136-14/+313
* Merge pull request #328 from pali/ipv6Paul Mackerras2022-01-124-26/+121
|\
| * ipv6cp: Add support for ipv6cp-use-remotenumber optionPali Rohár2021-12-213-18/+70
| * ipv6cp: Add support for ipv6cp-nosend optionPali Rohár2021-12-212-2/+9
| * ipv6cp: Add support for ipv6cp-noremote optionPali Rohár2021-12-213-6/+42
* | Merge pull request #330 from pali/pppoe-discoveryPaul Mackerras2022-01-102-31/+12
|\ \
| * | pppoe-discovery: Remove duplicate and unused includesPali Rohár2021-12-211-26/+0
| * | pppoe-discovery: Add check that there is no additional extra argumentPali Rohár2021-12-211-0/+6
| * | pppoe-discovery: Do not set eth0 as default interfacePali Rohár2021-12-212-5/+6
| |/
* | Improved Buildroot CI build speed by providing precompiled Buildroot images. ...Adrien RICCIARDI2022-01-081-58/+17
|/
* Updated Solaris CI action to fix build error on macOS greater than 10.15. (#327)Adrien RICCIARDI2021-12-131-2/+2
* pppoe: Print packet fields in hex if they contain non-printable charactersPaul Mackerras2021-12-111-0/+10
* Merge branch 'pppoe-discovery' of https://github.com/pali/pppPaul Mackerras2021-11-268-802/+260
|\
| * pppoe-discovery: Remove unused file debug.cPali Rohár2021-01-053-152/+2
| * pppoe-discovery: Use pppoe plugin discovery1() function and remove duplicate ...Pali Rohár2021-01-053-595/+29
| * pppoe-discovery: Define function and variables which are used by pppoe plugin...Pali Rohár2021-01-052-31/+96
| * pppoe: Do not use %.*v and %.*B formats which are unsupported by C printf()Pali Rohár2021-01-051-7/+8
| * pppoe: Dump discovery packets when pppoe-verbose option is set to >= 2Pali Rohár2021-01-052-2/+41
| * pppoe: Show verbose information about all concentrator when pppoe-verbose opt...Pali Rohár2021-01-051-14/+55
| * pppoe: Do not use lcp_allowoptions[] and lcp_wantoptions[] in discovery.c codePali Rohár2021-01-053-24/+32
| * pppoe: Split function discovery() into phases discovery1() and discovery2()Pali Rohár2021-01-053-8/+28