summaryrefslogtreecommitdiffstats
path: root/lib/libc/yp/yperr_string.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - remove rcsidespie2005-08-051-11/+1
| | | | | | | - put all the YPMATCHCACHE code into a #ifdef, proper - remove all extra header files that are not needed okay deraadt@
* remove terms 3 & 4 on my own softwarederaadt2003-06-021-6/+1
|
* ansideraadt2002-07-201-3/+2
|
* Fix RCS idstholo1996-08-191-4/+2
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* update rcsidderaadt1996-07-011-3/+2
|
* yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structurederaadt1996-04-241-0/+98
accesses to match. change xdr_domainname() and some other functions to take "char **" instead of "char *", as rpcgen intended -- helps programs linking against rpcgen output of yp.x. yp_all() should not free it's return value. split xdryp.c and yplib.c into ~20 files so binaries like "csh" need not link in functions like yp_maplist(). NIS+'s YP emulation code lacks YPPROC_ORDER... attempt to deal nicely.