aboutsummaryrefslogtreecommitdiff
path: root/sys/rpc/rpcsec_tls.h
Commit message (Expand)AuthorAgeFilesLines
* rpcsec_tls: cleanup the rpctls_syscall()Gleb Smirnoff2025-02-011-6/+2
* rpc.tlsservd: provide parallelism with help of pthread(3)Gleb Smirnoff2025-02-011-3/+0
* rpcsec_tls/server: API refactoring between kernel and rpc.tlsservd(8)Gleb Smirnoff2025-02-011-4/+2
* rpcsec_tls/client: API refactoring between kernel and rpc.tlsclntd(8)Gleb Smirnoff2025-02-011-8/+3
* rpcsec_tls/server: use netlink RPC client to talk to rpc.tlsservd(8)Gleb Smirnoff2025-02-011-3/+0
* rpcsec_tls/client: use netlink RPC client to talk to rpc.tlsclntd(8)Gleb Smirnoff2025-02-011-2/+0
* krpc: Display stats of TLS usageRick Macklem2023-11-021-0/+4
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* nfsd: Add VNET_SYSUNINIT() macros for vnet cleanupRick Macklem2023-02-201-3/+0
* nfsd: Enable the NFSD_VNET vnet front end macrosRick Macklem2023-02-181-13/+9
* krpc: Add macros so that rpc.tlsservd can run in vnet prisonRick Macklem2023-02-151-0/+18
* nfsd: Allow multiple instances of rpc.tlsservdRick Macklem2022-08-221-2/+6
* Add a new "tlscertname" NFS mount option.Rick Macklem2020-12-231-2/+2
* Add TLS support to the kernel RPC.Rick Macklem2020-08-221-1/+6
* Add the .h file that describes the operations for the rpctls_syscall.Rick Macklem2020-05-311-0/+82