summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* rpc_soc.c: buffer_size_warningSteve Dickson2018-09-111-1/+1
* rpc_soc.c: resource_leakSteve Dickson2018-09-111-1/+5
* rpc_generic.c: resource_leakSteve Dickson2018-09-111-0/+1
* getnetpath.c: resource_leakSteve Dickson2018-09-111-0/+1
* getnetconfig.c: cppcheck_warningSteve Dickson2018-09-111-0/+2
* clnt_vc.c: resource_leakSteve Dickson2018-09-111-0/+2
* clnt_bcast.c: resource_leakSteve Dickson2018-09-111-0/+1
* auth_gss.c: buffer_size_warningSteve Dickson2018-09-111-1/+1
* auth_gss.c: resource_leakSteve Dickson2018-09-111-0/+1
* Release 1.1.4libtirpc-1-1-4Steve Dickson2018-08-271-1/+1
* make libtirpc honor /etc/bindresvport.blacklistOlaf Kirch2018-08-273-5/+107
* 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
* Release 1.0.3libtirpc-1-0-3Steve Dickson2018-03-141-1/+1
* 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
* Add includes to pmap_clnt.hlibtirpc-1-0-3-rc1Thorsten Kukuk2017-11-141-0/+4
* Fix typo in src/libtirpc.mapThorsten Kukuk2017-11-141-1/+1
* Add some typedefs to rpc/types.h to allow applications be compiled with -std=...Thorsten Kukuk2017-11-141-0/+22
* 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
* Release 1.0.2libtirpc-1-0-2Steve Dickson2017-07-051-1/+1
* Fix struct rpcent for uclibc-nglibtirpc-1-0-2-rc4Joshua Kinard2017-07-051-1/+1
* 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
* Added some new filesSteve Dickson2016-06-021-0/+3
* Remove des*.c dependencies to glibclibtirpc-1-0-2-rc3Thorsten Kukuk2016-04-042-2/+3
* 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