freebsd-nq/sys/fs/nfsserver
Rick Macklem 02511d2112 Add an argument to newnfs_connect() that indicates use TLS for the connection.
For NFSv4.0, the server creates a server->client TCP connection for callbacks.
If the client mount on the server is using TLS, enable TLS for this callback
TCP connection.
TLS connections from clients will not be supported until the kernel RPC
changes are committed.

Since this changes the internal ABI between the NFS kernel modules that
will require a version bump, delete newnfs_trimtrailing(), which is no
longer used.

Since LCL_TLSCB is not yet set, these changes should not have any semantic
affect at this time.
2020-08-11 00:26:45 +00:00
..
nfs_fha_new.c Re-organize the NFS file handle affinity code for the NFS server. 2020-04-14 00:01:26 +00:00
nfs_fha_new.h Re-organize the NFS file handle affinity code for the NFS server. 2020-04-14 00:01:26 +00:00
nfs_nfsdcache.c nfs: Remove APPLESTATIC macro 2020-05-12 13:23:25 +00:00
nfs_nfsdkrpc.c Re-organize the NFS file handle affinity code for the NFS server. 2020-04-14 00:01:26 +00:00
nfs_nfsdport.c Add optional support for ext_pgs mbufs to the NFS server's read, readlink 2020-07-31 23:35:49 +00:00
nfs_nfsdserv.c Add optional support for ext_pgs mbufs to the NFS server's read, readlink 2020-07-31 23:35:49 +00:00
nfs_nfsdsocket.c Deduplicate fsid comparisons 2020-05-21 01:55:35 +00:00
nfs_nfsdstate.c Add an argument to newnfs_connect() that indicates use TLS for the connection. 2020-08-11 00:26:45 +00:00
nfs_nfsdsubs.c Add support for ext_pgs mbufs to nfsrv_adj(). 2020-07-26 02:42:09 +00:00