Robert Nordier
0fdf16a301
Ensure that an update takes place when the -m option is used.
1999-06-21 14:40:59 +00:00
Sheldon Hearn
274811a772
Use Dq mdoc tag for double-quoted words.
1999-06-21 11:43:13 +00:00
Sheldon Hearn
7aad173232
Fix handling of maximum children and connections per minute.
...
Submitted by: David Malone <dwmalone@maths.tcd.ie>
1999-06-21 11:17:34 +00:00
Robert Nordier
5868a099d9
Implement -m option to enable/disable slices.
1999-06-19 21:44:43 +00:00
Brian Somers
08da4867ae
Don't use the ``next'' redial timer if we have no phone number at all.
1999-06-18 13:49:01 +00:00
Kenneth D. Merry
7c903b3d7e
Add a MAINTAINER line to modules that I maintain.
...
Suggested by: brian, markm
1999-06-18 00:41:47 +00:00
Brian Somers
43f9e1bb41
Reset our start time when the link comes up, correcting
...
the reported connection time.
PR: 11943
Submitted by: Peter Mutsaers <plm@xs4all.nl>
1999-06-17 22:12:51 +00:00
Mark Murray
9c0592b821
More uncontroversial PAO updates. Make the IRQ wildcarding work a lot better,
...
and improve the daemonizing code.
Submitted by: Tatsumi HOSOKAWA
1999-06-17 21:07:59 +00:00
Mark Murray
1a95b917f0
Add bits of PAO that are non-controversial.
...
Submitted by: Tatsumi HOSOKAWA
1999-06-17 19:04:56 +00:00
Sheldon Hearn
1181cf3c52
Various fixes for inetd's TCP Wrappers support:
...
1) Handle forking and non-forking internal services correctly.
Turn on wrapping for internal services because it works now.
2) Preserve server names for each service on HUP.
3) Honour hosts_options(5) severity option.
4) Add IMPLEMENTATION NOTES section to clarify TCP Wrappers
usage and limitations.
This change may cause previously allowed builtin services (e.g. daytime)
to be denied in existing configurations.
PR: 12097
Reviewed by: markm
1)
Reported by: Pierre Beyssac <pb@fasterix.freenix.org>
2)
Submitted by: Masachika ISHIZUKA <ishizuka@ish.org>
3)
Submitted by: David Malone <dwmalone@maths.tcd.ie>
1999-06-17 09:16:08 +00:00
Brian Somers
2a7bd79571
Add the -p switch - tells rwhod to ignore POINTOPOINT interfaces.
...
Mostly submitted by: Stefan Zehl <sec@42.org>
PR: 12216
1999-06-16 21:05:21 +00:00
Ruslan Ermilov
5f13a5ab2e
This really belongs to section 8.
1999-06-15 14:04:19 +00:00
David E. O'Brien
ba83352b78
Support Alpha and -CURRENT in the "-r" option case.
1999-06-14 21:58:59 +00:00
Brian Somers
ec3026b6f7
Come up with something useful when someone searches for
...
``dynamic IP''.
1999-06-14 10:12:41 +00:00
Brian Somers
ad227d8bcc
Show the correct error if we fail to open a device.
1999-06-11 13:28:29 +00:00
Brian Somers
fbe3e6af84
Describe why a ``magic'' enddisc is not always a good idea.
1999-06-11 11:27:18 +00:00
Joseph Koshy
f1838373aa
Larger, space separated fields in the output of repquota.
...
PR: 8730
Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
1999-06-11 10:31:24 +00:00
Brian Somers
5dfb9210ae
Allow reserved substitution strings to be escaped by preceeding them
...
with a backslash.
1999-06-10 09:34:57 +00:00
Brian Somers
194c225d5c
Never bring a link back up after receiving a terminating signal,
...
don't rely on already being in PHASE_DEAD.
1999-06-10 09:06:30 +00:00
Brian Somers
9afe6bdaee
Allow a remote IP and port range specification in the
...
``alias port'' command.
1999-06-10 00:17:27 +00:00
Brian Somers
ab959eb2b3
Initialise `mp'.
1999-06-09 20:27:26 +00:00
Brian Somers
7063995c94
Allow our endpoint discriminator to be enabled, disabled, accepted
...
and denied. This is necessary for some MP implementations that
get confused if you accept their endpoint discriminator but reject
their MRRU.
1999-06-09 16:54:04 +00:00
Jordan K. Hubbard
177bf8278c
where_arge is allocated on stack and return address is overwritten
...
by buffer overflow.
Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
1999-06-09 09:29:53 +00:00
Jordan K. Hubbard
85cfadeb74
Remove apple.com from time server list.
...
Submitted by: Mike Haro
1999-06-09 09:18:33 +00:00
Brian Somers
8fb106c674
Use the correct pid when substituting PROCESSID.
...
Problem reported by: Amedeo Beck Peccoz <gea@gressoney.it>
1999-06-09 08:47:36 +00:00
Brian Somers
68645f3954
Don't use static variables if we don't have to.
1999-06-08 20:12:06 +00:00
Brian Somers
c506ecd549
Don't drop the last character from lines in ppp.secret unless it's '\n'.
1999-06-08 20:11:53 +00:00
Brian Somers
aa8574707e
Don't IPCP TLD if we're already doing it. This prevents
...
recursion by doing something like ``down'' or ``quit all''
in ppp.linkdown.
1999-06-08 11:58:27 +00:00
Brian Somers
b12ce35537
Make the `load'',
dial'' and
`open'' commands a big clearer.
...
Requested by: Michael Heitmeier <MICHAEL_HEITMEIER@HP-Germany-om12.om.hp.com>
1999-06-08 11:57:59 +00:00
Brian Somers
f5a99677a3
Correct the way ppp transfers links on the server side in MP
...
mode by padding out the ``struct device'' to the maximum
device size.
Bump the ppp version number to indicate the transfer format
change.
This should make MP over tty and udp devices functional again.
1999-06-05 21:36:00 +00:00
Archie Cobbs
eed2b804bf
When incrementing through a SIOCGIFCONF list, enforce a lower limit of
...
sizeof(ifr->ifr_addr) for the variable length field ifr->ifr_addr.sa_len.
Otherwise the increment will be wrong in certain cases.
Obtained from: Whistle source tree
For the record: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> suggests
SIOCGIFCONF should be dropped in favor of a sysctl mechanism.
1999-06-05 05:55:07 +00:00
Archie Cobbs
3816c56cc1
When incrementing through a SIOCGIFCONF list, enforce a lower limit of
...
sizeof(ifr->ifr_addr) for the variable length field ifr->ifr_addr.sa_len.
Otherwise the increment will be wrong in certain cases.
Obtained from: Whistle source tree
For the record: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> suggests
SIOCGIFCONF should be dropped in favor of a sysctl mechanism.
1999-06-05 05:52:52 +00:00
Ruslan Ermilov
ea1dce7007
Switch to proper mbr.
...
OK'ed by: jkh,rnordier
1999-06-04 10:01:53 +00:00
Peter Wemm
ed7e72e681
Check and warn about unknown devices in the config file along the same
...
lines as the pseudo-device checking. Previously 'device xyz0' would have
been silently accepted without comment.
1999-06-03 20:37:19 +00:00
Brian Somers
64e0f466ce
Fix some MP sequence number comparison bogons that are tickled by
...
having different speed links in a bundle. This would manifest itself
by having the link occasionally hang, but revive when a new connection
is made....
Make ``show mp'' a bit prettier.
1999-06-03 13:29:32 +00:00
Kazutaka YOKOTA
ec3739d58f
Mention that 8x8 font is required for 43, 50 and 60 line text modes,
...
and that font files can be specified in /etc/rc.conf[.local].
1999-06-03 12:44:16 +00:00
Kazutaka YOKOTA
9e65e45b7f
Make it clear that PS/2 type mice will work only with "auto" and
...
"ps/2" protocol types, and that serial mouse protocols shouldn't be
specified for these mice.
1999-06-03 12:43:16 +00:00
Kazutaka YOKOTA
2b9e6c7549
Fix PS/2 MouseMan+ protocol. We have been looking at a wrong place
...
for the sign bit for roller movement!
1999-06-03 12:42:10 +00:00
Brian Somers
fa0d521656
Oops, quieten a compiler warning.
1999-06-02 23:06:21 +00:00
Brian Somers
0d4fe7a80f
Mention physical and sync logging in the ``set log''
...
usage message.
1999-06-02 21:28:02 +00:00
Brian Somers
411675bae3
o Alter the mbuf type as it's processed by different layers.
...
o Show more information about missing MP fragments in ``show mp''.
o Do away with mbuf_Log(). It was showing mbuf stats twice on
receipt of LCP/CCP/IPCP packets.... ???!!?
o Pre-allocate a bit extra when creating LQR packets to avoid having
to allocate another mbuf in mbuf_Prepend().
1999-06-02 15:59:09 +00:00
Brian Somers
ac685e314f
Introduce the ``keep-session'' option. Refer to the man
...
page for details. This allows MP over non-tty devices where
the original ppp process must not exit (such as sshd-spawned
ppp sessions).
1999-06-02 00:46:55 +00:00
Brian Somers
e6923505ee
Increase the length of an individual device name to LINE_LEN.
...
Adjust the base physical device name correctly after a link
transfer (allowing correct multilink callbacks).
1999-06-01 19:08:59 +00:00
Brian Somers
ba16c8408d
Make async/sync/physical/hdlc dumps prettier by showing printable
...
characters at the end of the line in hexdump style.
1999-06-01 16:01:48 +00:00
Brian Somers
d7452b10bd
Mention that using MYADDR and HISADDR with ``set filter''
...
will result in the rules being updated any time MYADDR
or HISADDR change.
1999-06-01 08:46:53 +00:00
Brian Somers
1d1fc0171e
Remember if MYADDR or HISADDR is used in a filter add tweak all
...
filters any time either value changes.
1999-05-31 23:57:40 +00:00
Kris Kennaway
91d299f5d1
Xref mountd in text.
...
Submitted by: Philippe Charnier
1999-05-29 08:14:00 +00:00
Brian Somers
65cec6e754
Don't forget to free the mbufs that get processed by
...
mp_Assemble().
Leak spotted by: louqi
1999-05-28 08:03:24 +00:00
Guy Helmer
86cebc981d
Add missing -s option.
...
PR: docs/10378
1999-05-28 02:09:46 +00:00
Brian Somers
2b14671a9d
Handle unterminated quoted strings without dup'ing the last character
...
with an out-by-one-memcpy.
1999-05-27 16:51:47 +00:00