aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/auth.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-13Merge branch 'nfs-for-2.6.33'Gravatar Trond Myklebust 1-16/+23
2009-12-03RPC: Fix two potential races in put_rpccredGravatar Trond Myklebust 1-16/+23
2009-11-29net: Move && and || to end of previous lineGravatar Joe Perches 1-3/+3
2009-09-15SUNRPC: Defer the auth_gss upcall when the RPC call is asynchronousGravatar Trond Myklebust 1-8/+12
2008-12-30Merge branch 'devel' into nextGravatar Trond Myklebust 1-3/+3
2008-12-23optimize attribute timeouts for "noac" and "actimeo=0"Gravatar Peter Staubach 1-1/+1
2008-12-23SUNRPC: Remove the last remnant of the BKL...Gravatar Trond Myklebust 1-2/+2
2008-11-14CRED: Wrap current->cred and a few other accessorsGravatar David Howells 1-6/+8
2008-11-14CRED: Separate task security context from task_structGravatar David Howells 1-1/+1
2008-11-14CRED: Wrap task credential accesses in the SunRPC protocolGravatar David Howells 1-2/+2
2008-10-28SUNRPC: Fix potential race in put_rpccred()Gravatar Trond Myklebust 1-1/+1
2008-10-28SUNRPC: Fix rpcauth_prune_expiredGravatar Trond Myklebust 1-7/+9
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Gravatar Johannes Berg 1-2/+0
2008-04-19SUNRPC: Protect creds against early garbage collectionGravatar Trond Myklebust 1-0/+8
2008-03-14SUNRPC: Add a helper rpcauth_lookup_generic_cred()Gravatar Trond Myklebust 1-1/+0
2008-03-14SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_taskGravatar Trond Myklebust 1-2/+3
2008-03-14SUNRPC: Add a generic RPC credentialGravatar Trond Myklebust 1-0/+1
2008-03-14SUNRPC: Clean up rpcauth_bindcred()Gravatar Trond Myklebust 1-10/+18
2008-03-14SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDSGravatar Trond Myklebust 1-15/+20
2008-03-14SUNRPC: Fix a bug in rpcauth_lookup_credcache()Gravatar Trond Myklebust 1-1/+4
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+0
2008-01-30SUNRPC: Mask signals across the call to rpc_call_setup() in rpc_run_taskGravatar Trond Myklebust 1-0/+3
2008-01-30SUNRPC: Restrict sunrpc client exportsGravatar Trond Myklebust 1-9/+9
2008-01-30SUNRPC: Move exported declarations to the function declarationsGravatar Trond Myklebust 1-0/+8
2007-07-19SUNRPC: move bkl locking and xdr proc invocation into a common helperGravatar J. Bruce Fields 1-11/+2
2007-07-17mm: clean up and kernelify shrinker registrationGravatar Rusty Russell 1-5/+6
2007-07-10sunrpc: drop BKL around wrap and unwrapGravatar J. Bruce Fields 1-2/+11
2007-07-10SUNRPC: Remove the tk_auth macro...Gravatar Trond Myklebust 1-12/+13
2007-07-10SUNRPC: Convert the credential garbage collector into a shrinker callbackGravatar Trond Myklebust 1-18/+45
2007-07-10SUNRPC: Give credential cache a local spinlockGravatar Trond Myklebust 1-14/+32
2007-07-10SUNRPC: Convert the credcache lookup code to use RCUGravatar Trond Myklebust 1-34/+57
2007-07-10SUNRPC: cleanup rpc credential cache garbage collectionGravatar Trond Myklebust 1-49/+72
2007-07-10SUNRPC: Enforce atomic updates of rpc_cred->cr_flagsGravatar Trond Myklebust 1-10/+12
2007-07-10SUNRPC: Clean up rpc credential initialisationGravatar Trond Myklebust 1-6/+18
2007-07-10SUNRPC: Mark auth and cred operation tables as constant.Gravatar Trond Myklebust 1-4/+4
2007-07-10SUNRPC: Rename rpcauth_destroy() to rpcauth_release()Gravatar Trond Myklebust 1-2/+2
2007-07-10SUNRPC: Fix races in rpcauth_createGravatar Trond Myklebust 1-11/+24
2007-07-10SUNRPC: Fix a memory leak in the auth credcache codeGravatar Trond Myklebust 1-2/+16
2007-02-12Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Gravatar Trond Myklebust 1-1/+1
2007-02-10[NET] SUNRPC: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-1/+1
2007-02-03SUNRPC: fix print format for tk_pidGravatar Chuck Lever 1-12/+13
2006-09-28[SUNRPC]: trivial endianness annotationsGravatar Alexey Dobriyan 1-6/+6
2006-03-20SUNRPC: Auto-load RPC authentication kernel modulesGravatar Olaf Kirch 1-2/+14
2006-02-01SUNRPC: Move upcall out of auth->au_ops->crcreate()Gravatar Trond Myklebust 1-0/+8
2006-02-01SUNRPC: Fix a lock recursion in the auth_gss downcallGravatar Trond Myklebust 1-7/+10
2006-01-11[NET]: Remove more unneeded typecasts on *malloc()Gravatar Kris Katterjohn 1-1/+1
2005-11-04NFS,SUNRPC,NLM: fix unused variable warnings when CONFIG_SYSCTL is disabledGravatar Chuck Lever 1-8/+7
2005-09-23[PATCH] RPC: Eliminate socket.h includes in RPC clientGravatar Chuck Lever 1-1/+0
2005-06-22[PATCH] RPC: [PATCH] improve rpcauthauth_create error returnsGravatar J. Bruce Fields 1-3/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+395