freebsd-dev/usr.sbin/rpc.statd
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
..
file.c include stdlib.h for exit(3) prototype. 2002-07-11 17:31:15 +00:00
Makefile
procs.c Fix return values in the sm_notify_1 service routine to return an answer 2002-07-11 17:39:50 +00:00
rpc.statd.8
statd.c include string.h for strcmp(3) prototype. 2002-07-11 17:32:16 +00:00
statd.h Do not allow unsafe characters in monitored hostnames. 2002-07-11 17:11:42 +00:00
test.c