summaryrefslogtreecommitdiff
path: root/pppd/plugins
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
* radius: Fix list traversal in rc_avpair_insertPaul Mackerras2023-03-181-1/+1
* Merge pull request #409 from enaess/conf-fixesPaul Mackerras2023-03-181-1/+1
|\
| * Additional fixes for broken buildEivind Næss2023-03-171-1/+1
* | 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-174-3/+8
* Header file reorganization and cleaning up the public API for pppd version 2....Eivind Næss2023-01-2124-206/+322
* 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
* | Reduce the clutter by defining the MD4/MD5/SHA digest lengths in one place. A...Eivind Næss2022-08-155-77/+172
|/
* Let ./configure control the paths for pppdEivind Næss2022-08-085-14/+9
* Removing option to configure PPP_WITH_MAXOCTETS, helps clean up the code and ...Eivind Næss2022-07-151-4/+0
* For Linux, use the Linux / Glibc based defines instead of included headersEivind Næss2022-07-155-7/+7
* Fixup in merge/rebase, had to remove duplicate use of pppdconf.hEivind Næss2022-07-151-0/+1
* Cleanup in pppd/pppd.h, eliminate unecessary headersEivind Næss2022-07-156-4/+10
* Fix include paths for plugins to use the public API of pppdEivind Næss2022-07-1525-124/+155
* Changing MAXOCTETS to PPP_WITH_MAXOCTETSEivind Næss2022-07-151-2/+2
* Changing the define USE_EAPTLS to PPP_WITH_EAPTLS for consistencyEivind Næss2022-07-152-2/+2
* Changing defines for CHAPMS, MSLANMAN, MPPE to prefix with PPP_WITH_*Eivind Næss2022-07-152-18/+18
* Expand byte count statistics to 64 bits (#298)Jaco Kroon2022-01-133-4/+28
* 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-267-800/+257
|\
| * 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-051-0/+38
| * 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
* | pppol2tp.c add '#ifdef INET6' for optional ipv6str8fast2021-10-281-0/+2
* | 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
* | Fixing CLang [-Wcomment] warning for using /* inside of a /* comment.Eivind Næss2021-09-231-1/+1
* | Fixing CLang [-Wpointer-sign] warning in radius.cEivind Næss2021-09-231-4/+4
* | Clang complained about -Wformat in passing a int for %h in snprintf. Result w...Eivind Næss2021-09-231-1/+1
* | Fixing CLang -Wpointer-sign warnings in sendserver.cEivind Næss2021-09-231-6/+6
* | CLang detected possible invalid memory access (-Wsizeof-pointer-memaccess)Eivind Næss2021-09-232-1/+1
* | Fixing signed vs. unsigned char* warnings in avpair.cEivind Næss2021-09-231-4/+4
* | Fixing signed vs. unsigned char * in strcpy operation.Eivind Næss2021-09-231-1/+1
* | Fixing CLang warning: format specifies type 'unsigned short' but the argument...Eivind Næss2021-09-201-2/+2
* | Fixing CLang warnings related to using pointers of different signedness (int*...Eivind Næss2021-09-201-2/+2
* | Fixing CLang warning with regards to GNU old-style designator in structure in...Eivind Næss2021-09-201-11/+11
* | Fixing CLang warnings w.r.t. GNU-style designator in structure declarationEivind Næss2021-09-201-11/+11