freebsd-dev/usr.sbin/ypserv
Bill Paul 9c171de035 yp_server.c:
- Fail YPPROC_ALL requests when we hit the child process limit. This
  is a little harsh, but it helps prevent the parent from blocking
  and causing other requests to time out.

yp_dnslookup.c:
- Check for duplicate RPC transaction IDs that indicate duplicate
  requests sent due to RPC retransmissions. We don't want to send
  a second DNS request for the same data while an existing request
  is in progress.

- Fix small formatting bogon in snprintf() in yp_async_lookup_addr().
1997-01-07 06:07:21 +00:00
..
Makefile Big round o changes: 1996-12-22 22:30:58 +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 Eek: the 'check for / in map names' test I added a while back detects 1997-01-06 06:27:55 +00:00
yp_dblookup.c Big round o changes: 1996-12-22 22:30:58 +00:00
yp_dnslookup.c yp_server.c: 1997-01-07 06:07:21 +00:00
yp_error.c Small touch-ups -- no functional changes. 1996-05-31 16:01:51 +00:00
yp_extern.h More async resolver refinements: 1996-12-25 18:10:35 +00:00
yp_main.c Make the select() call work like the others in the system.. ie: don't 1996-12-30 18:51:59 +00:00
yp_server.c yp_server.c: 1997-01-07 06:07:21 +00:00
yp_svc_udp.c Big round o changes: 1996-12-22 22:30:58 +00:00
ypserv.8 Use the .Fx macro where appropriate. 1996-08-23 00:57:08 +00:00