summaryrefslogtreecommitdiff
path: root/pppd
Commit message (Expand)AuthorAgeFilesLines
* Closes #411, Fixing up parsing in radiusclient.confEivind Naess2023-04-231-4/+8
* Add configure check to see if we have struct sockaddr_llEivind Naess2023-04-231-0/+2
* pppd/tty.c: Use unsigned constants for ACCM calculationsPaul Mackerras2023-03-181-3/+3
* radius: Fix list traversal in rc_avpair_insertPaul Mackerras2023-03-181-1/+1
* Merge pull request #409 from enaess/conf-fixesPaul Mackerras2023-03-183-7/+12
|\
| * Compiling with --enable-mslanman is brokenEivind Næss2023-03-171-5/+6
| * Additional fixes for broken buildEivind Næss2023-03-172-2/+6
* | Fix compilation without ipv6cp support (#408)Eivind Næss2023-03-181-0/+2
* | Add a --with-system-ca-path <path-to-ca-directory> option to configure (#406)Eivind Næss2023-03-182-0/+11
* | Merge pull request #404 from enaess/stdboolPaul Mackerras2023-03-1819-17/+162
|\ \
| * | Adding 'extern "C" {' and '}' declarations to exported header filesEivind Næss2023-03-1719-3/+162
| * | Should not require third party project to define HAVE_HEADER_HEivind Næss2023-03-171-14/+0
| |/
* | radius plugin: add fclose operation to fix file pointer not closed after use ...Bmo2023-03-182-0/+8
|/
* Fix several issues uncovered by Coverity (#397)Eivind Næss2023-03-1710-8/+15
* Merge pull request #386 from enaess/ppp-releasePaul Mackerras2023-03-104-2/+86
|\
| * Adding copyright text to a few more header files.Eivind Næss2023-01-234-2/+86
* | pppd: Should check name, not ifname in ppp_set_ifname (#396)Eivind Næss2023-03-101-1/+1
* | Fix out-of-bounds accesses to ZPasswordHash arrays (#395)Eivind Næss2023-03-063-12/+12
|/
* Header file reorganization and cleaning up the public API for pppd version 2....Eivind Næss2023-01-2177-1589/+2647
* Update DFS's legal name and email address to correct values. (#381)Dianne Skoll2023-01-123-3/+3
* Merge pull request #378 from jkroonza/radius-admin-resetPaul Mackerras2022-12-311-1/+4
|\
| * radius: distinguish between User-Request and Admin-Reset.Jaco Kroon2022-12-161-1/+4
* | pppd: Fix spurious LCP echo failures with lcp-echo-adaptive optionPaul Mackerras2022-12-051-0/+2
* | Merge pull request #366 from pali/rtnetlink-registerPaul Mackerras2022-09-091-1/+8
|\ \
| * | pppd: Retry registering interface when on rtnetlink -EBUSY errorPali Rohár2022-08-191-1/+8
| |/
* | Merge pull request #365 from enaess/ppp-optionsPaul Mackerras2022-09-093-20/+95
|\ \
| * | Add option to show all options (show-options), and fixing up the version text...Eivind Næss2022-08-183-20/+95
* | | Merge pull request #362 from enaess/ppp-cryptoPaul Mackerras2022-09-0928-712/+2817
|\ \ \ | |_|/ |/| |
| * | Adding back DesEncrypt/DesDecrypt functions as they are a special incarnation...Eivind Næss2022-08-198-361/+574
| * | Fixing up the srp compilation to work without SHA1Init() and DesEncrypt()Eivind Næss2022-08-154-48/+77
| * | Reduce the clutter by defining the MD4/MD5/SHA digest lengths in one place. A...Eivind Næss2022-08-1513-178/+279
| * | Create a new API to abstract the crypto functions used by pppd.Eivind Næss2022-08-1218-653/+2415
| |/
* | 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-0914-113/+154
|\
| * Let ./configure control the paths for pppdEivind Næss2022-08-0814-113/+154
* | 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
|/
* 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
* | Removing option to configure PPP_WITH_MAXOCTETS, helps clean up the code and ...Eivind Næss2022-07-155-28/+0
* | The use of <net/ppp_defs.h> isn't guranteed to exist on Linux (e.g. uclibc, b...Eivind Næss2022-07-155-4/+14
* | 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-1511-18/+37
* | 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-1526-126/+157