summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move pppgetpass.8 to EXTRA_DIST (#412)HEADmasterMike Gilbert2023-05-011-2/+2
* Merge pull request #417 from enaess/fixesPaul Mackerras2023-05-013-5/+12
|\
| * 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-232-1/+4
* | Update version to 2.5.1-devPaul Mackerras2023-05-011-1/+1
|/
* Further updates to README for 2.5.0 releaseppp-2.5.0Paul Mackerras2023-03-182-291/+305
* 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
* chat: Fix loop condition to avoid possible 1-byte buffer overrunPaul Mackerras2023-03-181-1/+1
* pppdump: Remove compression functions from local copy of zlibPaul Mackerras2023-03-182-2684/+1
* CI: add automatic tests, enable ASAN build&test (#399)Ilya Shipitsin2023-03-181-2/+35
* 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-183-0/+34
* | 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
|/
* Fixing a few more memory leaks in chat.cRobert Bartel2023-03-171-2/+8
* Fixing buffer overflow issue in chat.cRobert Bartel2023-03-171-3/+5
* Fix several issues uncovered by Coverity (#397)Eivind Næss2023-03-1711-11/+26
* Merge pull request #386 from enaess/ppp-releasePaul Mackerras2023-03-109-17/+542
|\
| * Disable building the plugins with static libraries (.a) filesEivind Næss2023-01-301-0/+1
| * Adding copyright text to a few more header files.Eivind Næss2023-01-234-2/+86
| * Add LICENSE.* for GPLv2 and BSD licenses covered by this projectEivind Næss2023-01-232-0/+365
| * Initial update of README for the 2.5.0 release. Additional review + additions...Eivind Næss2023-01-231-0/+31
| * Update of PLUGINS documentationEivind Næss2023-01-231-15/+59
* | 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-2179-1591/+2651
* Update DFS's legal name and email address to correct values. (#381)Dianne Skoll2023-01-123-3/+3
* fix typo (#384)lilinjie2023-01-121-1/+1
* 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
* | chat: Improve signal handlingPaul Mackerras2022-11-261-48/+53
* | Merge pull request #370 from Chocobo1/systemdPaul Mackerras2022-10-082-3/+7
|\ \
| * | Add `enable-systemd` flag to CIChocobo12022-09-251-2/+6
| * | Fix libsystemd detectionChocobo12022-09-201-1/+1
|/ /
* | 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-0929-730/+2828
|\ \ \ | |_|/ |/| |
| * | 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-1219-671/+2426
| |/