aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-14SUNRPC: Use struct xdr_stream when decoding RPC Reply headerChuck Lever1-22/+41
2019-02-13SUNRPC: Use struct xdr_stream when constructing RPC Call headerChuck Lever1-18/+38
2019-02-13SUNRPC: Remove some dprintk() call sites from auth functionsChuck Lever1-29/+0
2019-02-13SUNRPC: Add xdr_stream::rqst fieldChuck Lever1-2/+2
2019-01-09sunrpc: kernel BUG at kernel/cred.c:825!Santosh kumar pradhan1-0/+3
2018-12-19SUNRPC discard cr_uid from struct rpc_cred.NeilBrown1-1/+0
2018-12-19SUNRPC: simplify auth_unix.NeilBrown1-0/+1
2018-12-19SUNRPC: remove crbind rpc_cred operationNeilBrown1-11/+1
2018-12-19SUNRPC: remove generic cred code.NeilBrown1-17/+1
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown1-5/+9
2018-12-19NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown1-23/+0
2018-12-19SUNRPC: add side channel to use non-generic cred for rpc call.NeilBrown1-1/+5
2018-12-19SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_noneNeilBrown1-0/+2
2018-12-19NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown1-3/+39
2018-12-19SUNRPC: remove uid and gid from struct auth_credNeilBrown1-5/+1
2018-12-19SUNRPC: remove groupinfo from struct auth_cred.NeilBrown1-1/+0
2018-12-19SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown1-1/+7
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-7/+7
2018-10-23SUNRPC: Simplify lookup codeTrond Myklebust1-11/+8
2018-10-23SUNRPC: Clean up the AUTH cache codeTrond Myklebust1-61/+86
2018-09-30SUNRPC: Remove rpc_authflavor_lock in favour of RCU lockingTrond Myklebust1-66/+62
2018-09-30SUNRPC: The transmitted message must lie in the RPCSEC window of validityTrond Myklebust1-0/+10
2018-07-31sunrpc: kstrtoul() can also return -ERANGEDan Carpenter1-1/+1
2018-07-30net/sunrpc: Make rpc_auth_create_args a constSargun Dhillon1-1/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2017-02-08sunrpc: remove dead codes of cr_magic in rpc_credKinglong Mee1-3/+0
2017-02-08sunrpc: error out if register_shrinker failKinglong Mee1-1/+5
2017-01-30SUNRPC: two small improvements to rpcauth shrinker.NeilBrown1-2/+4
2016-09-30sunrpc: replace generic auth_cred hash with auth-specific functionFrank Sorenson1-1/+1
2016-07-19sunrpc: Fix bit count when setting hashtable size to power-of-twoFrank Sorenson1-3/+1
2016-07-19sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew1-1/+3
2016-05-17SUNRPC: Ensure get_rpccred() and put_rpccred() can take NULL argumentsTrond Myklebust1-2/+3
2016-05-09sunrpc: plumb gfp_t parm into crcreate operationJeff Layton1-2/+2
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez1-1/+1
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton1-2/+2
2014-08-04SUNRPC: remove all refcounting of groupinfo from rpcauth_lookupcredNeilBrown1-7/+1
2014-08-03sunrpc/auth: allow lockless (rcu) lookup of credential cache.NeilBrown1-2/+15
2014-08-03SUNRPC: Enforce an upper limit on the number of cached credentialsTrond Myklebust1-9/+35
2014-07-12replace strict_strto callsDaniel Walter1-1/+1
2014-07-12sunrpc: add a new "stringify_acceptor" rpc_credopJeff Layton1-0/+9
2014-06-24NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for supportAndy Adamson1-0/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2013-09-10shrinker: convert remaining shrinkers to count/scan APIDave Chinner1-14/+27
2013-09-03SUNRPC new rpc_credops to test credential expiryAndy Adamson1-0/+21
2013-08-30SUNRPC: Replace clnt->cl_principalTrond Myklebust1-3/+3
2013-04-04SUNRPC: Don't recognize RPC_AUTH_MAXFLAVORChuck Lever1-1/+4
2013-03-29SUNRPC: Refactor nfsd4_do_encode_secinfo()Chuck Lever1-0/+35
2013-03-29SUNRPC: Introduce rpcauth_get_pseudoflavor()Chuck Lever1-0/+35
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-3/+2