freebsd-dev/usr.sbin/ypserv
Bill Paul 4c69e7b9d5 Back out the non-forking YPPROC_ALL stuff. Whatever drugs I was doing
when I came up with this idea weren't strong enough to help me see it
through. If this was a self-contained application and I had complete
control over what data got sent through what socket and when, I might
be able to get everything to work right without blocking, but instead
I have RPC/XDR in between me and the socket layer, and they have their
own ideas about what to do.

Maybe one day I'll go totally mad and figure out the right way to do
this; in the meantime this mess goes on the back burner.
1996-12-03 02:37:39 +00:00
..
Makefile Back out the non-forking YPPROC_ALL stuff. Whatever drugs I was doing 1996-12-03 02:37:39 +00:00
Makefile.yp Eek! When I added the YP_INTERDOMAIN and YP_SECURE support, I documented 1996-11-15 18:01:59 +00:00
yp_access.c Add support for handling the YP_SECURE and YP_INTERDOMAIN keys from 1996-10-24 18:58:26 +00:00
yp_dblookup.c Add support for handling the YP_SECURE and YP_INTERDOMAIN keys from 1996-10-24 18:58:26 +00:00
yp_dnslookup.c Hmm, well, whaddya know? ypserv was making calls to the undocumented 1996-08-30 01:17:47 +00:00
yp_error.c
yp_extern.h Back out the non-forking YPPROC_ALL stuff. Whatever drugs I was doing 1996-12-03 02:37:39 +00:00
yp_main.c Back out the non-forking YPPROC_ALL stuff. Whatever drugs I was doing 1996-12-03 02:37:39 +00:00
yp_server.c Back out the non-forking YPPROC_ALL stuff. Whatever drugs I was doing 1996-12-03 02:37:39 +00:00
ypserv.8 Use the .Fx macro where appropriate. 1996-08-23 00:57:08 +00:00