summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss
AgeCommit message (Expand)Author
2021-02-13SUNRPC: Handle 0 length opaque XDR object data properlyDave Wysochanski
2021-02-13SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski
2020-10-29SUNRPC: fix copying of multiple pages in gss_read_proxy_verf()Martijn de Gouw
2020-08-19SUNRPC: Fix ("SUNRPC: Add "@len" parameter to gss_unwrap()")Chuck Lever
2020-06-22sunrpc: clean up properly in gss_mech_unregister()NeilBrown
2020-06-22sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations.NeilBrown
2020-05-20SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()")Chuck Lever
2020-05-20SUNRPC: Fix GSS privacy computation of auth->au_ralignChuck Lever
2020-05-20SUNRPC: Add "@len" parameter to gss_unwrap()Chuck Lever
2020-04-23sunrpc: Fix gss_unwrap_resp_integ() againChuck Lever
2020-04-23SUNRPC: fix krb5p mount to provide large enough buffer in rq_rcvsizeOlga Kornievskaia
2020-02-11sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas
2020-01-26SUNRPC: Fix svcauth_gss_proxy_init()Chuck Lever
2019-09-26Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-09-20SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_micBenjamin Coddington
2019-09-05sunrpc: Use kzfree rather than its implementation.zhong jiang
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-05-09Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-05-09SUNRPC: Rebalance a kref in auth_gss.cChuck Lever
2019-05-09SUNRPC: Fix an error code in gss_alloc_msg()Dan Carpenter
2019-04-26SUNRPC: Use namespace of listening daemon in the client AUTH_GSS upcallTrond Myklebust
2019-04-26SUNRPC: Use the client user namespace when encoding credsTrond Myklebust
2019-04-25SUNRPC: Add function rpc_sleep_on_timeout()Trond Myklebust
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-24SUNRPC: rsi_parse() should use the current user namespaceTrond Myklebust
2019-03-02SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpcTrond Myklebust
2019-02-25Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust
2019-02-15sunrpc: fix 4 more call sites that were using stack memory with a scatterlistScott Mayhew
2019-02-14SUNRPC: Add rpc_auth::au_ralign fieldChuck Lever
2019-02-14SUNRPC: Make AUTH_SYS and AUTH_NULL set au_verfsizeChuck Lever
2019-02-14SUNRPC: Add SPDX IDs to some net/sunrpc/auth_gss/ filesChuck Lever
2019-02-14SUNRPC: Remove xdr_buf_trim()Chuck Lever
2019-02-14SUNRPC: Introduce trace points in rpc_auth_gss.koChuck Lever
2019-02-14SUNRPC: Use struct xdr_stream when decoding RPC Reply headerChuck Lever
2019-02-13SUNRPC: Use struct xdr_stream when constructing RPC Call headerChuck Lever
2019-02-13SUNRPC: Add build option to disable support for insecure enctypesChuck Lever
2019-02-13SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever
2019-02-13SUNRPC: Add xdr_stream::rqst fieldChuck Lever
2019-01-15SUNRPC: Ensure we respect the RPCSEC_GSS sequence number limitTrond Myklebust
2019-01-02Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-01-02Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-01-02SUNRPC: Fix some kernel doc complaintsChuck Lever
2018-12-27sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin
2018-12-19SUNRPC discard cr_uid from struct rpc_cred.NeilBrown
2018-12-19SUNRPC: remove crbind rpc_cred operationNeilBrown
2018-12-19NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown
2018-12-19SUNRPC: remove machine_cred field from struct auth_credNeilBrown
2018-12-19SUNRPC: remove uid and gid from struct auth_credNeilBrown
2018-12-19SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown
2018-12-02SUNRPC: Fix leak of krb5p encode pagesChuck Lever