summaryrefslogtreecommitdiffstats
path: root/include/rpc
Commit message (Expand)AuthorAgeFilesLines
* MFC r258578, r258580, r258581 (by hrs):mav2014-01-2224-641/+596
* rpc: convert all uid and gid variables to u_int.pfg2012-10-042-7/+7
* RPC: Convert all uid and gid variables of the type uid_t and gid_t.pfg2012-10-022-8/+7
* Complete revert of r239963:pfg2012-09-272-7/+8
* Revert r240060: (Partial)pfg2012-09-0216-127/+1
* Fix RPC headers for C++pfg2012-09-0216-11/+137
* Bring some changes from Bull's NFSv4 libtirpc implementation.pfg2012-09-012-8/+7
* Change some headers such that lang/gcc* ports no longer patch them.tijl2012-02-141-3/+3
* Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessordim2012-02-071-1/+1
* Spelling fixes for include/uqs2012-01-071-1/+1
* Revert the previous change and add xdr_sizeofkevlo2011-07-101-39/+37
* - Add xdr_sizeof(3) to libckevlo2011-07-091-37/+40
* Re-do r192913 in less intrusive way. Only do IP_RECVDSTADDR/IP_SENDSRCADDRkan2009-06-181-0/+1
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-0/+3
* Initialise the SVCAUTH field for new transport structures when they aredfr2008-09-091-0/+2
* Add an implementation of the RPCSEC_GSS authentication protocol for RPC. Thisdfr2008-08-064-3/+239
* Move rpc/types.h under sys/, as this is used by ZFS kernel module.pjd2007-04-102-107/+1
* Comment the token after #endif, like we do everywhere else.schweikh2007-02-021-6/+6
* English grammar fix in comment.ume2006-04-291-1/+4
* - Extend the nsswitch to support Services, Protocols and Rpcume2006-04-281-6/+1
* Const'ify arguments to a couple of functions to fix breakagedeischen2006-02-281-1/+1
* Change the definition of NULL on ia64 (for LP64 compilations) frommarcel2003-12-071-3/+1
* Replace the old SCM_CREDS cred procedures. They can now bembr2003-06-151-5/+0
* Clean up some signed/unsigned issues in the XDR code.nectar2003-03-071-1/+1
* unifdef -D_THREAD_SAFEfjoe2003-01-241-4/+0
* Implement non-blocking tcp-connections.mbr2003-01-162-1/+8
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-013-3/+3
* remove #pragma identalfred2002-09-041-2/+0
* Remove duplicated '__BEGIN_DECLS' which obviated compilingrobert2002-07-211-1/+0
* clnt_vc_create() has const scalar arguments that wind up being modified,alfred2002-07-141-1/+1
* Add functions allowing for the user to specify a timeout for rpc functions.alfred2002-07-111-9/+67
* Added new bsd.incs.mk which handles installing of header filesru2002-05-121-8/+2
* Spell void * as void * rather than caddr_t. This is complicated by thedes2002-04-284-20/+20
* Breath deep and take __P out of the system include files.imp2002-03-2320-285/+265
* Constify the first arg to callrpc(3).alfred2002-03-221-1/+1
* Tokens after #endif are not strict ISO.obrien2002-03-131-1/+1
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-4/+4
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,alfred2002-02-052-4/+14
* Move arguments in prototype out of application namespace.des2002-02-051-1/+1
* Add compatibility functions for the AF_LOCAL RPC transport stuffwpaul2001-10-042-0/+15
* Stop gcc's fixincludes making an exception for this filepeter2001-09-101-2/+3
* Add a new clnt_control() request `CLSET_CONNECT' that controlsiedowse2001-06-231-0/+1
* Add a CLSET_ASYNC command, which allows us to (ab)use the clnt_dg transportwpaul2001-03-271-0/+1
* fix: text following `#else' violates ANSI standardalfred2001-03-261-1/+1
* change callrpc() from taking "char *" args, I'm quite sure they really meantalfred2001-03-231-2/+2
* forgot prototyle for __rpc_get_local_uid()alfred2001-03-221-0/+2
* Unbreak LINT.alfred2001-03-201-0/+2
* The TI-RPC spammed over a '#ifdef _KERNEL' hack for the xdrproc_t typedefalfred2001-03-201-1/+6
* comment out #pragma directive containing Sun SCM tagsalfred2001-03-201-1/+1
* Add missing comma when KERBEROS is defined.alfred2001-03-191-1/+2
OpenPOWER on IntegriCloud