aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-03NFS: add newline to kernel warning message in auth_gss codeJames Morris1-1/+1
2007-11-26SUNRPC: Add missing "space" to net/sunrpc/auth_gss.cJoe Perches1-1/+1
2007-11-17sunrpc: return error if unsupported enctype or cksumtype is encounteredKevin Coffman2-2/+7
2007-11-17sunrpc: gss_pipe_downcall(), don't assume all errors are transientKevin Coffman1-1/+1
2007-11-02[SG] Get rid of __sg_mark_end()Jens Axboe1-3/+3
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk2-2/+0
2007-10-30[NET]: Fix incorrect sg_mark_end() calls.David S. Miller1-3/+3
2007-10-27[CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu2-8/+28
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe1-8/+6
2007-10-22Update net/ to use sg helpersJens Axboe1-5/+5
2007-10-15Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds1-3/+3
2007-10-09svcgss: move init code into separate functionJ. Bruce Fields1-67/+77
2007-10-09SUNRPC: Use correct type in buffer length calculationsChuck Lever1-3/+3
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