summaryrefslogtreecommitdiff
path: root/sunrpc
AgeCommit message (Expand)Author
2018-06-29libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell
2018-06-29Disallow use of DES encryption functions in new programs.Zack Weinberg
2018-06-26Run thread shutdown functions in an explicit orderFlorian Weimer
2018-06-26sunrpc: Remove always-defined _RPC_THREAD_SAFE_ macroFlorian Weimer
2018-05-11sunrpc: Remove stray exports without --enable-obsolete-rpc [BZ #23166]Florian Weimer
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu
2017-11-16Prefer https for Sourceware linksSiddhesh Poyarekar
2017-09-10sunrpc/tst-udp-nonblocking: Fix timeout valueSamuel Thibault
2017-09-10sunrpc/tst-udp-timeout: Fix timeout valueSamuel Thibault
2017-08-31sunrpc: Remove internal_function attributeFlorian Weimer
2017-08-18Consolidate non cancellable close callAdhemerval Zanella
2017-08-14NSS: Replace exported NSS lookup functions with stubs [BZ #21962]Florian Weimer
2017-08-13__libc_rpc_getport: Remove internal_function attributeFlorian Weimer
2017-08-07Consistently use uintN_t not u_intN_t everywhere.Joseph Myers
2017-06-12Replace all internal uses of __bzero with memset. This removes the needWilco Dijkstra
2017-06-04Include shlib-compat.h in many sunrpc/nis source files.Zack Weinberg
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg
2017-05-09sunrpc/tst-xdrmem2.c: Include stdint.h.Zack Weinberg
2017-05-09Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk.Zack Weinberg
2017-03-13 Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra
2017-03-13The rpcgen tests should not run if we don't build rpcgen.Thorsten Kukuk
2017-03-11If sunrpc code is disabled, rpcsvc header files, rpcgen andThorsten Kukuk
2017-02-28sunrpc: Improvements for UDP client timeout handling [BZ #20257]Florian Weimer
2017-02-28sunrpc: Do not unregister services if not registered [BZ #5010]Florian Weimer
2017-02-27sunrpc: Avoid use-after-free read access in clntudp_call [BZ #21115]Florian Weimer
2017-02-06As a minor cleanup remove the (r)index defines from include/string.h asWilco Dijkstra
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-27sunrpc: Always obtain AF_INET addresses from NSS [BZ #20964]Florian Weimer
2016-12-27rpcinfo: Remove traces of unbuilt helper programFlorian Weimer
2016-11-14Fix build-and-build-again bug in sunrpc tests.Zack Weinberg
2016-11-08Fix rpcgen buffer overrun (bug 20790).Joseph Myers
2016-09-23Installed-header hygiene (BZ#20366): obsolete BSD u_* types.Zack Weinberg
2016-05-23CVE-2016-4429: sunrpc: Do not use alloca in clntudp_call [BZ #20112]Florian Weimer
2016-03-08sunrpc: In key_call_keyenvoy, use int status instead of union waitFlorian Weimer
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-21Convert a few more function definitions to prototype style.Joseph Myers
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers
2015-10-20Convert 29 more function definitions to prototype style (multiple parameters ...Joseph Myers
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers
2015-10-17sunrpc: Rewrite with explicit TLS access using __threadFlorian Weimer
2015-10-17Assume that SOCK_CLOEXEC is available and worksFlorian Weimer
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-09-03Rename bits/libc-tsd.h to libc-tsd.h (bug 14912).Joseph Myers
2015-03-18Use calloc to allocate xports (BZ #17542)Brad Hubbard
2015-03-04Split rpcent tests out of tst-netdb.Roland McGrath
2015-02-06Exclude rpcent functions and NSS backends for rpc, key when excluding sunrpc.Roland McGrath
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar