summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* auth_gss.c: resource_leakSteve Dickson2018-09-111-0/+1
* make libtirpc honor /etc/bindresvport.blacklistOlaf Kirch2018-08-271-4/+93
* Fixed Integer overflows in clnt_vc_create and clnt_dg_createlibtirpc-1-0-4-rc2Jayakrishna Menon2018-07-202-5/+27
* rpcb_clnt.c: pass the version argument to __try_protocol_version_2Thomas Blume2018-07-181-1/+1
* xdrstdio_create buffers do not output encoded values on ppcSteve Dickson2018-07-181-3/+12
* Handle GARBAGE_ARGS response in rpcbind queryChuck Lever2018-07-101-4/+9
* Fix regression introduced by change rpc version order patchlibtirpc-1-0-4-rc1Thomas Blume2018-04-181-4/+14
* clnt_create: Restore using reserve ports for client connectionsSteve Dickson2018-04-122-7/+2
* rpcinfo: change order of version to be tried to 4, 3, 2libtirpc-1-0-3-rc3Thomas Blume2018-03-141-68/+80
* clnt_dg_call: Change the memory allocationSteve Dickson2018-03-071-3/+3
* clnt_dg_call: Fix a buffer overflow (CVE-2016-4429)libtirpc-1-0-3-rc2Steve Dickson2018-03-021-0/+7
* Avoid choosing reserved ports in legacy RPC APIsChuck Lever2018-03-011-6/+4
* Avoid choosing reserved ports in clnt_tli_create(3)Chuck Lever2018-03-011-1/+3
* Avoid choosing reserved ports in svc_tli_create(3)Chuck Lever2018-03-011-8/+4
* Add an internal helper for binding to a dynamically-assigned portChuck Lever2018-03-012-2/+142
* Make the license clauses consistentSteve Dickson2017-12-182-28/+44
* Fix typo in src/libtirpc.mapThorsten Kukuk2017-11-141-1/+1
* Include stdint.h from xdr_sizeof.c to avoid missing declaration errors.Thorsten Kukuk2017-11-141-0/+1
* Replace bzero() calls with equivalent memset() callsJoshua Kinard2017-08-233-3/+3
* Fix for CVE-2017-8779Guido Vranken2017-05-154-17/+52
* clnt_vc.c: Removed warning of clnt_read_vc_str not being used.Steve Dickson2017-05-041-1/+0
* getrpcport: Possible buffer overflow in memcpyksourav2016-08-171-2/+2
* 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
* Remove des*.c dependencies to glibclibtirpc-1-0-2-rc3Thorsten Kukuk2016-04-041-1/+2
* Compile des_crypt.c and des_impl.cThorsten Kukuk2016-04-041-1/+1
* Remove dependency to nis.hThorsten Kukuk2016-04-044-5/+75
* getpublickey.c: ifdef out yp headersThorsten Kukuk2016-04-041-0/+2
* authgss_refresh: Added debug statementsSteve Dickson2016-03-081-0/+8
* 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
* Fix some compile warnings (incomplete prototypes)Thorsten Kukuk2016-03-031-4/+4
* Change rtime function to use pollThorsten Kukuk2016-03-031-12/+15
* _rpc_dtablesize cleanupThorsten Kukuk2016-03-031-10/+2
* Fix svcauth_gss_accept_sec_context() memory leakslibtirpc-1-0-2-rc1Chuck Lever2015-11-161-0/+4
* Fix XDR result leak in _svcauth_gss()Chuck Lever2015-11-161-39/+81
* Fix checksum buffer leakChuck Lever2015-11-161-2/+10
* Fix memory leak in svcauth_gss_import_name()Chuck Lever2015-11-161-5/+4
* rpc_gss_set_svc_name() overwrites _svcauth_gss_credsChuck Lever2015-11-161-9/+10
* Add missing rwlock_unlocks in xprt_registerMichael Forney2015-11-041-3/+4
* Tell libtool that all symbols are intended to be resolvedPeter Rosin2015-10-301-1/+1
* Drop the xp_auth member of SVCXPRTPeter Rosin2015-10-304-23/+16
* Fix SVCAUTH lifetime issues and move towards SolarisPeter Rosin2015-10-308-39/+127
* Align with Solaris in the process.Peter Rosin2015-10-304-15/+51
* makefd_xprt: Fix typoPeter Rosin2015-10-301-1/+1
* Fix memory leak on failure in svc_vc_createPeter Rosin2015-10-301-2/+4
* su_data: corrected macro expansionPeter Rosin2015-10-301-1/+1
* Handle gss auth reference counting internallyBrendan Heading2015-10-304-14/+44