aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-08-13[SUNRPC]: Clean up duplicate includes in net/sunrpc/Jesper Juhl1-1/+0
2007-08-07SUNRPC: Don't call gss_delete_sec_context() from an rcu contextTrond Myklebust1-3/+6
2007-07-24nfsd: fix possible oops on re-insertion of rpcsec_gss modulesJ. Bruce Fields1-4/+5
2007-07-19SUNRPC: move bkl locking and xdr proc invocation into a common helperJ. Bruce Fields1-16/+5
2007-07-19[NET] SUNRPC: Fix whitespace errors.YOSHIFUJI Hideaki1-1/+1
2007-07-17knfsd: nfsd4: secinfo handling without secinfo= optionJ. Bruce Fields1-0/+9
2007-07-17knfsd: rpc: add gss krb5 and spkm3 oid valuesUsha Ketineni2-0/+2
2007-07-17knfsd: nfsd: set rq_client to ip-address-determined-domainJ. Bruce Fields1-3/+18
2007-07-17knfsd: nfsd4: store pseudoflavor in requestAndy Adamson2-0/+16
2007-07-16authgss build fixAndrew Morton1-0/+1
2007-07-10sunrpc: drop BKL around wrap and unwrapJ. Bruce Fields1-0/+10
2007-07-10SUNRPC: Ensure RPCSEC_GSS destroys the security context when freeing a credTrond Myklebust1-2/+58
2007-07-10SUNRPC: Ensure that the struct gss_auth lifetime exceeds the credential'sTrond Myklebust1-6/+25
2007-07-10SUNRPC: Remove the tk_auth macro...Trond Myklebust1-2/+2
2007-07-10SUNRPC: Convert gss_ctx_lock to an RCU lockTrond Myklebust1-17/+36
2007-07-10SUNRPC: Convert the credential garbage collector into a shrinker callbackTrond Myklebust1-2/+1
2007-07-10SUNRPC: Convert the credcache lookup code to use RCUTrond Myklebust1-6/+16
2007-07-10SUNRPC: Enforce atomic updates of rpc_cred->cr_flagsTrond Myklebust1-11/+11
2007-07-10SUNRPC: Clean up rpc credential initialisationTrond Myklebust1-5/+1
2007-07-10SUNRPC: Mark auth and cred operation tables as constant.Trond Myklebust3-6/+6
2007-07-10SUNRPC: Fix a memory leak in gss_create()Trond Myklebust1-4/+6
2007-07-10SUNRPC: Fix a memory leak in the auth credcache codeTrond Myklebust1-1/+2
2007-07-10SUNRPC: Add a downcall queue to struct rpc_inodeTrond Myklebust1-19/+10
2007-07-10SUNRPC: Always match an upcall message in gss_pipe_downcall()Trond Myklebust1-31/+27
2007-07-10SUNRPC: Remove the gss_auth spinlockTrond Myklebust1-22/+25
2007-07-10SUNRPC: Add a backpointer from the struct rpc_cred to the rpc_authTrond Myklebust1-1/+2
2007-07-10sendfile: convert nfsd to splice_direct_to_actor()Jens Axboe1-1/+1
2007-05-09knfsd: rpcgss: RPC_GSS_PROC_ DESTROY request will get a bad rpcWei Yongjun1-0/+2
2007-05-09knfsd: fix resource leak resulting in module refcount leak for rpcsec_gss_krb5.koFrank Filz1-1/+4
2007-05-09knfsd: rpc: fix server-side wrapping of krb5i repliesNeilBrown1-7/+1
2007-05-02spkm3: initialize hashJ. Bruce Fields - unquoted1-0/+4
2007-05-02spkm3: remove bad kfree, unnecessary exportJ. Bruce Fields - unquoted1-5/+0
2007-05-02spkm3: fix spkm3's use of hmacJ. Bruce Fields - unquoted1-2/+2
2007-02-12Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust8-47/+47
2007-02-10[NET] SUNRPC: Fix whitespace errors.YOSHIFUJI Hideaki8-49/+49
2007-02-03SUNRPC: fix print format for tk_pid in auth_gss supportChuck Lever13-63/+73
2006-12-22[PATCH] gss_spkm3: fix error handling in module initAkinobu Mita1-1/+1
2006-12-13[PATCH] knfsd: nfsd: don't drop silently on upcall deferralJ.Bruce Fields1-1/+1
2006-12-13[PATCH] knfsd: svcrpc: fix gss krb5i memory leakJ.Bruce Fields1-4/+5
2006-12-08[PATCH] struct path: convert sunrpcJosef Sipek1-1/+1
2006-12-06rpcgss: krb5: miscellaneous cleanupJ. Bruce Fields3-20/+15
2006-12-06rpcgss: krb5: ignore seedJ. Bruce Fields1-5/+6
2006-12-06rpcgss: krb5: sanity check sealalg value in the downcallJ. Bruce Fields3-30/+5
2006-12-06rpcgss: krb5: clean up some goto's, etc.J. Bruce Fields3-75/+48
2006-12-06rpcgss: simplify make_checksumJ. Bruce Fields4-16/+5
2006-12-06rpcgss: krb5: kill checksum_type, miscellaneous small cleanupJ. Bruce Fields3-20/+4
2006-12-06rpcgss: krb5: expect a constant signalg valueJ. Bruce Fields2-60/+27
2006-12-06gss: krb5: remove signalg and sealalgJ. Bruce Fields3-47/+22
2006-12-06rpc: spkm3 updateOlga Kornievskaia5-162/+166
2006-12-06rpc: move process_xdr_bufOlga Kornievskaia1-69/+4