]> git.ozlabs.org Git - ppp.git/history - pppd/plugins
Merge branch 'fix-compiler-warnings-2' of https://github.com/enaess/ppp
[ppp.git] / pppd / plugins /
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-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
2021-01-01 Pali RohárMake a consistency in pppoe options
2020-12-31 Pali RohárRename rp-pppoe.so plugin to pppoe.so
2020-12-31 Samuel ThibaultAllow overriding the optimization level with CFLAGS...
2020-12-31 Samuel Thibaultplugins/radius: Add support for the Framed-MTU Radius...
2020-12-31 Paul MackerrasMerge branch 'pppoatm_wildcard' of https://github.com...
2020-12-31 Samuel Thibaultplugins/pppoatm: cosmetic cleanup (#190)
2020-12-31 Samuel ThibaultDo not strip installed binaries (#186)
2020-12-31 Paul MackerrasMerge pull request #183 from sthibaul/path-ip-up-down
2020-12-31 Paul MackerrasMerge pull request #182 from pali/get_if_hwaddr
2020-12-31 Paul MackerrasMerge pull request #181 from pali/get_first_ethernet
2020-12-31 Paul MackerrasMerge pull request #177 from tisj/eap-mschapv2-server
2020-12-31 Alarig Le Layradius: Handle IPv6 RADIUS attributes (#176)
2020-12-31 Paul MackerrasMerge pull request #103 from Low-power/solaris-mtu-fix
2020-12-30 Duncan SandsFix pppoatm plugin for pppd to accept a wildcard argume...
2020-12-30 Paul MackerrasMerge pull request #54 from shankerwangmiao/master
2020-12-30 Paul MackerrasMerge pull request #101 from vyos/if-renaming-clean
2020-12-30 Paul Mackerrasrp-pppoe: Fix compilation with musl libc
2020-12-29 Paul MackerrasMerge pull request #153 from pali/master
2020-12-29 Paul MackerrasMerge branch 'chap-timeout' of https://github.com/nomis/ppp
2020-12-29 Paul MackerrasConvert to ANSI C
2020-12-29 Paul MackerrasMerge pull request #165 from pali/lcp
2020-12-29 Xing QingjieClose discovery socket after session completed
2020-11-08 Miao Wangadd $(INSTROOT) to $(DESTDIR)
2020-10-19 Jan Just KeijserAdd support for EAP-TLS (including experimental TLS...
2020-09-04 Paul MackerrasMerge pull request #162 from pali/ipv6-prefix
2020-09-04 Paul MackerrasMerge pull request #161 from Sander80/master
2020-08-07 Alexander SmirnovDisable asking password again when prompt program retur...
2020-08-07 Paul MackerrasMerge pull request #145 from sthibaul/ipv6cp-accept...
2020-08-07 paliFix -W option for pppoe-discovery utility (#157)
2020-05-25 palipppd: Handle SIGINT and SIGTERM during interrupted...
2020-05-25 Paul MackerrasMerge branch 'monotonic-time' of https://github.com...
2020-05-22 Vladislav Grishenkopppd: linux: use monotonic time if possible
2020-03-21 Nigel Kukardpppd: Fixed spelling 'unkown' => 'unknown' (#141)
2020-01-04 Paul Mackerrasradius: Prevent buffer overflow in rc_mksid()
2019-12-29 Paul Mackerrasplugins/rp-pppoe: Make tag parsing loop condition more...
2019-12-01 Paul Mackerraspppd: Eliminate some more compiler warnings
2019-12-01 Kurt Van Dijckpppd: Include time.h header before using time_t
2019-10-01 Kurt Van Dijckpppoe: Remove the use of cdefs
2019-10-01 Kurt Van Dijckradius: Fix compiler warning
2019-05-25 Alexis Cellierrp-pppoe plugin: Add options to tune discovery timeout...
2019-05-18 Matteo Crocepppoe: Custom host-uniq tag
2019-05-18 Paul Mackerrasplugins/rp-pppoe: Fix compile errors
2019-05-05 Jaroslav ŠkarvadaVarious fixes for errors found by coverity static analy...
2018-06-23 Paul MackerrasMerge branch 'pppd_print_changes' of https://github...
2018-06-23 Paul MackerrasMerge branch 'pppoe-discovery-cleanup' of https://githu...
2018-06-23 Hauras Wigelstukas... radius.c: Include CLASS attribute in radius_acct_interi...
2018-05-28 Jaroslav ŠkarvadaHonor LDFLAGS
2017-12-11 Martin Schillerpppoe-discovery: add options to tune discovery timeout...
2017-12-11 Martin Schillerpppoe-discovery: add quiet-mode option
2017-12-11 Martin Schillerpppoe-discovery: use correct exit code depending on...
2017-12-11 Martin Schillerpppoe-discovery: show real usage information
2017-03-18 Paul MackerrasMerge branch 'master' of https://github.com/gburgessiv/ppp
2017-03-18 Paul MackerrasMerge branch 'rp-pppoe-error' of https://github.com...
2017-03-18 Paul MackerrasMerge branch 'sys-to-errno-h' of https://github.com...
2017-03-18 Paul MackerrasMerge https://github.com/yasuoka/ppp
2017-03-18 Paul MackerrasMerge branch 'lr/linux-4.8' of https://github.com/Netwo...
2017-01-09 Lubomir Rintelpppoe: include netinet/in.h before linux/in.h
2016-12-04 Nathan Hintzpppd: fix pppol2tp option printing
2016-10-15 Stefan Nicklpppd: Provide error() implementation in pppoe-discovery
2016-07-09 Paul MackerrasMerge branch 'plog-usability' of https://github.com...
2015-08-14 Paul MackerrasMerge branch 'send-padt-on-disconnect' of git://github...
2015-08-14 Paul MackerrasMerge branch 'no-error-on-already-closed' of git:/...
2015-08-14 Paul MackerrasMerge branch 'master' of git://github.com/pprindeville/ppp
next