summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/clnt_vc.c
Commit message (Expand)AuthorAgeFilesLines
* libc: spelling fixes.Pedro F. Giffuni2016-04-301-2/+2
* Work around aliasing issues detected in modern GCC.Pedro F. Giffuni2016-03-041-16/+20
* Remove unnecessary `if (x)` tests before calling `free(x)`; free(3)Enji Cooper2015-11-021-2/+1
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-221-49/+22
* Remove an unused variable that would be better spelled __func__.Brooks Davis2014-10-241-1/+0
* Properly free resources in case of error.Christian Brueffer2014-05-021-8/+6
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,Hiroki Sato2013-11-251-26/+25
* Assign the len field of the netbuf structure to the current length ofKevin Lo2013-03-011-1/+1
* libtirpc: be sure to free cl_netid and cl_tpPedro F. Giffuni2012-10-021-0/+4
* Partial revert of r239963:Pedro F. Giffuni2012-09-241-4/+0
* Bring some changes from Bull's NFSv4 libtirpc implementation.Pedro F. Giffuni2012-09-011-0/+4
* Add an implementation of the RPCSEC_GSS authentication protocol for RPC. ThisDoug Rabson2008-08-061-12/+37
* Sync part of NetBSD rev. 1.14Martin Blapp2006-09-091-1/+1
* Staticize a couple of functions.Daniel Eischen2006-02-271-2/+1
* Avoid pointer arithmetics on void *.Stefan Farfeleder2005-03-101-1/+1
* Try to bring some sanity to the SCM ID's.David E. O'Brien2004-10-161-2/+2
* Avoid using void pointers in additive expressions.Stefan Farfeleder2004-08-131-1/+1
* clnt_vc_create() has const scalar arguments that wind up being modified,Alfred Perlstein2002-07-141-2/+2
* Silence several warnings due to functions that needed to take a void *Alfred Perlstein2002-07-141-11/+11
* Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav2002-04-281-16/+16
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+2
* Remove multi-line __P() usage.David E. O'Brien2002-03-221-2/+2
* Remove __P() usage.David E. O'Brien2002-03-211-9/+9
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-0/+1
* Hopefully improve control message passing over Unix domain sockets.David Malone2001-10-041-5/+11
* Copy the sockaddr from the netbuf data area, not from the netbufIan Dowse2001-06-011-1/+1
* Remove some hacks that were apparently added to avoid problems withIan Dowse2001-04-031-2/+1
* There were a few error cases where the RPC code would return withIan Dowse2001-04-021-0/+2
* Move the #includes of reentrant.h to after the `#include "namespace.h"',Ian Dowse2001-04-021-1/+1
* Remove struct cmessage from sys/socket.h and reintroduce the privateAlfred Perlstein2001-03-221-0/+5
* Hopefully fix some of the bugs in passing credentials over UNIX ...Alfred Perlstein2001-03-221-7/+2
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-0/+839