aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/rpc
Commit message (Expand)AuthorAgeFilesLines
* rpc_generic.c: Fix a rpcbind core dump when rpcinfo is doneRick Macklem2025-09-281-0/+4
* Revert "Remove Secure RPC DES authentication"Lexi Winter2025-08-1510-76/+1595
* Remove Secure RPC DES authenticationLexi Winter2025-08-1010-1595/+76
* libc/rpc/svc_nl: plg a memory leakGleb Smirnoff2025-06-201-1/+2
* Remove vestiges of keyserv(8)Lexi Winter2025-05-231-2/+1
* rpc: limited multithread support for svc_nlGleb Smirnoff2025-02-011-14/+86
* libc/rpc: add userland side RPC server over netlink(4)Gleb Smirnoff2025-02-014-2/+307
* Remove publickey(5) stuffEmmanuel Vadot2025-01-221-1/+1
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* libc: move NIS xdr_* symbols from rpc's to yp's Symbol.mapEd Maste2024-05-241-31/+0
* rpc: Fix typo in commentAssume-Zhan2024-02-131-1/+1
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-2/+0
* sccs: Manual changesWarner Losh2023-11-274-12/+0
* lib: Remove ancient SCCS tags.Warner Losh2023-11-2776-203/+0
* lib/libc/rpc: switch the per-fd structs in clnt_{dg,vc}.c to RB TreesAlan Somers2023-11-154-180/+162
* libc/libc/rpc: refactor some global variablesAlan Somers2023-11-152-102/+83
* libc: Remove empty comments in Symbol.mapBrooks Davis2023-11-151-3/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-0155-56/+0
* libc: Fix missing or misspelled MLINKS.Dag-Erling Smørgrav2023-10-181-0/+2
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-1623-23/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-163-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1654-109/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* rpcb_clnt.c: Do not force use of UDPRick Macklem2022-11-131-2/+12
* libc rpc: Fix mismatches in prototypes for array bounds.John Baldwin2022-09-281-1/+1
* rpc(3): Fix two typos in source code commentsGordon Bergling2022-04-021-1/+1
* libc: Fix a typo in a source code commentGordon Bergling2022-03-281-1/+1
* libc clnt_com_create: relock rpcsoc_lock earlier when port is obtained from p...Konstantin Belousov2022-01-091-1/+1
* libc/rpc/getrpcent.c: Mark write-only variables as unusedKonstantin Belousov2021-11-291-6/+6
* rpc(3): Correct a few common typos in source code commentsGordon Bergling2021-08-222-4/+4
* Remove references to timed(8)Ceri Davies2021-05-131-3/+1
* libc: fix buffer overrun in getrpcport(3)Edward Tomasz Napierala2021-01-311-3/+3
* Fix -Wvoid-pointer-to-enum-cast warnings.Brooks Davis2020-04-151-7/+7
* Fix a use of an uninitialized pointer in xdr_rpcbs_rmtcalllist().Mark Johnston2020-02-051-80/+79
* Increase YPMAXRECORD to 16M to be compatible with Linux.Konstantin Belousov2019-08-121-3/+11
* Fix CONFS to append the value in this case.Brad Davis2018-09-181-1/+1
* Move rpc and netconfig to lib/libc/rpc/Brad Davis2018-09-173-0/+88
* des_crypt.3: Fix typo.Eitan Adler2018-03-071-1/+1
* su_data: correct macro expansion.Pedro F. Giffuni2018-02-081-1/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-252-1/+5
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2052-0/+104
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* Revert r300385 and r300624 which was false positiveXin LI2017-06-301-3/+1
* Fix use-after-free introduced in r300388.Xin LI2017-06-221-1/+2
* * limit size of buffers to RPC_MAXDATASIZEXin LI2017-06-013-12/+22
* Support clnt_raw's use of FD_SETSIZE as a fake file descriptor.Brooks Davis2017-05-011-4/+6