]> git.ozlabs.org Git - ppp.git/history - pppd/plugins
CI: Updated the 'checkout' actions that were using Node.js 16 to Node.js 20. (#489)
[ppp.git] / pppd / plugins /
2024-01-11 Paul Mackerraspppoe: Fix sending of PADT on connection termination...
2023-12-21 Jaco Kroonradius: Fix MPPE key decryption for the second-half...
2023-12-18 Jaco Kroonpppd: constify log format strings. (#462)
2023-11-09 Paul MackerrasRemove <linux/if_ppp.h> and <net/if_ppp.h> headers
2023-11-09 Paul MackerrasChange my paulus@samba.org email address to paulus...
2023-11-08 Paul Mackerraspppoe: Fail if ethernet interface name is too long
2023-10-26 Jaco Kroonplugins/radius: fix segfault during shutdown. (#455)
2023-10-11 Paul MackerrasMerge pull request #367 from jkroonza/consolidated...
2023-09-30 Paul MackerrasMerge pull request #422 from rfc1036/lcp-rtt
2023-09-28 Marco d'ItriEscape all minus characters in the man pages (#449)
2023-09-28 Eivind Næsspppoe: Fix crash when a too-long device name is given...
2023-08-03 Mike Gilbertpasswordfd: read password during option processing...
2023-05-01 Paul MackerrasMerge pull request #417 from enaess/fixes
2023-04-23 Eivind NaessCloses #411, Fixing up parsing in radiusclient.conf
2023-04-23 Eivind NaessAdd configure check to see if we have struct sockaddr_ll
2023-03-18 Paul Mackerrasradius: Fix list traversal in rc_avpair_insert
2023-03-17 Paul MackerrasMerge pull request #409 from enaess/conf-fixes
2023-03-17 Paul MackerrasMerge pull request #404 from enaess/stdbool
2023-03-17 Bmoradius plugin: add fclose operation to fix file pointer...
2023-03-17 Eivind NæssAdditional fixes for broken build
2023-03-16 Eivind NæssFix several issues uncovered by Coverity (#397)
2023-01-21 Eivind NæssHeader file reorganization and cleaning up the public...
2023-01-12 Dianne SkollUpdate DFS's legal name and email address to correct...
2022-12-31 Paul MackerrasMerge pull request #378 from jkroonza/radius-admin...
2022-12-16 Jaco Kroonradius: distinguish between User-Request and Admin...
2022-09-09 Paul MackerrasMerge pull request #366 from pali/rtnetlink-register
2022-09-09 Paul MackerrasMerge pull request #365 from enaess/ppp-options
2022-09-09 Paul MackerrasMerge pull request #362 from enaess/ppp-crypto
2022-08-16 Eivind NæssReduce the clutter by defining the MD4/MD5/SHA digest...
2022-08-09 Paul MackerrasMerge pull request #358 from enaess/ppp-autotools
2022-08-08 Eivind NæssLet ./configure control the paths for pppd
2022-08-05 Paul MackerrasMerge pull request #354 from pali/register-with-name
2022-07-25 Paul MackerrasMerge pull request #349 from enaess/ppp-autotools
2022-07-15 Eivind NæssRemoving option to configure PPP_WITH_MAXOCTETS, helps...
2022-07-15 Eivind NæssFor Linux, use the Linux / Glibc based defines instead...
2022-07-15 Eivind NæssFixup in merge/rebase, had to remove duplicate use...
2022-07-15 Eivind NæssCleanup in pppd/pppd.h, eliminate unecessary headers
2022-07-15 Eivind NæssFix include paths for plugins to use the public API...
2022-07-15 Eivind NæssChanging MAXOCTETS to PPP_WITH_MAXOCTETS
2022-07-15 Eivind NæssChanging the define USE_EAPTLS to PPP_WITH_EAPTLS for...
2022-07-15 Eivind NæssChanging defines for CHAPMS, MSLANMAN, MPPE to prefix...
2022-01-13 Jaco KroonExpand byte count statistics to 64 bits (#298)
2022-01-12 Paul MackerrasMerge pull request #328 from pali/ipv6
2022-01-10 Paul MackerrasMerge pull request #330 from pali/pppoe-discovery
2021-12-21 Pali Rohárpppoe-discovery: Remove duplicate and unused includes
2021-12-21 Pali Rohárpppoe-discovery: Add check that there is no additional...
2021-12-21 Pali Rohárpppoe-discovery: Do not set eth0 as default interface
2021-12-10 Paul Mackerraspppoe: Print packet fields in hex if they contain non...
2021-11-26 Paul MackerrasMerge branch 'pppoe-discovery' of https://github.com...
2021-11-20 Paul Mackerrasplugins/pppol2tp: Add '#ifdef INET6' for optional ipv6...
2021-10-28 str8fastpppol2tp.c add '#ifdef INET6' for optional ipv6
2021-10-16 Paul MackerrasMerge pull request #297 from mjeveritt/patch-11-test-pr
2021-10-16 Paul MackerrasMerge pull request #307 from enaess/ppp-peap
2021-10-16 Paul MackerrasMerge pull request #313 from Chocobo1/install
2021-09-27 Paul MackerrasMerge branch 'fix-compiler-warnings-2' of https://githu...
2021-09-23 Eivind NæssFix for CLang -Wformat-overflow warning, expand the...
2021-09-23 Eivind NæssFixing CLang [-Wpointer-sign] warning in winbind.c
2021-09-23 Eivind NæssFixing CLang [-Wcomment] warning for using /* inside...
2021-09-23 Eivind NæssFixing CLang [-Wpointer-sign] warning in radius.c
2021-09-23 Eivind NæssClang complained about -Wformat in passing a int for...
2021-09-23 Eivind NæssFixing CLang -Wpointer-sign warnings in sendserver.c
2021-09-23 Eivind NæssCLang detected possible invalid memory access (-Wsizeof...
2021-09-23 Eivind NæssFixing signed vs. unsigned char* warnings in avpair.c
2021-09-23 Eivind NæssFixing signed vs. unsigned char * in strcpy operation.
2021-09-20 Eivind NæssFixing CLang warning: format specifies type 'unsigned...
2021-09-20 Eivind NæssFixing CLang warnings related to using pointers of...
2021-09-20 Eivind NæssFixing CLang warning with regards to GNU old-style...
2021-09-20 Eivind NæssFixing CLang warnings w.r.t. GNU-style designator in...
2021-09-20 Eivind NæssFixing GCC warning with unused return value from ftrunc...
2021-09-20 Eivind NæssFixing GCC compile warning with unused result from...
2021-09-20 Eivind NæssFixing GCC warning -Wunused-result with setgid in winbind.c
2021-09-18 Jaco Kroonradattr: tighten permissions on radattr file to avoid...
2021-07-30 palipppoe: Remove rp-pppoe.so symlink to not conflict with...
2021-07-30 Paul MackerrasMerge pull request #303 from enaess/fix-md4
2021-07-30 Jaco Kroonradius: interim and stop frames should not depend on...
2021-07-24 Paul MackerrasMerge pull request #296 from enaess/ppp-autotools
2021-07-20 Eivind NæssRemove obsolete Makefile(s) and configure scripts
2021-07-20 Eivind NæssIncorporating review feedback from David Seifert.
2021-07-20 Eivind NæssUse autoconf/automake to configure and make ppp
2021-07-16 Adrianplugins/radius: Add RFC8044 dictionary compatibility...
2021-07-10 Paul Mackerrasplugins/radius: Use snprintf in rc_mksid
2021-04-24 Eivind Næsspppd: Expose the MPPE keys generated through an API...
2021-04-24 Eivind NæssAdd pkgconfig support to PPP project (#270)
2021-01-26 Paul MackerrasMerge pull request #230 from tisj/eap-mschapv2-refactor
2021-01-08 Jaroslav Škarvadaplugins/pppoe: Add manual page for pppoe-discovery
2021-01-08 Jaroslav ŠkarvadaInstall with standard permissions (#221)
2021-01-05 Pali Rohárpppoe-discovery: Remove unused file debug.c
2021-01-05 Pali Rohárpppoe-discovery: Use pppoe plugin discovery1() function...
2021-01-04 Pali Rohárpppoe-discovery: Define function and variables which...
2021-01-04 Pali Rohárpppoe: Do not use %.*v and %.*B formats which are unsup...
2021-01-04 Pali Rohárpppoe: Dump discovery packets when pppoe-verbose option...
2021-01-04 Pali Rohárpppoe: Show verbose information about all concentrator...
2021-01-04 Pali Rohárpppoe: Do not use lcp_allowoptions[] and lcp_wantoption...
2021-01-04 Pali Rohárpppoe: Split function discovery() into phases discovery...
2021-01-04 Pali Rohárpppoe: Rename variable printACNames to pppoe_verbose...
2021-01-04 Paul Mackerrasplugins/radius: Eliminate some potential buffer overruns
2021-01-03 Pali Rohárpppoe: Check if PPPoE discovery socket was created
2021-01-01 Paul MackerrasAdd cross-compilation support on Linux
2021-01-01 Paul MackerrasMerge pull request #205 from pali/pppoe-rename
2021-01-01 Pali RohárCleanup pppoe-discovery fatal functions
next