summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss/auth_gss.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski2021-01-251-29/+1
* SUNRPC: rpc_call_null_helper() should set RPC_TASK_SOFTChuck Lever2020-06-111-1/+1
* SUNRPC: Trace GSS context lifetimesChuck Lever2020-06-111-4/+6
* SUNRPC: receive buffer size estimation values almost never changeChuck Lever2020-06-111-14/+30
* SUNRPC: Fix GSS privacy computation of auth->au_ralignChuck Lever2020-04-271-5/+3
* SUNRPC: Add "@len" parameter to gss_unwrap()Chuck Lever2020-04-271-2/+2
* Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-04-071-26/+68
|\
| * SUNRPC: fix krb5p mount to provide large enough buffer in rq_rcvsizeOlga Kornievskaia2020-03-261-1/+2
| * SUNRPC: Trim stack utilization in the wrap and unwrap pathsChuck Lever2020-03-161-6/+8
| * sunrpc: Fix gss_unwrap_resp_integ() againChuck Lever2020-03-161-19/+58
* | SUNRPC: Add xdr_pad_size() helperChuck Lever2020-03-161-1/+1
|/
* SUNRPC: Remove broken gss_mech_list_pseudoflavors()Trond Myklebust2020-01-151-1/+0
* SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_micBenjamin Coddington2019-09-201-1/+1
* SUNRPC: Rebalance a kref in auth_gss.cChuck Lever2019-05-091-0/+1
* SUNRPC: Fix an error code in gss_alloc_msg()Dan Carpenter2019-05-091-1/+3
* SUNRPC: Use namespace of listening daemon in the client AUTH_GSS upcallTrond Myklebust2019-04-261-16/+44
* SUNRPC: Use the client user namespace when encoding credsTrond Myklebust2019-04-261-3/+8
* SUNRPC: Add function rpc_sleep_on_timeout()Trond Myklebust2019-04-251-3/+2
* SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpcTrond Myklebust2019-03-021-1/+1
* SUNRPC: Add rpc_auth::au_ralign fieldChuck Lever2019-02-141-5/+13
* SUNRPC: Make AUTH_SYS and AUTH_NULL set au_verfsizeChuck Lever2019-02-141-0/+1
* SUNRPC: Add SPDX IDs to some net/sunrpc/auth_gss/ filesChuck Lever2019-02-141-26/+1
* SUNRPC: Introduce trace points in rpc_auth_gss.koChuck Lever2019-02-141-84/+81
* SUNRPC: Use struct xdr_stream when decoding RPC Reply headerChuck Lever2019-02-141-94/+110
* SUNRPC: Use struct xdr_stream when constructing RPC Call headerChuck Lever2019-02-131-98/+93
* SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever2019-02-131-2/+1
* SUNRPC: Add xdr_stream::rqst fieldChuck Lever2019-02-131-2/+2
* SUNRPC: Ensure we respect the RPCSEC_GSS sequence number limitTrond Myklebust2019-01-151-3/+9
* SUNRPC discard cr_uid from struct rpc_cred.NeilBrown2018-12-191-6/+6
* SUNRPC: remove crbind rpc_cred operationNeilBrown2018-12-191-2/+0
* NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown2018-12-191-17/+4
* SUNRPC: remove machine_cred field from struct auth_credNeilBrown2018-12-191-4/+1
* SUNRPC: remove uid and gid from struct auth_credNeilBrown2018-12-191-5/+4
* SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown2018-12-191-0/+2
* SUNRPC: Fix leak of krb5p encode pagesChuck Lever2018-12-021-0/+4
* SUNRPC: Fix a Oops when destroying the RPCSEC_GSS credential cacheTrond Myklebust2018-11-121-19/+42
* SUNRPC: Convert the auth cred cache to use refcount_tTrond Myklebust2018-10-231-2/+2
* SUNRPC: The transmitted message must lie in the RPCSEC window of validityTrond Myklebust2018-09-301-0/+41
* Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-08-231-5/+6
|\
| * sunrpc: whitespace fixesStephen Hemminger2018-07-311-1/+1
| * net/sunrpc: Make rpc_auth_create_args a constSargun Dhillon2018-07-301-4/+5
* | Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-08-231-3/+34
|\ \
| * | sunrpc: Add comment defining gssd upcall API keywordsChuck Lever2018-08-221-0/+17
| * | sunrpc: Enable the kernel to specify the hostname part of service principalsChuck Lever2018-08-221-3/+17
| |/
* / net: Remove some unneeded semicolonzhong jiang2018-08-041-1/+1
|/
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
* net, sunrpc: convert gss_upcall_msg.count from atomic_t to refcount_tReshetova, Elena2017-07-041-11/+11
* net, sunrpc: convert gss_cl_ctx.count from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1