aboutsummaryrefslogtreecommitdiff
path: root/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert22-22/+22
2023-10-24Move 'rpc' routines from 'inet' into 'nss'Arjun Shankar3-77/+2
2023-07-26sunrpc: Fix netname build with older gccAdhemerval Zanella Netto1-0/+4
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov5-6/+6
2023-05-24sunrpc/netname.c: fix warn unused resultFrédéric Bérat1-1/+2
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto3-6/+5
2023-01-11sunrpc: Suppress GCC -O1 warning on user2netname [BZ #19444]Adhemerval Zanella1-3/+4
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers23-23/+23
2022-10-05sunrpc: Suppress GCC -Os warning on user2netnameAdhemerval Zanella Netto1-0/+6
2022-01-17CVE-2022-23218: Buffer overflow in sunrpc svcunix_create (bug 28768)Florian Weimer3-8/+47
2022-01-17sunrpc: Test case for clnt_create "unix" buffer overflow (bug 22542)Martin Sebor2-1/+48
2022-01-17CVE-2022-23219: Buffer overflow in sunrpc clnt_create for "unix" (bug 22542)Florian Weimer1-3/+7
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert21-21/+21
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar7-7/+0
2021-07-09Force building with -fno-commonFlorian Weimer3-13/+9
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