Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 1996 14:01:52 -0800 (PST)
From:      Bill Paul <wpaul>
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
Message-ID:  <199602242201.OAA21757@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602242201.OAA21757>