aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/auth.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-11SUNRPC: receive buffer size estimation values almost never changeChuck Lever1-2/+3
2020-01-15SUNRPC: Remove broken gss_mech_list_pseudoflavors()Trond Myklebust1-2/+0
2019-11-12sunrpc: remove __KERNEL__ ifdefsChristoph Hellwig1-3/+0
2019-02-14SUNRPC: Add rpc_auth::au_ralign fieldChuck Lever1-5/+4
2019-02-14SUNRPC: Make AUTH_SYS and AUTH_NULL set au_verfsizeChuck Lever1-2/+1
2019-02-14SUNRPC: Use struct xdr_stream when decoding RPC Reply headerChuck Lever1-5/+10
2019-02-13SUNRPC: Use struct xdr_stream when constructing RPC Call headerChuck Lever1-5/+10
2018-12-19SUNRPC discard cr_uid from struct rpc_cred.NeilBrown1-2/+0
2018-12-19SUNRPC: remove crbind rpc_cred operationNeilBrown1-2/+0
2018-12-19SUNRPC: remove generic cred code.NeilBrown1-6/+0
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown1-17/+1
2018-12-19SUNRPC: remove RPCAUTH_AUTH_NO_CRKEY_TIMEOUTNeilBrown1-3/+0
2018-12-19NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown1-12/+0
2018-12-19NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown1-1/+2
2018-12-19SUNRPC: remove machine_cred field from struct auth_credNeilBrown1-2/+1
2018-12-19SUNRPC: remove uid and gid from struct auth_credNeilBrown1-3/+0
2018-12-19SUNRPC: remove groupinfo from struct auth_cred.NeilBrown1-1/+0
2018-12-19SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown1-0/+2
2018-10-23SUNRPC: Convert the auth cred cache to use refcount_tTrond Myklebust1-1/+1
2018-10-23SUNRPC: Convert auth creds to use refcount_tTrond Myklebust1-2/+2
2018-10-23SUNRPC: Simplify lookup codeTrond Myklebust1-7/+5
2018-09-30SUNRPC: The transmitted message must lie in the RPCSEC window of validityTrond Myklebust1-0/+2
2018-07-30net/sunrpc: Make rpc_auth_create_args a constSargun Dhillon1-2/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-02-08sunrpc: remove dead codes of cr_magic in rpc_credKinglong Mee1-5/+0
2017-02-08sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unixKinglong Mee1-0/+1
2016-09-30sunrpc: add hash_cred() function to rpc_authops structFrank Sorenson1-0/+1
2016-07-24Merge branch 'nfs-rdma'Trond Myklebust1-0/+3
2016-07-19sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew1-2/+4
2016-07-11xprtrdma: No direct data placement with krb5i and krb5pChuck Lever1-0/+3
2016-05-17SUNRPC: Ensure get_rpccred() and put_rpccred() can take NULL argumentsTrond Myklebust1-1/+2
2016-05-09sunrpc: add a get_rpccred_rcu inlineJeff Layton1-0/+18
2016-05-09sunrpc: add rpc_lookup_generic_credWeston Andros Adamson1-0/+1
2016-05-09sunrpc: plumb gfp_t parm into crcreate operationJeff Layton1-2/+2
2016-03-01nfsd: Lower NFSv4.1 callback message size limitChuck Lever1-0/+7
2015-08-12sunrpc: increase UNX_MAXNODENAME from 32 to __NEW_UTS_LEN bytesJeff Layton1-2/+6
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton1-1/+1
2014-08-03sunrpc/auth: allow lockless (rcu) lookup of credential cache.NeilBrown1-0/+2
2014-07-12sunrpc: add a new "stringify_acceptor" rpc_credopJeff Layton1-0/+2
2013-09-03SUNRPC new rpc_credops to test credential expiryAndy Adamson1-0/+16
2013-09-01SUNRPC: Remove the obsolete auth-only interface for pipefs dentry managementTrond Myklebust1-2/+0
2013-08-30SUNRPC: Replace clnt->cl_principalTrond Myklebust1-2/+8
2013-03-29SUNRPC: Refactor nfsd4_do_encode_secinfo()Chuck Lever1-0/+4
2013-03-29SUNRPC: Introduce rpcauth_get_pseudoflavor()Chuck Lever1-0/+5
2013-02-13sunrpc: Use kuid_t and kgid_t where appropriateEric W. Biederman1-3/+4
2012-07-16SUNRPC: Add rpcauth_list_flavors()Chuck Lever1-0/+2
2012-01-31SUNRPC: subscribe RPC clients to pipefs notificationsStanislav Kinsbursky1-0/+2
2012-01-05SUNRPC: Clean up the RPCSEC_GSS service ticket requestsTrond Myklebust1-1/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2010-12-16SUNRPC: New xdr_streams XDR decoder APIChuck Lever1-2/+2