aboutsummaryrefslogtreecommitdiff
path: root/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2021-04-12linux: Normalize and return timeout on select (BZ #27651)Adhemerval Zanella1-1/+0
2021-03-09sunrpc: tst-svc_register can be a regular testFlorian Weimer1-2/+1
2021-02-08sunrpc: Fix typo in xdr_string commentPaul Zimmermann1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert21-21/+21
2020-12-10Handle out-of-memory case in svc_tcp.c/svc_unix.c:rendezvous_request.Stefan Liebler3-2/+24
2020-12-04nsswitch: use new internal API (callers)DJ Delorie2-57/+6
2020-10-08sunrpc: Adjust RPC function declarations to match Sun's (bug 26686]Martin Sebor2-6/+7
2020-07-17Move <rpc/netdb.h> from sunrpc to inetFlorian Weimer1-74/+0
2020-07-13Remove --enable-obsolete-rpc configure flagPetr Vorel31-9355/+20
2020-07-08Move non-deprecated RPC-related functions from sunrpc to inetFlorian Weimer9-374/+1
2020-07-08sunrpc: Remove hidden aliases for global data symbols (bug 26210)Florian Weimer1-4/+8
2020-07-07sunrpc: Do not export getrpcport by defaultFlorian Weimer1-0/+5
2020-07-07sunrpc: Do not export key handling hooks by defaultFlorian Weimer1-3/+14
2020-07-07sunrpc: Turn clnt_sperrno into a libc_hidden_nolink_sunrpc symbolFlorian Weimer1-0/+4
2020-05-16sunrpc/tst-udp-*: Fix timeout valueSamuel Thibault2-9/+9
2020-02-12sunrpc: Properly clean up if tst-udp-timeout failsMatheus Castanho1-3/+15
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers28-28/+28
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg4-16/+25
2019-10-02Disable -Wmaybe-uninitialized for total_deadline in sunrpc/clnt_udp.c.Joseph Myers1-0/+11
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert29-29/+29
2019-02-15Remove qualifier from function return type in tst-svc_register.c.Joseph Myers1-1/+1
2019-02-14Fix fall-through warnings in sunrpc/xdr.c.Joseph Myers1-2/+5
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers28-28/+28
2018-06-29libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell1-0/+1
2018-06-29Disallow use of DES encryption functions in new programs.Zack Weinberg3-4/+7
2018-06-26Run thread shutdown functions in an explicit orderFlorian Weimer1-5/+1
2018-06-26sunrpc: Remove always-defined _RPC_THREAD_SAFE_ macroFlorian Weimer12-66/+0
2018-05-11sunrpc: Remove stray exports without --enable-obsolete-rpc [BZ #23166]Florian Weimer2-8/+20
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers28-28/+28
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-18/+18
2017-11-16Prefer https for Sourceware linksSiddhesh Poyarekar1-1/+1
2017-09-10sunrpc/tst-udp-nonblocking: Fix timeout valueSamuel Thibault1-4/+4
2017-09-10sunrpc/tst-udp-timeout: Fix timeout valueSamuel Thibault1-3/+3
2017-08-31sunrpc: Remove internal_function attributeFlorian Weimer12-48/+21
2017-08-18Consolidate non cancellable close callAdhemerval Zanella1-1/+1
2017-08-14NSS: Replace exported NSS lookup functions with stubs [BZ #21962]Florian Weimer2-11/+3
2017-08-13__libc_rpc_getport: Remove internal_function attributeFlorian Weimer1-1/+0
2017-08-07Consistently use uintN_t not u_intN_t everywhere.Joseph Myers8-18/+18
2017-06-12Replace all internal uses of __bzero with memset. This removes the needWilco Dijkstra8-8/+8
2017-06-04Include shlib-compat.h in many sunrpc/nis source files.Zack Weinberg47-7/+51
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg1-1/+2
2017-05-09sunrpc/tst-xdrmem2.c: Include stdint.h.Zack Weinberg1-0/+1
2017-05-09Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk.Zack Weinberg1-1/+1
2017-03-13 Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra1-2/+2
2017-03-13The rpcgen tests should not run if we don't build rpcgen.Thorsten Kukuk1-0/+2
2017-03-11If sunrpc code is disabled, rpcsvc header files, rpcgen andThorsten Kukuk1-6/+9
2017-02-28sunrpc: Improvements for UDP client timeout handling [BZ #20257]Florian Weimer5-57/+919
2017-02-28sunrpc: Do not unregister services if not registered [BZ #5010]Florian Weimer3-12/+304
2017-02-27sunrpc: Avoid use-after-free read access in clntudp_call [BZ #21115]Florian Weimer3-2/+65
2017-02-06As a minor cleanup remove the (r)index defines from include/string.h asWilco Dijkstra1-1/+1