about summary refs log tree commit diff
path: root/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Remove qualifier from function return type in tst-svc_register.c.Joseph Myers2019-02-151-1/+1
* Fix fall-through warnings in sunrpc/xdr.c.Joseph Myers2019-02-141-2/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0128-28/+28
* libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell2018-06-291-0/+1
* Disallow use of DES encryption functions in new programs.Zack Weinberg2018-06-293-4/+7
* Run thread shutdown functions in an explicit orderFlorian Weimer2018-06-261-5/+1
* sunrpc: Remove always-defined _RPC_THREAD_SAFE_ macroFlorian Weimer2018-06-2612-66/+0
* sunrpc: Remove stray exports without --enable-obsolete-rpc [BZ #23166]Florian Weimer2018-05-112-8/+20
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0128-28/+28
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-18/+18
* Prefer https for Sourceware linksSiddhesh Poyarekar2017-11-161-1/+1
* sunrpc/tst-udp-nonblocking: Fix timeout valueSamuel Thibault2017-09-101-4/+4
* sunrpc/tst-udp-timeout: Fix timeout valueSamuel Thibault2017-09-101-3/+3
* sunrpc: Remove internal_function attributeFlorian Weimer2017-08-3112-48/+21
* Consolidate non cancellable close callAdhemerval Zanella2017-08-181-1/+1
* NSS: Replace exported NSS lookup functions with stubs [BZ #21962]Florian Weimer2017-08-142-11/+3
* __libc_rpc_getport: Remove internal_function attributeFlorian Weimer2017-08-131-1/+0
* Consistently use uintN_t not u_intN_t everywhere.Joseph Myers2017-08-078-18/+18
* Replace all internal uses of __bzero with memset. This removes the needWilco Dijkstra2017-06-128-8/+8
* Include shlib-compat.h in many sunrpc/nis source files.Zack Weinberg2017-06-0447-7/+51
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-111-1/+2
* sunrpc/tst-xdrmem2.c: Include stdint.h.Zack Weinberg2017-05-091-0/+1
* Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk.Zack Weinberg2017-05-091-1/+1
* Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra2017-03-131-2/+2
* The rpcgen tests should not run if we don't build rpcgen.Thorsten Kukuk2017-03-131-0/+2
* If sunrpc code is disabled, rpcsvc header files, rpcgen andThorsten Kukuk2017-03-111-6/+9
* sunrpc: Improvements for UDP client timeout handling [BZ #20257]Florian Weimer2017-02-285-57/+919
* sunrpc: Do not unregister services if not registered [BZ #5010]Florian Weimer2017-02-283-12/+304
* sunrpc: Avoid use-after-free read access in clntudp_call [BZ #21115]Florian Weimer2017-02-273-2/+65
* As a minor cleanup remove the (r)index defines from include/string.h asWilco Dijkstra2017-02-061-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0123-23/+23
* sunrpc: Always obtain AF_INET addresses from NSS [BZ #20964]Florian Weimer2016-12-275-77/+99
* rpcinfo: Remove traces of unbuilt helper programFlorian Weimer2016-12-272-743/+0
* Fix build-and-build-again bug in sunrpc tests.Zack Weinberg2016-11-141-0/+1
* Fix rpcgen buffer overrun (bug 20790).Joseph Myers2016-11-083-1/+13
* Installed-header hygiene (BZ#20366): obsolete BSD u_* types.Zack Weinberg2016-09-231-4/+4
* CVE-2016-4429: sunrpc: Do not use alloca in clntudp_call [BZ #20112]Florian Weimer2016-05-231-1/+9
* sunrpc: In key_call_keyenvoy, use int status instead of union waitFlorian Weimer2016-03-081-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0421-21/+21
* Convert a few more function definitions to prototype style.Joseph Myers2015-10-213-35/+36
* Convert miscellaneous function definitions to prototype style.Joseph Myers2015-10-204-26/+30
* Convert 29 more function definitions to prototype style (multiple parameters ...Joseph Myers2015-10-202-10/+4
* Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers2015-10-197-46/+16
* sunrpc: Rewrite with explicit TLS access using __threadFlorian Weimer2015-10-171-14/+8
* Assume that SOCK_CLOEXEC is available and worksFlorian Weimer2015-10-171-35/+1
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-1614-110/+34
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-085-6/+6
* Rename bits/libc-tsd.h to libc-tsd.h (bug 14912).Joseph Myers2015-09-031-1/+1
* Use calloc to allocate xports (BZ #17542)Brad Hubbard2015-03-181-2/+2
* Split rpcent tests out of tst-netdb.Roland McGrath2015-03-042-1/+75