FreeBSD src
Go to file
Bill Paul 2f83f6d899 (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. :)
1996-06-05 02:42:33 +00:00
bin Backup yacc changes. 1996-06-02 17:06:40 +00:00
eBones Localize time 1996-05-07 19:05:10 +00:00
etc Eliminate warning message and add big warnings about security holes 1996-05-22 05:43:30 +00:00
games Backed out yacc changes. 1996-06-03 01:56:05 +00:00
gnu Use setreuid instead of seteuid for permissions management 1996-06-02 19:59:26 +00:00
include (I hope I'm doing this correctly.) 1996-06-05 02:42:33 +00:00
lib Submitted by: (based on code in "Advanced Programming in the Unix Environment" 1996-06-05 00:08:54 +00:00
libexec Pass in both username and file to jkfprintf 1996-06-04 15:42:09 +00:00
lkm `mv'' -> `mv -f'' 1996-05-07 23:19:49 +00:00
release Put .inf files directly into distributions so that sysinstall can find them. 1996-05-29 04:13:17 +00:00
sbin Return make_union, s-bit removed 1996-05-19 17:24:10 +00:00
secure Localize time 1996-05-07 19:05:10 +00:00
share Fix incorrect handling of .cxx files in default rules. 1996-06-03 13:26:16 +00:00
sys Bring in changes from if_ep.c for PCCARD driver. 1996-06-04 21:41:01 +00:00
tools Don't look in libkern, it went away. 1995-12-29 01:51:23 +00:00
usr.bin Upgrade from 1.1 to 1.1.91. Unknown to me, the latter version was 1996-06-04 19:09:50 +00:00
usr.sbin Makefile.yp: 1996-06-05 02:01:31 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile 1) make -DCLOBBER not remove most of /usr/lib 1996-05-04 07:12:07 +00:00