summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss/auth_gss.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Don't call gss_delete_sec_context() from an rcu contextTrond Myklebust2007-08-071-3/+6
* SUNRPC: move bkl locking and xdr proc invocation into a common helperJ. Bruce Fields2007-07-191-16/+5
* authgss build fixAndrew Morton2007-07-161-0/+1
* sunrpc: drop BKL around wrap and unwrapJ. Bruce Fields2007-07-101-0/+10
* SUNRPC: Ensure RPCSEC_GSS destroys the security context when freeing a credTrond Myklebust2007-07-101-2/+58
* SUNRPC: Ensure that the struct gss_auth lifetime exceeds the credential'sTrond Myklebust2007-07-101-6/+25
* SUNRPC: Remove the tk_auth macro...Trond Myklebust2007-07-101-2/+2
* SUNRPC: Convert gss_ctx_lock to an RCU lockTrond Myklebust2007-07-101-17/+36
* SUNRPC: Convert the credential garbage collector into a shrinker callbackTrond Myklebust2007-07-101-2/+1
* SUNRPC: Convert the credcache lookup code to use RCUTrond Myklebust2007-07-101-6/+16
* SUNRPC: Enforce atomic updates of rpc_cred->cr_flagsTrond Myklebust2007-07-101-11/+11
* SUNRPC: Clean up rpc credential initialisationTrond Myklebust2007-07-101-5/+1
* SUNRPC: Mark auth and cred operation tables as constant.Trond Myklebust2007-07-101-4/+4
* SUNRPC: Fix a memory leak in gss_create()Trond Myklebust2007-07-101-4/+6
* SUNRPC: Fix a memory leak in the auth credcache codeTrond Myklebust2007-07-101-1/+2
* SUNRPC: Add a downcall queue to struct rpc_inodeTrond Myklebust2007-07-101-19/+10
* SUNRPC: Always match an upcall message in gss_pipe_downcall()Trond Myklebust2007-07-101-31/+27
* SUNRPC: Remove the gss_auth spinlockTrond Myklebust2007-07-101-22/+25
* SUNRPC: Add a backpointer from the struct rpc_cred to the rpc_authTrond Myklebust2007-07-101-1/+2
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2007-02-121-10/+10
|\
| * [NET] SUNRPC: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-10/+10
* | SUNRPC: fix print format for tk_pid in auth_gss supportChuck Lever2007-02-031-25/+27
|/
* [PATCH] struct path: convert sunrpcJosef Sipek2006-12-081-1/+1
* rpc: spkm3 updateOlga Kornievskaia2006-12-061-1/+1
* rpc: gss: eliminate print_hexl()'sJ. Bruce Fields2006-12-061-40/+0
* [SUNRPC]: Use k{mem,str}dup where applicableArnaldo Carvalho de Melo2006-12-021-2/+1
* fix file specification in commentsUwe Zeisberger2006-10-031-1/+1
* [SUNRPC]: trivial endianness annotationsAlexey Dobriyan2006-09-281-16/+17
* SUNRPC: Make rpc_mkpipe() take the parent dentry as an argumentTrond Myklebust2006-09-221-5/+2
* SUNRPC: Fix dentry refcounting issues with users of rpc_pipefsTrond Myklebust2006-08-241-1/+0
* SUNRPC: make rpc_unlink() take a dentry argument instead of a pathTrond Myklebust2006-08-241-1/+1
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-6/+3
* SUNRPC: Dead code in net/sunrpc/auth_gss/auth_gss.cEric Sesterhenn2006-04-191-1/+0
* SUNRPC: Ensure that rpc_mkpipe returns a refcounted dentryTrond Myklebust2006-03-201-0/+2
* SUNRPC: Move upcall out of auth->au_ops->crcreate()Trond Myklebust2006-02-011-9/+14
* SUNRPC: Fix a lock recursion in the auth_gss downcallTrond Myklebust2006-02-011-6/+19
* SUNRPC: Fix "EPIPE" error on mount of rpcsec_gss-protected partitionsTrond Myklebust2005-12-191-2/+4
* RPCSEC_GSS remove all qop parametersJ. Bruce Fields2005-10-181-13/+7
* RPCSEC_GSS: client-side privacy supportJ. Bruce Fields2005-10-181-1/+148
* RPCSEC_GSS: cleanup au_rslack calculationJ. Bruce Fields2005-10-181-14/+6
* Revert "[PATCH] RPC,NFS: new rpc_pipefs patch"Trond Myklebust2005-09-231-3/+6
* [PATCH] RPC,NFS: new rpc_pipefs patchChristoph Hellwig2005-09-231-6/+3
* [PATCH] RPC: skip over transport-specific heads automaticallyChuck Lever2005-09-231-4/+2
* [PATCH] RPC: Eliminate socket.h includes in RPC clientChuck Lever2005-09-231-2/+0
* [PATCH] RPC: [PATCH] improve rpcauthauth_create error returnsJ. Bruce Fields2005-06-221-4/+9
* [PATCH] RPC: Don't fall back from krb5p to krb5iJ. Bruce Fields2005-06-221-3/+2
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+1152