aboutsummaryrefslogtreecommitdiff
path: root/sys/rpc/rpcsec_tls
Commit message (Expand)AuthorAgeFilesLines
* rpctls_impl.c: Fix handling of hung rpc tls daemonRick Macklem2025-07-181-0/+8
* rpctls_impl.c: Fix handling of socket for daemon failureRick Macklem2025-06-211-6/+10
* rpcsec_tls: do not create an RPC client per vnetGleb Smirnoff2025-02-011-36/+12
* rpcsec_tls: cleanup the rpctls_syscall()Gleb Smirnoff2025-02-011-46/+48
* rpcsec_tls: merge RPC failure for rpctls_connect() and rpctls_server()Gleb Smirnoff2025-02-011-54/+46
* rpcsec_tls/server: API refactoring between kernel and rpc.tlsservd(8)Gleb Smirnoff2025-02-012-43/+19
* rpcsec_tls/client: API refactoring between kernel and rpc.tlsclntd(8)Gleb Smirnoff2025-02-012-47/+22
* rpcsec_tls/server: use netlink RPC client to talk to rpc.tlsservd(8)Gleb Smirnoff2025-02-012-299/+98
* rpcsec_tls/client: use netlink RPC client to talk to rpc.tlsclntd(8)Gleb Smirnoff2025-02-012-162/+96
* xdr: provide x_putmbuf method for kernel XDRGleb Smirnoff2025-02-011-3/+1
* krpc: Display stats of TLS usageRick Macklem2023-11-021-3/+18
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-162-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-8/+10
* nfsd: Enable the NFSD_VNET vnet front end macrosRick Macklem2023-02-181-1/+1
* krpc: Add macros so that rpc.tlsservd can run in vnet prisonRick Macklem2023-02-151-57/+107
* nfsd: Allow multiple instances of rpc.tlsservdRick Macklem2022-08-221-43/+113
* mbuf: Only allow extpg mbufs if the system has a direct mapMark Johnston2021-11-161-1/+1
* rpc: Make function tables constMark Johnston2021-08-141-1/+1
* nfs-over-tls: handle res.gid.gid_val correctly for memory allocationRick Macklem2021-01-121-0/+2
* Add a new "tlscertname" NFS mount option.Rick Macklem2020-12-232-4/+14
* Remove a duplicate declarationMitchell Horne2020-09-031-2/+0
* Add TLS support to the kernel RPC.Rick Macklem2020-08-224-0/+1042