Age | Commit message (Expand) | Author | Files | Lines |
2024-04-17 | sunrpc: Suppress clang warning on struct cmessage | Adhemerval Zanella | 1 | -0/+7 |
2024-04-17 | sunrpc: Remove extra parenthesis on comparison | Adhemerval Zanella | 1 | -1/+1 |
2024-04-17 | Suppress -Wmaybe-uninitialized only for gcc | Adhemerval Zanella | 1 | -1/+1 |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 22 | -22/+22 |
2023-10-24 | Move 'rpc' routines from 'inet' into 'nss' | Arjun Shankar | 3 | -77/+2 |
2023-07-26 | sunrpc: Fix netname build with older gcc | Adhemerval Zanella Netto | 1 | -0/+4 |
2023-06-02 | Fix all the remaining misspellings -- BZ 25337 | Paul Pluzhnikov | 5 | -6/+6 |
2023-05-24 | sunrpc/netname.c: fix warn unused result | Frédéric Bérat | 1 | -1/+2 |
2023-03-27 | Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions | Adhemerval Zanella Netto | 3 | -6/+5 |
2023-01-11 | sunrpc: Suppress GCC -O1 warning on user2netname [BZ #19444] | Adhemerval Zanella | 1 | -3/+4 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 23 | -23/+23 |
2022-10-05 | sunrpc: Suppress GCC -Os warning on user2netname | Adhemerval Zanella Netto | 1 | -0/+6 |
2022-01-17 | CVE-2022-23218: Buffer overflow in sunrpc svcunix_create (bug 28768) | Florian Weimer | 3 | -8/+47 |
2022-01-17 | sunrpc: Test case for clnt_create "unix" buffer overflow (bug 22542) | Martin Sebor | 2 | -1/+48 |
2022-01-17 | CVE-2022-23219: Buffer overflow in sunrpc clnt_create for "unix" (bug 22542) | Florian Weimer | 1 | -3/+7 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 21 | -21/+21 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 7 | -7/+0 |
2021-07-09 | Force building with -fno-common | Florian Weimer | 3 | -13/+9 |
2021-04-12 | linux: Normalize and return timeout on select (BZ #27651) | Adhemerval Zanella | 1 | -1/+0 |
2021-03-09 | sunrpc: tst-svc_register can be a regular test | Florian Weimer | 1 | -2/+1 |
2021-02-08 | sunrpc: Fix typo in xdr_string comment | Paul Zimmermann | 1 | -1/+1 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 21 | -21/+21 |
2020-12-10 | Handle out-of-memory case in svc_tcp.c/svc_unix.c:rendezvous_request. | Stefan Liebler | 3 | -2/+24 |
2020-12-04 | nsswitch: use new internal API (callers) | DJ Delorie | 2 | -57/+6 |
2020-10-08 | sunrpc: Adjust RPC function declarations to match Sun's (bug 26686] | Martin Sebor | 2 | -6/+7 |
2020-07-17 | Move <rpc/netdb.h> from sunrpc to inet | Florian Weimer | 1 | -74/+0 |
2020-07-13 | Remove --enable-obsolete-rpc configure flag | Petr Vorel | 31 | -9355/+20 |
2020-07-08 | Move non-deprecated RPC-related functions from sunrpc to inet | Florian Weimer | 9 | -374/+1 |
2020-07-08 | sunrpc: Remove hidden aliases for global data symbols (bug 26210) | Florian Weimer | 1 | -4/+8 |
2020-07-07 | sunrpc: Do not export getrpcport by default | Florian Weimer | 1 | -0/+5 |
2020-07-07 | sunrpc: Do not export key handling hooks by default | Florian Weimer | 1 | -3/+14 |
2020-07-07 | sunrpc: Turn clnt_sperrno into a libc_hidden_nolink_sunrpc symbol | Florian Weimer | 1 | -0/+4 |
2020-05-16 | sunrpc/tst-udp-*: Fix timeout value | Samuel Thibault | 2 | -9/+9 |
2020-02-12 | sunrpc: Properly clean up if tst-udp-timeout fails | Matheus Castanho | 1 | -3/+15 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 28 | -28/+28 |
2019-10-30 | Change most internal uses of __gettimeofday to __clock_gettime. | Zack Weinberg | 4 | -16/+25 |
2019-10-02 | Disable -Wmaybe-uninitialized for total_deadline in sunrpc/clnt_udp.c. | Joseph Myers | 1 | -0/+11 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 29 | -29/+29 |
2019-02-15 | Remove qualifier from function return type in tst-svc_register.c. | Joseph Myers | 1 | -1/+1 |
2019-02-14 | Fix fall-through warnings in sunrpc/xdr.c. | Joseph Myers | 1 | -2/+5 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 28 | -28/+28 |
2018-06-29 | libc: Extend __libc_freeres framework (Bug 23329). | Carlos O'Donell | 1 | -0/+1 |
2018-06-29 | Disallow use of DES encryption functions in new programs. | Zack Weinberg | 3 | -4/+7 |
2018-06-26 | Run thread shutdown functions in an explicit order | Florian Weimer | 1 | -5/+1 |
2018-06-26 | sunrpc: Remove always-defined _RPC_THREAD_SAFE_ macro | Florian Weimer | 12 | -66/+0 |
2018-05-11 | sunrpc: Remove stray exports without --enable-obsolete-rpc [BZ #23166] | Florian Weimer | 2 | -8/+20 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 28 | -28/+28 |
2017-12-11 | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu | 1 | -18/+18 |
2017-11-16 | Prefer https for Sourceware links | Siddhesh Poyarekar | 1 | -1/+1 |
2017-09-10 | sunrpc/tst-udp-nonblocking: Fix timeout value | Samuel Thibault | 1 | -4/+4 |