| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Patched correctly by: wosch
Blunder pointed out by: bde
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
than DEF_MRU, allowing our interface mtu to be decreased
despite negotiation with the peer.
|
|
|
|
|
| |
non-char types on non-i386 architectures.
On Alpha and Sparc we get a bus error if we do.
|
| |
|
|
|
|
|
|
| |
OS rather than making it a mess and potentially screwing
up cross builds.
Suggested by: bde
|
| |
|
|
|
|
| |
instead.
|
|
|
|
| |
used.
|
|
|
|
|
|
|
|
|
| |
command:
AUTHNAME: The local authname
ENDDISC: The local endpoint discriminator
LABEL: The configuration label in use
PEER_ENDDISC: The peers endpoint discriminator
USER: The peers authname
|
|
|
|
|
|
|
|
| |
embedded in the args of a "shell" or "!bg" command, and
only accept upper case versions.
We can now do:
! sh -c "ifconfig INTERFACE >/tmp/myfile"
|
| |
|
| |
|
| |
|
|
|
|
| |
Forgotten by: me
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
anything for two mintues (see ``set choked'' and ``show
bundle''), nuke the ip, mp and link level buffer queues.
This should fix problems where ``ppp -auto'' seems to stop
responding after failing to connect to the peer a few times.
|
|
|
|
| |
an mbuf.
|
|
|
|
| |
number of octets.
|
|
|
|
|
| |
If we're told to close/down while in DIAL or LOGIN state,
we don't want to keep our timeout running :-/
|
|
|
|
|
| |
Free it instead.
Pointed out by: Theo de Raadt
|
|
|
|
|
|
|
| |
the `-literal' after the closing .Ed.
Where this happens, use ``.Bd -unfilled'' with ``.It Li'' to dodge
the problem - it looks better too.
Problem reported by: Dom Mitchell <dom@phmit.demon.co.uk>
|
| |
|
| |
|
|
|
|
| |
Spotted by: Alex <garbanzo@hooked.net>
|
| |
|
|
|
|
|
|
|
| |
the device is successfully opened. If we fail to open it,
mention the fact.
Also go back into command mode as soon as the device is closed
rather than waiting for the user to type something before noticing.
|
|
|
|
| |
PR: 7515
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(see the new ``set callback'' and ``set cbcp'' commands)
o Add a ``cbcp'' log level and mbuf type.
o Don't dump core when \T is given in ``set login'' or
``set hangup''.
o Allow ``*'' and blanks as placeholders in ppp.secret and
allow a fifth field for specifying auth/cbcp dialback
parameters.
o Remove a few extraneous #includes
o Define the default number of REQs (restart counter) in defs.h
rather than hardcoding ``5'' all over the place.
o Fix a few man page inconsistencies.
|
|
|
|
|
|
| |
Be careful that the current or next prompt in the list
that we're iterating through doesn't get changed by
descriptor_Read().
|
|
|
|
|
| |
our current phase is PHASE_DEAD as it's possible that there
are links stuck in OPENING waiting for a redial timer.
|
|
|
|
|
|
|
|
| |
do TLD *before* processing the config request as
TLD initialises the peers LCP values.
It's strange that an IRC isn't required here - but
I'll bow to the wisdom of the rfc.
|
| |
|
|
|
|
| |
We don't need a ``!''.
|
|
|
|
|
| |
When used, the redial timer is ignored and the modem is
opened immediately.
|
|
|
|
| |
end up blocking indefinitely when there's no carrier.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
``add .... HISADDR''. The network will never be
reachable at this point unless we're in -auto or reading
the command from ppp.linkup.
We can now run the following lines and get the expected
results:
set ifaddr 1.2.3.4/0 5.6.7.8/0
add default HISADDR
where a route is added immediately in auto mode and the
whole thing is delayed 'till the IP numbers have been
agreed in other modes.
Essentially, ppp.linkup is no longer required.
|
|
|
|
|
|
|
| |
diagnostics (which are on by default).
o Deal correctly with both sides wanting CHAP.
o Output a warning if we're using an empty ``authname''. This is
*not* what we want to do.
|
|
|
|
|
| |
from ppp.secret.
Problem reported by: Dom Mitchell <dom@phmit.demon.co.uk>
|
|
|
|
| |
32/64 bit issues recently).
|
|
|
|
| |
mbuf is deallocated by vj_SendFrame().
|
| |
|
|
|
|
| |
Wished for by: pkh
|
|
|
|
| |
for ``open lcp''
|