Find a file
Bill Paul 34a042e8b8 - Fix error reporting when checking order number via NIS: we return zero
on a failure, but if we're checking a corrupt map we could also get back
  a zero from ypserv without really encountering any actual error. Flag this
  condition and generate an meaningful error message.

- Fix transmission of ypxfr_clear to ypserv: error checking was wrong
  and we sending YPXFR_YPERR as an error status instead of YPXFR_CLEAR.

- To help avoid a race condition (or at least reduce the likelyhood of
  it occuring), use rename() to move a newly transfered map into place
  instead of unlink()ing the old one first and then renaming. Da man page
  sez that rename should do the unlink() for us. This prevents ypserv
  from returning 'no such map in domain' when asked to query a map which
  ypxfr has just unlink()ed but not yet replaced.
1996-01-10 17:44:10 +00:00
bin This commit was generated by cvs2svn to compensate for changes in r13122, 1995-12-30 19:02:48 +00:00
eBones recording cvs-1.6 file death 1995-12-30 19:02:48 +00:00
etc echo setting of ${router} properly, e.g. between double quotes. :) 1996-01-08 04:50:18 +00:00
games recording cvs-1.6 file death 1995-12-30 19:02:48 +00:00
gnu Fix small bug with negative item_no. 1996-01-10 13:57:46 +00:00
include Update resolver include files to bind-4.9.3-rel level 1996-01-07 05:01:52 +00:00
lib Correct the strspn() man page so that it no longer references 1996-01-10 11:06:25 +00:00
libexec - Fix error reporting when checking order number via NIS: we return zero 1996-01-10 17:44:10 +00:00
lkm No longer generate empty opt_sysvipc.h, and no longer issue -DSYSVSHM etc 1996-01-08 05:36:17 +00:00
release Remember to make the kernels dir. 1996-01-10 08:51:08 +00:00
sbin Yet another "fix" for some of the mistakes in the recent versions.. 1996-01-08 10:23:25 +00:00
secure This commit was generated by cvs2svn to compensate for changes in r13122, 1995-12-30 19:02:48 +00:00
share Add ftp6.de.freebsd.org. 1996-01-08 11:53:46 +00:00
sys Add the 3C595 as a supported device for vx0. Delete the rest of the line 1996-01-09 23:14:57 +00:00
tools Don't look in libkern, it went away. 1995-12-29 01:51:23 +00:00
usr.bin fixed some printf format mismatches and some lines exceeding 80 col's 1996-01-09 21:41:01 +00:00
usr.sbin More changes brought about by testing of yppush (which is almost finished): 1996-01-10 16:07:39 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
CVS-INFO Update the CVS template. 1995-07-23 17:37:22 +00:00
Makefile Add libutil/beforeinstall to the includes target 1996-01-01 08:33:17 +00:00
TODO Removed the ps through a pipe project since we decided this was 1995-04-23 21:34:23 +00:00