Age | Commit message (Expand) | Author |
2014-02-16 | SUNRPC: Fix a pipe_version reference leak | Trond Myklebust |
2014-02-16 | SUNRPC: Ensure that gss_auth isn't freed before its upcall messages | Trond Myklebust |
2014-02-10 | SUNRPC: Don't create a gss auth cache unless rpc.gssd is running | Trond Myklebust |
2014-01-31 | Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2014-01-30 | Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2014-01-27 | sunrpc: turn warn_gssd() log message into a dprintk() | Jeff Layton |
2014-01-24 | gss_krb5: use lcm from kernel lib | Luis Henriques |
2014-01-07 | minor svcauth_gss.c cleanup | J. Bruce Fields |
2014-01-06 | sunrpc: get rid of use_gssp_lock | Jeff Layton |
2014-01-06 | sunrpc: fix potential race between setting use_gss_proxy and the upcall rpc_clnt | Jeff Layton |
2014-01-06 | sunrpc: don't wait for write before allowing reads from use-gss-proxy file | Jeff Layton |
2013-12-06 | sunrpc: replace sunrpc_net->gssd_running flag with a more reliable check | Jeff Layton |
2013-12-05 | Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2013-11-26 | SUNRPC: do not fail gss proc NULL calls with EACCES | Andy Adamson |
2013-11-16 | Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2013-10-28 | SUNRPC: Fix buffer overflow checking in gss_encode_v0_msg/gss_encode_v1_msg | Trond Myklebust |
2013-10-28 | SUNRPC: gss_alloc_msg - choose _either_ a v0 message or a v1 message | Trond Myklebust |
2013-10-26 | sunrpc: trim off EC bytes in GSSAPI v2 unwrap | Jeff Layton |
2013-10-10 | gss_krb5: document that we ignore sequence number | J. Bruce Fields |
2013-10-10 | svcrpc: handle some gssproxy encoding errors | J. Bruce Fields |
2013-10-08 | svcrpc: fix error-handling on badd gssproxy downcall | J. Bruce Fields |
2013-10-08 | svcrpc: fix gss-proxy NULL dereference in some error cases | J. Bruce Fields |
2013-09-18 | RPCSEC_GSS: fix crash on destroying gss auth | J. Bruce Fields |
2013-09-12 | Merge tag 'nfs-for-3.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2013-09-12 | SUNRPC: No, I did not intend to create a 256KiB hashtable | Trond Myklebust |
2013-09-10 | Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2013-09-09 | Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2013-09-06 | rpc: let xdr layer allocate gssproxy receieve pages | J. Bruce Fields |
2013-09-06 | rpc: fix huge kmalloc's in gss-proxy | J. Bruce Fields |
2013-09-06 | rpc: comment on linux_cred encoding, treat all as unsigned | J. Bruce Fields |
2013-09-06 | rpc: clean up decoding of gssproxy linux creds | J. Bruce Fields |
2013-09-03 | SUNRPC refactor rpcauth_checkverf error returns | Andy Adamson |
2013-09-03 | SUNRPC new rpc_credops to test credential expiry | Andy Adamson |
2013-09-02 | RPCSEC_GSS: Share all credential caches on a per-transport basis | Trond Myklebust |
2013-09-01 | RPCSEC_GSS: Share rpc_pipes when an rpc_clnt owns multiple rpcsec auth caches | Trond Myklebust |
2013-09-01 | RPCSEC_GSS: Switch auth_gss to use the new framework for pipefs dentries | Trond Myklebust |
2013-08-30 | RPCSEC_GSS: Fix an Oopsable condition when creating/destroying pipefs objects | Trond Myklebust |
2013-08-30 | RPCSEC_GSS: Further cleanups | Trond Myklebust |
2013-08-30 | SUNRPC: Replace clnt->cl_principal | Trond Myklebust |
2013-08-30 | RPCSEC_GSS: Clean up upcall message allocation | Trond Myklebust |
2013-08-01 | svcrpc: set cr_gss_mech from gss-proxy as well as legacy upcall | J. Bruce Fields |
2013-08-01 | svcrpc: fix kfree oops in gss-proxy code | J. Bruce Fields |
2013-08-01 | svcrpc: fix gss-proxy xdr decoding oops | J. Bruce Fields |
2013-08-01 | svcrpc: fix gss_rpc_upcall create error | J. Bruce Fields |
2013-07-11 | Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2013-07-01 | svcrpc: store gss mech in svc_cred | J. Bruce Fields |
2013-07-01 | svcrpc: introduce init_svc_cred | J. Bruce Fields |
2013-06-29 | more open-coded file_inode() calls | Al Viro |
2013-05-31 | Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2013-05-28 | svcrpc: implement O_NONBLOCK behavior for use-gss-proxy | J. Bruce Fields |