Hajimu UMEMOTO
23d84069ed
Don't install obsolete prefix(8). We now have `ifconfig eui64'.
2002-06-15 15:41:44 +00:00
Brian Somers
3627fe880c
A better prinflike fix...
2002-06-15 08:03:59 +00:00
Brian Somers
10be78d3ae
Remove whitespace at the end of lines.
2002-06-15 08:03:30 +00:00
Brian Somers
3db951841c
Fix a printflike format error
2002-06-15 01:36:36 +00:00
Brian Somers
61fe3f63bc
Remove a forgotten diagnostic
2002-06-15 01:35:03 +00:00
Hajimu UMEMOTO
0a5f3ef410
Changed the behavior when an interface-direct prefix being advertised
...
was removed from the kernel;
Advertise the prefix with zero lifetimes rather than to remove the prefix
from the prefix list to be advertised.
This will help renumber a receiving host by deprecating the address
derived from the old prefix.
Obtained from: KAME
MFC after: 2 weeks
2002-06-13 16:59:31 +00:00
Garance A Drosehn
5e55dc17fb
Bah humbug. Fix another typo on the same comment line. It also had
...
an option-space instead of a space...
MFC after: 10 days
2002-06-13 02:37:50 +00:00
Garance A Drosehn
a32355e418
Fix a typo in a comment from the previous commit. I had a bullet-character
...
instead of an asterisk.
Noticed by: keramida
MFC after: 10 days
2002-06-13 02:32:42 +00:00
Garance A Drosehn
e8e715fa62
Almost complete rewrite of the lpc commands 'abort', 'enable', 'disable',
...
'restart', 'start', 'stop' and 'up'. These are commands which mainly
just alter the access bits on the lock-file of a queue, and they all
now use a central routine to do that. This reduces the amount of code
that is run as the priv userid, and eliminates a number of cases where
error messages were written while that priv uid was in effect.
As far as users are concerned, there should be no noticable difference
in the new versions. In case there *is*, the previous implementations
are still there as 'xabort', 'xenable', etc, so they are available for
instant fallback. If no one reports a problem after a few weeks, then
a later update will remove those x-commands.
Reviewed by: freebsd-audit and freebsd-print@bostonradio.org
MFC after: 10 days
2002-06-13 01:55:48 +00:00
Brian Somers
635ad5f021
If a RAD_FILTER_ID is supplied by the RADIUS server, treat it as an
...
additional label from ppp.linkup & ppp.linkdown to load.
Suggested and mostly submitted by: andrew pavlov <and@kremenchug.net>
2002-06-12 23:45:15 +00:00
Brian Somers
aea6acb6da
Bump the version number to reflect the recent RADIUS commits
2002-06-12 23:00:12 +00:00
Brian Somers
a95b23a6b2
Don't forget to process the Ident field on the front of
...
RAD_MICROSOFT_MS_CHAP_ERROR and RAD_MICROSOFT_MS_CHAP2_SUCCESS
messages, and remove the hack in chap.c to ignore that ident field
on the client side.
This anomoly was hacked around during development, and I forgot to
go back and fix it properly.
Spotted by: Sergey Korolew <ds@rt.balakovo.ru>
2002-06-12 21:36:07 +00:00
Dag-Erling Smørgrav
937ce6a950
Reorder libraries to fix static linking (libssl depends on libcrypto, so
...
it must come before libcrypto in LDADD)
Reviewed by: bde
2002-06-12 12:45:24 +00:00
Warner Losh
48462fb1b7
de __P
...
ANSI functions
minor knf
2002-06-12 04:28:15 +00:00
Warner Losh
30322d95ac
KNF.
...
Use ANSI functions rather than old K&R style.
2002-06-12 04:18:35 +00:00
Warner Losh
1eb93d35cb
Kill __P.
2002-06-12 04:13:09 +00:00
Brian Somers
8fb5ef5ae2
Understand the following Microsoft Vendor Specific RADIUS attributes:
...
RAD_MICROSOFT_MS_MPPE_ENCRYPTION_POLICY
RAD_MICROSOFT_MS_MPPE_ENCRYPTION_TYPES
RAD_MICROSOFT_MS_MPPE_RECV_KEY
RAD_MICROSOFT_MS_MPPE_SEND_KEY
These attributes may be supplied by a RADIUS server when MSCHAPv2 is
used to authenticate.
It *should* now be possible to build ppp with -DNODES and still support
CHAP/MSCHAP/MSCHAPv2/MPPE via a RADIUS server, but the code isn't yet
smart enough to do that (building with -DNODES just looses these
facilities).
Sponsored by: Monzoon
2002-06-12 00:33:17 +00:00
Doug Barton
30d6b8e113
Go back to taking the user's umask into account. Thanks to Alfred for
...
hatching the idea of using dc, and Giorgos (keramida) for incubating it.
This also reverses most of the previous commit which took out or
modified the text about umask stuff.
2002-06-10 07:16:42 +00:00
David E. O'Brien
8777223029
Change our default XF86Config location from /etc/ to /etc/X11/,
...
following the lead of The XFree86 Project's default.
Approved by: Murray
2002-06-10 04:47:26 +00:00
Mike Barcroft
6a85a2d149
Don't depend on <pwd.h> to bogusly include <sys/types.h>.
2002-06-09 19:29:55 +00:00
John Baldwin
2a0eb0b58c
Fix a bug where request_part_size() was hard-coded to check the rootSize
...
variable rather than the one passed in as the first argument.
Sponsored by: The Weather Channel
2002-06-07 15:32:05 +00:00
Doug Barton
d50489bc95
* Use the new stat(1) to get mode information from the files we
...
are installing.
* Since this means that for now we can't accomodate non-standard
umask's, warn the user accordingly.
* Convert the "press enter to continue" prompt into a function.
2002-06-06 20:38:22 +00:00
Ruslan Ermilov
4093807dd9
libfetch now depends on libcrypto and libssl.
2002-06-06 13:45:46 +00:00
Ruslan Ermilov
860a2bf505
Added missing DPADD detected by ``make checkdpadd''.
2002-06-06 11:30:57 +00:00
Brian Somers
12b5aaba39
Cast pid_t to long for printf()ing
...
Obtained from: OpenBSD
2002-06-06 01:39:46 +00:00
Gordon Tetlow
3600cbb7c4
Fix spelling nit in error message.
2002-06-05 01:06:33 +00:00
Chris D. Faulhaber
90bd45f1c5
o Remove ftp.freebsd.org from the USA servers and add to the
...
Denmark servers.
o Add snapshots.jp.FreeBSD.org.
Approved by: brian
2002-06-05 00:53:50 +00:00
Murray Stokely
2a295fdf9d
Add information about setting up media to use the multi-volume support
...
in sysinstall.
Reviewed by: ru
2002-06-05 00:34:58 +00:00
David E. O'Brien
b47f7d2f16
Grammar nit.
...
Submitted by: keramida
2002-06-04 20:01:53 +00:00
Garance A Drosehn
5e127035e4
Change some "process id" variables from 'int' to 'pid_t', renaming some
...
of them to keep better track of which-is-which (multiple variables were
named 'pid'). Moved a global pid-variable into the only routine that
used it. Net result: fixes two compile-time warnings...
MFC after: 2 weeks
2002-06-04 03:40:24 +00:00
Garance A Drosehn
0dcfaee0af
Cosmetic improvements to some of the syslog() calls in here (in some cases
...
simply getting the indentation right when the statement wraps).
MFC after: 2 weeks
2002-06-04 02:48:12 +00:00
Garance A Drosehn
609614565f
Fix all the 'return' statements in here to follow style(9).
...
MFC after: 2 weeks
2002-06-04 01:28:15 +00:00
Garance A Drosehn
4a13c4d9ee
Avoid checking WIFEXITED and WTERMSIG in some error situations where the
...
value in wstatus is not related to the process that we care about.
MFC after: 2 weeks
2002-06-04 01:16:13 +00:00
John Baldwin
30c00e6c41
Backout revision 1.2 since it didn't work and replace it with a fix that
...
actually does work. Ignore errors from kldload(2) if the errno value is
EEXIST. It would help if this return value were documented in the
kldload(2) manual page.
2002-06-03 22:36:52 +00:00
Brian Somers
7b5e6f62fb
Add a missing ``a''.
2002-06-03 21:36:20 +00:00
Garance A Drosehn
0760287064
Stop using the depreciated 'union wait' definitions, moving to a more
...
standard handling of wait()-related routines.
Submitted by: mike
MFC after: 2 weeks
2002-06-03 20:47:01 +00:00
John Baldwin
e364f0da42
Fix handling of the 'noError' variable. According to the code comments,
...
one can set the 'noError' variable to ignore any errors that occur for the
next command. However, the code was only unsetting 'noError' when an error
actually occurred, so if you set 'noError', the next command completed ok,
and the command after that failed, the second command's failure would be
ignored. This fixes this by performing the 'noError' check earlier and
then unsetting 'noError' after every command that is run.
Sponsored by: The Weather Channel
2002-06-03 19:42:49 +00:00
John Baldwin
77218da374
Add a 'mediaClose' script command to close the open media. An example use
...
would be to unmount the CD you installed from and prompt the user to
eject it before rebooting the machine.
Sponsored by: The Weather Channel
2002-06-03 19:39:28 +00:00
Jens Schweikhardt
21dc7d4f57
Fix typo in the BSD copyright: s/withough/without/
...
Spotted and suggested by: des
MFC after: 3 weeks
2002-06-02 20:05:59 +00:00
Brian Somers
aadbb4eab1
Don't send a RAD_NAS_IP_ADDRESS attribute as RAD_NAS_IDENTIFIER is
...
sufficient.
In fact, using both breaks the radiator RADIUS daemon when used with
a db as it maps both attributes to the same field value and then
fails the insert.
I decided to remove RAD_NAS_IP_ADDRESS on the basis that rfc2138 says:
An Access-Request MUST contain a User-Name attribute. It SHOULD
contain either a NAS-IP-Address attribute or NAS-Identifier
attribute (or both, although that is not recommended). It MUST
despite the fact that this not recommended bit was removed from the
updated rfc.
2002-06-02 14:27:02 +00:00
Jens Schweikhardt
148aadf8bc
Fix spelling errors: minumum, overriden, inheritted
...
MFC after: 3 weeks
2002-06-02 10:41:43 +00:00
Tim J. Robbins
dcafd7c96a
Don't exit immediately if an error occurs, continue but exit non-zero.
2002-06-02 09:32:39 +00:00
Hajimu UMEMOTO
c7aec5cc57
Skip duplicated prefixes in get_prefix().
...
Obtained from: KAME
2002-06-01 19:16:13 +00:00
Hajimu UMEMOTO
99a92b2c8a
KNF
...
Obtained from: KAME
2002-06-01 17:28:12 +00:00
Hajimu UMEMOTO
bc89a11710
sprintf -> snprintf
...
Obtained from: KAME
2002-06-01 16:50:21 +00:00
Makoto Matsushita
29233a2d8a
Brush up descriptions of sendmail menu last added.
...
Submitted by: gshapiro
2002-06-01 15:47:49 +00:00
Makoto Matsushita
b1e41adda4
Add 'Sendmail' menu to set sendmail_enable variable.
...
Reviewed by: bmah (description only)
2002-06-01 14:50:14 +00:00
John Baldwin
fa82904a90
Don't load a module from /stand/modules in the MFS root if it is already in
...
the kernel.
2002-05-31 20:06:24 +00:00
Ruslan Ermilov
2d80eecc97
We don't build libc_r on sparc64 for the moment.
2002-05-31 19:59:12 +00:00
Pierre Beyssac
81f5d1fac0
Fix integer overflow causing disk/partition size display wrapping
...
above 4GB.
2002-05-31 17:03:01 +00:00
Bruce A. Mah
ca8f81dd24
pkg_version was incorrectly claiming that 1.5 == 1.5.0.1, because
...
we weren't properly checking for the case that the two version strings
being compared had different numbers of components. This has been
fixed.
Pointed out by: sobomax
Reviewed by: silence on -ports
2002-05-31 15:45:48 +00:00
John Baldwin
4f3624a441
- Document the new `diskInteractive' variable.
...
- Document the tcpMenuSelect command.
Sponsored by: The Weather Channel
2002-05-31 14:32:03 +00:00
John Baldwin
dc1024256c
If 'netInteractive' is set to true in an installation script, then
...
temporarily turn off the nonInteractive variable around the DHCP and IPv6
Yes/No questions in a network device setup so that those questions are
asked.
2002-05-31 13:39:55 +00:00
John Baldwin
df349781bf
Add a 'diskInteractive' variable that can be set to interactively partition
...
and label a disk from a sysinstall script.
2002-05-31 13:38:17 +00:00
Chris D. Faulhaber
5f6da00d2e
Remove DESTDIR which is already included in DOCDIR.
...
Submitted by: jhay
2002-05-31 10:37:22 +00:00
Giorgos Keramidas
f1c746bb3f
Typo fix: syste -> system
2002-05-31 01:46:26 +00:00
Garrett Wollman
c706ddb0fc
Fix syntax error (label with no statement).
2002-05-30 21:49:15 +00:00
Garrett Wollman
f70bb54433
Fix conflict with <paths.h> by renaming _PATH_LOGIN to _PATH_SLIP_LOGIN,
...
and likewise LOGOUT for consistency. Fix a few nearby style bugs.
2002-05-30 21:26:49 +00:00
Garrett Wollman
0bc013b1a6
Fix preprocessor directive syntax (text after #else).
...
This program is not likely to compile if DEBUG is ever defined.
2002-05-30 21:21:23 +00:00
Ruslan Ermilov
4e71fd98ee
mdoc(7) police: Make this look like an average manpage.
2002-05-30 14:26:02 +00:00
Ruslan Ermilov
24caa840be
mdoc(7) police: markup nits.
2002-05-30 08:24:52 +00:00
Ruslan Ermilov
893ca9faea
mdoc(7) police: make SYNOPSIS really match usage().
2002-05-30 08:20:35 +00:00
Ruslan Ermilov
7a9946fe4f
mdoc(7) police: markup nits.
2002-05-30 08:10:32 +00:00
Ruslan Ermilov
04a5445099
mdoc(7) police: don't use .Pq with plain text, this breaks hyphenation.
2002-05-30 07:53:53 +00:00
Ruslan Ermilov
3d8d000653
mdoc(7) police: markup nit.
2002-05-30 07:51:22 +00:00
Ruslan Ermilov
a37bec1d74
mdoc(7) police: removed an extra .Op call.
2002-05-30 07:48:01 +00:00
Ruslan Ermilov
b3ecef214c
mdoc(7) police: tidy up the markup.
2002-05-30 07:34:10 +00:00
Chris D. Faulhaber
37f42622ba
Use the predefined DOCDIR instead of hard-coding /usr/share/doc/bind,
...
add support for DESTDIR.
2002-05-29 21:49:37 +00:00
Ruslan Ermilov
10cb9bd3d8
mdoc(7) police: nits.
2002-05-29 16:47:55 +00:00
Peter Wemm
0367ff7599
Put on peril sensitive sunglasses and turn C++ stuff back on.
2002-05-29 00:48:14 +00:00
Alfred Perlstein
38fe48f520
Comment out comments trailing #endif directives
2002-05-28 21:52:10 +00:00
Garance A Drosehn
afad6c6529
Have this use 'static const char rcsid' instead of __RCSID()
...
Discussed with: bde, obrien
MFC after: 10 days
2002-05-28 20:37:00 +00:00
Alfred Perlstein
16d8455dcc
Assume __STDC__, remove non-__STDC__ code.
2002-05-28 19:23:47 +00:00
Maxim Sobolev
027d0ad454
MFS: two more testcases highlighting recently discovered problem with version
...
comparison routine.
2002-05-28 18:00:44 +00:00
Ian Dowse
90432ad793
Remove references to the update/noupdate flag from the description
...
and examples of the "-s" option, since these two features operate
completely independently of each other.
Reviewed by: obrien
2002-05-28 17:53:52 +00:00
Doug Barton
aaa8b7ff8c
Actually accept the default argument to SCREEN_WIDTH.
...
Submitted by: brian
2002-05-28 07:25:44 +00:00
Dag-Erling Smørgrav
5f9ab4b001
If unable to retrive maxfiles / openfiles, fail rather than print garbage.
...
Gratuitously rename a couple of variables.
Remove unused macros.
Add NAI copyright.
Sponsored by: DARPA, NAI Labs
2002-05-28 06:52:21 +00:00
Dag-Erling Smørgrav
182a90e4ec
Remove the code that was disabled in a recent commit; it is of very limited
...
use and has been broken in -CURRENT for a long time.
Clean up unneeded entries in the nlist array.
Implement kvm-backed ttymode (which we never had before). Incomplete as we
do not (yet?) print the correct device, sid or pgid.
Sponsored by: DARPA, NAI Labs
2002-05-28 06:37:27 +00:00
Dag-Erling Smørgrav
bf94613dfc
Oops, don't print /dev/ twice.
2002-05-28 05:45:56 +00:00
Dag-Erling Smørgrav
333eaaeda9
struct tty -> struct xtty. Reenable some previously disable code, but
...
temporarily disable some rarely-used code that needs more work.
Sponsored by: DARPA, NAI Labs
2002-05-28 05:42:32 +00:00
Brian Somers
42df3c252e
Coerce pid_t to long rather than int for better portability.
...
Suggested by: Theo de Raadt <deraadt@openbsd.org>
2002-05-27 23:19:53 +00:00
Murray Stokely
7a78ea3582
The ports collection now contains over 7000 applications and consumes
...
about 165MB of space when first installed.
Submitted by: rpratt
2002-05-27 19:31:02 +00:00
David Malone
cc2a301d78
As far as I can tell, the maximum packet size for 802.11b is 2346,
...
which means that the valid range for the RTS threshold is 0-2347.
The default is definitely 2347.
2002-05-27 13:39:01 +00:00
David Malone
64c88e4219
Remove a stray "t" in the usage message.
...
PR: 38605
Submitted by: KOIE Hidetaka <hide@koie.org>
MFC after: 1 week
2002-05-27 13:33:46 +00:00
John W. De Boskey
24aaa74c83
Log invalid config entries. Make the -d option actually log to
...
the terminal(-d fix from dwmalone).
Approved by: dwmalone
MFC after: 2 weeks
2002-05-26 04:43:26 +00:00
Ruslan Ermilov
1c3fc710e2
Make it work for a different endianness binary.
...
(This version is still limited to ELF64.)
Reviewed by: jake
2002-05-25 13:43:16 +00:00
Ruslan Ermilov
a2acc41379
Get all the fruit from makefile.
2002-05-25 13:39:20 +00:00
Ruslan Ermilov
02c0301fa7
Move elf2aout to usr.sbin/.
...
Approved by: jake
2002-05-25 13:29:47 +00:00
David E. O'Brien
12b51ad055
The man page is VERY WRONG about using "-o noupdate" with -s.
...
So fix it, and add an example using -s.
2002-05-25 01:46:44 +00:00
Ruslan Ermilov
ccde2810d9
Removed dead code.
2002-05-24 06:30:07 +00:00
Ruslan Ermilov
d8d9770881
Handle endianness. This completes cross-support for sparc64.
2002-05-24 06:24:40 +00:00
Dag-Erling Smørgrav
4418dbbd1a
Un-kmemize. Portions of the tty mode code have been temporarily disabled;
...
everything else, including dead kernel support, works just like before.
Sponsored by: DARPA, NAI Labs
2002-05-23 15:09:49 +00:00
Dag-Erling Smørgrav
d88b2458a5
Nits in previous commits.
...
Sponsored by: DARPA, NAI Labs
2002-05-23 14:58:07 +00:00
Dag-Erling Smørgrav
0cbfd1a525
Cull large amounts of dead code (deprecated since 1997)
...
Sponsored by: DARPA, NAI Labs
2002-05-23 14:53:04 +00:00
Dag-Erling Smørgrav
c9624363a8
ANSIfy.
...
Sponsored by: DARPA, NAI Labs
2002-05-23 14:48:25 +00:00
Dag-Erling Smørgrav
1dcc9c32aa
Staticize.
...
Sponsored by: DARPA, NAI Labs
2002-05-23 14:44:23 +00:00
Dag-Erling Smørgrav
d4a0c7a6b5
Whitespace cleanup.
...
Sponsored by: DARPA, NAI Labs
2002-05-23 14:42:17 +00:00
Dag-Erling Smørgrav
09941f75bd
Unbreak tty mode (cons was renamed to constty a while ago)
...
Sponsored by: DARPA, NAI Labs
2002-05-23 14:41:52 +00:00
Ollivier Robert
bb817201ed
load_env(), the function that attempts to parse a crontab
...
line as an environment variable assignment, is broken
and not conformant to its description in the manual page.
I think it is worthwhile to have that fix in 4.6.
PR: bin/38374
Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org>
MFC after: 2 days
2002-05-23 13:16:30 +00:00
Ruslan Ermilov
576c87ab62
This manpage is for Alpha only.
2002-05-23 07:38:51 +00:00
Brian Somers
d4ff125fc1
Increase the maximum FSM option length to 50
2002-05-22 21:17:13 +00:00
Brian Somers
b08bf2de64
Add some missing #includes that weren't required due to namespace polution
...
in our headers.
Submitted by: bde
2002-05-22 21:08:58 +00:00
Maxim Sobolev
6950a26a50
Eliminate free'ing already freed chunks.
...
MFC after: 1 week
2002-05-22 10:33:25 +00:00
Ruslan Ermilov
66c795d4f4
Added support for ia64 and sparc64.
2002-05-21 15:36:29 +00:00
Brian Somers
3eaa768da0
Mention our support of the authentication side of rfc2548
2002-05-21 10:54:07 +00:00
Ollivier Robert
9a1cd8e5a2
Add two FTP mirrors in France:
...
- ftp7 in Paris (ftp.club-internet.fr)
- ftp8 in Stransbourg (ftp.u-strasbg.fr)
MFC after: 1 day
2002-05-20 17:08:00 +00:00
Ruslan Ermilov
b501b9b5c1
Bootstrap elf2aout(1) for sparc64; used to build sys/boot/sparc64/boot1.
2002-05-20 14:42:48 +00:00
Maxim Sobolev
62553a3cbf
MFS: silence compiler warnings.
2002-05-20 09:55:41 +00:00
Ruslan Ermilov
fa7e3ca68a
Kill the stray #include line.
2002-05-20 08:05:58 +00:00
Ruslan Ermilov
8aa98dece2
s/u_int/u_int32_t/
2002-05-20 07:56:40 +00:00
Dima Dorfman
a0cfa93972
Fix IP address typo.
...
PR: 38313
Submitted by: Jeff Ito <jeffi@rcn.com>
2002-05-20 07:29:25 +00:00
Akinori MUSHA
8f810e50da
Work around a code generation bug of GCC 3.1 by replacing
...
`/2' with `>>1'. In the context `>>1' is more appropriate
because it looks like the division is used to restore a
shifted value.
GCC GNATS PR: c/6677
This fixes a problem where wheel-up movement is taken as wheel-down
in the sysmouse protocol.
Do not assume the plain char's are signed; use `signed char' where
char's need to be signed.
Discussed on: audit
Pointed out by: bde
2002-05-19 06:53:20 +00:00
Brian Somers
d5caaf02c1
Document RAD_MICROSOFT_MS_CHAP2_SUCCESS.
2002-05-18 23:58:15 +00:00
Jake Burkholder
fa5fb2ec22
Get byte swapping primitives from sys/endian.h now that they are exported
...
to userland. This makes elf2aout work as a cross tool.
2002-05-17 15:46:08 +00:00
Brian Somers
27a0cd1ccf
MFS: Extend a buffer size so that packages with particularily deep dependency
...
lists install properly.
2002-05-17 09:46:46 +00:00
Juli Mallett
2244ec0163
Stop this program's abuse of malloc(3). Its return value doesn't need these
...
ugly explicit casts, and its argument doesn't need explicitly cast to u_int,
especially if sizeof() is being used.
2002-05-17 05:27:52 +00:00
Brian Somers
5bc74cd68f
Put back <string.h>
2002-05-17 00:44:54 +00:00
Andrew R. Reiter
1effc132ba
- Convert a bunch of macros to the actual function they're calling. These
...
include:
UM_ALLOC -> calloc, malloc
UM_FREE -> free
UM_COPY -> bcopy
UM_ZERO -> bzero
This is the first step towards removing these macros.
2002-05-16 23:57:37 +00:00
Andrew R. Reiter
d58f1bc48b
- Convert a bunch of macros to the actual function they're calling. These
...
include:
UM_ALLOC -> calloc, malloc
UM_FREE -> free
UM_COPY -> bcopy
UM_ZERO -> bzero
This is the first step towards removing these macros.
2002-05-16 23:28:40 +00:00
Eric Melville
595d77f913
Remove cross reference to pkg_update(1).
...
Submitted by: dd
2002-05-16 22:46:53 +00:00
Mark Murray
d99142426b
Replace the perl script version of this with a sh(1) script.
...
Submitted by: Riccardo "VIC" Torrini <riccardo@torrini.org>
2002-05-16 18:51:57 +00:00
Hajimu UMEMOTO
9b1222a712
Don't install scriptdump which is written in Perl. This is
...
corresponding to removal of Perl from base system.
2002-05-16 15:44:08 +00:00
Brian Somers
52c555907f
Add some OpenBSD includes
2002-05-16 14:47:19 +00:00
Brian Somers
6573c25286
Fix a mis-placed #else/#endif
2002-05-16 14:28:32 +00:00
Brian Somers
a16061b236
Handle MS-CHAPv2 authentication correctly via the RADIUS server (if it's
...
configured).
Handle internal failures in radius_Authenticate() correctly.
Bump the ppp version number.
This doesn't yet work with MPPE. More will follow.
Sponsored by: Mozoon
2002-05-16 13:34:20 +00:00
Tom Rhodes
3468b317cb
more file system > filesystem
2002-05-16 04:10:46 +00:00
Tom Rhodes
67c8020f12
Consistancy check: s/file system/filesystem/g
2002-05-16 02:28:39 +00:00
Tom Rhodes
89408e839c
pciconf(8) has an incorrect synopsis which argues the output from the
...
actual program.
2002-05-15 17:47:58 +00:00
Dag-Erling Smørgrav
cb20e5a97a
Explicitly cast NCONTINENTS to int to silence an overflow warning.
2002-05-15 09:39:31 +00:00
Dag-Erling Smørgrav
80e9dc4f08
Remove bogus cast.
2002-05-15 09:36:46 +00:00
Dag-Erling Smørgrav
0c89fa0c34
Unbreak Alpha build.
2002-05-15 09:20:06 +00:00
Dag-Erling Smørgrav
9f60cc9e43
Unbreak Alpha build.
2002-05-15 08:01:31 +00:00
Ian Dowse
91ca1a918f
Use fgetln to remove the static limit on the length of lines in
...
/etc/exports. Oversized lines were unlikely due to the large 10k
limit, but any found would cause mountd to exit with an error. Also
fix one or two compiler warnings.
2002-05-14 23:24:28 +00:00
Maxim Sobolev
dd3a3dfc3b
- Make use of DEPOROGINs (if there are any) when installing package;
...
- fix few bogosities here and there;
- move some common routines into the library.
MFC after: 2 weeks
2002-05-14 21:42:37 +00:00
Daniel Harris
35213a76a9
Trivial language fixes.
...
PR: 38015
Submitted by: Chris Pepper <pepper@mail.rockefeller.edu>
2002-05-14 21:09:05 +00:00
Brian Somers
6f4cd65600
Fix an include for NetBSD
2002-05-14 17:50:25 +00:00
Brian Somers
d76a00091c
Avoid a rather bizarre warning from gcc 3.1:
...
/usr/src/usr.sbin/ppp/cbcp.c:566:61: warning: trigraph ??! ignored
2002-05-14 13:32:30 +00:00
Brian Somers
de59e178aa
o Clean up some #includes
...
o Bump version number to 3.0.4
o When talking to a RADIUS server, provide a NAS-Port-Type.
When the NAS-Port-Type is Ethernet, provide a NAS-Port value equal
to the SESSIONID from the environment in direct mode or the
NGM_PPPOE_SESSIONID message in other modes. If no SESSIONID is found,
default to the interface index in client mode or zero in server mode.
When the NAS-Port-Type is ISDN, set the NAS-Port to the minor number
of the physical device (ie, the N in /dev/i4brbchN).
This makes it easier for the RADIUS server to identify the client
WRT accounting data etc.
Prompted by: lsz8425 <lsz8425@mail.cd.hn.cn>
2002-05-14 12:55:39 +00:00
Brian Somers
cb36028eff
Mention the ``end of output'' for each periodic script.
...
Submitted by: David Wolfskill <david@catwhisker.org>
PR: 37036
MFC after: 1 week
2002-05-14 01:15:35 +00:00
Brian Somers
a43e859d63
Calculate the number of open links properly when deciding on whether to
...
just send PROTO_IP packets when we've got only one link up in multi-link
mode.
Problem noted by: Adrian Close <adrian@fernhilltec.com.au>
MFC after: 1 week
2002-05-14 00:59:28 +00:00
Brian Somers
e0ae8e1950
Fix a syntax error
2002-05-13 20:25:47 +00:00
Ruslan Ermilov
423e9124d9
Mark all internal libraries with INTERNALLIB.
2002-05-13 11:24:03 +00:00
Ruslan Ermilov
46f8fdc34e
Removed now unused INTERNALSTATICLIB.
...
INTERNALLIB now implies NOPIC and NOPROFILE.
Removed gratuitous NOMAN.
2002-05-13 11:09:07 +00:00
Giorgos Keramidas
e4e67dfec7
o Uncapitalize .Nd macro arguments and remove punctuation
...
o Minor grammar fixes.
o Sort SEE ALSO references, and add iostat(8).
o Delete punctuation at end of AUTHORS' section only line
Reviewed by: rwatson, Hiten Pandya <hiten@uk.FreeBSD.org>
2002-05-13 08:40:07 +00:00
Giorgos Keramidas
1a6b42c84b
Remove EOL space.
...
This is a whitespace only change.
Reviewed by: rwatson, Hiten Pandya <hiten@uk.FreeBSD.org>
2002-05-13 08:37:46 +00:00
Poul-Henning Kamp
386f1d1bf2
Sigh... Yet a BBSIZE breakage.
2002-05-12 21:43:02 +00:00
Robert Watson
11e4779e45
Add a man page for the devinfo command; I'd argue devinfo is the single
...
most useful new command added to FreeBSD 5.0, but maybe that's just
me :-).
Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
2002-05-12 14:23:15 +00:00
Dima Dorfman
361817b059
demon -> daemon
...
Submitted by: zhuravlev alexander <zaa@box.ulstu.ru>
2002-05-11 23:20:53 +00:00
Brian Somers
413205628d
We don't need to include arpa/inet.h here. In fact, only FreeBSD needs
...
netinet/in.h.
2002-05-11 17:04:01 +00:00
Eric Melville
003f849311
Remove cross reference to pkg_update(1).
2002-05-11 16:27:19 +00:00