summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/auth.h
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Add rpc_auth::au_ralign fieldChuck Lever2019-02-141-5/+4Star
* SUNRPC: Make AUTH_SYS and AUTH_NULL set au_verfsizeChuck Lever2019-02-141-2/+1Star
* SUNRPC: Use struct xdr_stream when decoding RPC Reply headerChuck Lever2019-02-141-5/+10
* SUNRPC: Use struct xdr_stream when constructing RPC Call headerChuck Lever2019-02-131-5/+10
* SUNRPC discard cr_uid from struct rpc_cred.NeilBrown2018-12-191-2/+0Star
* SUNRPC: remove crbind rpc_cred operationNeilBrown2018-12-191-2/+0Star
* SUNRPC: remove generic cred code.NeilBrown2018-12-191-6/+0Star
* NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-191-17/+1Star
* SUNRPC: remove RPCAUTH_AUTH_NO_CRKEY_TIMEOUTNeilBrown2018-12-191-3/+0Star
* NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown2018-12-191-12/+0Star
* NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown2018-12-191-1/+2
* SUNRPC: remove machine_cred field from struct auth_credNeilBrown2018-12-191-2/+1Star
* SUNRPC: remove uid and gid from struct auth_credNeilBrown2018-12-191-3/+0Star
* SUNRPC: remove groupinfo from struct auth_cred.NeilBrown2018-12-191-1/+0Star
* SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown2018-12-191-0/+2
* SUNRPC: Convert the auth cred cache to use refcount_tTrond Myklebust2018-10-231-1/+1
* SUNRPC: Convert auth creds to use refcount_tTrond Myklebust2018-10-231-2/+2
* SUNRPC: Simplify lookup codeTrond Myklebust2018-10-231-7/+5Star
* SUNRPC: The transmitted message must lie in the RPCSEC window of validityTrond Myklebust2018-09-301-0/+2
* net/sunrpc: Make rpc_auth_create_args a constSargun Dhillon2018-07-301-2/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sunrpc: remove dead codes of cr_magic in rpc_credKinglong Mee2017-02-081-5/+0Star
* sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unixKinglong Mee2017-02-081-0/+1
* sunrpc: add hash_cred() function to rpc_authops structFrank Sorenson2016-09-301-0/+1
* Merge branch 'nfs-rdma'Trond Myklebust2016-07-241-0/+3
|\
| * xprtrdma: No direct data placement with krb5i and krb5pChuck Lever2016-07-111-0/+3
* | sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew2016-07-191-2/+4
|/
* SUNRPC: Ensure get_rpccred() and put_rpccred() can take NULL argumentsTrond Myklebust2016-05-171-1/+2
* sunrpc: add a get_rpccred_rcu inlineJeff Layton2016-05-091-0/+18
* sunrpc: add rpc_lookup_generic_credWeston Andros Adamson2016-05-091-0/+1
* sunrpc: plumb gfp_t parm into crcreate operationJeff Layton2016-05-091-2/+2
* nfsd: Lower NFSv4.1 callback message size limitChuck Lever2016-03-011-0/+7
* sunrpc: increase UNX_MAXNODENAME from 32 to __NEW_UTS_LEN bytesJeff Layton2015-08-121-2/+6
* sunrpc: eliminate RPC_DEBUGJeff Layton2014-11-241-1/+1
* sunrpc/auth: allow lockless (rcu) lookup of credential cache.NeilBrown2014-08-031-0/+2
* sunrpc: add a new "stringify_acceptor" rpc_credopJeff Layton2014-07-131-0/+2
* SUNRPC new rpc_credops to test credential expiryAndy Adamson2013-09-031-0/+16
* SUNRPC: Remove the obsolete auth-only interface for pipefs dentry managementTrond Myklebust2013-09-011-2/+0Star
* SUNRPC: Replace clnt->cl_principalTrond Myklebust2013-08-301-2/+8
* SUNRPC: Refactor nfsd4_do_encode_secinfo()Chuck Lever2013-03-291-0/+4
* SUNRPC: Introduce rpcauth_get_pseudoflavor()Chuck Lever2013-03-291-0/+5
* sunrpc: Use kuid_t and kgid_t where appropriateEric W. Biederman2013-02-131-3/+4
* SUNRPC: Add rpcauth_list_flavors()Chuck Lever2012-07-161-0/+2
* SUNRPC: subscribe RPC clients to pipefs notificationsStanislav Kinsbursky2012-02-011-0/+2
* SUNRPC: Clean up the RPCSEC_GSS service ticket requestsTrond Myklebust2012-01-051-1/+2
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* SUNRPC: New xdr_streams XDR decoder APIChuck Lever2010-12-161-2/+2
* SUNRPC: New xdr_streams XDR encoder APIChuck Lever2010-12-161-2/+2
* sunrpc: fix up rpcauth_remove_module section mismatchStephen Rothwell2010-09-291-2/+2
* SUNRPC: Move the bound cred to struct rpc_rqstTrond Myklebust2010-08-041-2/+0Star