summaryrefslogtreecommitdiffstats
path: root/lib/libc/yp/xdryp.c
Commit message (Collapse)AuthorAgeFilesLines
* Code clean up:jraynard1996-06-031-1/+3
| | | | Added missing headers for system functions.
* Make sure xdr_ypresp_all_seq() always returns a sane 'status' value.wpaul1996-02-041-1/+3
| | | | (There were cases where it was leaving the status uninitialized.)
* Now that rpcgen is squared away, arrange to have all the NIS XDR routineswpaul1995-12-141-417/+23
| | | | | | | | | | | | | | | rpcgen-erated on the fly (just like librpcsvc). Makefile: Add rule for generating yp_xdr.c and yp.h. xdryp.c: gut everything except the special ypresp_all XDR function needed to to handle yp_all() (this one can't be created on the fly), and xdr_datum(), which isn't used internally by libc, but which as documented as being there in yp_prot.h, so what the hell. We now get everything else from yp_xdr.c. yplib.c: change a few structure member names to match those found in yp.h instead of those declared in yp_prot.h.
* Fix xdr_ypmap_parms() so that it agrees with xdr_domainname(), xdr_peername()wpaul1995-04-021-4/+4
| | | | and friends.
* Add some missing xdr functions needed for server-side implementations.wpaul1995-04-021-1/+116
| | | | | (This is to help me reduce yppush a bit: it has its own copy of yp_xdr.c right now, but I can get rid of it now that this stuff is here.)
* Add back in the YP code from 1.1.5. (This attribution brought to youwollman1994-08-071-0/+394
by Theo de Raadt.) Added a new make flag variable, NO_YP_LIBC, which disables YP entirely. User-land programs to come later.
OpenPOWER on IntegriCloud