freebsd-dev/usr.sbin/ypserv
Bill Paul 2dfb116a5a Add some extra checks to make sure that a child ypserv process doesn't
try to fork() a child of its own, which could result in several children
ypservs running at once. I'm still not sure exactly what leads to this
condition, but these fixes should stop it from causing trouble. A new
function, yp_fork() checks to see if the current process is already a
child of the parent ypserv, and returns failure (and logs an error message)
rather than spawning another child.
1999-04-29 20:24:00 +00:00
..
Makefile Fixed double slashes in pathnames. 1998-05-31 11:32:38 +00:00
Makefile.yp A comment in /usr/src/usr.sbin/ypserv/Makefile.yp 1998-07-22 06:01:13 +00:00
yp_access.c Allow blank lines in /var/yp/securenets. 1998-07-15 11:56:28 +00:00
yp_dblookup.c Close PR #11122: check key length before calling strncmp() 1999-04-14 04:05:59 +00:00
yp_dnslookup.c DNS lookups for partially qualified hosts didn't work right. I was trying 1998-08-10 19:43:33 +00:00
yp_error.c Typos in man page. Cosmetics in error strings. 1997-10-29 07:25:05 +00:00
yp_extern.h Add some extra checks to make sure that a child ypserv process doesn't 1999-04-29 20:24:00 +00:00
yp_main.c Add some extra checks to make sure that a child ypserv process doesn't 1999-04-29 20:24:00 +00:00
yp_server.c Add some extra checks to make sure that a child ypserv process doesn't 1999-04-29 20:24:00 +00:00
yp_svc_udp.c Typos in man page. Cosmetics in error strings. 1997-10-29 07:25:05 +00:00
ypinit.8 Sort cross references. 1998-08-31 16:41:09 +00:00
ypinit.sh Some touchups courtesy of Philippe Charnier. 1997-11-16 03:49:12 +00:00
ypserv.8 Fix reference to rpc.yppasswdd. 1999-03-02 04:14:53 +00:00