K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2020-03-08T18:37:04.635285Z K 7 svn:log V 605 Make a bunch of changes to the kernel RPC so that it can handle reception of ext_pgs mbuf lists. jhb@ thinks this will be be needed for certain cases of the KERN_TLS. There are also some changes for handling of flags passed down from the rpctlssd daemon that indicate the results of client certificate validation. One of these flags, RPCTLS_FLAGS_DISABLE, causes all RPCs on the connection to fail with AUTH_REJECTEDCRED. The others will be used by future commits to the NFS server code to check against new export flags. There are also changes in rpcsec_tls and the nfs code to make this support work. END