summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/clnt_vc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r296386:ngie2016-12-031-16/+20
* MFC r288113:ngie2016-12-031-49/+22
* MFC r290253:ngie2015-11-161-2/+1
* MFC: r265238, r265240brueffer2014-05-161-8/+6
* MFC r258578, r258580, r258581 (by hrs):mav2014-01-221-26/+25
* Assign the len field of the netbuf structure to the current length ofkevlo2013-03-011-1/+1
* libtirpc: be sure to free cl_netid and cl_tppfg2012-10-021-0/+4
* Partial revert of r239963:pfg2012-09-241-4/+0
* Bring some changes from Bull's NFSv4 libtirpc implementation.pfg2012-09-011-0/+4
* Add an implementation of the RPCSEC_GSS authentication protocol for RPC. Thisdfr2008-08-061-12/+37
* Sync part of NetBSD rev. 1.14mbr2006-09-091-1/+1
* Staticize a couple of functions.deischen2006-02-271-2/+1
* Avoid pointer arithmetics on void *.stefanf2005-03-101-1/+1
* Try to bring some sanity to the SCM ID's.obrien2004-10-161-2/+2
* Avoid using void pointers in additive expressions.stefanf2004-08-131-1/+1
* clnt_vc_create() has const scalar arguments that wind up being modified,alfred2002-07-141-2/+2
* Silence several warnings due to functions that needed to take a void *alfred2002-07-141-11/+11
* Spell void * as void * rather than caddr_t. This is complicated by thedes2002-04-281-16/+16
* Fix the style of the SCM ID's.obrien2002-03-221-2/+2
* Remove multi-line __P() usage.obrien2002-03-221-2/+2
* Remove __P() usage.obrien2002-03-211-9/+9
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-0/+1
* Hopefully improve control message passing over Unix domain sockets.dwmalone2001-10-041-5/+11
* Copy the sockaddr from the netbuf data area, not from the netbufiedowse2001-06-011-1/+1
* Remove some hacks that were apparently added to avoid problems withiedowse2001-04-031-2/+1
* There were a few error cases where the RPC code would return withiedowse2001-04-021-0/+2
* Move the #includes of reentrant.h to after the `#include "namespace.h"',iedowse2001-04-021-1/+1
* Remove struct cmessage from sys/socket.h and reintroduce the privatealfred2001-03-221-0/+5
* Hopefully fix some of the bugs in passing credentials over UNIX ...alfred2001-03-221-7/+2
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-0/+839
OpenPOWER on IntegriCloud