index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
auth_unix.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-26
SUNRPC: Use the client user namespace when encoding creds
Trond Myklebust
1
-4
/
+5
2019-02-25
Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...
Trond Myklebust
1
-50
/
+70
2019-02-20
SUNRPC: remove pointless test in unx_match()
NeilBrown
1
-1
/
+1
2019-02-14
SUNRPC: Add rpc_auth::au_ralign field
Chuck Lever
1
-0
/
+1
2019-02-14
SUNRPC: Make AUTH_SYS and AUTH_NULL set au_verfsize
Chuck Lever
1
-1
/
+4
2019-02-14
SUNRPC: Use struct xdr_stream when decoding RPC Reply header
Chuck Lever
1
-19
/
+23
2019-02-13
SUNRPC: Use struct xdr_stream when constructing RPC Call header
Chuck Lever
1
-21
/
+40
2019-02-13
SUNRPC: Remove some dprintk() call sites from auth functions
Chuck Lever
1
-8
/
+1
2018-12-19
SUNRPC: simplify auth_unix.
NeilBrown
1
-70
/
+31
2018-12-19
SUNRPC: remove crbind rpc_cred operation
NeilBrown
1
-1
/
+0
2018-12-19
SUNRPC: remove RPCAUTH_AUTH_NO_CRKEY_TIMEOUT
NeilBrown
1
-1
/
+0
2018-12-19
SUNRPC: remove uid and gid from struct auth_cred
NeilBrown
1
-6
/
+6
2018-12-19
SUNRPC: remove groupinfo from struct auth_cred.
NeilBrown
1
-6
/
+6
2018-12-19
SUNRPC: add 'struct cred *' to auth_cred and rpc_cred
NeilBrown
1
-0
/
+1
2018-10-23
SUNRPC: Convert the auth cred cache to use refcount_t
Trond Myklebust
1
-2
/
+2
2018-07-30
net/sunrpc: Make rpc_auth_create_args a const
Sargun Dhillon
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-02-08
sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unix
Kinglong Mee
1
-10
/
+8
2016-10-13
Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-0
/
+9
2016-10-07
cred: simpler, 1D supplementary groups
Alexey Dobriyan
1
-2
/
+2
2016-09-30
sunrpc: add auth_unix hash_cred() function
Frank Sorenson
1
-0
/
+9
2016-07-19
sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flags
Scott Mayhew
1
-0
/
+1
2016-05-09
sunrpc: plumb gfp_t parm into crcreate operation
Jeff Layton
1
-3
/
+3
2016-03-01
nfsd: Lower NFSv4.1 callback message size limit
Chuck Lever
1
-4
/
+2
2015-08-12
sunrpc: increase UNX_MAXNODENAME from 32 to __NEW_UTS_LEN bytes
Jeff Layton
1
-1
/
+1
2014-11-24
sunrpc: eliminate RPC_DEBUG
Jeff Layton
1
-1
/
+1
2013-09-03
SUNRPC refactor rpcauth_checkverf error returns
Andy Adamson
1
-2
/
+2
2013-08-30
SUNRPC: Replace clnt->cl_principal
Trond Myklebust
1
-1
/
+1
2013-02-13
sunrpc: Properly encode kuids and kgids in RPC_AUTH_UNIX credentials
Eric W. Biederman
1
-3
/
+3
2013-02-13
sunrpc: Use gid_valid to test for gid != INVALID_GID
Eric W. Biederman
1
-3
/
+2
2013-02-13
sunrpc: Convert kuids and kgids to uids and gids for printing
Eric W. Biederman
1
-1
/
+2
2013-02-13
sunrpc: Simplify auth_unix now that everything is a kgid_t
Eric W. Biederman
1
-10
/
+4
2013-02-13
sunrpc: Use uid_eq and gid_eq where appropriate
Eric W. Biederman
1
-1
/
+1
2013-02-13
sunrpc: Use kuid_t and kgid_t where appropriate
Eric W. Biederman
1
-2
/
+2
2013-02-13
sunrpc: Use userns friendly constants.
Eric W. Biederman
1
-3
/
+3
2012-05-03
userns: Convert group_info values from gid_t to kgid_t.
Eric W. Biederman
1
-4
/
+11
2011-10-25
NFS/sunrpc: don't use a credential with extra groups.
NeilBrown
1
-0
/
+3
2010-08-04
SUNRPC: Move the bound cred to struct rpc_rqst
Trond Myklebust
1
-3
/
+3
2010-08-04
NFS: Ensure the AUTH_UNIX credcache is allocated dynamically
Trond Myklebust
1
-8
/
+7
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2008-07-09
SUNRPC: Use GFP_NOFS when allocating credentials
Trond Myklebust
1
-1
/
+1
2008-04-19
NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()
Trond Myklebust
1
-2
/
+0
2008-03-14
SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_task
Trond Myklebust
1
-0
/
+1
2008-03-14
SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDS
Trond Myklebust
1
-32
/
+24
2007-07-10
SUNRPC: Remove the tk_auth macro...
Trond Myklebust
1
-1
/
+1
2007-07-10
SUNRPC: Convert the credential garbage collector into a shrinker callback
Trond Myklebust
1
-5
/
+1
2007-07-10
SUNRPC: Give credential cache a local spinlock
Trond Myklebust
1
-0
/
+5
2007-07-10
SUNRPC: Convert the credcache lookup code to use RCU
Trond Myklebust
1
-3
/
+15
2007-07-10
SUNRPC: Enforce atomic updates of rpc_cred->cr_flags
Trond Myklebust
1
-2
/
+2
2007-07-10
SUNRPC: replace casts in auth_unix.c with container_of()
Trond Myklebust
1
-4
/
+6
[next]