Alfred Perlstein
45ea00ee87
use getaddrinfo() instead of gethostbyname().
...
Submitted by: Jean-Luc Richier <Jean-Luc.Richier@imag.fr>
2002-07-15 19:02:45 +00:00
Alfred Perlstein
ef6d75ff7d
mark unused variable.
2002-07-11 18:45:59 +00:00
Alfred Perlstein
bf117eda42
make mostly WARNS=4 clean.
...
constify, mark unsued args, fixup prototypes.
2002-07-11 17:55:14 +00:00
Alfred Perlstein
7a8d51f860
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 Perlstein
a2015ce534
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 Perlstein
51c8727aa7
Fix syslog format errors introduced in 1.6.
2002-07-11 17:36:09 +00:00
Alfred Perlstein
f49f84fa44
add includes for inet_ntoa prototype.
2002-07-11 17:33:47 +00:00
Alfred Perlstein
69b9f14163
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 Perlstein
bc0381304d
rename 'enum res' and 'struct status' to 'enum sm_res' and 'struct sm_status'
...
to avoid -Wshadow warnings in consumers of its generated header files.
2002-03-22 19:43:21 +00:00
Peter Wemm
97d92980a9
$Id$ -> $FreeBSD$
1999-08-28 01:35:59 +00:00
Philippe Charnier
df82e9ba02
Use err(3). Add usage() and #includes.
1997-10-13 11:13:33 +00:00
Peter Wemm
a60dc5e0f9
Some minor tweaks for statd
...
- use rpcgen to generate unmodified code instead of havinf it in the
repository
- use "natural" function names to avoid conflicts with prototypes etc.
1996-04-01 05:36:06 +00:00
Peter Wemm
1494289f5b
Import Jan 15 version of Andrew Gordon <andrew.gordon@net-tel.co.uk>'s
...
rpc.statd.
This is apparently fully functional and complete.
1996-02-17 15:14:59 +00:00