| Commit message (Expand) | Author | Age | Files | Lines |
* | rpc: convert all uid and gid variables to u_int. | pfg | 2012-10-04 | 2 | -7/+7 |
* | RPC: Convert all uid and gid variables of the type uid_t and gid_t. | pfg | 2012-10-02 | 2 | -8/+7 |
* | Complete revert of r239963: | pfg | 2012-09-27 | 2 | -7/+8 |
* | Revert r240060: (Partial) | pfg | 2012-09-02 | 16 | -127/+1 |
* | Fix RPC headers for C++ | pfg | 2012-09-02 | 16 | -11/+137 |
* | Bring some changes from Bull's NFSv4 libtirpc implementation. | pfg | 2012-09-01 | 2 | -8/+7 |
* | Change some headers such that lang/gcc* ports no longer patch them. | tijl | 2012-02-14 | 1 | -3/+3 |
* | Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor | dim | 2012-02-07 | 1 | -1/+1 |
* | Spelling fixes for include/ | uqs | 2012-01-07 | 1 | -1/+1 |
* | Revert the previous change and add xdr_sizeof | kevlo | 2011-07-10 | 1 | -39/+37 |
* | - Add xdr_sizeof(3) to libc | kevlo | 2011-07-09 | 1 | -37/+40 |
* | Re-do r192913 in less intrusive way. Only do IP_RECVDSTADDR/IP_SENDSRCADDR | kan | 2009-06-18 | 1 | -0/+1 |
* | Implement support for RPCSEC_GSS authentication to both the NFS client | dfr | 2008-11-03 | 1 | -0/+3 |
* | Initialise the SVCAUTH field for new transport structures when they are | dfr | 2008-09-09 | 1 | -0/+2 |
* | Add an implementation of the RPCSEC_GSS authentication protocol for RPC. This | dfr | 2008-08-06 | 4 | -3/+239 |
* | Move rpc/types.h under sys/, as this is used by ZFS kernel module. | pjd | 2007-04-10 | 2 | -107/+1 |
* | Comment the token after #endif, like we do everywhere else. | schweikh | 2007-02-02 | 1 | -6/+6 |
* | English grammar fix in comment. | ume | 2006-04-29 | 1 | -1/+4 |
* | - Extend the nsswitch to support Services, Protocols and Rpc | ume | 2006-04-28 | 1 | -6/+1 |
* | Const'ify arguments to a couple of functions to fix breakage | deischen | 2006-02-28 | 1 | -1/+1 |
* | Change the definition of NULL on ia64 (for LP64 compilations) from | marcel | 2003-12-07 | 1 | -3/+1 |
* | Replace the old SCM_CREDS cred procedures. They can now be | mbr | 2003-06-15 | 1 | -5/+0 |
* | Clean up some signed/unsigned issues in the XDR code. | nectar | 2003-03-07 | 1 | -1/+1 |
* | unifdef -D_THREAD_SAFE | fjoe | 2003-01-24 | 1 | -4/+0 |
* | Implement non-blocking tcp-connections. | mbr | 2003-01-16 | 2 | -1/+8 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 3 | -3/+3 |
* | remove #pragma ident | alfred | 2002-09-04 | 1 | -2/+0 |
* | Remove duplicated '__BEGIN_DECLS' which obviated compiling | robert | 2002-07-21 | 1 | -1/+0 |
* | clnt_vc_create() has const scalar arguments that wind up being modified, | alfred | 2002-07-14 | 1 | -1/+1 |
* | Add functions allowing for the user to specify a timeout for rpc functions. | alfred | 2002-07-11 | 1 | -9/+67 |
* | Added new bsd.incs.mk which handles installing of header files | ru | 2002-05-12 | 1 | -8/+2 |
* | Spell void * as void * rather than caddr_t. This is complicated by the | des | 2002-04-28 | 4 | -20/+20 |
* | Breath deep and take __P out of the system include files. | imp | 2002-03-23 | 20 | -285/+265 |
* | Constify the first arg to callrpc(3). | alfred | 2002-03-22 | 1 | -1/+1 |
* | Tokens after #endif are not strict ISO. | obrien | 2002-03-13 | 1 | -1/+1 |
* | o Move NTOHL() and associated macros into <sys/param.h>. These are | mike | 2002-02-18 | 1 | -4/+4 |
* | Fix cc -Wall, fix rcsid warnings, add missing prototypes, | alfred | 2002-02-05 | 2 | -4/+14 |
* | Move arguments in prototype out of application namespace. | des | 2002-02-05 | 1 | -1/+1 |
* | Add compatibility functions for the AF_LOCAL RPC transport stuff | wpaul | 2001-10-04 | 2 | -0/+15 |
* | Stop gcc's fixincludes making an exception for this file | peter | 2001-09-10 | 1 | -2/+3 |
* | Add a new clnt_control() request `CLSET_CONNECT' that controls | iedowse | 2001-06-23 | 1 | -0/+1 |
* | Add a CLSET_ASYNC command, which allows us to (ab)use the clnt_dg transport | wpaul | 2001-03-27 | 1 | -0/+1 |
* | fix: text following `#else' violates ANSI standard | alfred | 2001-03-26 | 1 | -1/+1 |
* | change callrpc() from taking "char *" args, I'm quite sure they really meant | alfred | 2001-03-23 | 1 | -2/+2 |
* | forgot prototyle for __rpc_get_local_uid() | alfred | 2001-03-22 | 1 | -0/+2 |
* | Unbreak LINT. | alfred | 2001-03-20 | 1 | -0/+2 |
* | The TI-RPC spammed over a '#ifdef _KERNEL' hack for the xdrproc_t typedef | alfred | 2001-03-20 | 1 | -1/+6 |
* | comment out #pragma directive containing Sun SCM tags | alfred | 2001-03-20 | 1 | -1/+1 |
* | Add missing comma when KERBEROS is defined. | alfred | 2001-03-19 | 1 | -1/+2 |
* | Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and | alfred | 2001-03-19 | 25 | -465/+2242 |