aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_generic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-13Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+9
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan1-2/+2
2016-09-30sunrpc: add generic_auth hash_cred() functionFrank Sorenson1-0/+9
2016-07-19sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew1-8/+1
2016-05-09sunrpc: add rpc_lookup_generic_credWeston Andros Adamson1-0/+7
2016-05-09sunrpc: plumb gfp_t parm into crcreate operationJeff Layton1-3/+3
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton1-1/+1
2014-08-03sunrpc/auth: allow lockless (rcu) lookup of credential cache.NeilBrown1-0/+6
2013-09-12sunrpc: Add missing kuids conversion for printingGeert Uytterhoeven1-1/+1
2013-09-03SUNRPC new rpc_credops to test credential expiryAndy Adamson1-0/+82
2013-02-13sunrpc: Convert kuids and kgids to uids and gids for printingEric W. Biederman1-1/+3
2013-02-13sunrpc: Use uid_eq and gid_eq where appropriateEric W. Biederman1-4/+4
2013-02-13sunrpc: Use userns friendly constants.Eric W. Biederman1-2/+2
2012-05-03userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman1-2/+2
2012-01-23SUNRPC: Fix machine creds in generic_create_cred and generic_matchTrond Myklebust1-1/+16
2012-01-05SUNRPC: Clean up the RPCSEC_GSS service ticket requestsTrond Myklebust1-2/+4
2010-09-29sunrpc: fix up rpcauth_remove_module section mismatchStephen Rothwell1-1/+1
2010-08-04SUNRPC: Clean up of rpc_bindcred()Trond Myklebust1-8/+3
2010-08-04NFS: Ensure the AUTH_UNIX credcache is allocated dynamicallyTrond Myklebust1-9/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-15SUNRPC: Defer the auth_gss upcall when the RPC call is asynchronousTrond Myklebust1-2/+2
2008-11-20SUNRPC: Fix a performance regression in the RPC authentication codeTrond Myklebust1-2/+18
2008-05-18SUNRPC: AUTH_SYS "machine creds" shouldn't use negative valued uid/gidTrond Myklebust1-4/+4
2008-04-19NFSv4: Reintroduce machine credsTrond Myklebust1-2/+24
2008-04-19NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()Trond Myklebust1-2/+0
2008-03-14SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_taskTrond Myklebust1-0/+15
2008-03-14SUNRPC: Add a generic RPC credentialTrond Myklebust1-0/+142