NetBSD/usr.sbin/ypserv/ypxfr
chuck a8036503d8 rev 1.18 un-covered some bugs:
1. add_interdomain and add_secure are optional... not all maps use these
    keys.  if we are unable to add them due to a YPERR_KEY (meaning they
    are not being used), then we should not flag this as a general error.

 2. if we have a failure (status <= 0) we unlink_db() the temp database
    as part of error handling.   but we should not overwrite our error
    status code with the return value from unlink_db() because if the
    unlink_db() works (likely true) than that success will wipe out our
    error code and the calling yppush will think we worked.
2009-11-05 21:26:25 +00:00
..
Makefile
ypxfr.8 Follow upstream's lead and remove third and fourth clauses (except on 2009-10-20 00:51:13 +00:00
ypxfr.c rev 1.18 un-covered some bugs: 2009-11-05 21:26:25 +00:00