NetBSD/usr.sbin/ypserv
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
..
common Follow upstream's lead and remove third and fourth clauses (except on 2009-10-20 00:51:13 +00:00
makedbm Follow upstream's lead and remove third and fourth clauses (except on 2009-10-20 00:51:13 +00:00
mkalias Follow upstream's lead and remove third and fourth clauses (except on 2009-10-20 00:51:13 +00:00
mknetid Follow upstream's lead and remove third and fourth clauses (except on 2009-10-20 00:51:13 +00:00
revnetgroup
stdethers Follow upstream's lead and remove third and fourth clauses (except on 2009-10-20 00:51:13 +00:00
stdhosts Follow upstream's lead and remove third and fourth clauses (except on 2009-10-20 00:51:13 +00:00
ypinit
yppush Remove 3rd and 4th clauses. Approved by Mats O Jansson (copyright holder). 2009-10-21 00:01:56 +00:00
ypserv no need for YY_NO here. 2009-10-29 14:41:02 +00:00
yptest Follow upstream's lead and remove third and fourth clauses (except on 2009-10-20 00:51:13 +00:00
ypxfr rev 1.18 un-covered some bugs: 2009-11-05 21:26:25 +00:00
Makefile
Makefile.inc