freebsd-dev/usr.sbin/ypserv
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
..
Makefile Performance enhancements (I hope) and new stuff: 1996-04-28 04:38:52 +00:00
Makefile.yp Makefile.yp: 1996-06-05 02:01:31 +00:00
mkaliases Performance enhancements (I hope) and new stuff: 1996-04-28 04:38:52 +00:00
mknetid Import the new, non-GPL ypserv, written by yours truly. Functionally 1995-12-16 20:54:17 +00:00
yp_access.c Makefile.yp: 1996-06-05 02:01:31 +00:00
yp_dblookup.c Makefile.yp: 1996-06-05 02:01:31 +00:00
yp_dnslookup.c Small touch-ups -- no functional changes. 1996-05-31 16:01:51 +00:00
yp_error.c Small touch-ups -- no functional changes. 1996-05-31 16:01:51 +00:00
yp_extern.h Performance enhancements (I hope) and new stuff: 1996-04-28 04:38:52 +00:00
yp_main.c Small touch-ups -- no functional changes. 1996-05-31 16:01:51 +00:00
yp_server.c Small touch-ups -- no functional changes. 1996-05-31 16:01:51 +00:00
ypserv.8 Correct some man page cross references and file location references. 1996-04-07 00:06:21 +00:00