aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-29net: Move && and || to end of previous lineJoe Perches1-3/+3
2009-09-15SUNRPC: Defer the auth_gss upcall when the RPC call is asynchronousTrond Myklebust1-8/+12
2008-12-30Merge branch 'devel' into nextTrond Myklebust1-3/+3
2008-12-23optimize attribute timeouts for "noac" and "actimeo=0"Peter Staubach1-1/+1
2008-12-23SUNRPC: Remove the last remnant of the BKL...Trond Myklebust1-2/+2
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells1-6/+8
2008-11-14CRED: Separate task security context from task_structDavid Howells1-1/+1
2008-11-14CRED: Wrap task credential accesses in the SunRPC protocolDavid Howells1-2/+2
2008-10-28SUNRPC: Fix potential race in put_rpccred()Trond Myklebust1-1/+1
2008-10-28SUNRPC: Fix rpcauth_prune_expiredTrond Myklebust1-7/+9
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg1-2/+0
2008-04-19SUNRPC: Protect creds against early garbage collectionTrond Myklebust1-0/+8
2008-03-14SUNRPC: Add a helper rpcauth_lookup_generic_cred()Trond Myklebust1-1/+0
2008-03-14SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_taskTrond Myklebust1-2/+3
2008-03-14SUNRPC: Add a generic RPC credentialTrond Myklebust1-0/+1
2008-03-14SUNRPC: Clean up rpcauth_bindcred()Trond Myklebust1-10/+18
2008-03-14SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDSTrond Myklebust1-15/+20
2008-03-14SUNRPC: Fix a bug in rpcauth_lookup_credcache()Trond Myklebust1-1/+4
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds1-3/+0
2008-01-30SUNRPC: Mask signals across the call to rpc_call_setup() in rpc_run_taskTrond Myklebust1-0/+3
2008-01-30SUNRPC: Restrict sunrpc client exportsTrond Myklebust1-9/+9
2008-01-30SUNRPC: Move exported declarations to the function declarationsTrond Myklebust1-0/+8
2007-07-19SUNRPC: move bkl locking and xdr proc invocation into a common helperJ. Bruce Fields1-11/+2
2007-07-17mm: clean up and kernelify shrinker registrationRusty Russell1-5/+6
2007-07-10sunrpc: drop BKL around wrap and unwrapJ. Bruce Fields1-2/+11
2007-07-10SUNRPC: Remove the tk_auth macro...Trond Myklebust1-12/+13
2007-07-10SUNRPC: Convert the credential garbage collector into a shrinker callbackTrond Myklebust1-18/+45
2007-07-10SUNRPC: Give credential cache a local spinlockTrond Myklebust1-14/+32
2007-07-10SUNRPC: Convert the credcache lookup code to use RCUTrond Myklebust1-34/+57
2007-07-10SUNRPC: cleanup rpc credential cache garbage collectionTrond Myklebust1-49/+72
2007-07-10SUNRPC: Enforce atomic updates of rpc_cred->cr_flagsTrond Myklebust1-10/+12
2007-07-10SUNRPC: Clean up rpc credential initialisationTrond Myklebust1-6/+18
2007-07-10SUNRPC: Mark auth and cred operation tables as constant.Trond Myklebust1-4/+4
2007-07-10SUNRPC: Rename rpcauth_destroy() to rpcauth_release()Trond Myklebust1-2/+2
2007-07-10SUNRPC: Fix races in rpcauth_createTrond Myklebust1-11/+24
2007-07-10SUNRPC: Fix a memory leak in the auth credcache codeTrond Myklebust1-2/+16
2007-02-12Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust1-1/+1
2007-02-10[NET] SUNRPC: Fix whitespace errors.YOSHIFUJI Hideaki1-1/+1
2007-02-03SUNRPC: fix print format for tk_pidChuck Lever1-12/+13
2006-09-28[SUNRPC]: trivial endianness annotationsAlexey Dobriyan1-6/+6
2006-03-20SUNRPC: Auto-load RPC authentication kernel modulesOlaf Kirch1-2/+14
2006-02-01SUNRPC: Move upcall out of auth->au_ops->crcreate()Trond Myklebust1-0/+8
2006-02-01SUNRPC: Fix a lock recursion in the auth_gss downcallTrond Myklebust1-7/+10
2006-01-11[NET]: Remove more unneeded typecasts on *malloc()Kris Katterjohn1-1/+1
2005-11-04NFS,SUNRPC,NLM: fix unused variable warnings when CONFIG_SYSCTL is disabledChuck Lever1-8/+7
2005-09-23[PATCH] RPC: Eliminate socket.h includes in RPC clientChuck Lever1-1/+0
2005-06-22[PATCH] RPC: [PATCH] improve rpcauthauth_create error returnsJ. Bruce Fields1-3/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+395