| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
such as partitioning a disk or overriding an interactive prompt.
|
| |
|
|
|
|
|
|
|
|
| |
and modify the behaviour so that a timer is started
and the restart counter is zeroed (as per the State
Machine Diagram).
Pointed-out-by: joerg
|
|
|
|
|
|
|
|
|
| |
received and after the TerminateAck is sent (as
per rfc1661) rather than to ST_STOPPING. Going
to ST_STOPPING will leave us in a state where
we're waiting for the other side to do something -
not a good idea, especially as the client side sends
a TerminateReq then exits on idle timeout.
|
|
|
|
|
|
|
|
| |
ppp link, we gain nothing with a larger mtu.
Suggested by: joerg
Fix pred1 buffer size (must be == MAX_MTU)
|
|
|
|
| |
Make "same magic" error send a NAK (as per rfc).
|
|
|
|
|
|
| |
reduce the interface mtu.
Allow max mru spec of 16k.
Add "show m[rt]u" ability.
|
|
|
|
|
| |
"alias" for "set mru ...", but there's no such thing
as setting your mtu in the ppp protocol (rfc1661).
|
| |
|
|
|
|
|
|
|
| |
instead of 'rpc.ypupdated' when I added rpc.ypupdated to the SUBDIRS
list.
Carved into my forehead with an rusty railroad spike by: Mark Murray
|
|
|
|
| |
Etched onto my brain with acid by: Mark Murray.
|
|
|
|
| |
Suggested by: kfurge <kfurge@worldnet.att.net>
|
| |
|
|
|
|
| |
which included commits to RCS files with non-trunk default branches.
|
|
|
|
| |
which included commits to RCS files with non-trunk default branches.
|
|
|
|
| |
PR: 3698
|
|
|
|
| |
Bring in CDE fixes.
|
|
|
|
| |
Submitted by: Igor Vinokurov <igor@cs.ibank.ru>
|
|
|
|
|
| |
PR: 3371
Submitted by: Chris Timmons <skynyrd@opus.cts.cwu.edu>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
alias commands simply won't work. Only root may specify the
location of the alias lib (otherwise, it's hard-coded).
Make logprintf silently fail if LogOpen hasn't been called.
Suggested by: eivind
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The standard SunOS ypbind(8) (and, until now, the FreeBSD ypbind)
only selects servers based on whether or not they respond to clnt_broadcast().
Ypbind(8) broadcasts to the YPPROC_DOMAIN_NONACK procedure and waits
for answers; whichever server answers first is the one ypbind uses
for the local client binding.
This mechanism fails when binding across subnets is desired. In order
for a client on one subnet to bind to a server on another subnet, the
gateway(s) between the client and server must be configured to forward
broadcasts. If this is not possible, then a slave server must be
installed on the remote subnet. If this is also not possible, you
have to force the client to bind to the remote server with ypset(8).
Unfortunately, this last option is less than ideal. If the remote
server becomes unavailable, ypbind(8) will lose its binding and
revert to its broadcast-based search behavior. Even if there are
other servers available, or even if the original server comes back
up, ypbind(8) will not be able to create a new binding since all
the servers are on remote subnets where its broadcasts won't be heard.
If the administrator isn't around to run ypset(8) again, the system
is hosed.
In some Linux NIS implementations, there exists a yp.conf file where
you can explicitly specify a server address and avoid the use of
ypbind altogether. This is not desireable since it removes the
possibility of binding to an alternate server in the event that the
one specified in yp.conf crashes.
Some people have mentioned to me how they though the 'restricted mode'
operation (using the -S flag) could be used as a solution for this
problem since it allows one to specify a list of servers. In fact,
this is not the case: the -S flag just tells ypbind(8) that when it
listens for replies to its broadcasts, it should only honor them if
the replying hosts appear in the specified restricted list.
This behavior has now been changed. If you use the -m flag in conjunction
with the -S flag, ypbind(8) will use a 'many-cast' instead of a broadcast
for choosing a server. In many-cast mode, ypbind(8) will transmit directly
to the YPPROC_DOMAIN_NONACK procedure of all the servers specified in
the restricted mode list and then wait for a reply. As with the broadcast
method, whichever server from the list answers first is used for the
local binding. All other behavior is the same: ypbind(8) continues
to ping its bound server every 60 seconds to insure it's still alive
and will many-cast again if the server fails to respond. The code used
to achieve this is in yp_ping.c; it includes a couple of modified RPC
library routines.
Note that it is not possible to use this mechanism without using
the restricted list since we need to know the addresses of the available
NIS servers ahead of time in order to transmit to them.
Most-recently-requested by: Tom Samplonius
|
|
|
|
|
| |
PR: 3683
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
|
|
|
|
| |
instead of segmentation fault
|
| |
|
|
|
|
|
|
|
| |
PR: 3666
Reviewed by:
Submitted by: iaint@css.tuu.utas.edu.au
Obtained from:
|
| |
|
|
|
|
| |
Reviewed by: bde
|
|
|
|
| |
Reviewed by: bde
|
|
|
|
| |
Reviewed by: bde
|
|
|
|
| |
Submitted by: Charles Mott <cmott@srv.net>
|
|
|
|
|
|
| |
connection is in a time_wait.
Submitted by: Brian Campbell <brianc@pobox.com>
|
|
|
|
| |
Submitted by: Charles Mott <cmott@srv.net>
|
|
|
|
| |
Submitted by: fsmp
|
|
|
|
| |
This coincides with changing kernel default to 64.
|
| |
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
|
|
|
|
| |
Wavelan cards via the 'wl' driver. It can be used to set the IRQ, and
discover all manner of odd things about the device.
|
| |
|
|
|
|
|
| |
entirely, as promised earlier (it's outdated now and doesn't really belong
in sysinstall).
|
| |
|
|
|
|
| |
from the driver.
|
|
|
|
|
|
| |
Closes PR docs/3612.
Submitted by: Josh Gilliam <soil@quick.net>
|
|
|
|
|
| |
PR: 3461
Submitted by: "Donald J. Maddox" <root@cola97.scsn.net>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
of reconnect & -background.
o Fix reconnect anomolies.
o Make reconnect apply to failed LQR hangups (& mention in man page).
o Make reconnect effective in -background mode.
o Listen on socket in -background mode.
o Try all phone numbers in -background mode.
o Insist on system arg in -background mode.
o Make a control-connection close command exit in -background mode.
o Output status message to stdout on exit of parent in -background mode.
o Don't notify parent of success too soon.
o Describe termination EX_* code.
o Miscelaneous diagnostic corrections.
o Remove redundant connect_time from modem.c.
o Don't repeatedly DownConnection().
|
|
|
|
| |
Requested by: The masses.
|