summaryrefslogtreecommitdiff
path: root/lib/libc/rpc
AgeCommit message (Expand)Author
1995-06-05Fix typo (Der mouse, PR #1115).pk
1995-06-03Fill in sin_len.mycroft
1995-04-29change some of the rpc "on-the-wire" structures' fields to be explicitly-sizedcgd
1995-04-25The typo police "dase" != "case"christos
1995-04-24Use a switch instead of three if statements in xdr_long() and xdr_u_long(),jtc
1995-04-24fix typo(?): rpc__errlist usage shouldn't have had two underscores.cgd
1995-04-21Changed auth_errmsg() and clnt_sperrno() to access error messagesjtc
1995-04-21Don't pass a third argument (LASTUNSIGNED) to xdrproc_t functions ---jtc
1995-04-14Removed comment that explained that this code is not portable. A betterjtc
1995-04-14Don't pass a third argument (LASTUNSIGNED) to xdrproc_t functions ---jtc
1995-04-14Changed bzero to memset.jtc
1995-03-21#include <machine/endian.h>.jtc
1995-02-25save my sanity; stop using Id.cgd
1995-02-20Added \n to end of format strings used by all the perror-like functions.jtc
1995-01-06svc_getreq(): pay attention to registered sockets only. This allowspk
1995-01-04Remove local definitions of svc_maxfd.mycroft
1994-12-22fix up for new compiler predefinescgd
1994-12-22specify man pages the new way.cgd
1994-12-20type-size sanitycgd
1994-12-04be much more careful with types, and add prototype everything.cgd
1994-10-10Don't bother checking if errno is in range --- strerror() already doesjtc
1994-09-15Kill the YP code.deraadt
1994-08-30improper handling of recvfrom error return valuederaadt
1994-08-23fix my dumb bugderaadt
1994-08-20rpc library no longer uses _rpc_dtablesize() internally -- keeps trackderaadt
1994-08-15Limit the upper bound of the value returned by _rpc_dtablesize() to notandrew
1994-08-09Fix definition of xdr_u_char() (PR #364)jtc
1994-04-01bad castcgd
1994-03-28don't redefine lseek. just ... DON'T DO IT!cgd
1994-03-02Changing the ns32000 to ns32k as used in other places.phil
1993-12-10RPCSRC 4.0, which our RPC implementation is derrived from, erroneouslyjtc
1993-12-05should bzero automatic sockaddr's before usederaadt
1993-10-19fixes from Thomas Eberhardt <thomas@mathematik.uni-Bremen.de> to:cgd
1993-10-15Change ``MAN3 = ...'' to ``MAN3 += ...'', so other manpages are built.jtc
1993-10-07move the rpc code into libccgd
1993-08-01Add RCS identifiers.mycroft
1993-06-16include xdr_float & xdr_double with all the other rpc/xdr code in libc.ajtc
1993-04-26cruel hack to get librpc contents into libc (for yp)deraadt