summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc/auth.h
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-02-08sunrpc: remove dead codes of cr_magic in rpc_credKinglong Mee
2017-02-08sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unixKinglong Mee
2016-09-30sunrpc: add hash_cred() function to rpc_authops structFrank Sorenson
2016-07-24Merge branch 'nfs-rdma'Trond Myklebust
2016-07-19sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew
2016-07-11xprtrdma: No direct data placement with krb5i and krb5pChuck Lever
2016-05-17SUNRPC: Ensure get_rpccred() and put_rpccred() can take NULL argumentsTrond Myklebust
2016-05-09sunrpc: add a get_rpccred_rcu inlineJeff Layton
2016-05-09sunrpc: add rpc_lookup_generic_credWeston Andros Adamson
2016-05-09sunrpc: plumb gfp_t parm into crcreate operationJeff Layton
2016-03-01nfsd: Lower NFSv4.1 callback message size limitChuck Lever
2015-08-12sunrpc: increase UNX_MAXNODENAME from 32 to __NEW_UTS_LEN bytesJeff Layton
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton
2014-08-03sunrpc/auth: allow lockless (rcu) lookup of credential cache.NeilBrown
2014-07-12sunrpc: add a new "stringify_acceptor" rpc_credopJeff Layton
2013-09-03SUNRPC new rpc_credops to test credential expiryAndy Adamson
2013-09-01SUNRPC: Remove the obsolete auth-only interface for pipefs dentry managementTrond Myklebust
2013-08-30SUNRPC: Replace clnt->cl_principalTrond Myklebust
2013-03-29SUNRPC: Refactor nfsd4_do_encode_secinfo()Chuck Lever
2013-03-29SUNRPC: Introduce rpcauth_get_pseudoflavor()Chuck Lever
2013-02-13sunrpc: Use kuid_t and kgid_t where appropriateEric W. Biederman
2012-07-16SUNRPC: Add rpcauth_list_flavors()Chuck Lever
2012-01-31SUNRPC: subscribe RPC clients to pipefs notificationsStanislav Kinsbursky
2012-01-05SUNRPC: Clean up the RPCSEC_GSS service ticket requestsTrond Myklebust
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2010-12-16SUNRPC: New xdr_streams XDR decoder APIChuck Lever
2010-12-16SUNRPC: New xdr_streams XDR encoder APIChuck Lever
2010-09-29sunrpc: fix up rpcauth_remove_module section mismatchStephen Rothwell
2010-08-04SUNRPC: Move the bound cred to struct rpc_rqstTrond Myklebust
2010-08-04SUNRPC: Clean up of rpc_bindcred()Trond Myklebust
2010-08-04SUNRPC: Make the credential cache hashtable size configurableTrond Myklebust
2010-08-04SUNRPC: Store the hashtable size in struct rpc_cred_cacheTrond Myklebust
2010-08-04NFS: Ensure the AUTH_UNIX credcache is allocated dynamicallyTrond Myklebust
2010-05-14SUNRPC: Don't spam gssd with upcall requests when the kerberos key expiredTrond Myklebust
2009-09-15SUNRPC: Defer the auth_gss upcall when the RPC call is asynchronousTrond Myklebust
2008-04-19NFSv4: Reintroduce machine credsTrond Myklebust
2008-04-19NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()Trond Myklebust
2008-03-14SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_taskTrond Myklebust
2008-03-14SUNRPC: Add a generic RPC credentialTrond Myklebust
2008-03-14SUNRPC: Clean up rpcauth_bindcred()Trond Myklebust
2008-03-14SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDSTrond Myklebust
2008-03-14SUNRPC: Fix a bug in rpcauth_lookup_credcache()Trond Myklebust
2007-07-10SUNRPC: Convert the credential garbage collector into a shrinker callbackTrond Myklebust
2007-07-10SUNRPC: Give credential cache a local spinlockTrond Myklebust
2007-07-10SUNRPC: Convert the credcache lookup code to use RCUTrond Myklebust
2007-07-10SUNRPC: cleanup rpc credential cache garbage collectionTrond Myklebust
2007-07-10SUNRPC: Enforce atomic updates of rpc_cred->cr_flagsTrond Myklebust
2007-07-10SUNRPC: Clean up rpc credential initialisationTrond Myklebust
2007-07-10SUNRPC: Mark auth and cred operation tables as constant.Trond Myklebust