aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/auth.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-16SUNRPC: New xdr_streams XDR decoder APIChuck Lever1-2/+2
2010-12-16SUNRPC: New xdr_streams XDR encoder APIChuck Lever1-2/+2
2010-09-29sunrpc: fix up rpcauth_remove_module section mismatchStephen Rothwell1-2/+2
2010-08-04SUNRPC: Move the bound cred to struct rpc_rqstTrond Myklebust1-2/+0
2010-08-04SUNRPC: Clean up of rpc_bindcred()Trond Myklebust1-3/+3
2010-08-04SUNRPC: Make the credential cache hashtable size configurableTrond Myklebust1-8/+1
2010-08-04SUNRPC: Store the hashtable size in struct rpc_cred_cacheTrond Myklebust1-0/+1
2010-08-04NFS: Ensure the AUTH_UNIX credcache is allocated dynamicallyTrond Myklebust1-3/+4
2010-05-14SUNRPC: Don't spam gssd with upcall requests when the kerberos key expiredTrond Myklebust1-0/+1
2009-09-15SUNRPC: Defer the auth_gss upcall when the RPC call is asynchronousTrond Myklebust1-2/+2
2008-04-19NFSv4: Reintroduce machine credsTrond Myklebust1-0/+2
2008-04-19NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()Trond Myklebust1-2/+0
2008-03-14SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_taskTrond Myklebust1-0/+2
2008-03-14SUNRPC: Add a generic RPC credentialTrond Myklebust1-0/+3
2008-03-14SUNRPC: Clean up rpcauth_bindcred()Trond Myklebust1-3/+1
2008-03-14SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDSTrond Myklebust1-2/+2
2008-03-14SUNRPC: Fix a bug in rpcauth_lookup_credcache()Trond Myklebust1-2/+2
2007-07-10SUNRPC: Convert the credential garbage collector into a shrinker callbackTrond Myklebust1-3/+3
2007-07-10SUNRPC: Give credential cache a local spinlockTrond Myklebust1-0/+3
2007-07-10SUNRPC: Convert the credcache lookup code to use RCUTrond Myklebust1-0/+3
2007-07-10SUNRPC: cleanup rpc credential cache garbage collectionTrond Myklebust1-0/+1
2007-07-10SUNRPC: Enforce atomic updates of rpc_cred->cr_flagsTrond Myklebust1-5/+5
2007-07-10SUNRPC: Clean up rpc credential initialisationTrond Myklebust1-0/+1
2007-07-10SUNRPC: Mark auth and cred operation tables as constant.Trond Myklebust1-9/+6
2007-07-10SUNRPC: Rename rpcauth_destroy() to rpcauth_release()Trond Myklebust1-1/+1
2007-07-10SUNRPC: Fix a memory leak in the auth credcache codeTrond Myklebust1-1/+2
2007-07-10SUNRPC: Add a backpointer from the struct rpc_cred to the rpc_authTrond Myklebust1-0/+4
2006-10-04[PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCPGreg Banks1-3/+0
2006-09-28[SUNRPC]: trivial endianness annotationsAlexey Dobriyan1-8/+8
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-02-01SUNRPC: Remove obsolete rpcauth #definesTrond Myklebust1-5/+1
2006-02-01SUNRPC: Move upcall out of auth->au_ops->crcreate()Trond Myklebust1-0/+1
2006-02-01SUNRPC: Fix a lock recursion in the auth_gss downcallTrond Myklebust1-0/+5
2005-10-18RPCSEC_GSS: cleanup au_rslack calculationJ. Bruce Fields1-1/+6
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+149