aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/auth_unix.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-08sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unixGravatar Kinglong Mee 1-10/+8
2016-10-13Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-0/+9
2016-10-07cred: simpler, 1D supplementary groupsGravatar Alexey Dobriyan 1-2/+2
2016-09-30sunrpc: add auth_unix hash_cred() functionGravatar Frank Sorenson 1-0/+9
2016-07-19sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsGravatar Scott Mayhew 1-0/+1
2016-05-09sunrpc: plumb gfp_t parm into crcreate operationGravatar Jeff Layton 1-3/+3
2016-03-01nfsd: Lower NFSv4.1 callback message size limitGravatar Chuck Lever 1-4/+2
2015-08-12sunrpc: increase UNX_MAXNODENAME from 32 to __NEW_UTS_LEN bytesGravatar Jeff Layton 1-1/+1
2014-11-24sunrpc: eliminate RPC_DEBUGGravatar Jeff Layton 1-1/+1
2013-09-03SUNRPC refactor rpcauth_checkverf error returnsGravatar Andy Adamson 1-2/+2
2013-08-30SUNRPC: Replace clnt->cl_principalGravatar Trond Myklebust 1-1/+1
2013-02-13sunrpc: Properly encode kuids and kgids in RPC_AUTH_UNIX credentialsGravatar Eric W. Biederman 1-3/+3
2013-02-13sunrpc: Use gid_valid to test for gid != INVALID_GIDGravatar Eric W. Biederman 1-3/+2
2013-02-13sunrpc: Convert kuids and kgids to uids and gids for printingGravatar Eric W. Biederman 1-1/+2
2013-02-13sunrpc: Simplify auth_unix now that everything is a kgid_tGravatar Eric W. Biederman 1-10/+4
2013-02-13sunrpc: Use uid_eq and gid_eq where appropriateGravatar Eric W. Biederman 1-1/+1
2013-02-13sunrpc: Use kuid_t and kgid_t where appropriateGravatar Eric W. Biederman 1-2/+2
2013-02-13sunrpc: Use userns friendly constants.Gravatar Eric W. Biederman 1-3/+3
2012-05-03userns: Convert group_info values from gid_t to kgid_t.Gravatar Eric W. Biederman 1-4/+11
2011-10-25NFS/sunrpc: don't use a credential with extra groups.Gravatar NeilBrown 1-0/+3
2010-08-04SUNRPC: Move the bound cred to struct rpc_rqstGravatar Trond Myklebust 1-3/+3
2010-08-04NFS: Ensure the AUTH_UNIX credcache is allocated dynamicallyGravatar Trond Myklebust 1-8/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2008-07-09SUNRPC: Use GFP_NOFS when allocating credentialsGravatar Trond Myklebust 1-1/+1
2008-04-19NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()Gravatar Trond Myklebust 1-2/+0
2008-03-14SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_taskGravatar Trond Myklebust 1-0/+1
2008-03-14SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDSGravatar Trond Myklebust 1-32/+24
2007-07-10SUNRPC: Remove the tk_auth macro...Gravatar Trond Myklebust 1-1/+1
2007-07-10SUNRPC: Convert the credential garbage collector into a shrinker callbackGravatar Trond Myklebust 1-5/+1
2007-07-10SUNRPC: Give credential cache a local spinlockGravatar Trond Myklebust 1-0/+5
2007-07-10SUNRPC: Convert the credcache lookup code to use RCUGravatar Trond Myklebust 1-3/+15
2007-07-10SUNRPC: Enforce atomic updates of rpc_cred->cr_flagsGravatar Trond Myklebust 1-2/+2
2007-07-10SUNRPC: replace casts in auth_unix.c with container_of()Gravatar Trond Myklebust 1-4/+6
2007-07-10SUNRPC: Clean up rpc credential initialisationGravatar Trond Myklebust 1-8/+2
2007-07-10SUNRPC: Mark auth and cred operation tables as constant.Gravatar Trond Myklebust 1-3/+3
2007-07-10SUNRPC: Fix a typo in unx_create()Gravatar Trond Myklebust 1-1/+1
2007-07-10SUNRPC: Fix a memory leak in the auth credcache codeGravatar Trond Myklebust 1-1/+1
2007-07-10SUNRPC: Add a backpointer from the struct rpc_cred to the rpc_authGravatar Trond Myklebust 1-0/+1
2007-02-03SUNRPC: fix print format for tk_pidGravatar Chuck Lever 1-4/+5
2006-09-28[SUNRPC]: trivial endianness annotationsGravatar Alexey Dobriyan 1-5/+5
2006-06-09NFS: Display the chosen RPCSEC_GSS security flavour in /proc/mountsGravatar Trond Myklebust 1-0/+1
2006-02-01SUNRPC: Fix a lock recursion in the auth_gss downcallGravatar Trond Myklebust 1-3/+3
2006-01-11[NET]: Remove more unneeded typecasts on *malloc()Gravatar Kris Katterjohn 1-1/+1
2005-09-23[PATCH] RPC: Eliminate socket.h includes in RPC clientGravatar Chuck Lever 1-2/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+242