Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS import: src/external/bsd/ppp/dist
Module Name: src
Committed By: christos
Date: Sat Jan 9 16:37:37 UTC 2021
Update of /cvsroot/src/external/bsd/ppp/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv2064
Log Message:
What's new in ppp-2.4.9.
************************
* Support for new EAP (Extensible Authentication Protocol) methods:
- Support for EAP-TLS, from Jan Just Keijser and others
- Support for EAP-MSCHAPv2, from Eivind Næss, Thomas Omerzu, Tijs
Van Buggenhout and others
* New pppd options:
- chap-timeout
- chapms-strip-domain
- replacedefaultroute
- noreplacedefaultroute
- ipv6cp-accept-remote
- lcp-echo-adaptive
- ip-up-script
- ip-down-script
- ca
- capath
- cert
- key
- crl-dir
- crl
- max-tls-version
- need-peer-eap
* Fixes for CVE-2020-8597 and CVE-2015-3310.
* libpcap is now required when compiling on Linux (previously, if
libpcap was not present, pppd would be compiled without packet
filtering support).
* The rp-pppoe plugin has been renamed to pppoe, to distinguish it
from the upstream rp-pppoe code. Its options have changed names,
but the old names are kept as aliases.
* The configure script now supports cross-compilation.
* Many bug fixes and cleanups.
What was new in ppp-2.4.8.
**************************
* New pppd options have been added:
- ifname, to set the name for the PPP interface device
- defaultroute-metric, to set the metric for the default route
- defaultroute6, to add an IPv6 default route (with nodefaultroute6
to prevent adding an IPv6 default route)
- up_sdnotify, to have pppd notify systemd when the link is up.
* The rp-pppoe plugin has new options:
- host-uniq, to set the Host-Uniq value to send
- pppoe-padi-timeout, to set the timeout for discovery packets
- pppoe-padi-attempts, to set the number of discovery attempts.
* Added the CLASS attribute in radius packets.
* Sundry bug fixes.
* Fixed warnings and issues found by static analysis.
* Added Submitting-patches.md.
What was new in ppp-2.4.7.
**************************
* Fixed a potential security issue in parsing option files (CVE-2014-3158).
* There is a new "stop-bits" option, which takes an argument of 1 or 2,
indicating the number of stop bits to use for async serial ports.
* Various bug fixes.
What was new in ppp-2.4.6.
**************************
* Man page updates.
* Several bug fixes.
* Options files can now set and unset environment variables for
scripts.
* The timeout for chat scripts can now be taken from an environment
variable.
* There is a new option, master_detach, which allows pppd to detach
from the controlling terminal when it is the multilink bundle master
but its own link has terminated, even if the nodetach option has
been given.
Status:
Vendor Tag: MACKERRAS
Release Tags: ppp-2-4-9
U src/external/bsd/ppp/dist/PLUGINS
U src/external/bsd/ppp/dist/FAQ
U src/external/bsd/ppp/dist/README
U src/external/bsd/ppp/dist/README.MPPE
U src/external/bsd/ppp/dist/README.MSCHAP80
U src/external/bsd/ppp/dist/README.MSCHAP81
U src/external/bsd/ppp/dist/README.cbcp
U src/external/bsd/ppp/dist/README.eap-srp
N src/external/bsd/ppp/dist/README.eap-tls
U src/external/bsd/ppp/dist/README.pppol2tp
U src/external/bsd/ppp/dist/README.pwfd
U src/external/bsd/ppp/dist/SETUP
N src/external/bsd/ppp/dist/Submitting-patches.md
N src/external/bsd/ppp/dist/.github/workflows/buildroot.yaml
N src/external/bsd/ppp/dist/.github/workflows/solaris.yaml
U src/external/bsd/ppp/dist/chat/chat.8
C src/external/bsd/ppp/dist/chat/chat.c
C src/external/bsd/ppp/dist/pppd/auth.c
C src/external/bsd/ppp/dist/pppd/ccp.c
C src/external/bsd/ppp/dist/pppd/ccp.h
U src/external/bsd/ppp/dist/pppd/chap-md5.c
C src/external/bsd/ppp/dist/pppd/eap.h
C src/external/bsd/ppp/dist/pppd/cbcp.c
U src/external/bsd/ppp/dist/pppd/cbcp.h
C src/external/bsd/ppp/dist/pppd/chap-new.c
C src/external/bsd/ppp/dist/pppd/chap_ms.c
U src/external/bsd/ppp/dist/pppd/chap-md5.h
C src/external/bsd/ppp/dist/pppd/chap_ms.h
C src/external/bsd/ppp/dist/pppd/chap-new.h
C src/external/bsd/ppp/dist/pppd/demand.c
U src/external/bsd/ppp/dist/pppd/ecp.h
C src/external/bsd/ppp/dist/pppd/fsm.h
N src/external/bsd/ppp/dist/pppd/eap-tls.c
N src/external/bsd/ppp/dist/pppd/eap-tls.h
C src/external/bsd/ppp/dist/pppd/eap.c
C src/external/bsd/ppp/dist/pppd/pppd.8
C src/external/bsd/ppp/dist/pppd/ecp.c
C src/external/bsd/ppp/dist/pppd/pppd.h
C src/external/bsd/ppp/dist/pppd/eui64.c
C src/external/bsd/ppp/dist/pppd/eui64.h
C src/external/bsd/ppp/dist/pppd/fsm.c
C src/external/bsd/ppp/dist/pppd/ipcp.c
C src/external/bsd/ppp/dist/pppd/ipcp.h
C src/external/bsd/ppp/dist/pppd/ipv6cp.c
C src/external/bsd/ppp/dist/pppd/ipv6cp.h
C src/external/bsd/ppp/dist/pppd/ipxcp.c
C src/external/bsd/ppp/dist/pppd/ipxcp.h
C src/external/bsd/ppp/dist/pppd/lcp.c
C src/external/bsd/ppp/dist/pppd/lcp.h
C src/external/bsd/ppp/dist/pppd/magic.c
C src/external/bsd/ppp/dist/pppd/magic.h
C src/external/bsd/ppp/dist/pppd/main.c
U src/external/bsd/ppp/dist/pppd/mppe.h
C src/external/bsd/ppp/dist/pppd/multilink.c
C src/external/bsd/ppp/dist/pppd/options.c
C src/external/bsd/ppp/dist/pppd/patchlevel.h
C src/external/bsd/ppp/dist/pppd/pathnames.h
U src/external/bsd/ppp/dist/pppd/ppp.pam
C src/external/bsd/ppp/dist/pppd/pppcrypt.c
C src/external/bsd/ppp/dist/pppd/pppcrypt.h
C src/external/bsd/ppp/dist/pppd/session.c
U src/external/bsd/ppp/dist/pppd/session.h
C src/external/bsd/ppp/dist/pppd/tty.c
C src/external/bsd/ppp/dist/pppd/upap.c
C src/external/bsd/ppp/dist/pppd/upap.h
C src/external/bsd/ppp/dist/pppd/utils.c
U src/external/bsd/ppp/dist/pppd/plugins/minconn.c
U src/external/bsd/ppp/dist/pppd/plugins/passwordfd.c
N src/external/bsd/ppp/dist/pppd/plugins/pppoe/common.c
N src/external/bsd/ppp/dist/pppd/plugins/pppoe/debug.c
N src/external/bsd/ppp/dist/pppd/plugins/pppoe/discovery.c
N src/external/bsd/ppp/dist/pppd/plugins/pppoe/config.h
N src/external/bsd/ppp/dist/pppd/plugins/pppoe/if.c
N src/external/bsd/ppp/dist/pppd/plugins/pppoe/plugin.c
N src/external/bsd/ppp/dist/pppd/plugins/pppoe/pppoe.h
N src/external/bsd/ppp/dist/pppd/plugins/pppoe/pppoe-discovery.8
N src/external/bsd/ppp/dist/pppd/plugins/pppoe/pppoe-discovery.c
U src/external/bsd/ppp/dist/pppd/plugins/pppol2tp/l2tp_event.h
U src/external/bsd/ppp/dist/pppd/plugins/pppol2tp/openl2tp.c
U src/external/bsd/ppp/dist/pppd/plugins/pppol2tp/pppol2tp.c
C src/external/bsd/ppp/dist/pppdump/bsd-comp.c
C src/external/bsd/ppp/dist/pppdump/deflate.c
U src/external/bsd/ppp/dist/pppdump/pppdump.8
C src/external/bsd/ppp/dist/pppdump/pppdump.c
U src/external/bsd/ppp/dist/pppstats/pppstats.8
C src/external/bsd/ppp/dist/pppstats/pppstats.c
N src/external/bsd/ppp/dist/sample/auth-down
N src/external/bsd/ppp/dist/sample/auth-up
N src/external/bsd/ppp/dist/sample/ip-down
N src/external/bsd/ppp/dist/sample/ip-up
N src/external/bsd/ppp/dist/sample/options
N src/external/bsd/ppp/dist/sample/options.ttyXX
N src/external/bsd/ppp/dist/sample/pap-secrets
45 conflicts created by this import.
Use the following command to help the merge:
cvs checkout -jMACKERRAS:yesterday -jMACKERRAS src/external/bsd/ppp/dist
Home |
Main Index |
Thread Index |
Old Index