summaryrefslogtreecommitdiff
path: root/net/sunrpc/auth_gss/svcauth_gss.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-20/+7
2012-06-01Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-36/+64
2012-06-01nfsd4: move rq_flavor into svc_credJ. Bruce Fields1-1/+1
2012-06-01nfsd4: move principal name into svc_credJ. Bruce Fields1-19/+6
2012-05-03userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman1-1/+6
2012-04-25SUNRPC: split upcall function to extract reusable partsSimo Sorce1-36/+64
2012-02-01SUNRPC: create GSS auth cache per network namespaceStanislav Kinsbursky1-50/+115
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-12-17net: sunrpc: kill unused macrosShan Wei1-2/+0
2010-09-22svcauth_gss: replace a trivial 'switch' with an 'if'NeilBrown1-22/+19
2010-09-22sunrpc: close connection when a request is irretrievably lost.NeilBrown1-6/+6
2010-05-14NFS: Don't use GFP_KERNEL in rpcsec_gss downcallsTrond Myklebust1-1/+1
2010-05-14gss_krb5: Added and improved code commentsKevin Coffman1-0/+15
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-11-30net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-08-26sunrpc: reply AUTH_BADCRED to RPCSEC_GSS with unknown serviceWei Yongjun1-2/+4
2009-08-09SUNRPC: Allow the cache_detail to specify alternative upcall mechanismsTrond Myklebust1-1/+6
2008-12-24rpc: allow gss callbacks to clientOlga Kornievskaia1-0/+1
2008-12-24nfsd: pass client principal name in rsc downcallOlga Kornievskaia1-0/+23
2008-12-23SUNRPC: rpcsec_gss modules should not be used by out-of-tree codeTrond Myklebust1-2/+2
2008-07-03svcrpc: fix handling of garbage argsJ. Bruce Fields1-7/+5
2008-04-24sunrpc: GSS integrity and decryption failures should return GARBAGE_ARGSHarshula Jayasuriya1-2/+7
2008-02-02svcrpc: ensure gss DESTROY tokens free contexts from cacheJ. Bruce Fields1-0/+1
2008-02-02sunrpc: gss: simplify rsi_parse logicJ. Bruce Fields1-28/+24
2008-02-02nfsd: fix rsi_cache reference count leakJ. Bruce Fields1-6/+11
2008-02-02knfsd: allow cache_register to return error on failureJ. Bruce Fields1-4/+13
2008-02-02knfsd: cache unregistration needn't return errorJ. Bruce Fields1-4/+2
2007-10-10svcgss: move init code into separate functionJ. Bruce Fields1-67/+77
2007-08-14[SUNRPC]: Clean up duplicate includes in net/sunrpc/Jesper Juhl1-1/+0
2007-07-24nfsd: fix possible oops on re-insertion of rpcsec_gss modulesJ. Bruce Fields1-4/+5
2007-07-17knfsd: nfsd4: secinfo handling without secinfo= optionJ. Bruce Fields1-0/+9
2007-07-17knfsd: nfsd: set rq_client to ip-address-determined-domainJ. Bruce Fields1-3/+18
2007-07-17knfsd: nfsd4: store pseudoflavor in requestAndy Adamson1-0/+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_krb...Frank Filz1-1/+4
2007-05-09knfsd: rpc: fix server-side wrapping of krb5i repliesNeilBrown1-7/+1
2007-02-13Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust1-3/+3
2007-02-11[NET] SUNRPC: Fix whitespace errors.YOSHIFUJI Hideaki1-3/+3
2007-02-04SUNRPC: fix print format for tk_pid in auth_gss supportChuck Lever1-5/+6
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-03[SUNRPC]: Use k{mem,str}dup where applicableArnaldo Carvalho de Melo1-5/+2
2006-10-11[PATCH] net/sunrpc/auth_gss/svcauth_gss.c endianness regressionAl Viro1-2/+3
2006-10-04[PATCH] knfsd: svcrpc: gss: fix failure on SVC_DENIED in integrity caseJ.Bruce Fields1-12/+18
2006-10-04[PATCH] knfsd: svcrpc: gss: factor out some common wrapping codeJ.Bruce Fields1-20/+23
2006-10-04[PATCH] knfsd: Replace two page lists in struct svc_rqst with oneNeilBrown1-3/+1
2006-09-29[SUNRPC]: more sunrpc endianness annotationsAl Viro1-4/+4
2006-09-29[SUNRPC]: trivial endianness annotationsAlexey Dobriyan1-12/+12
2006-09-29[SUNRPC]: svc_{get,put}nl()Alexey Dobriyan1-26/+26