aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-18RPCSEC_GSS: fix crash on destroying gss authJ. Bruce Fields1-0/+11
2013-09-12Merge tag 'nfs-for-3.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2013-09-12SUNRPC: No, I did not intend to create a 256KiB hashtableTrond Myklebust1-1/+1
2013-09-10Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-22/+50
2013-09-09Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-112/+330
2013-09-06rpc: let xdr layer allocate gssproxy receieve pagesJ. Bruce Fields1-10/+6
2013-09-06rpc: fix huge kmalloc's in gss-proxyJ. Bruce Fields3-1/+37
2013-09-06rpc: comment on linux_cred encoding, treat all as unsignedJ. Bruce Fields1-8/+10
2013-09-06rpc: clean up decoding of gssproxy linux credsJ. Bruce Fields1-19/+13
2013-09-03SUNRPC refactor rpcauth_checkverf error returnsAndy Adamson1-2/+5
2013-09-03SUNRPC new rpc_credops to test credential expiryAndy Adamson1-2/+50
2013-09-02RPCSEC_GSS: Share all credential caches on a per-transport basisTrond Myklebust1-3/+89
2013-09-01RPCSEC_GSS: Share rpc_pipes when an rpc_clnt owns multiple rpcsec auth cachesTrond Myklebust1-9/+68
2013-09-01RPCSEC_GSS: Switch auth_gss to use the new framework for pipefs dentriesTrond Myklebust1-89/+92
2013-08-30RPCSEC_GSS: Fix an Oopsable condition when creating/destroying pipefs objectsTrond Myklebust1-12/+20
2013-08-30RPCSEC_GSS: Further cleanupsTrond Myklebust1-11/+20
2013-08-30SUNRPC: Replace clnt->cl_principalTrond Myklebust1-3/+4
2013-08-30RPCSEC_GSS: Clean up upcall message allocationTrond Myklebust1-18/+19
2013-08-01svcrpc: set cr_gss_mech from gss-proxy as well as legacy upcallJ. Bruce Fields1-1/+1
2013-08-01svcrpc: fix kfree oops in gss-proxy codeJ. Bruce Fields1-1/+0
2013-08-01svcrpc: fix gss-proxy xdr decoding oopsJ. Bruce Fields1-4/+5
2013-08-01svcrpc: fix gss_rpc_upcall create errorJ. Bruce Fields1-1/+1
2013-07-11Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-8/+7
2013-07-01svcrpc: store gss mech in svc_credJ. Bruce Fields2-4/+5
2013-07-01svcrpc: introduce init_svc_credJ. Bruce Fields1-4/+2
2013-06-29more open-coded file_inode() callsAl Viro1-2/+2
2013-05-31Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-3/+5
2013-05-28svcrpc: implement O_NONBLOCK behavior for use-gss-proxyJ. Bruce Fields1-2/+4
2013-05-16SUNRPC: Convert auth_gss pipe detection to work in namespacesTrond Myklebust1-19/+27
2013-05-16SUNRPC: Faster detection if gssd is actually runningTrond Myklebust1-1/+12
2013-05-15SUNRPC: Fix a bug in gss_create_upcallTrond Myklebust1-2/+3
2013-05-12svcauth_gss: fix error code in use_gss_proxy()Dan Carpenter1-1/+1
2013-05-10Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-28/+30
2013-05-09Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+1
2013-05-07SUNRPC: fix decoding of optional gss-proxy xdr fieldsJ. Bruce Fields1-13/+13
2013-05-06SUNRPC: Refactor gssx_dec_option_array() to kill uninitialized warningGeert Uytterhoeven1-15/+17
2013-05-03Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds9-18/+1872
2013-05-03SUNRPC: Don't spam syslog with "Pseudoflavor not found" messagesTrond Myklebust1-2/+1
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 Torvalds4-31/+101
2013-04-29net/sunrpc: rename random32() to prandom_u32()Akinobu Mita1-2/+2
2013-04-29svcrpc: fix gss-proxy to respect user namespacesJ. Bruce Fields1-7/+13
2013-04-29SUNRPC: gssp_procedures[] can be staticFengguang Wu1-1/+1
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 Fields6-35/+107
2013-04-26SUNRPC: Use gssproxy upcall for server RPCGSS authentication.Simo Sorce2-9/+340
2013-04-26SUNRPC: Add RPC based upcall mechanism for RPCGSS authSimo Sorce5-1/+1500
2013-04-26SUNRPC: conditionally return endtime from import_sec_contextSimo Sorce4-6/+11
2013-03-29SUNRPC: Remove EXPORT_SYMBOL_GPL() from GSS mech switchChuck Lever1-13/+13
2013-03-29SUNRPC: Make gss_mech_get() staticChuck Lever1-4/+1