aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.tlsservd
Commit message (Expand)AuthorAgeFilesLines
* Revert "rpc.tlsservd.c: Pin max threads at 1 for now"Rick Macklem2026-06-161-7/+0
* rpc.tlsservd.c: Pin max threads at 1 for nowRick Macklem2025-10-101-0/+7
* rpc.tlsservd: fix on a machine with just one CPUGleb Smirnoff2025-05-211-1/+2
* rpcsec_tls: cleanup the rpctls_syscall()Gleb Smirnoff2025-02-011-1/+1
* rpc.tlsservd: provide parallelism with help of pthread(3)Gleb Smirnoff2025-02-013-126/+164
* rpc.tlsservd/rpc.tlsclntd: rename 'refno' field to 'cookie'Gleb Smirnoff2025-02-012-5/+5
* rpc.tlsservd: followup of API refactoring in the previous commitGleb Smirnoff2025-02-011-40/+14
* rpc.tlsservd: run netlink(4) service and use new API to get socketsGleb Smirnoff2025-02-011-68/+4
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* rpc.tls[serv|clnt]d.c: Clean up code for OpenSSL3Rick Macklem2023-06-011-6/+4
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-123-3/+3
* rpc.tlsservd: Check for a tls syscall failure.Rick Macklem2022-12-221-1/+10
* rpc.tlsservd.8: Update man page for new -N/--numdaemons optionRick Macklem2022-11-151-1/+12
* rpc.tlsservd: Add an option to run multiple daemonsRick Macklem2022-10-081-13/+97
* rpc.tlsservd.8: Fix the RFC number now that it existsRick Macklem2022-09-231-3/+3
* rpc.tlsservd: Add the -2 option to the usage lineRick Macklem2022-05-221-0/+1
* rpc.tlsservd: Add the -2 option to the man pageRick Macklem2022-05-221-1/+11
* rpc.tlsservd: Modify the -C option to use SSL_CTX_set_ciphersuitesRick Macklem2022-05-221-3/+4
* rpc.tlsservd: Update the man page for the -C optionRick Macklem2022-05-211-1/+21
* rpc.tlsservd: Add an option to allow TLS version 1.2Rick Macklem2022-05-201-1/+21
* rpc.tlsservd: Add logging of TLS version and cipher usedRick Macklem2022-05-061-4/+14
* rpc.tlsclntd, rpc.tlsservd: Fix getopt_long argumentRick Macklem2022-05-051-1/+1
* rpc.tlsservd: Add a -C command line option for preferred_ciphersRick Macklem2022-05-051-11/+20
* rpc.tlsservd: Delete set but unused variableRick Macklem2022-04-271-2/+1
* nfs tls: Update for SSL_OP_ENABLE_KTLS.John Baldwin2021-08-101-0/+5
* nfs-over-tls: add user space daemons rpc.tlsclntd and rpc.tlsservdRick Macklem2021-02-185-0/+1626