summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss/gss_rpc_upcall.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Ensure that the gssproxy client can start in a connected stateTrond Myklebust2022-05-071-0/+1
* Revert "SUNRPC: Ensure gss-proxy connects on setup"Trond Myklebust2022-05-071-1/+1
* SUNRPC: Ensure gss-proxy connects on setupTrond Myklebust2022-04-291-1/+1
* SUNRPC: Convert rpc_client refcount to use refcount_tTrond Myklebust2021-08-091-1/+1
* SUNRPC: Remove XDRBUF_SPARSE_PAGES flag in gss_proxy upcallChuck Lever2020-12-091-5/+10
* sunrpc: use kmemdup_nul() in gssp_stringify()Chen Zhou2020-06-081-1/+1
* SUNRPC: Add SPDX IDs to some net/sunrpc/auth_gss/ filesChuck Lever2019-02-141-14/+1
* sunrpc: Extract target name into svc_credChuck Lever2018-08-221-25/+45
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-121-1/+1
|\
| * treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* | Fix 16-byte memory leak in gssp_accept_sec_context_upcallDave Wysochanski2018-06-081-1/+3
|/
* sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig2017-05-151-1/+1
* sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig2017-05-151-1/+2
* sunrpc/auth_gss: fix decoder callback prototypesChristoph Hellwig2017-05-151-1/+1
* sunrpc/auth_gss: nfsd: fix encoder callback prototypesChristoph Hellwig2017-05-151-1/+1
* nfsd4: fix gss-proxy 4.1 mounts for some AD principalsJ. Bruce Fields2015-11-241-0/+3
* svcrpc: fix memory leak in gssp_accept_sec_context_upcallDavid Ramos2015-02-171-0/+2
* sunrpc: don't wait for write before allowing reads from use-gss-proxy fileJeff Layton2014-01-061-2/+0
* svcrpc: fix gss-proxy NULL dereference in some error casesJ. Bruce Fields2013-10-081-1/+2
* rpc: let xdr layer allocate gssproxy receieve pagesJ. Bruce Fields2013-09-061-10/+6
* rpc: fix huge kmalloc's in gss-proxyJ. Bruce Fields2013-09-061-0/+30
* svcrpc: fix kfree oops in gss-proxy codeJ. Bruce Fields2013-08-011-1/+0
* svcrpc: fix gss_rpc_upcall create errorJ. Bruce Fields2013-08-011-1/+1
* SUNRPC: gssp_procedures[] can be staticFengguang Wu2013-04-291-1/+1
* Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-...J. Bruce Fields2013-04-291-3/+4
* SUNRPC: Use gssproxy upcall for server RPCGSS authentication.Simo Sorce2013-04-261-0/+2
* SUNRPC: Add RPC based upcall mechanism for RPCGSS authSimo Sorce2013-04-261-0/+355