summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/rpcb_clnt.c
Commit message (Expand)AuthorAgeFilesLines
* 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