Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jun 1996 19:42:34 -0700 (PDT)
From:      Bill Paul <wpaul>
To:        CVS-committers, cvs-all, cvs-other
Subject:   cvs commit:  include - Imported sources
Message-ID:  <199606050242.TAA09002@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       96/06/04 19:42:33

  include - Imported sources
  Update of /home/ncvs/include
  In directory freefall.freebsd.org:/a/wpaul/import
  
  Revision/Branch: 1.1.1
  
  Log Message:
  (I hope I'm doing this correctly.)
  
  Import a my own little ypxfrd protocol. Note that this protocol is
  _NOT_ the same as Sun's, which is proprietary.
  
  This basically impliments an RPC-based file transfer protocol which
  lets a slave server suck over a raw map database file from the master.
  This is many times faster than the normal method, which requires reading
  the records from ypserv via yp_all() and then creating a new database
  on the fly, particularly when you have many tens of thousands of
  records in a map (e.g. a huge passwd database).
  
  The protocol number I chose falls within the 'user-specified' range.
  Maybe we should register it with Sun so we can get an official vendor
  number for it. :)
  
  Status:
  
  Vendor Tag:	rpcsvc
  Release Tags:	WPAUL
  		ypxfrd_1_0
  		
  N include/rpcsvc/ypxfrd.x
  
  No conflicts created by this import
  



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