aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/rpc/rpcb_clnt.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Fix use-after-free introduced in r300388.Xin LI2017-06-221-1/+2
* Fix the rpcb_getaddr() definition to match its declaration.Kevin Lo2016-06-091-1/+1
* Call endnetconfig on nc_handle sooner to avoid leaking nc_handle if tmpnconfEnji Cooper2016-05-221-1/+1
* Similar to r293704, fix theoretical leak of netconfig(3) resources inEnji Cooper2016-01-111-2/+2
* Remove unnecessary `if (x)` tests before calling `free(x)`; free(3)Enji Cooper2015-11-021-16/+8
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-221-17/+16
* Use ANSI C prototypes.Craig Rodrigues2015-09-011-1/+1
* Use ANSI C prototypes.Craig Rodrigues2015-09-011-48/+20
* Replace Sun Industry Standards Source License for Sun RPC code with aHiroki Sato2013-11-251-47/+24
* Complete revert of r239963:Pedro F. Giffuni2012-09-271-7/+0
* Bring some changes from Bull's NFSv4 libtirpc implementation.Pedro F. Giffuni2012-09-011-0/+7
* Fix some improper handling of malloc failuresMatteo Riondato2007-09-201-4/+9
* Sync with NetBSD rev. 1.20 + 1.21Martin Blapp2006-09-091-6/+11
* Staticize a couple of functions.Daniel Eischen2006-02-271-3/+2
* Try to bring some sanity to the SCM ID's.David E. O'Brien2004-10-161-1/+1
* Don't compare NULL against a character.Martin Blapp2003-10-291-3/+3
* Add missing __rpc_fixup_addr. This is needed to makeMartin Blapp2003-01-271-0/+3
* Revert part of revision 1.10, as it broke portmap lookups for IPv4Ian Dowse2002-07-261-9/+3
* Add functions allowing for the user to specify a timeout for rpc functions.Alfred Perlstein2002-07-111-37/+112
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-3/+2
* Remove multi-line __P() usage.David E. O'Brien2002-03-221-6/+3
* Remove __P() usage.David E. O'Brien2002-03-211-4/+4
* Fix two file descriptor leaks in the internal function local_rpcb()Ian Dowse2002-02-161-1/+8
* Do not call addrinfo on local transport adresses, if returning aAlfred Perlstein2002-02-051-5/+25
* In getclnthandle(), if the address is found in the cache we needIan Dowse2001-08-021-2/+5
* Fix a memory leak in __rpcb_findaddr(), avoid compiler warnings.Ian Dowse2001-07-141-1/+4
* Move the #includes of reentrant.h to after the `#include "namespace.h"',Ian Dowse2001-04-021-1/+1
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-0/+1253