aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/auth.c
AgeCommit message (Expand)Author
2008-12-30Merge branch 'devel' into nextTrond Myklebust
2008-12-23optimize attribute timeouts for "noac" and "actimeo=0"Peter Staubach
2008-12-23SUNRPC: Remove the last remnant of the BKL...Trond Myklebust
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells
2008-11-14CRED: Separate task security context from task_structDavid Howells
2008-11-14CRED: Wrap task credential accesses in the SunRPC protocolDavid Howells
2008-10-28SUNRPC: Fix potential race in put_rpccred()Trond Myklebust
2008-10-28SUNRPC: Fix rpcauth_prune_expiredTrond Myklebust
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg
2008-04-19SUNRPC: Protect creds against early garbage collectionTrond Myklebust
2008-03-14SUNRPC: Add a helper rpcauth_lookup_generic_cred()Trond Myklebust
2008-03-14SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_taskTrond Myklebust
2008-03-14SUNRPC: Add a generic RPC credentialTrond Myklebust
2008-03-14SUNRPC: Clean up rpcauth_bindcred()Trond Myklebust
2008-03-14SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDSTrond Myklebust
2008-03-14SUNRPC: Fix a bug in rpcauth_lookup_credcache()Trond Myklebust
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2008-01-30SUNRPC: Mask signals across the call to rpc_call_setup() in rpc_run_taskTrond Myklebust
2008-01-30SUNRPC: Restrict sunrpc client exportsTrond Myklebust
2008-01-30SUNRPC: Move exported declarations to the function declarationsTrond Myklebust
2007-07-19SUNRPC: move bkl locking and xdr proc invocation into a common helperJ. Bruce Fields
2007-07-17mm: clean up and kernelify shrinker registrationRusty Russell
2007-07-10sunrpc: drop BKL around wrap and unwrapJ. Bruce Fields
2007-07-10SUNRPC: Remove the tk_auth macro...Trond Myklebust
2007-07-10SUNRPC: Convert the credential garbage collector into a shrinker callbackTrond Myklebust
2007-07-10SUNRPC: Give credential cache a local spinlockTrond Myklebust
2007-07-10SUNRPC: Convert the credcache lookup code to use RCUTrond Myklebust
2007-07-10SUNRPC: cleanup rpc credential cache garbage collectionTrond Myklebust
2007-07-10SUNRPC: Enforce atomic updates of rpc_cred->cr_flagsTrond Myklebust
2007-07-10SUNRPC: Clean up rpc credential initialisationTrond Myklebust
2007-07-10SUNRPC: Mark auth and cred operation tables as constant.Trond Myklebust
2007-07-10SUNRPC: Rename rpcauth_destroy() to rpcauth_release()Trond Myklebust
2007-07-10SUNRPC: Fix races in rpcauth_createTrond Myklebust
2007-07-10SUNRPC: Fix a memory leak in the auth credcache codeTrond Myklebust
2007-02-12Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust
2007-02-10[NET] SUNRPC: Fix whitespace errors.YOSHIFUJI Hideaki
2007-02-03SUNRPC: fix print format for tk_pidChuck Lever
2006-09-28[SUNRPC]: trivial endianness annotationsAlexey Dobriyan
2006-03-20SUNRPC: Auto-load RPC authentication kernel modulesOlaf Kirch
2006-02-01SUNRPC: Move upcall out of auth->au_ops->crcreate()Trond Myklebust
2006-02-01SUNRPC: Fix a lock recursion in the auth_gss downcallTrond Myklebust
2006-01-11[NET]: Remove more unneeded typecasts on *malloc()Kris Katterjohn
2005-11-04NFS,SUNRPC,NLM: fix unused variable warnings when CONFIG_SYSCTL is disabledChuck Lever
2005-09-23[PATCH] RPC: Eliminate socket.h includes in RPC clientChuck Lever
2005-06-22[PATCH] RPC: [PATCH] improve rpcauthauth_create error returnsJ. Bruce Fields
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds