alfred
ec5f2018ae
WARNS=2, de-__P()
2002-07-11 22:50:36 +00:00
alfred
f77a6250b3
WARNS=4, de-__P()
2002-07-11 22:29:11 +00:00
alfred
d828b6f6ee
Fix indentation broken in previous __P removal.
...
Grumbled about by: bde
2002-07-11 22:18:26 +00:00
alfred
088603aa7d
WARNS=4, de-__P()
2002-07-11 22:11:20 +00:00
alfred
fc30cb8474
WARNS=4, de-__P()
2002-07-11 21:40:15 +00:00
alfred
ba97087db2
de-__P()
2002-07-11 21:28:16 +00:00
alfred
b790e6b937
WARNS=4, de-__P()
2002-07-11 21:26:41 +00:00
alfred
cef3a16df0
WARNS=4
2002-07-11 21:18:55 +00:00
alfred
9350b2dc7e
WARNS=4 cleanup, de-__P()
2002-07-11 21:16:52 +00:00
alfred
a241579492
de-__P()
2002-07-11 21:13:37 +00:00
alfred
39c57be6b9
WARNS?=4 cleanup.
2002-07-11 21:12:18 +00:00
alfred
d9e0ad98f3
de-__P()
2002-07-11 20:53:56 +00:00
robert
b9f87c2ae0
Use the length modifier 'l' when supplying an argument of
...
type long to printf(3).
2002-07-11 20:10:07 +00:00
robert
c0716890f8
- Remove unnecessary inclusion of <utmp.h>.
...
- Cast a value to time_t before comparing it to another
time_t to fix a warning.
2002-07-11 20:01:36 +00:00
alfred
db007fe41c
de-__P()
2002-07-11 19:07:35 +00:00
alfred
d553d8cff7
mark unused variable.
2002-07-11 18:45:59 +00:00
alfred
0faf69ab9f
conditionally set WARNS via ?=.
2002-07-11 18:45:14 +00:00
alfred
5071cb67d9
fixup for WARNS=4.
2002-07-11 18:42:53 +00:00
alfred
c40ae61c8c
de-__P()
2002-07-11 18:31:16 +00:00
bde
26d377573f
Set NO_WERROR to ignore the following warning which is emitted on
...
alphas:
.../elf2aout.c:130: warning: cast increases required alignment of
target type
The warning is about casting ((char *)e + phoff) to a struct pointer,
where e is aligned but phoff might be garbage, so I think the warning
should be emitted on most machines (even on i386's, alignment checking
might be on) and the correct fix would involve validation phoff before
using it.
2002-07-11 18:06:09 +00:00
alfred
8a8f54cf28
make mostly WARNS=4 clean.
...
constify, mark unsued args, fixup prototypes.
2002-07-11 17:55:14 +00:00
alfred
8677b99410
Log the IP of the machine if an invalid host is passed over the wire.
...
PR: bin/29406
2002-07-11 17:44:59 +00:00
alfred
2346687c8a
Fix return values in the sm_notify_1 service routine to return an answer
...
most of the time (unless fork fails). This should fix the problem where
FreeBSD won't respond to a remote host and therefor the remote hosts
tries indefinitely to contact the FreeBSD hosts thereby irritating the
system administrator.
PR: misc/27810
2002-07-11 17:39:50 +00:00
alfred
8f999c3422
Fix syslog format errors introduced in 1.6.
2002-07-11 17:36:09 +00:00
alfred
39199c8724
add includes for inet_ntoa prototype.
2002-07-11 17:33:47 +00:00
alfred
b611173b57
include string.h for strcmp(3) prototype.
2002-07-11 17:32:16 +00:00
alfred
a9f506168f
include stdlib.h for exit(3) prototype.
2002-07-11 17:31:15 +00:00
alfred
9bbf00859f
Do not allow unsafe characters in monitored hostnames.
...
This is modified version of the fix posted in the PR, I've taken Wollman's
advice and used strvis(3) to properly show invalid hostnames.
PR: bin/39815
2002-07-11 17:11:42 +00:00
alfred
d96c3f211e
Add -h option to rpcbind, used to specify what address to bind to for
...
UDP requests.
Submitted by: mbr
2002-07-11 16:19:43 +00:00
dd
84e2792bd8
Remove some missing words.
...
Submitted by: roam
2002-07-10 03:39:52 +00:00
dd
d7b7ec4cf0
Deuglify the usage message by making it look more like the synopsis in
...
the manual page.
2002-07-10 03:37:42 +00:00
dd
3e96616fd4
Add an -S option that allows the user to disable vty switching. It is
...
implemented using a new VT_LOCKSWITCH ioctl. Although it is possible
to implement something like this by VT_SETMODEing to VT_PROCESS and
never releasing the vty, that method has a number of downsides, the
biggest of which is that some program has to stay resident for the
lock to be in effect.
Reviewed by: roam, sheldonh
2002-07-10 03:31:25 +00:00
jmallett
2912bfd6c3
Use libcrypto.so.2 instead of .1, since we have it now. It should enable
...
DES for keyserv again.
Submitted by: mbr
Kill a stray __P while I'm here.
2002-07-09 20:08:19 +00:00
iwasaki
57bb0b6ca4
Resolve conflicts arising from the ACPI CA 20020611 import.
2002-07-09 17:54:02 +00:00
bde
f6b851446c
Fixed some world breakage caused by not updating clients when <timeconv.h>
...
was split off from <time.h>. This became fatal here when -Werror was
reenabled.
2002-07-08 20:13:07 +00:00
gordon
61a367a107
Hook nfsd and mountd back into the build in /usr/sbin, where they make more
...
sense. Since portmap/rpcbind is in /usr/sbin it doesn't make any sense for
nfsd and mountd to be in /sbin.
For the record, NetBSD has them in /usr/sbin while OpenBSD has them in /sbin
PR: bin/30972
Reviewed by: jake (mentor)
2002-07-07 22:17:38 +00:00
charnier
a2accd01f0
The .Nm utility
2002-07-06 19:34:18 +00:00
obrien
9fcab75d96
We don't need to hit the user over the head so strong now that we've
...
fixed all the known warnings suffiently to not require NO_WERROR.
Ok'ed by: peter
2002-07-06 01:07:48 +00:00
brian
d046f882cc
Back out the previous revision
...
Objected to by: Andre Oppermann <oppermann@pipeline.ch>
After Andre's objection, I've re-examined rfc 2759 and noted that it
says that the domain name shouldn't be used when generating the
NT-Response field. So it looks like the bug is in freeradius rather
than in ppp.
2002-07-04 23:33:35 +00:00
brian
9ba6d06dcf
If we've given a domain name prefix as the authentication name, strip
...
it off before passing it on to the RADIUS server for authentication.
2002-07-03 20:51:13 +00:00
markm
3001e6d4c9
C rewrite of kbdmap/vidfont.
...
Submitted by: Jonathan Belson <jon@witchspace.com>
OK'ed by: wosch (Perl code maintainer)
2002-07-03 14:56:08 +00:00
jhb
6c4aef5050
Diff-reduce with 4-stable: 4.x has a compat4x package.
2002-07-02 21:07:25 +00:00
jhb
24b775c09d
Call the 4.x snap server "releng4.freebsd.org" instead of
...
"stable.freebsd.org" to be the same as 4-stable.
2002-07-02 20:19:59 +00:00
jhb
73de95b413
Alpha does indeed have a COMPAT4X distribution on current. 4-stable
...
already has this correct.
2002-07-02 20:03:55 +00:00
jhb
03c9dba6df
Add lge(4) to the list of drivers. It was present in 4-stable but not in
...
-current.
2002-07-02 19:56:26 +00:00
naddy
db272949cf
LP64 cleanup: don't cast pointer to int.
2002-07-02 10:51:09 +00:00
gad
ee962e9598
Remove the backup-versions ("x*") of various lpc commands that were
...
recently rewritten. No one in -current has reported any problems with
the newer versions.
MFC after: 3 weeks
2002-07-02 02:48:21 +00:00
brian
a8c83ef89c
Don't trust the MPPE key lengths passed back from the RADIUS server.
...
Instead, use the correct values based on the number of bits actually
negotiated.
Spotted by: Sergey Korolew <ds@rt.balakovo.ru>
2002-07-02 00:47:24 +00:00
brian
c90db9b98a
Remove some misleading/wrong diagnostics
2002-07-02 00:12:24 +00:00
maxim
f6364a955e
Remove the last EOF spaces I missed in rev. 1.43.
...
MFC after: 1 week
2002-07-01 13:18:52 +00:00