From owner-freebsd-commit Sat Feb 24 14:02:24 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA21835 for freebsd-commit-outgoing; Sat, 24 Feb 1996 14:02:24 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA21820 for cvs-all-outgoing; Sat, 24 Feb 1996 14:02:16 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA21757 Sat, 24 Feb 1996 14:01:52 -0800 (PST) Date: Sat, 24 Feb 1996 14:01:52 -0800 (PST) From: Bill Paul Message-Id: <199602242201.OAA21757@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypserv yp_access.c yp_extern.h yp_main.c yp_server.c ypserv.8 Sender: owner-commit@FreeBSD.ORG Precedence: bulk wpaul 96/02/24 14:01:51 Modified: usr.sbin/ypserv yp_access.c yp_extern.h yp_main.c yp_server.c ypserv.8 Log: Add real securenets support. By default, ypserv now uses /var/yp/securenets in the same was as the SunOS ypserv (same format, described in ypserv man page). If the user wants tcpwrapper style access control, they can recompile ypserv to use that instead. This way we get securenets without having to ship libwrap.a and tcpd.h with core FreeBSD distribution. If /var/yp/securenets doesn't exist, ypserv allows all connections. Revision Changes Path 1.3 +144 -14 src/usr.sbin/ypserv/yp_access.c 1.3 +2 -1 src/usr.sbin/ypserv/yp_extern.h 1.3 +9 -2 src/usr.sbin/ypserv/yp_main.c 1.5 +4 -1 src/usr.sbin/ypserv/yp_server.c 1.4 +69 -21 src/usr.sbin/ypserv/ypserv.8