1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00
freebsd/sys/rpc
Rick Macklem 7aa23c7b59 rpc: Delete AUTH_NEEDS_TLS(_MUTUAL_HOST) auth_stat values
I thought that these new auth_stat values had been agreed
upon by the IETF NFSv4 working group, but that no longer
is the case.  As such, delete them and use AUTH_TOOWEAK
instead.  Leave the code that uses these new auth_stat
values in the sources #ifdef notnow, in case they are
defined in the future.

(cherry picked from commit 744c2dc7dd)
2021-12-29 17:23:30 -08:00
..
rpcsec_gss rpc: Make function tables const 2021-08-21 12:10:31 -04:00
rpcsec_tls mbuf: Only allow extpg mbufs if the system has a direct map 2021-11-29 20:34:54 -05:00
auth_none.c rpc: Make function tables const 2021-08-21 12:10:31 -04:00
auth_unix.c rpc: Make function tables const 2021-08-21 12:10:31 -04:00
auth.h rpc: Delete AUTH_NEEDS_TLS(_MUTUAL_HOST) auth_stat values 2021-12-29 17:23:30 -08:00
authunix_prot.c
clnt_bck.c rpc: Make function tables const 2021-08-21 12:10:31 -04:00
clnt_dg.c rpc: Make function tables const 2021-08-21 12:10:31 -04:00
clnt_rc.c rpc: Make function tables const 2021-08-21 12:10:31 -04:00
clnt_stat.h
clnt_vc.c rpc: Make function tables const 2021-08-21 12:10:31 -04:00
clnt.h rpc: Make function tables const 2021-08-21 12:10:31 -04:00
getnetconfig.c
krpc.h nfsv4 client: do the BindConnectionToSession as required 2021-04-29 17:43:50 -07:00
netconfig.h
nettype.h
pmap_prot.h
replay.c
replay.h
rpc_callmsg.c
rpc_com.h
rpc_generic.c
rpc_msg.h
rpc_prot.c
rpc.h
rpcb_clnt.c
rpcb_clnt.h
rpcb_prot.c
rpcb_prot.h
rpcm_subs.h
rpcsec_gss.h
rpcsec_tls.h Add a new "tlscertname" NFS mount option. 2020-12-23 13:42:55 -08:00
svc_auth_unix.c
svc_auth.c rpc: Make function tables const 2021-08-21 12:10:31 -04:00
svc_auth.h
svc_dg.c rpc: Make function tables const 2021-08-21 12:10:31 -04:00
svc_generic.c
svc_vc.c rpc: Convert an SOLISTENING check to an assertion 2021-09-24 09:01:07 -04:00
svc.c nfsd: fix a NFSv4.1 Linux client mount stuck in CLOSE_WAIT 2021-05-10 18:12:21 -07:00
svc.h Fix a common typo in source code comments 2021-09-07 09:24:05 +02:00
types.h
xdr.h