summaryrefslogtreecommitdiff
path: root/src/clnt_vc.c
Commit message (Expand)AuthorAgeFilesLines
* thread safe clnt destruction.Attila Kovacs2022-07-261-1/+12
* Eliminate deadlocks in connects with an MT environmentAttila Kovacs2022-07-261-4/+8
* libtirpc: disallow calling auth_refresh from clnt_call with RPCSEC_GSSlibtirpc-1-3-2-rc1Scott Mayhew2021-03-151-0/+9
* Fix memory management issues of fd locksJaime Caamano Ruiz2020-06-251-8/+6
* libtirpc: replace array with list for per-fd lockslibtirpc-1-2-7-rc3Jaime Caamano Ruiz2020-06-171-85/+64
* clnt_vc_create: Removed a RESOURCE_LEAK covscan errorSteve Dickson2019-12-191-2/+5
* clnt_vc.c: remove a false positive from a covscanlibtirpc-1-1-5-rc1Steve Dickson2018-09-131-2/+0
* clnt_vc.c: resource_leakSteve Dickson2018-09-111-0/+2
* Fixed Integer overflows in clnt_vc_create and clnt_dg_createlibtirpc-1-0-4-rc2Jayakrishna Menon2018-07-201-2/+16
* clnt_vc.c: Removed warning of clnt_read_vc_str not being used.Steve Dickson2017-05-041-1/+0
* handle concurrent connect calls in clnt_vc_create()Ian Kent2016-06-021-5/+7
* clnt_vc_create: Do not hold a global mutex during connectPaulo Andrade2016-06-021-4/+3
* Record errno value before calling syslogPaulo Andrade2016-06-021-2/+2
* Make it clear rpc_createerr is thread safePaulo Andrade2016-06-021-6/+11
* Fix location of various standard header includesNatanael Copa2015-04-231-1/+1
* Race in Race in clnt_vc_createlibtirpc-0-2-4-rc3Signed-off-by: Susant Sahani2013-11-251-0/+5
* clnt_vc_control: fix VERS/PROG sizeJan Stancek2013-05-281-1/+1
* clnt_vc_control: Removed a strict-aliasing warningSteve Dickson2013-02-121-12/+14
* AUTH_WRAP/AUTH_UNWRAP support.Matthew N. Dodd2011-06-211-2/+3
* Replace the Sun RPC license with the BSD license, with the explicitTom "spot" Callaway2009-05-281-26/+25
* libtirpc: be sure to free cl_netid and cl_tpJeff Layton2009-03-131-0/+4
* Fixed a warings the IPV6 client routinesIan Kent2008-10-281-1/+1
* Initial commit of libtirpc 0.1.7Steve Dickson2007-04-201-0/+767