summaryrefslogtreecommitdiff
path: root/src/svc_vc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix DoS vulnerability in libtirpclibtirpc-1-3-3-rc1Dai Ngo2021-08-211-1/+61
* __svc_vc_dodestroy: fix double free of xp_ltaddr.buflibtirpc-1-2-7-rc2srinivasa rao cheruku2020-05-281-3/+4
* Fix EOF detection on non-blocking socketlibtirpc-1-1-5-rc2Ian Kent2018-11-081-1/+6
* rendezvous_request: fix endless loop in EMFILE caselibtirpc-1-0-2-rc2Steve Dickson2016-03-031-14/+2
* makefd_xprt: remove obsolete check for fd numberThorsten Kukuk2016-03-031-7/+1
* Drop the xp_auth member of SVCXPRTPeter Rosin2015-10-301-7/+6
* Fix SVCAUTH lifetime issues and move towards SolarisPeter Rosin2015-10-301-4/+0
* Align with Solaris in the process.Peter Rosin2015-10-301-2/+27
* makefd_xprt: Fix typoPeter Rosin2015-10-301-1/+1
* Fix memory leak on failure in svc_vc_createPeter Rosin2015-10-301-2/+4
* Use poll() instead of select() in svc_run()Thorsten Kukuk2015-08-281-47/+19
* rendezvous_request: check the makefd_xprt return valueDitang Chen2015-07-131-0/+2
* __svc_vc_dodestroy: close memory leakSteve Dickson2015-06-261-1/+7
* Fix location of various standard header includesNatanael Copa2015-04-231-1/+1
* Avoid use of internal glibc sys/cdefs.h headerNatanael Copa2015-04-231-1/+0
* write_vc: fix write retry loop for nonblocking modelibtirpc-0-2-6-rc1Bodo Stroesser2014-11-061-13/+12
* Segfault in SVCAUTH_WRAP calllibtirpc-0-2-3-rc2Steve Dickson2011-07-201-2/+2
* SVCAUTH_WRAP/SVCAUTH_UNWRAPMatthew N. Dodd2011-06-211-3/+34
* Do not skip records with nonblocking connectionsSteve Dickson2011-06-211-1/+5
* Add a note about rpcbind's use of __svc_clean_idle()Chuck Lever2010-03-251-0/+4
* Replace the Sun RPC license with the BSD license, with the explicitTom "spot" Callaway2009-05-281-26/+25
* [PATCH] port fix for CVE-2008-0947Jeff Layton2009-04-201-0/+6
* Introduce __rpc_set_netbuf helperOlaf Kirch2008-09-301-18/+6
* Kill map_ipv4_to_ipv6Olaf Kirch2008-09-301-13/+0
* Fix xp_raddr handling in svc_fd_create etcOlaf Kirch2008-09-301-34/+31
* - Make sure remote address (xp_rtaddr) is populatedSteve Dickson2007-07-301-4/+10
* Initial commit of libtirpc 0.1.7Steve Dickson2007-04-201-0/+812