]> git.ozlabs.org Git - ppp.git/history - pppd/plugins/pppoe
Fix include paths for plugins to use the public API of pppd
[ppp.git] / pppd / plugins / pppoe /
2022-07-15 Eivind NæssFix include paths for plugins to use the public API...
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-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æssFixing signed vs. unsigned char * in strcpy operation.
2021-07-30 palipppoe: Remove rp-pppoe.so symlink to not conflict with...
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-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-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
2021-01-01 Pali RohárMake a consistency in pppoe options
2020-12-31 Pali RohárRename rp-pppoe.so plugin to pppoe.so
2001-12-14 Michal OstrowskiSwitch to using RoaringPenguin-based PPPOE plugin
2001-07-26 Paul Mackerraspppoe plugin stuff - Michal Ostrowski's version, lightl...