Go to file
Bill Paul b3e932340d Makefile.yp:
- Add a 'pushpw' target that only yppushes the various passwd maps
  and sends a YPPROC_CLEAR to the local ypserv. This will be used by
  rpc.yppasswdd once I merge in the in-place update changes.

yp_access.c:

- Make the yp_access() function print RPC program and procedure numbers
  that it doesn't know about in literal form. This will allow it to work
  with other prgrams that it doesn't know about, like rpc.ypxfrd I'm going
  to import shortly.

yp_dblookup.c:

- Take out the __inline keywords. They weren't really helping me anyway.

- Somehow I broke yp_next() when DB_CACHE wasn't #defined. Fix it.

- Also fix potential case where yp_next() might loop forever; make sure
  it checks the return values of all the (dbp->seq)()/R_NEXT calls that
  it does as well as comparing keys.
1996-06-05 02:01:31 +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 Install pccard includes. 1996-06-04 21:30:35 +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
Makefile 1) make -DCLOBBER not remove most of /usr/lib 1996-05-04 07:12:07 +00:00