Date: Thu, 10 Apr 1997 07:12:53 -0700 (PDT) From: Bill Paul <wpaul> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypserv yp_server.c Message-ID: <199704101412.HAA07397@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 97/04/10 07:12:53 Modified: usr.sbin/ypserv yp_server.c Log: Add a sanity test to ypproc_xfr_2_svc(): check that the map and domain in the transfer request actually exist. Technically ypxfr can do this too, but why waste the cycles getting ypxfr off the ground for a transfer we already know is going to fail. Also apply stricter access control rules; ypproc_xfr_2_svc() is in a different class than the normal map access procedures procedures. Revision Changes Path 1.21 +48 -8 src/usr.sbin/ypserv/yp_server.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704101412.HAA07397>