summaryrefslogtreecommitdiff
path: root/pppd
Commit message (Expand)AuthorAgeFilesLines
...
* | Removing patchlevel.hEivind Næss2022-07-154-11/+9
* | configure.ac, pppd/Makefile.am: use pkg-config to link against systemdSam James2022-07-151-1/+2
* | Changing USE_SRP to PPP_WITH_SRP for consistencyEivind Næss2022-07-152-45/+45
* | Changing USE_PAM to PPP_WITH_PAM for consistency.Eivind Næss2022-07-153-18/+20
* | Changing defines for USE_PEAP to PPP_WITH_PEAP for consistencyEivind Næss2022-07-157-20/+20
* | Changing MAXOCTETS to PPP_WITH_MAXOCTETSEivind Næss2022-07-155-14/+14
* | Changing the define USE_EAPTLS to PPP_WITH_EAPTLS for consistencyEivind Næss2022-07-1510-77/+76
* | Changing PPP_FILTER to PPP_WITH_FILTER for consistency.Eivind Næss2022-07-158-20/+20
* | Changing PLUGIN to PPP_WITH_PLUGINS for consistencyEivind Næss2022-07-153-7/+7
* | Changing CBCP_SUPPORT define to PPP_WITH_CBCP to be consistent.Eivind Næss2022-07-154-6/+6
* | Changing USE_TDB to PPP_WITH_TDB to be consistent.Eivind Næss2022-07-153-17/+17
* | Changing HAVE_MULTILINK to PPP_WITH_MULTILINKEivind Næss2022-07-157-18/+18
* | Changing defines for CHAPMS, MSLANMAN, MPPE to prefix with PPP_WITH_*Eivind Næss2022-07-1514-101/+98
* | Changing INET6 to PPP_WITH_IPV6CP and adding configure optionEivind Næss2022-07-159-78/+80
|/
* 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-139-1889/+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
* | 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
|/
* 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
| * pppoe: Rename variable printACNames to pppoe_verbose to match cmdline optionPali Rohár2021-01-054-16/+17
* | pppd: Add ipv6-{up,down}-script options (#321)Daniel Barlow2021-11-204-4/+27
* | pppol2tp.c add '#ifdef INET6' for optional ipv6str8fast2021-10-281-0/+2
* | Merge pull request #297 from mjeveritt/patch-11-test-prPaul Mackerras2021-10-163-23/+92
|\ \
| * | Fix situation where peer may NAK with request for MS_WINSMichael Everitt2021-08-151-4/+11
| * | Add option to ask peer for WINS addressMike Frysinger2021-07-123-19/+81
* | | Merge pull request #307 from enaess/ppp-peapPaul Mackerras2021-10-1613-462/+1587
|\ \ \
| * | | Improve the PEAP contribution by Rustam KovhaevEivind Næss2021-09-2713-625/+1193
| * | | pppd: add experimental support for PEAP protocol, an extension of EAPRustam Kovhaev2021-09-124-0/+557
* | | | Merge branch 'fix-compiler-warnings-2' of https://github.com/enaess/pppPaul Mackerras2021-09-2715-84/+151
|\ \ \ \
| * | | | Fix for CLang -Wformat-overflow warning, expand the destination array to fit ...Eivind Næss2021-09-231-2/+2
| * | | | Fixing CLang [-Wpointer-sign] warning in winbind.cEivind Næss2021-09-231-2/+2