History log of /openbsd/lib/libc/yp/ypprot_err.c (Results 1 – 9 of 9)
Revision Date Author Comments
# ba364bef 13-Sep-2015 guenther <guenther@openbsd.org>

Wrap <rpcsvc/ypclnt.h> so that calls go direct and the symbols are all weak


# aea60bee 16-Jan-2015 deraadt <deraadt@openbsd.org>

Move to the <limits.h> universe.
review by millert, binary checking process with doug, concept with guenther


# 951548d6 05-Aug-2005 espie <espie@openbsd.org>

- remove rcsid
- put all the YPMATCHCACHE code into a #ifdef, proper
- remove all extra header files that are not needed

okay deraadt@


# 00466ad4 02-Jun-2003 deraadt <deraadt@openbsd.org>

remove terms 3 & 4 on my own software


# 11e5d692 20-Jul-2002 deraadt <deraadt@openbsd.org>

ansi


# 198c6cf5 14-Dec-1996 tholo <tholo@openbsd.org>

Clean up lint and compile warnings


# e9b2b68c 19-Aug-1996 tholo <tholo@openbsd.org>

Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly


# 6f88c3e0 01-Jul-1996 deraadt <deraadt@openbsd.org>

update rcsid


# 18128546 24-Apr-1996 deraadt <deraadt@openbsd.org>

yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structure
accesses to match. change xdr_domainname() and some other functions to
take "char **" instead of "char *", as rpcgen intended

yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structure
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.

show more ...