| Commit message (Expand) | Author | Age | Files | Lines |
* | Include shlib-compat.h in many sunrpc/nis source files. | Zack Weinberg | 2017-06-04 | 47 | -7/+51 |
* | Suppress internal declarations for most of the testsuite. | Zack Weinberg | 2017-05-11 | 1 | -1/+2 |
* | sunrpc/tst-xdrmem2.c: Include stdint.h. | Zack Weinberg | 2017-05-09 | 1 | -0/+1 |
* | Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk. | Zack Weinberg | 2017-05-09 | 1 | -1/+1 |
* | Remove the str(n)dup inlines from string/bits/string2.h. Although inlining | Wilco Dijkstra | 2017-03-13 | 1 | -2/+2 |
* | The rpcgen tests should not run if we don't build rpcgen. | Thorsten Kukuk | 2017-03-13 | 1 | -0/+2 |
* | If sunrpc code is disabled, rpcsvc header files, rpcgen and | Thorsten Kukuk | 2017-03-11 | 1 | -6/+9 |
* | sunrpc: Improvements for UDP client timeout handling [BZ #20257] | Florian Weimer | 2017-02-28 | 5 | -57/+919 |
* | sunrpc: Do not unregister services if not registered [BZ #5010] | Florian Weimer | 2017-02-28 | 3 | -12/+304 |
* | sunrpc: Avoid use-after-free read access in clntudp_call [BZ #21115] | Florian Weimer | 2017-02-27 | 3 | -2/+65 |
* | As a minor cleanup remove the (r)index defines from include/string.h as | Wilco Dijkstra | 2017-02-06 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 23 | -23/+23 |
* | sunrpc: Always obtain AF_INET addresses from NSS [BZ #20964] | Florian Weimer | 2016-12-27 | 5 | -77/+99 |
* | rpcinfo: Remove traces of unbuilt helper program | Florian Weimer | 2016-12-27 | 2 | -743/+0 |
* | Fix build-and-build-again bug in sunrpc tests. | Zack Weinberg | 2016-11-14 | 1 | -0/+1 |
* | Fix rpcgen buffer overrun (bug 20790). | Joseph Myers | 2016-11-08 | 3 | -1/+13 |
* | Installed-header hygiene (BZ#20366): obsolete BSD u_* types. | Zack Weinberg | 2016-09-23 | 1 | -4/+4 |
* | CVE-2016-4429: sunrpc: Do not use alloca in clntudp_call [BZ #20112] | Florian Weimer | 2016-05-23 | 1 | -1/+9 |
* | sunrpc: In key_call_keyenvoy, use int status instead of union wait | Florian Weimer | 2016-03-08 | 1 | -2/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 21 | -21/+21 |
* | Convert a few more function definitions to prototype style. | Joseph Myers | 2015-10-21 | 3 | -35/+36 |
* | Convert miscellaneous function definitions to prototype style. | Joseph Myers | 2015-10-20 | 4 | -26/+30 |
* | Convert 29 more function definitions to prototype style (multiple parameters ... | Joseph Myers | 2015-10-20 | 2 | -10/+4 |
* | Convert 69 more function definitions to prototype style (line wrap cases). | Joseph Myers | 2015-10-19 | 7 | -46/+16 |
* | sunrpc: Rewrite with explicit TLS access using __thread | Florian Weimer | 2015-10-17 | 1 | -14/+8 |
* | Assume that SOCK_CLOEXEC is available and works | Florian Weimer | 2015-10-17 | 1 | -35/+1 |
* | Convert 703 function definitions to prototype style. | Joseph Myers | 2015-10-16 | 14 | -110/+34 |
* | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 2015-09-08 | 5 | -6/+6 |
* | Rename bits/libc-tsd.h to libc-tsd.h (bug 14912). | Joseph Myers | 2015-09-03 | 1 | -1/+1 |
* | Use calloc to allocate xports (BZ #17542) | Brad Hubbard | 2015-03-18 | 1 | -2/+2 |
* | Split rpcent tests out of tst-netdb. | Roland McGrath | 2015-03-04 | 2 | -1/+75 |
* | Exclude rpcent functions and NSS backends for rpc, key when excluding sunrpc. | Roland McGrath | 2015-02-06 | 8 | -0/+197 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 14 | -14/+14 |
* | Remove NOT_IN_libc | Siddhesh Poyarekar | 2014-11-24 | 1 | -1/+1 |
* | Add comment about SIZE initialization in xdr.c | Siddhesh Poyarekar | 2014-07-10 | 1 | -0/+2 |
* | Fix -Wmaybe-uninitialized warning in xdr.c | Siddhesh Poyarekar | 2014-07-09 | 1 | -1/+1 |
* | Fix fallout from Joseph's untested Makeconfig change. | Roland McGrath | 2014-02-28 | 1 | -3/+3 |
* | Consistently include Makeconfig after defining subdir. | Joseph Myers | 2014-02-26 | 1 | -4/+2 |
* | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 2014-02-10 | 2 | -3/+3 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 14 | -14/+14 |
* | Document rpcgen -5. Fixes bug 15825 | Ondřej Bílka | 2013-10-21 | 1 | -0/+3 |
* | sunrpc/rpc/types.h: fix OS X and FreeBSD build problems | Jia Liu | 2013-09-11 | 1 | -0/+5 |
* | Remove --disable-versioning. | Joseph Myers | 2013-09-04 | 1 | -1/+1 |
* | Fix typos. | Ondřej Bílka | 2013-08-30 | 1 | -1/+1 |
* | Fix typos. | Ondřej Bílka | 2013-08-29 | 3 | -6/+6 |
* | Fix typos. | Ondřej Bílka | 2013-08-21 | 1 | -1/+1 |
* | Use (void) in no-arguments function definitions. | Joseph Myers | 2013-06-08 | 2 | -2/+2 |
* | Fix leading whitespaces. | Ondrej Bilka | 2013-06-06 | 1 | -1/+1 |
* | Remove trailing whitespace. | Joseph Myers | 2013-06-05 | 1 | -1/+1 |
* | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 2013-05-16 | 7 | -0/+7 |