Deleted Added
full compact
README.changes (137885) README.changes (244040)
1Copyright (c) 2001 Brian Somers <brian@Awfulhak.org>
2 based on work by Eivind Eklund <perhaps@yes.no>,
3All rights reserved.
4
5Redistribution and use in source and binary forms, with or without
6modification, are permitted provided that the following conditions
7are met:
81. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24SUCH DAMAGE.
25
1Copyright (c) 2001 Brian Somers <brian@Awfulhak.org>
2 based on work by Eivind Eklund <perhaps@yes.no>,
3All rights reserved.
4
5Redistribution and use in source and binary forms, with or without
6modification, are permitted provided that the following conditions
7are met:
81. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24SUCH DAMAGE.
25
26$FreeBSD: head/usr.sbin/ppp/README.changes 137885 2004-11-19 03:56:47Z obrien $
26$FreeBSD: head/usr.sbin/ppp/README.changes 244040 2012-12-08 22:16:36Z eadler $
27
28This file summarises changes made to ppp that effect
29its configuration.
30
31It does not describe new features, rather it attempts
32to answer any `this used to work, why doesn't it now?'
33questions.
34

--- 13 unchanged lines hidden (view full) ---

48o When `set server' is used to re-select a diagnostic port, all existing
49 diagnostic connections are dropped.
50o pppd-deflate is now called deflate24.
51o Filter IPs of 0.0.0.0 have a default width of 0, not 32.
52o Errors in `add' and `delete' are logged as warnings rather than being
53 written to the TCP/IP log.
54o Any number of diagnostic prompts are allowed, and they are allowed in
55 interactive mode.
27
28This file summarises changes made to ppp that effect
29its configuration.
30
31It does not describe new features, rather it attempts
32to answer any `this used to work, why doesn't it now?'
33questions.
34

--- 13 unchanged lines hidden (view full) ---

48o When `set server' is used to re-select a diagnostic port, all existing
49 diagnostic connections are dropped.
50o pppd-deflate is now called deflate24.
51o Filter IPs of 0.0.0.0 have a default width of 0, not 32.
52o Errors in `add' and `delete' are logged as warnings rather than being
53 written to the TCP/IP log.
54o Any number of diagnostic prompts are allowed, and they are allowed in
55 interactive mode.
56o The default `device' is cuad1, then cuad0
56o The default `device' is cuau1, then cuau0
57o A password of "*" in ppp.secret causes a passwd database lookup in
58 pap mode.
59o The value of the CONNECT environment variable is logged in the
60 utmp host field in -direct mode.
61o Out-of-sequence FSM packets (IPCP/LCP/CCP) are dropped by default.
62o Reconnect values are used after an LQR timeout.
63o ^C works on the parent in -background mode.
64o The dial/call/open command works asynchronously. As a result, prompts

--- 76 unchanged lines hidden ---
57o A password of "*" in ppp.secret causes a passwd database lookup in
58 pap mode.
59o The value of the CONNECT environment variable is logged in the
60 utmp host field in -direct mode.
61o Out-of-sequence FSM packets (IPCP/LCP/CCP) are dropped by default.
62o Reconnect values are used after an LQR timeout.
63o ^C works on the parent in -background mode.
64o The dial/call/open command works asynchronously. As a result, prompts

--- 76 unchanged lines hidden ---