Brian Somers
662a42f752
When we miss one or more packets in stateful mode *and* need to
...
perform a key change, *and* our sequence numbers have wrapped,
ensure that the number of key changes is calculated correctly.
The previous code counted down from a negative number to zero,
re-encrypting the current key on each iteration - this took some
time and strangely enough got the answer wrong !!!
Fix a(nother) spelling mistake while I'm there.
2001-07-07 03:06:20 +00:00
Brian Somers
80a18377e9
Spell stateful properly
...
Inconsistently done by: brian
Spotted by: ru
2001-07-06 23:45:32 +00:00
Ruslan Ermilov
5521ff5a4d
mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).
2001-07-06 16:46:48 +00:00
Ruslan Ermilov
55bf96ce66
mdoc(7) police: added missing .Ek call.
2001-07-06 15:19:34 +00:00
Matt Jacob
01a0ec6ced
make it compile on alpha again
2001-07-05 16:53:49 +00:00
Ruslan Ermilov
ce9c7e7f4b
Don't override the default BINMODE.
...
Submitted by: bde
2001-07-05 15:25:05 +00:00
Ruslan Ermilov
8fa6936ded
mdoc(7) police: removed hard sentence breaks, sorted xrefs.
2001-07-05 11:01:12 +00:00
Kris Kennaway
a015c9348c
Mark relevant functions __printflike()/__printf0like() and silence some of
...
the non-constant format string warnings.
MFC after: 1 week
2001-07-05 09:51:09 +00:00
Ruslan Ermilov
58059593e5
mdoc(7) police: cosmetics.
2001-07-05 09:44:08 +00:00
Kris Kennaway
e871d77305
It seems to be no longer true that -O2 is required to compile this.
...
MFC after: 1 week
2001-07-05 09:37:51 +00:00
Ruslan Ermilov
1fd59f79aa
mdoc(7) police:
...
Use -tag list in the FILES section to work around the bug
when .Pa font is not restored to its original value if one
of the -hang, -ohang, or -inset lists is used in the FILES
section. (The fix for the bug has just been submitted to
the GNU Groff maintainers.)
Also, fixed the Handbook reference in the SEE ALSO.
2001-07-05 09:35:20 +00:00
Kris Kennaway
a595684e1d
Mark some functions as __printflike()
...
MFC after: 1 week
2001-07-05 09:28:13 +00:00
Ruslan Ermilov
11bccf341e
mdoc(7) police: removed hard sentence breaks, use new .Brq macro.
2001-07-05 08:22:01 +00:00
Kris Kennaway
2c0643afde
Mark some functions as __printflike()
...
MFC After: 1 week
2001-07-05 08:17:06 +00:00
Ruslan Ermilov
e287e9b188
mdoc(7) police: sort xrefs.
2001-07-05 08:13:03 +00:00
Kris Kennaway
cab0fb4e48
Fix a harmless format string bogon and mark a function as __printflike().
...
There is still one instance of non-constant format string use inside that
function, but it's hard to fix.
MFC after: 1 week
2001-07-05 08:01:15 +00:00
Kris Kennaway
4567c8651d
Mark a static function as __printflike()
...
MFC After: 1 week
2001-07-05 07:52:56 +00:00
Ruslan Ermilov
5cdd6aaac6
mdoc(7) police: fixed markup, sorted xrefs.
2001-07-05 07:37:33 +00:00
Ruslan Ermilov
9ab3ab2770
mdoc(7) police: fixed formatting bug in rev. 1.10.
2001-07-05 07:23:24 +00:00
Ruslan Ermilov
dbc58dea9d
mdoc(7) police: use plain text parentheses with plain text blocks.
2001-07-05 07:21:28 +00:00
Ruslan Ermilov
ed05aaca66
mdoc(7) police: fixed markup in rev. 1.3.
2001-07-05 07:04:33 +00:00
Dima Dorfman
a0bdb67e40
Make the '-tn' flag combination print the major/minor numbers of the
...
line as documented intead of a full column of 0's.
2001-07-04 22:53:19 +00:00
Warner Losh
b0fa8b5b3b
Bring FILES section up to date.
...
submitted by: Mark Peek <mark-ml@whistle.com>
2001-07-04 18:48:50 +00:00
Ben Smithurst
c7428c3c1e
* Read 64k at a time with variable length pauses between instead of
...
reading variable sized blocks of data every second. This should be
more efficient.
Suggested & tested by: se
* Add a syntax for excluding CD-ROM drives etc.
Suggested by: des, se, many others...
Manual page updates coming soon.
2001-07-04 17:43:43 +00:00
Ruslan Ermilov
a03e46ec97
mdoc(7) police: cosmetics.
2001-07-04 13:57:34 +00:00
Brian Somers
dd1a52b9e4
Make the last fix work properly on descriptors 1 and 2 (not just 0)
2001-07-04 09:32:34 +00:00
Ruslan Ermilov
d79bee64d0
Install it with mode 550, and with default group ${BINGRP}.
2001-07-04 07:20:11 +00:00
Ruslan Ermilov
1a484a795d
- Document that this program is available to root only.
...
- Document alternate way to fetch multicast info.
- Add RFC2080 reference.
Obtained from: OpenBSD (with mods)
2001-07-04 07:17:24 +00:00
Brian Somers
108e336ab5
Handle any of descriptors 0, 1 or 2 being closed when we're
...
envoked -- don't use them (as return values from open()), then
(say) close(STDIN_FILENO) when daemonising.
This is done by grabbing 3 descriptors to /dev/null at startup and
releasing them after we've daemonised.
MFC after: 1 week
2001-07-04 03:34:20 +00:00
Brian Somers
6301d506fb
Reduce the interface MTU by 2 when MPPE has been successfully negotiated.
...
This is necessary because MPPE will combine the protocol id with the
payload received on the tun interface, encrypt it, then prepend its
own protocol id, effectively increasing the payload by two bytes.
2001-07-03 22:20:19 +00:00
Brian Somers
4bb6aac05e
Don't accept chap80lm by default - it doesn't work.
...
MFC after: 1 week
2001-07-03 22:20:11 +00:00
Brian Somers
f2e587a36c
Silence some gcc warnings
2001-07-03 22:20:06 +00:00
Joerg Wunsch
4f0b1b7805
Make fdformat WARN=2 ready.
2001-07-03 21:43:41 +00:00
Matt Jacob
9c7ef644aa
Use correct type of argument to fgetln.
...
MFC after: 1 week
2001-07-03 21:40:34 +00:00
Dima Dorfman
b63a058632
mdoc(7) police: fix spacing and punctuation issues.
2001-07-03 21:22:09 +00:00
Hajimu UMEMOTO
4b68082379
drop setgid bit. ifmcstat(8) is not audited, and is needed only for root.
...
Obtained from: KAME
MFC after: 1 week
2001-07-03 18:15:07 +00:00
Ruslan Ermilov
ac731e6941
Fixed the world breakage in rev. 1.8 (space after -I).
...
While here, removed the GCCism (replaced with WARNS?=1).
2001-07-03 09:48:28 +00:00
Brian Somers
7aab014be6
Do away with the ``err'' variable.
...
Inspired by: kris
2001-07-03 01:02:26 +00:00
Dima Dorfman
6060f58628
Document continuation line support.
...
PR: 8479
Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
2001-07-02 23:59:06 +00:00
Dima Dorfman
376f839026
Correct handling of continuation lines. Instead of treating the
...
backslash as nothing, treat it like a space so that adjacent lines
aren't glued together.
PR: 8479
Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
2001-07-02 23:56:01 +00:00
Joerg Wunsch
e42ad56f1a
Use the printstatus() function from ${.CURDIR}/../fdread/fdutil.c to
...
give a bit more information about up to 10 errors encountered during
formatting (unless -q has been specified, of course).
While being here, removed a bitrotten comment in the Makefile, and
kill the old Emacs local variable stuff at the end of fdformat.c
that's no longer useful anway.
2001-07-02 21:24:03 +00:00
Joerg Wunsch
65217f13ff
Break out the function to print the FDC error information into
...
fdutil.c so it can be used elsewhere.
2001-07-02 21:21:58 +00:00
Hajimu UMEMOTO
96fbd5a8e7
correct arg to getopt (-P takes arg).
...
Submitted by: mikeh
MFC after: 1 week
2001-07-02 17:50:50 +00:00
Crist J. Clark
6ca048f825
Lose any stray host bits that a user may have entered when providing
...
a network number and netmask to the '-a' option.
Approved by: ru
MFC after: 1 week
2001-07-02 15:26:47 +00:00
Kris Kennaway
0c50e5287e
Silence some of the -Wnon-const-format warnings and add __printflike()
...
to a function prototype which needs it.
Approved by: brian
MFC After: 2 weeks
2001-07-02 12:27:49 +00:00
Nik Clayton
168b0b9d70
"changing" -> "charging"
...
PR: docs/15004
Submitted by: Kazuo Horikawa <horikawa@jp.FreeBSD.org>
2001-07-02 09:33:50 +00:00
Warner Losh
a3d1987d23
Bump config version in config.
2001-07-02 05:38:26 +00:00
Dima Dorfman
91308c55b5
Bring back part of rev. 1.296 I accidently reverted in the previous
...
commit.
2001-07-02 00:24:23 +00:00
Dima Dorfman
13704ca508
Introduce DEVICE_INIT, DEVICE_GET, and DEVICE_SHUTDOWN macros. As the
...
names suggest, they perform methods on Device's. In addition, they
check that the pointer passed to them is valid; if it isn't, they
pretend that the action failed. This fixes some crashes due to NULL
dereferences (e.g., PR 26509).
Approved by: jkh (some time ago)
2001-07-02 00:18:04 +00:00
Warner Losh
971470c36c
Move kernel compile directory from sys/compile/FOO to
...
sys/compile/${MACHINE}/FOO.
Reviewed by: obrien, peter and the USENIX terminal room secret kernel cabal
2001-06-30 06:28:12 +00:00