Received: from PACIFIC-CARRIER-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA08015; Sat, 24 Feb 96 17:14:10 EST
Received: from halloran-eldar.lcs.mit.edu by MIT.EDU with SMTP
	id AA14425; Sat, 24 Feb 96 17:13:50 EST
Received: from freefall.FreeBSD.ORG by halloran-eldar.lcs.mit.edu; (5.65/1.1.8.2/19Aug95-0530PM)
	id AA12858; Sat, 24 Feb 1996 17:14:08 -0500
Received: (from root@localhost)
          by freefall.freebsd.org (8.7.3/8.7.3) id OAA21766
          Sat, 24 Feb 1996 14:01:54 -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 <wpaul@freefall.freebsd.org>
Message-Id: <199602242201.OAA21757@freefall.freebsd.org>
To: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org,
        cvs-usrsbin@freefall.freebsd.org
Subject: cvs commit:  src/usr.sbin/ypserv yp_access.c yp_extern.h yp_main.c yp_server.c ypserv.8
Sender: owner-cvs-committers@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
