summaryrefslogtreecommitdiff
path: root/include/rpc
AgeCommit message (Expand)Author
2000-07-25${RPCGEN}, not hard-coded rpcgencgd
2000-07-17Add some missing intsmatt
2000-07-14Add explicit int32 get/put macros (and 2 inline functions), as in Solaris.fvdl
2000-07-06const poisoning.christos
2000-06-13Make the RPC mem_alloc() macro use calloc() to prevent RPC fromthorpej
2000-06-03Use a seperate Makefile in the rpc/ subdir. Needed because it generatesfvdl
2000-06-03Move rpcb_prot.x to here from libc/rpc.fvdl
2000-06-02New headers for the new RPC code (based on TI-RPC from Sun).fvdl
2000-01-26implement bindresvport_sa(), which is necessary for IPv6 support in certainitojun
1999-12-01Implement XDR routines for 64-bit integer data types:thorpej
1999-01-31Fully prototype the test service and put it between begin and end decls.christos
1998-11-16delintchristos
1998-07-26Oops; that wasn't quite right.mycroft
1998-07-26const poisoning.mycroft
1998-07-26const poisoning.mycroft
1998-07-26const poisoning.mycroft
1998-07-26const poisoning.mycroft
1998-02-13minor typo and grammar fixeslukem
1998-02-11revert; we can't break the existing ABI and APIlukem
1998-02-11revert to 1.6; we can't break the existing ABI and APIlukem
1998-02-11revert to 1.7; we can't break the existing ABI and APIlukem
1998-02-11revert to 1.5; we can't break the existing ABI and APIlukem
1998-02-11revert to 1.9; we can't break the existing ABI and APIlukem
1998-02-11use u_int32_t instead of size_t for oa_lengthlukem
1998-02-11fix up type insanity for clntudp_create (thanks to thorpej who found this)lukem
1998-02-10major cleanuplukem
1998-02-10cleanup multiple inclusion protection.perry
1997-08-25don't include <rpc/pmap_rmt.h> - it's a "private" header file forlukem
1997-08-24Include <rpc/pmap_clnt.h>, <rpc/pmap_prot.h> and <rpc/pmap_rmt.h>.lukem
1997-07-13Add missing prototype for svcudp_enablecachechristos
1997-07-13Add missing prototypes for xdr_{accepted,rejected}_replychristos
1997-07-13Add missing prototypes for: get_myaddress, bindresvport, registerrpc,christos
1997-07-13Add missing authentication prototypes _svcauth_{null,short,unix} andchristos
1995-04-29change some of the rpc "on-the-wire" structures' fields to be explicitly-sizedcgd
1995-01-06Unhide `svc_maxfd'. Why do we bother with `#if FD_SETSIZE' anyway?pk
1995-01-04Add svc_maxfd.mycroft
1994-12-04from Christos: kill nested comments, add a declaration.cgd
1994-12-04be much more careful with types, and add prototype everything.cgd
1994-10-26new RCS ID format.cgd
1994-08-09Fix prototype for xdr_u_char() (PR #364)jtc
1993-12-07delete bogus #ifderaadt
1993-12-06remove INADDR_LOOPBACK; it's defined in netinet/in.h nowcgd
1993-08-01Add RCS identifiers.mycroft
1993-06-15ugh. INADDR_LOOPBACK needs to be here.deraadt
1993-06-14removed stuff which should not be here.deraadt
1993-06-09Changes from:brezak
1993-05-03rpc include files moved into /usr/src/include. Makes more sense andderaadt