aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/rpc
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wvoid-pointer-to-enum-cast warnings.Brooks Davis2020-04-151-7/+7
* Fix a use of an uninitialized pointer in xdr_rpcbs_rmtcalllist().Mark Johnston2020-02-051-80/+79
* Increase YPMAXRECORD to 16M to be compatible with Linux.Konstantin Belousov2019-08-121-3/+11
* Fix CONFS to append the value in this case.Brad Davis2018-09-181-1/+1
* Move rpc and netconfig to lib/libc/rpc/Brad Davis2018-09-173-0/+88
* des_crypt.3: Fix typo.Eitan Adler2018-03-071-1/+1
* su_data: correct macro expansion.Pedro F. Giffuni2018-02-081-1/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-252-1/+5
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2052-0/+104
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* Revert r300385 and r300624 which was false positiveXin LI2017-06-301-3/+1
* Fix use-after-free introduced in r300388.Xin LI2017-06-221-1/+2
* * limit size of buffers to RPC_MAXDATASIZEXin LI2017-06-013-12/+22
* Support clnt_raw's use of FD_SETSIZE as a fake file descriptor.Brooks Davis2017-05-011-4/+6
* libc: provide some bounds-checking through reallocarray(3).Pedro F. Giffuni2017-03-121-2/+2
* libc/rpc: replace comma with semicolon when pertinent.Pedro F. Giffuni2016-08-091-1/+1
* Use on crypto.x and rpc.x from the source tree.Bryan Drewery2016-06-281-1/+1
* libc/rpc: Make use of some xdr_* macros. (part 2)Pedro F. Giffuni2016-06-093-19/+19
* libc/rpc: Make use of some xdr_* macros.Pedro F. Giffuni2016-06-092-7/+7
* Fix the rpcb_getaddr() definition to match its declaration.Kevin Lo2016-06-091-1/+1
* Test for strchr(3) returning NULL, not 0Enji Cooper2016-06-081-1/+1
* Fix up r300385Enji Cooper2016-05-241-2/+3
* Remove redundant NULLing of outbuf_pmapEnji Cooper2016-05-241-1/+0
* Use reallocf instead of malloc to fix leak with outbuf_pmapEnji Cooper2016-05-241-1/+3
* nis_rpcent: don't leak resultbuf from yp_first(..)/yp_next(..)Enji Cooper2016-05-221-0/+2
* Call endnetconfig on nc_handle sooner to avoid leaking nc_handle if tmpnconfEnji Cooper2016-05-221-1/+1
* getnetid(..): consistently fclose fd at the end of the functionEnji Cooper2016-05-221-11/+15
* Don't leak `handle` if svc_tp_create(..) succeeds and allocating a newEnji Cooper2016-05-221-1/+3
* Don't leak `tmp` if `p->nc_lookups` can't be mallocedEnji Cooper2016-05-221-0/+1
* libc: spelling fixes.Pedro F. Giffuni2016-04-307-11/+11
* libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk2016-04-183-3/+0
* libc: cleanup unnecessary semicolons (part 2).Pedro F. Giffuni2016-04-112-2/+2
* libc: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-104-13/+13
* Stray tabs and spaces.Pedro F. Giffuni2016-03-051-8/+8
* Work around aliasing issues detected in modern GCC.Pedro F. Giffuni2016-03-041-16/+20
* RPC: update the getrpcbyname() definition to include a const qualifier.Pedro F. Giffuni2016-02-262-3/+3
* rpc: fix failure to clear string by passing the wrong size to memset.Pedro F. Giffuni2016-02-261-1/+1
* Fix a mismerge from NetBSD in r162194 with `xdr_rpcb_entry_list_ptr(..)`Enji Cooper2016-01-121-2/+2
* Similar to r293704, fix theoretical leak of netconfig(3) resources inEnji Cooper2016-01-111-2/+2
* Fix theoretical leak of netconfig(3) resources in svcunix_create(..)Enji Cooper2016-01-111-1/+1
* RPC: populate local address for rendezvous transporter.Stanislav Sedov2015-12-101-2/+16
* Remove unnecessary `if (x)` tests before calling `free(x)`; free(3)Enji Cooper2015-11-0210-49/+25
* Use proper function prototypes.Craig Rodrigues2015-10-072-4/+4
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-2235-409/+235
* Use ANSI C prototypes.Craig Rodrigues2015-09-201-69/+31
* Use unsigned variable.Craig Rodrigues2015-09-011-1/+1
* Use ANSI C prototypes.Craig Rodrigues2015-09-015-12/+12
* Use correct function prototype for signal handler.Craig Rodrigues2015-09-011-2/+2
* Use ANSI C prototypes.Craig Rodrigues2015-09-011-21/+7
* Mark unused parameters to reduce gcc 4.9 warnings.Craig Rodrigues2015-09-011-2/+2