index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
sunrpc
/
auth.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-02
nfsd: Lower NFSv4.1 callback message size limit
Chuck Lever
1
-0
/
+7
2015-08-12
sunrpc: increase UNX_MAXNODENAME from 32 to __NEW_UTS_LEN bytes
Jeff Layton
1
-2
/
+6
2014-11-25
sunrpc: eliminate RPC_DEBUG
Jeff Layton
1
-1
/
+1
2014-08-04
sunrpc/auth: allow lockless (rcu) lookup of credential cache.
NeilBrown
1
-0
/
+2
2014-07-13
sunrpc: add a new "stringify_acceptor" rpc_credop
Jeff Layton
1
-0
/
+2
2013-09-03
SUNRPC new rpc_credops to test credential expiry
Andy Adamson
1
-0
/
+16
2013-09-01
SUNRPC: Remove the obsolete auth-only interface for pipefs dentry management
Trond Myklebust
1
-2
/
+0
2013-08-30
SUNRPC: Replace clnt->cl_principal
Trond Myklebust
1
-2
/
+8
2013-03-29
SUNRPC: Refactor nfsd4_do_encode_secinfo()
Chuck Lever
1
-0
/
+4
2013-03-29
SUNRPC: Introduce rpcauth_get_pseudoflavor()
Chuck Lever
1
-0
/
+5
2013-02-13
sunrpc: Use kuid_t and kgid_t where appropriate
Eric W. Biederman
1
-3
/
+4
2012-07-16
SUNRPC: Add rpcauth_list_flavors()
Chuck Lever
1
-0
/
+2
2012-02-01
SUNRPC: subscribe RPC clients to pipefs notifications
Stanislav Kinsbursky
1
-0
/
+2
2012-01-05
SUNRPC: Clean up the RPCSEC_GSS service ticket requests
Trond Myklebust
1
-1
/
+2
2011-07-27
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2010-12-16
SUNRPC: New xdr_streams XDR decoder API
Chuck Lever
1
-2
/
+2
2010-12-16
SUNRPC: New xdr_streams XDR encoder API
Chuck Lever
1
-2
/
+2
2010-09-29
sunrpc: fix up rpcauth_remove_module section mismatch
Stephen Rothwell
1
-2
/
+2
2010-08-04
SUNRPC: Move the bound cred to struct rpc_rqst
Trond Myklebust
1
-2
/
+0
2010-08-04
SUNRPC: Clean up of rpc_bindcred()
Trond Myklebust
1
-3
/
+3
2010-08-04
SUNRPC: Make the credential cache hashtable size configurable
Trond Myklebust
1
-8
/
+1
2010-08-04
SUNRPC: Store the hashtable size in struct rpc_cred_cache
Trond Myklebust
1
-0
/
+1
2010-08-04
NFS: Ensure the AUTH_UNIX credcache is allocated dynamically
Trond Myklebust
1
-3
/
+4
2010-05-14
SUNRPC: Don't spam gssd with upcall requests when the kerberos key expired
Trond Myklebust
1
-0
/
+1
2009-09-16
SUNRPC: Defer the auth_gss upcall when the RPC call is asynchronous
Trond Myklebust
1
-2
/
+2
2008-04-20
NFSv4: Reintroduce machine creds
Trond Myklebust
1
-0
/
+2
2008-04-20
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
/
+2
2008-03-14
SUNRPC: Add a generic RPC credential
Trond Myklebust
1
-0
/
+3
2008-03-14
SUNRPC: Clean up rpcauth_bindcred()
Trond Myklebust
1
-3
/
+1
2008-03-14
SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDS
Trond Myklebust
1
-2
/
+2
2008-03-14
SUNRPC: Fix a bug in rpcauth_lookup_credcache()
Trond Myklebust
1
-2
/
+2
2007-07-11
SUNRPC: Convert the credential garbage collector into a shrinker callback
Trond Myklebust
1
-3
/
+3
2007-07-11
SUNRPC: Give credential cache a local spinlock
Trond Myklebust
1
-0
/
+3
2007-07-11
SUNRPC: Convert the credcache lookup code to use RCU
Trond Myklebust
1
-0
/
+3
2007-07-11
SUNRPC: cleanup rpc credential cache garbage collection
Trond Myklebust
1
-0
/
+1
2007-07-11
SUNRPC: Enforce atomic updates of rpc_cred->cr_flags
Trond Myklebust
1
-5
/
+5
2007-07-11
SUNRPC: Clean up rpc credential initialisation
Trond Myklebust
1
-0
/
+1
2007-07-11
SUNRPC: Mark auth and cred operation tables as constant.
Trond Myklebust
1
-9
/
+6
2007-07-11
SUNRPC: Rename rpcauth_destroy() to rpcauth_release()
Trond Myklebust
1
-1
/
+1
2007-07-11
SUNRPC: Fix a memory leak in the auth credcache code
Trond Myklebust
1
-1
/
+2
2007-07-11
SUNRPC: Add a backpointer from the struct rpc_cred to the rpc_auth
Trond Myklebust
1
-0
/
+4
2006-10-04
[PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCP
Greg Banks
1
-3
/
+0
2006-09-29
[SUNRPC]: trivial endianness annotations
Alexey Dobriyan
1
-8
/
+8
2006-04-26
Don't include linux/config.h from anywhere else in include/
David Woodhouse
1
-1
/
+0
2006-02-01
SUNRPC: Remove obsolete rpcauth #defines
Trond Myklebust
1
-5
/
+1
2006-02-01
SUNRPC: Move upcall out of auth->au_ops->crcreate()
Trond Myklebust
1
-0
/
+1
2006-02-01
SUNRPC: Fix a lock recursion in the auth_gss downcall
Trond Myklebust
1
-0
/
+5
2005-10-19
RPCSEC_GSS: cleanup au_rslack calculation
J. Bruce Fields
1
-1
/
+6
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+149