]> git.ozlabs.org Git - ppp.git/shortlog
ppp.git
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-30 Paul Mackerraspppd: Fix compilation with uclibc
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 Daniil BaturinSupport renaming interfaces from a pre-up script.
2020-11-03 Jan Just KeijserFixed static analyzer warnings; removed superfluous...
2020-10-19 Jan Just KeijserAdd support for EAP-TLS (including experimental TLS...
2020-10-03 Paul MackerrasMerge pull request #169 from SimonTate/fix-pppoe-empty...
2020-10-03 paliEnable IPv6 by default (#171)
2020-09-14 Simon Tatepppd: Fix blank password usage
2020-09-04 Pali RohárDocument PPPoE options in pppd.8 manpage
2020-09-04 Paul MackerrasMerge pull request #162 from pali/ipv6-prefix
2020-09-04 Paul MackerrasMerge pull request #161 from Sander80/master
2020-09-01 Pali Rohárpppd: Do not call update_link_stats() for every LcpSend...
2020-08-07 Pali RohárFix setting prefix for IPv6 link-local addresss
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-08-07 yannaylAccept Malformed Windows Success Message (#156)
2020-08-07 Craig McQueenpppd: Add documentation of stop-bits option to pppd...
2020-08-06 Simon Arlottpppd: Add client CHAP authentication timeout
2020-07-19 David WoodhouseAdd ipv6cp-accept-remote option
2020-07-19 Samuel Thibaultpppd: Fix the default value for ipv6cp-accept-local...
2020-05-25 Marco d'Itripppd: Add lcp-echo-adaptive option
2020-05-25 palipppd: Handle SIGINT and SIGTERM during interrupted...
2020-05-25 Jaroslav ŠkarvadaAdded missing options to manual pages. (#149)
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-03-21 Lars Wendlerpppd: Print version information to stdout instead of...
2020-03-21 Paul Mackerraspppd: Add RFC1990 (Multilink) to the See Also section...
2020-03-21 Paul Mackerraspppd: Add mppe.h to the list of headers to install...
2020-03-21 Paul Mackerraspppd: Obfuscate password argument string
2020-02-03 Paul Mackerraspppd: Ignore received EAP messages when not doing EAP eapfix
2020-02-03 Paul Mackerraspppd: Fix bounds check in EAP code
2020-01-04 Paul Mackerrasradius: Prevent buffer overflow in rc_mksid()
2019-12-31 Paul MackerrasUpdate README and patchlevel.h for 2.4.8 release ppp-2.4.8
2019-12-31 Paul Mackerraspppd: Avoid use of strnlen (and strlen) in vslprintf
2019-12-31 James Carlsonpppd: Fix IPv6 default route code for Solaris
2019-12-29 Paul Mackerrasplugins/rp-pppoe: Make tag parsing loop condition more...
2019-12-29 Paul Mackerraspppd: Make sure word read from options file is null...
2019-12-29 Paul Mackerraspppd: Limit memory accessed by string formats with...
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-12-01 Paul MackerrasMerge branch 'patch-1' of https://github.com/neheb/ppp
2019-12-01 Paul Mackerraspppd: Don't free static string
2019-10-19 Rosen Penevpppd.h: Add missing headers
2019-10-19 Samuel Thibaultpppd: Add defaultroute6 and related options
2019-10-19 Paul Mackerraspppd: Avoid declarations within statements in main.c
2019-10-19 fhostpppd: Fix `ifname` option in case of multilink (#105)
2019-10-19 Paul Mackerraspppd: Fix variable reference syntax in Makefile.linux
2019-10-19 Alfonso Sánchez... pppd: Check tdb pointer before closing
2019-10-03 Paul MackerrasRevert "pppd: Include time.h before using time_t"
2019-10-01 Paul Mackerraspppdump: Eliminate printf format warning by using %zd
2019-10-01 Kurt Van Dijckpppd: Refactor setjmp/longjmp with pipe pair in event...
2019-10-01 Kurt Van Dijckmake: Avoid using host include for cross-compiling
2019-10-01 Kurt Van Dijckpppoe: Remove the use of cdefs
2019-10-01 Kurt Van Dijckpppd: Remove unused rcsid variables
2019-10-01 Kurt Van Dijckpppd: Fix GLIBC version test for non-glibc toolchains
2019-10-01 Kurt Van Dijckpppd: Include time.h before using time_t
2019-10-01 Kurt Van Dijckradius: Fix compiler warning
2019-10-01 Kurt Van Dijckmagic: Remove K&R style of arguments
2019-06-10 Paul MackerrasAdd Submitting-patches.md
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 Jaroslav Škarvadapppd: Use openssl for the DES instead of the libcrypt...
2018-06-23 Hauras Wigelstukas... radius.c: Include CLASS attribute in radius_acct_interi...
2018-06-23 Paul Mackerraspppd: Don't try to free(NULL - 1)
2018-06-23 Paul Mackerraspppd: Fix compile warning due to comparing pointer...
2018-06-23 Vegard Nossumpppd: Fix printing call in print_option()
2018-05-28 Jaroslav ŠkarvadaHonor LDFLAGS
2018-02-27 Jacob FloydUse systemd's sd_notify with option up_sdnotify
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-12-04 Nathan Hintzpppd: add missing parameter in call to 'printer'
2016-12-04 Nathan Hintzppp: fix printing of DNS/WINS addresses
2016-10-15 Stefan Nicklpppd: Provide error() implementation in pppoe-discovery
2016-09-10 George Burgess IVpppd: Remove unused declaration of ttyname.
2016-08-23 Paul Mackerraspppd: allow use of arbitrary interface names
2016-08-10 Stefan NicklChange include from sys/errno.h to errno.h
2016-07-09 Paul MackerrasMerge branch 'plog-usability' of https://github.com...
2016-03-31 Dmitry Deshevoyplog: count only relevant lines from syslog
2016-03-16 YASUOKA MasahikoFix a typo in comment. Diff from Yuuichi Someya.
next