summaryrefslogtreecommitdiff
path: root/lib/libc/yp/yp_bind.c
AgeCommit message (Collapse)Author
1997-02-05that cannot be rightTheo de Raadt
1997-01-28encourage a few more udp whacks at the serverTheo de Raadt
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1996-08-05check for port 20Theo de Raadt
1996-07-01update rcsidTheo de Raadt
1996-07-01streamline, check portsTheo de Raadt
1996-05-22repair return values, more checkingTheo de Raadt
1996-04-24yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structureTheo de Raadt
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.