summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_unix.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Use the client user namespace when encoding credsTrond Myklebust2019-04-261-4/+5
* Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-02-251-50/+70
|\
| * SUNRPC: Add rpc_auth::au_ralign fieldChuck Lever2019-02-141-0/+1
| * SUNRPC: Make AUTH_SYS and AUTH_NULL set au_verfsizeChuck Lever2019-02-141-1/+4
| * SUNRPC: Use struct xdr_stream when decoding RPC Reply headerChuck Lever2019-02-141-19/+23
| * SUNRPC: Use struct xdr_stream when constructing RPC Call headerChuck Lever2019-02-131-21/+40
| * SUNRPC: Remove some dprintk() call sites from auth functionsChuck Lever2019-02-131-8/+1Star
* | SUNRPC: remove pointless test in unx_match()NeilBrown2019-02-201-1/+1
|/
* SUNRPC: simplify auth_unix.NeilBrown2018-12-191-70/+31Star
* SUNRPC: remove crbind rpc_cred operationNeilBrown2018-12-191-1/+0Star
* SUNRPC: remove RPCAUTH_AUTH_NO_CRKEY_TIMEOUTNeilBrown2018-12-191-1/+0Star
* SUNRPC: remove uid and gid from struct auth_credNeilBrown2018-12-191-6/+6
* SUNRPC: remove groupinfo from struct auth_cred.NeilBrown2018-12-191-6/+6
* SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown2018-12-191-0/+1
* SUNRPC: Convert the auth cred cache to use refcount_tTrond Myklebust2018-10-231-2/+2
* net/sunrpc: Make rpc_auth_create_args a constSargun Dhillon2018-07-301-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unixKinglong Mee2017-02-081-10/+8Star
* Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-10-141-0/+9
|\
| * sunrpc: add auth_unix hash_cred() functionFrank Sorenson2016-09-301-0/+9
* | cred: simpler, 1D supplementary groupsAlexey Dobriyan2016-10-081-2/+2
|/
* sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew2016-07-191-0/+1
* sunrpc: plumb gfp_t parm into crcreate operationJeff Layton2016-05-091-3/+3
* nfsd: Lower NFSv4.1 callback message size limitChuck Lever2016-03-011-4/+2Star
* sunrpc: increase UNX_MAXNODENAME from 32 to __NEW_UTS_LEN bytesJeff Layton2015-08-121-1/+1
* sunrpc: eliminate RPC_DEBUGJeff Layton2014-11-241-1/+1
* SUNRPC refactor rpcauth_checkverf error returnsAndy Adamson2013-09-031-2/+2
* SUNRPC: Replace clnt->cl_principalTrond Myklebust2013-08-301-1/+1
* sunrpc: Properly encode kuids and kgids in RPC_AUTH_UNIX credentialsEric W. Biederman2013-02-131-3/+3
* sunrpc: Use gid_valid to test for gid != INVALID_GIDEric W. Biederman2013-02-131-3/+2Star
* sunrpc: Convert kuids and kgids to uids and gids for printingEric W. Biederman2013-02-131-1/+2
* sunrpc: Simplify auth_unix now that everything is a kgid_tEric W. Biederman2013-02-131-10/+4Star
* sunrpc: Use uid_eq and gid_eq where appropriateEric W. Biederman2013-02-131-1/+1
* sunrpc: Use kuid_t and kgid_t where appropriateEric W. Biederman2013-02-131-2/+2
* sunrpc: Use userns friendly constants.Eric W. Biederman2013-02-131-3/+3
* userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman2012-05-031-4/+11
* NFS/sunrpc: don't use a credential with extra groups.NeilBrown2011-10-251-0/+3
* SUNRPC: Move the bound cred to struct rpc_rqstTrond Myklebust2010-08-041-3/+3
* NFS: Ensure the AUTH_UNIX credcache is allocated dynamicallyTrond Myklebust2010-08-041-8/+7Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* SUNRPC: Use GFP_NOFS when allocating credentialsTrond Myklebust2008-07-091-1/+1
* NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()Trond Myklebust2008-04-191-2/+0Star
* SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_taskTrond Myklebust2008-03-141-0/+1
* SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDSTrond Myklebust2008-03-141-32/+24Star
* SUNRPC: Remove the tk_auth macro...Trond Myklebust2007-07-111-1/+1
* SUNRPC: Convert the credential garbage collector into a shrinker callbackTrond Myklebust2007-07-111-5/+1Star
* SUNRPC: Give credential cache a local spinlockTrond Myklebust2007-07-111-0/+5
* SUNRPC: Convert the credcache lookup code to use RCUTrond Myklebust2007-07-111-3/+15
* SUNRPC: Enforce atomic updates of rpc_cred->cr_flagsTrond Myklebust2007-07-111-2/+2
* SUNRPC: replace casts in auth_unix.c with container_of()Trond Myklebust2007-07-111-4/+6