freebsd-dev/usr.sbin/ypserv
Bill Paul 77732bc551 A few small tweaks related to ypxfr:
- Add a ypxfr_callback() function that we can use to signal failure to
  yppush(8) in the event that we can't fork()/exec() ypxfr(8). yppush
  only checks the return status from YPPROC_XFR enough to determine
  that the RPC succeded: it relies on its callback service to figure
  out whether or not the transfer actually worked.

- Give yp_dblookup.c its own debug variable (ypdb_debug) so that DB
  access debugging messages can be turned on or off independent of the
  program's global debug messages.

- Have the Makefile rpcgen the ypushresp_xfr_1() client stub for us and
  nuke the unneeded rule for yp_xdr.c that I left in by mistake (the XDR
  filters live in libc now).
1995-12-23 21:35:35 +00:00
..
Makefile A few small tweaks related to ypxfr: 1995-12-23 21:35:35 +00:00
Makefile.yp Import the new, non-GPL ypserv, written by yours truly. Functionally 1995-12-16 20:54:17 +00:00
mknetid Import the new, non-GPL ypserv, written by yours truly. Functionally 1995-12-16 20:54:17 +00:00
yp_access.c Import the new, non-GPL ypserv, written by yours truly. Functionally 1995-12-16 20:54:17 +00:00
yp_dblookup.c A few small tweaks related to ypxfr: 1995-12-23 21:35:35 +00:00
yp_dnslookup.c Import the new, non-GPL ypserv, written by yours truly. Functionally 1995-12-16 20:54:17 +00:00
yp_error.c Import the new, non-GPL ypserv, written by yours truly. Functionally 1995-12-16 20:54:17 +00:00
yp_extern.h A few small tweaks related to ypxfr: 1995-12-23 21:35:35 +00:00
yp_main.c A few small tweaks related to ypxfr: 1995-12-23 21:35:35 +00:00
yp_server.c A few small tweaks related to ypxfr: 1995-12-23 21:35:35 +00:00
ypserv.8 Import the new, non-GPL ypserv, written by yours truly. Functionally 1995-12-16 20:54:17 +00:00