Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Dec 1995 12:54:18 -0800 (PST)
From:      Bill Paul <wpaul>
To:        CVS-committers, cvs-usrsbin
Subject:   cvs commit: src/usr.sbin - Imported sources
Message-ID:  <199512162054.MAA00521@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       95/12/16 12:54:17

  Branch:      usr.sbin  1.1.1
  Log:
  Import the new, non-GPL ypserv, written by yours truly. Functionally
  equivalent to the old ypserv, except that it doesn't support the
  -p [port] option to force the server to use a particular port.
  
  The server stubs and yp.h header file are auto-generated from the yp.x
  protocol definition file. The auto-generated XDR routines in libc/yp
  are also used. The database access code has been broken out into a
  seperate module so that other NIS utilities (ypxfr in particular)
  can use it.
  
  Note that the old mknetid script is being temporarily moved here; it
  will be replaced by an mknetid program which will eventually have
  a home under /usr/src/libexec. (The existing script is actually
  somewhat broken -- it doesn't handle hosts -- but this isn't a big
  deal at this point since the netid.byname map is really only useful
  fopr Secure RPC, which we don't have yet.)
  
  Status:
  
  Vendor Tag:	WPAUL
  Release Tags:	ypserv_1_0
  
  N src/usr.sbin/ypserv/Makefile
  N src/usr.sbin/ypserv/Makefile.yp
  N src/usr.sbin/ypserv/yp_access.c
  N src/usr.sbin/ypserv/yp_dblookup.c
  N src/usr.sbin/ypserv/yp_dnslookup.c
  N src/usr.sbin/ypserv/yp_error.c
  N src/usr.sbin/ypserv/yp_extern.h
  N src/usr.sbin/ypserv/yp_main.c
  N src/usr.sbin/ypserv/yp_server.c
  N src/usr.sbin/ypserv/ypserv.8
  N src/usr.sbin/ypserv/mknetid
  
  No conflicts created by this import



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