about summary refs log tree commit diff
path: root/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0122-22/+22
* Move 'rpc' routines from 'inet' into 'nss'Arjun Shankar2023-10-243-77/+2
* sunrpc: Fix netname build with older gccAdhemerval Zanella Netto2023-07-261-0/+4
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-025-6/+6
* sunrpc/netname.c: fix warn unused resultFrédéric Bérat2023-05-241-1/+2
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-273-6/+5
* sunrpc: Suppress GCC -O1 warning on user2netname [BZ #19444]Adhemerval Zanella2023-01-111-3/+4
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0623-23/+23
* sunrpc: Suppress GCC -Os warning on user2netnameAdhemerval Zanella Netto2022-10-051-0/+6
* CVE-2022-23218: Buffer overflow in sunrpc svcunix_create (bug 28768)Florian Weimer2022-01-173-8/+47
* sunrpc: Test case for clnt_create "unix" buffer overflow (bug 22542)Martin Sebor2022-01-172-1/+48
* CVE-2022-23219: Buffer overflow in sunrpc clnt_create for "unix" (bug 22542)Florian Weimer2022-01-171-3/+7
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0121-21/+21
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-037-7/+0
* Force building with -fno-commonFlorian Weimer2021-07-093-13/+9
* linux: Normalize and return timeout on select (BZ #27651)Adhemerval Zanella2021-04-121-1/+0
* sunrpc: tst-svc_register can be a regular testFlorian Weimer2021-03-091-2/+1
* sunrpc: Fix typo in xdr_string commentPaul Zimmermann2021-02-081-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0221-21/+21
* Handle out-of-memory case in svc_tcp.c/svc_unix.c:rendezvous_request.Stefan Liebler2020-12-103-2/+24
* nsswitch: use new internal API (callers)DJ Delorie2020-12-042-57/+6
* sunrpc: Adjust RPC function declarations to match Sun's (bug 26686]Martin Sebor2020-10-082-6/+7
* Move <rpc/netdb.h> from sunrpc to inetFlorian Weimer2020-07-171-74/+0
* Remove --enable-obsolete-rpc configure flagPetr Vorel2020-07-1331-9355/+20
* Move non-deprecated RPC-related functions from sunrpc to inetFlorian Weimer2020-07-089-374/+1
* sunrpc: Remove hidden aliases for global data symbols (bug 26210)Florian Weimer2020-07-081-4/+8
* sunrpc: Do not export getrpcport by defaultFlorian Weimer2020-07-071-0/+5
* sunrpc: Do not export key handling hooks by defaultFlorian Weimer2020-07-071-3/+14
* sunrpc: Turn clnt_sperrno into a libc_hidden_nolink_sunrpc symbolFlorian Weimer2020-07-071-0/+4
* sunrpc/tst-udp-*: Fix timeout valueSamuel Thibault2020-05-162-9/+9
* sunrpc: Properly clean up if tst-udp-timeout failsMatheus Castanho2020-02-121-3/+15
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0128-28/+28
* Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg2019-10-304-16/+25
* Disable -Wmaybe-uninitialized for total_deadline in sunrpc/clnt_udp.c.Joseph Myers2019-10-021-0/+11
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0729-29/+29
* 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