aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.tlsclntd
Commit message (Expand)AuthorAgeFilesLines
* rpcsec_tls: cleanup the rpctls_syscall()Gleb Smirnoff2025-02-011-1/+1
* rpc.tlsservd/rpc.tlsclntd: rename 'refno' field to 'cookie'Gleb Smirnoff2025-02-011-3/+3
* rpc.tlsclntd: followup of API refactoring in the previous commitGleb Smirnoff2025-02-011-46/+16
* rpc.tlsclntd: run netlink(4) service and use new API to get socketsGleb Smirnoff2025-02-011-55/+3
* manuals: Fix "unusual .Xr" warnings with a scriptGraham Percival2024-10-151-1/+1
* 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-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-121-1/+1
* report full error string on SSL_connect() failureVladimir Kotal2023-02-271-2/+2
* rpc.tlsclntd: Check for a tls syscall failure.Rick Macklem2022-12-211-1/+8
* rpc.tlsclntd.8: Fix the RFC number now that it existsRick Macklem2022-09-231-2/+2
* rpc.tlsclntd: Add the -2 option to the usage lineRick Macklem2022-05-221-0/+1
* rpc.tlsclntd: Add the -2 option to the man pageRick Macklem2022-05-221-1/+11
* rpc.tlsclntd: Update the man page for the -C optionRick Macklem2022-05-221-7/+16
* rpc.tlsclntd: Modify the -C option to use SSL_CTX_set_ciphersuitesRick Macklem2022-05-221-4/+4
* rpc.tlsclntd: Add an option to force use of TLS version 1.2Rick Macklem2022-05-201-11/+28
* rpc.tlsclntd, rpc.tlsservd: Fix getopt_long argumentRick Macklem2022-05-051-2/+2
* 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-183-0/+960