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