aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_unix.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-25Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust1-50/+70
2019-02-20SUNRPC: remove pointless test in unx_match()NeilBrown1-1/+1
2019-02-14SUNRPC: Add rpc_auth::au_ralign fieldChuck Lever1-0/+1
2019-02-14SUNRPC: Make AUTH_SYS and AUTH_NULL set au_verfsizeChuck Lever1-1/+4
2019-02-14SUNRPC: Use struct xdr_stream when decoding RPC Reply headerChuck Lever1-19/+23
2019-02-13SUNRPC: Use struct xdr_stream when constructing RPC Call headerChuck Lever1-21/+40
2019-02-13SUNRPC: Remove some dprintk() call sites from auth functionsChuck Lever1-8/+1
2018-12-19SUNRPC: simplify auth_unix.NeilBrown1-70/+31
2018-12-19SUNRPC: remove crbind rpc_cred operationNeilBrown1-1/+0
2018-12-19SUNRPC: remove RPCAUTH_AUTH_NO_CRKEY_TIMEOUTNeilBrown1-1/+0
2018-12-19SUNRPC: remove uid and gid from struct auth_credNeilBrown1-6/+6
2018-12-19SUNRPC: remove groupinfo from struct auth_cred.NeilBrown1-6/+6
2018-12-19SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown1-0/+1
2018-10-23SUNRPC: Convert the auth cred cache to use refcount_tTrond Myklebust1-2/+2
2018-07-30net/sunrpc: Make rpc_auth_create_args a constSargun Dhillon1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-02-08sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unixKinglong Mee1-10/+8
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 auth_unix hash_cred() functionFrank Sorenson1-0/+9
2016-07-19sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew1-0/+1
2016-05-09sunrpc: plumb gfp_t parm into crcreate operationJeff Layton1-3/+3
2016-03-01nfsd: Lower NFSv4.1 callback message size limitChuck Lever1-4/+2
2015-08-12sunrpc: increase UNX_MAXNODENAME from 32 to __NEW_UTS_LEN bytesJeff Layton1-1/+1
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton1-1/+1
2013-09-03SUNRPC refactor rpcauth_checkverf error returnsAndy Adamson1-2/+2
2013-08-30SUNRPC: Replace clnt->cl_principalTrond Myklebust1-1/+1
2013-02-13sunrpc: Properly encode kuids and kgids in RPC_AUTH_UNIX credentialsEric W. Biederman1-3/+3
2013-02-13sunrpc: Use gid_valid to test for gid != INVALID_GIDEric W. Biederman1-3/+2
2013-02-13sunrpc: Convert kuids and kgids to uids and gids for printingEric W. Biederman1-1/+2
2013-02-13sunrpc: Simplify auth_unix now that everything is a kgid_tEric W. Biederman1-10/+4
2013-02-13sunrpc: Use uid_eq and gid_eq where appropriateEric W. Biederman1-1/+1
2013-02-13sunrpc: Use kuid_t and kgid_t where appropriateEric W. Biederman1-2/+2
2013-02-13sunrpc: Use userns friendly constants.Eric W. Biederman1-3/+3
2012-05-03userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman1-4/+11
2011-10-25NFS/sunrpc: don't use a credential with extra groups.NeilBrown1-0/+3
2010-08-04SUNRPC: Move the bound cred to struct rpc_rqstTrond Myklebust1-3/+3
2010-08-04NFS: Ensure the AUTH_UNIX credcache is allocated dynamicallyTrond Myklebust1-8/+7
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
2008-07-09SUNRPC: Use GFP_NOFS when allocating credentialsTrond Myklebust1-1/+1
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/+1
2008-03-14SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDSTrond Myklebust1-32/+24
2007-07-10SUNRPC: Remove the tk_auth macro...Trond Myklebust1-1/+1
2007-07-10SUNRPC: Convert the credential garbage collector into a shrinker callbackTrond Myklebust1-5/+1
2007-07-10SUNRPC: Give credential cache a local spinlockTrond Myklebust1-0/+5
2007-07-10SUNRPC: Convert the credcache lookup code to use RCUTrond Myklebust1-3/+15
2007-07-10SUNRPC: Enforce atomic updates of rpc_cred->cr_flagsTrond Myklebust1-2/+2
2007-07-10SUNRPC: replace casts in auth_unix.c with container_of()Trond Myklebust1-4/+6
2007-07-10SUNRPC: Clean up rpc credential initialisationTrond Myklebust1-8/+2