summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/rpcb_clnt.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r320216: Fix use-after-free introduced in r300388.delphij2017-06-251-1/+2
* Fix the rpcb_getaddr() definition to match its declaration.kevlo2016-06-091-1/+1
* Call endnetconfig on nc_handle sooner to avoid leaking nc_handle if tmpnconfngie2016-05-221-1/+1
* Similar to r293704, fix theoretical leak of netconfig(3) resources inngie2016-01-111-2/+2
* Remove unnecessary `if (x)` tests before calling `free(x)`; free(3)ngie2015-11-021-16/+8
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.rodrigc2015-09-221-17/+16
* Use ANSI C prototypes.rodrigc2015-09-011-1/+1
* Use ANSI C prototypes.rodrigc2015-09-011-48/+20
* Replace Sun Industry Standards Source License for Sun RPC code with ahrs2013-11-251-47/+24
* Complete revert of r239963:pfg2012-09-271-7/+0
* Bring some changes from Bull's NFSv4 libtirpc implementation.pfg2012-09-011-0/+7
* Fix some improper handling of malloc failuresmatteo2007-09-201-4/+9
* Sync with NetBSD rev. 1.20 + 1.21mbr2006-09-091-6/+11
* Staticize a couple of functions.deischen2006-02-271-3/+2
* Try to bring some sanity to the SCM ID's.obrien2004-10-161-1/+1
* Don't compare NULL against a character.mbr2003-10-291-3/+3
* Add missing __rpc_fixup_addr. This is needed to makembr2003-01-271-0/+3
* Revert part of revision 1.10, as it broke portmap lookups for IPv4iedowse2002-07-261-9/+3
* Add functions allowing for the user to specify a timeout for rpc functions.alfred2002-07-111-37/+112
* Fix the style of the SCM ID's.obrien2002-03-221-3/+2
* Remove multi-line __P() usage.obrien2002-03-221-6/+3
* Remove __P() usage.obrien2002-03-211-4/+4
* Fix two file descriptor leaks in the internal function local_rpcb()iedowse2002-02-161-1/+8
* Do not call addrinfo on local transport adresses, if returning aalfred2002-02-051-5/+25
* In getclnthandle(), if the address is found in the cache we neediedowse2001-08-021-2/+5
* Fix a memory leak in __rpcb_findaddr(), avoid compiler warnings.iedowse2001-07-141-1/+4
* Move the #includes of reentrant.h to after the `#include "namespace.h"',iedowse2001-04-021-1/+1
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-0/+1253
OpenPOWER on IntegriCloud