summaryrefslogtreecommitdiff
path: root/sys/rpc/auth.h
AgeCommit message (Expand)Author
2025-10-14sys/rpc: Define AUTH_SYS_MAX_{GROUPS,HOSTNAME}Olivier Certner
2025-08-15Revert "Remove Secure RPC DES authentication"Lexi Winter
2025-08-10Remove Secure RPC DES authenticationLexi Winter
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2021-12-23rpc: Delete AUTH_NEEDS_TLS(_MUTUAL_HOST) auth_stat valuesRick Macklem
2021-08-14rpc: Make function tables constMark Johnston
2021-06-02nfsd: Fix the failure return for non-fh NFSv4 operationsRick Macklem
2020-08-22Add TLS support to the kernel RPC.Rick Macklem
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2013-11-25Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,Hiroki Sato
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-01Bring some changes from Bull's NFSv4 libtirpc implementation.Pedro F. Giffuni
2008-11-03Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson
2008-03-26Add the new kernel-mode NFS Lock Manager. To use it instead of theDoug Rabson