summaryrefslogtreecommitdiff
path: root/include/rpc
AgeCommit message (Expand)Author
2025-08-15Revert "Remove Secure RPC DES authentication"Lexi Winter
2025-08-10Remove Secure RPC DES authenticationLexi Winter
2025-07-23rpc.h: Remove reference to unimplemented DES ioctlsEd Maste
2025-02-01rpc: limited multithread support for svc_nlGleb Smirnoff
2025-02-01libc/rpc: add userland side RPC server over netlink(4)Gleb Smirnoff
2025-02-01krpc: add kernel side client over netlink(4)Gleb Smirnoff
2024-10-30rpc: Fix the definition of xdr_void()Mark Johnston
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26sccs: Manual changesWarner Losh
2023-11-26include: Remove ancient SCCS tags.Warner Losh
2023-11-15lib/libc/rpc: switch the per-fd structs in clnt_{dg,vc}.c to RB TreesAlan Somers
2023-10-10Trim various $FreeBSD$John Baldwin
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-22include: Fix typosElyes Haouas
2022-09-28libc rpc: Fix mismatches in prototypes for array bounds.John Baldwin
2022-06-13rpcbind: get contact addr from xprt membersDmitry Ovsyannikov
2017-11-25include: General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20include: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-03-04xdr: Fix xdr_rpc* defines.Pedro F. Giffuni
2016-03-03Add sunrpc compat define for xp_sock.Pedro F. Giffuni
2016-02-26RPC: update the getrpcbyname() definition to include a const qualifier.Pedro F. Giffuni
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2014-04-28Merge headSimon J. Gerraty
2013-11-25Replace Sun Industry Standards Source License for Sun RPC code with aHiroki Sato
2013-11-25Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,Hiroki Sato
2013-02-16Updated dependenciesSimon J. Gerraty
2012-11-04Sync from headSimon J. Gerraty
2012-10-04rpc: convert all uid and gid variables to u_int.Pedro F. Giffuni
2012-10-02RPC: Convert all uid and gid variables of the type uid_t and gid_t.Pedro F. Giffuni
2012-09-27Complete revert of r239963:Pedro F. Giffuni
2012-09-02Revert r240060: (Partial)Pedro F. Giffuni
2012-09-02Fix RPC headers for C++Pedro F. Giffuni
2012-09-01Bring some changes from Bull's NFSv4 libtirpc implementation.Pedro F. Giffuni
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2012-02-14Change some headers such that lang/gcc* ports no longer patch them.Tijl Coosemans
2012-02-07Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessorDimitry Andric
2012-01-07Spelling fixes for include/Ulrich Spörlein
2011-07-10Revert the previous change and add xdr_sizeofKevin Lo
2011-07-09- Add xdr_sizeof(3) to libcKevin Lo
2009-06-18Re-do r192913 in less intrusive way. Only do IP_RECVDSTADDR/IP_SENDSRCADDRAlexander Kabaev
2008-11-03Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson
2008-09-09Initialise the SVCAUTH field for new transport structures when they areDoug Rabson
2008-08-06Add an implementation of the RPCSEC_GSS authentication protocol for RPC. ThisDoug Rabson
2007-04-10Move rpc/types.h under sys/, as this is used by ZFS kernel module.Pawel Jakub Dawidek
2007-02-02Comment the token after #endif, like we do everywhere else.Jens Schweikhardt