aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss/svcauth_gss.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton1-1/+1
2014-06-23SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_okKinglong Mee1-1/+1
2014-05-30nfsd4: better reservation of head space for krb5J. Bruce Fields1-0/+2
2014-01-07minor svcauth_gss.c cleanupJ. Bruce Fields1-5/+2
2014-01-06sunrpc: get rid of use_gssp_lockJeff Layton1-24/+18
2014-01-06sunrpc: fix potential race between setting use_gss_proxy and the upcall rpc_clntJeff Layton1-2/+2
2014-01-06sunrpc: don't wait for write before allowing reads from use-gss-proxy fileJeff Layton1-31/+2
2013-10-08svcrpc: fix error-handling on badd gssproxy downcallJ. Bruce Fields1-2/+2
2013-08-01svcrpc: set cr_gss_mech from gss-proxy as well as legacy upcallJ. Bruce Fields1-1/+1
2013-07-11Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-7/+3
2013-07-01svcrpc: store gss mech in svc_credJ. Bruce Fields1-3/+1
2013-07-01svcrpc: introduce init_svc_credJ. Bruce Fields1-4/+2
2013-06-29more open-coded file_inode() callsAl Viro1-2/+2
2013-05-28svcrpc: implement O_NONBLOCK behavior for use-gss-proxyJ. Bruce Fields1-2/+4
2013-05-12svcauth_gss: fix error code in use_gss_proxy()Dan Carpenter1-1/+1
2013-05-03Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-11/+352
2013-04-30svcauth_gss: fix error return code in rsc_parse()Wei Yongjun1-1/+3
2013-04-30Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+3
2013-04-29SUNRPC: define {create,destroy}_use_gss_proxy_proc_entry in !PROC caseJ. Bruce Fields1-1/+10
2013-04-29Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-3.10J. Bruce Fields1-1/+3
2013-04-26SUNRPC: Use gssproxy upcall for server RPCGSS authentication.Simo Sorce1-9/+338
2013-04-26SUNRPC: conditionally return endtime from import_sec_contextSimo Sorce1-1/+2
2013-03-29SUNRPC: Consider qop when looking up pseudoflavorsChuck Lever1-1/+3
2013-03-06nfsd: fix krb5 handling of anonymous principalsJ. Bruce Fields1-4/+8
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-9/+9
2013-02-15SUNRPC: rework cache upcall logicStanislav Kinsbursky1-7/+0
2013-02-15SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky1-1/+2
2013-02-13sunrpc: Update svcgss xdr handle to rpsec_contect cacheEric W. Biederman1-5/+13
2013-02-08sunrpc: trim off trailing checksum before returning decrypted or integrity authenticated bufferJeff Layton1-2/+8
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-20/+7
2012-05-31Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-36/+64
2012-05-31nfsd4: move rq_flavor into svc_credJ. Bruce Fields1-1/+1
2012-05-31nfsd4: 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-01-31SUNRPC: 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-21svcauth_gss: replace a trivial 'switch' with an 'if'NeilBrown1-22/+19
2010-09-21sunrpc: 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 implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-29net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-08-25sunrpc: 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-23rpc: allow gss callbacks to clientOlga Kornievskaia1-0/+1
2008-12-23nfsd: 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