NeilBrown a68a72e135 SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_none
In almost all cases the credential stored in rpc_message.rpc_cred
is a "generic" credential.  One of the two expections is when an
AUTH_NULL credential is used such as for RPC ping requests.

To improve consistency, don't pass an explicit credential in
these cases, but instead pass NULL and set a task flag,
similar to RPC_TASK_ROOTCREDS, which requests that NULL credentials
be used by default.

Signed-off-by: NeilBrown <neilb@suse.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
2018-12-19 13:52:45 -05:00
..
2018-10-23 10:57:06 -07:00
2018-07-24 14:10:42 -07:00
2018-10-22 19:59:20 -07:00
2018-11-15 11:35:40 -08:00
2018-12-05 20:37:52 -08:00
2018-07-24 14:10:42 -07:00
2018-11-29 14:25:36 -08:00