aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/sunrpc/auth_gss
AgeCommit message (Expand)AuthorFilesLines
2026-08-10sunrpc: init gssp_lock before publishing proc entryChris Mason3-8/+0
2026-08-10SUNRPC: Zero rpc_gss_wire_cred at svcauth_gss_decode_credbody() entryChris Mason1-0/+3
2026-08-10SUNRPC: Guard svcauth_gss_release() dispatch on rq_auth_statChris Mason1-0/+2
2026-08-10SUNRPC: reject duplicate CREDS_VALUE optionsChris Mason1-0/+6
2026-08-10SUNRPC: fix gssx_dec_option_array error path bugsChris Mason1-3/+6
2026-08-10SUNRPC: Reject krb5 v2 wrap tokens with oversized ec fieldChuck Lever1-0/+2
2026-08-03SUNRPC: harden gss_krb5_unwrap_v2 against short tokensChris Mason1-2/+9
2026-08-03SUNRPC: harden gss_unwrap_resp_priv length checksChris Mason1-1/+5
2026-08-03SUNRPC: svcauth_gss: enforce krb5 token minimum lengthChris Mason1-0/+2
2026-08-03SUNRPC: Reject short RFC 4121 MIC tokens in gss_krb5_verify_mic_v2Chuck Lever1-0/+3
2026-06-09SUNRPC: Remove dead rpcsec_gss_krb5 definitionsChuck Lever4-10/+6
2026-06-09SUNRPC: Remove per-enctype Kconfig optionsChuck Lever1-16/+14
2026-06-09SUNRPC: Remove dead code from rpcsec_gss_krb5Chuck Lever6-3225/+5
2026-06-09SUNRPC: Remove legacy skcipher/ahash handles from krb5_ctxChuck Lever3-493/+3
2026-06-09SUNRPC: Remove encrypt/decrypt function pointers from enctype tableChuck Lever3-22/+6
2026-06-09SUNRPC: Remove wrap/unwrap function pointers from enctype tableChuck Lever2-21/+2
2026-06-09SUNRPC: Remove get_mic/verify_mic function pointers from enctype tableChuck Lever2-18/+2
2026-06-09SUNRPC: Switch MIC token verification to crypto/krb5Chuck Lever1-13/+23
2026-06-09SUNRPC: Switch MIC token generation to crypto/krb5Chuck Lever3-12/+121
2026-06-09SUNRPC: Switch Camellia decrypt to crypto/krb5Chuck Lever1-2/+2
2026-06-09SUNRPC: Switch wrap token decryption to crypto/krb5Chuck Lever2-4/+57
2026-06-09SUNRPC: Switch wrap token encryption to crypto/krb5Chuck Lever3-6/+108
2026-06-09SUNRPC: Prepare crypto/krb5 encryption and checksum handlesChuck Lever2-0/+49
2026-06-09SUNRPC: Add errno-to-GSS status conversion helperChuck Lever2-0/+26
2026-06-09SUNRPC: Add crypto/krb5 enctype lookup to krb5_ctxChuck Lever2-0/+10
2026-06-01sunrpc: rename sunrpc_cache_pipe_upcall_timeout()Jeff Layton1-1/+1
2026-03-29SUNRPC: Replace KUnit tests for memcmp() with KUNIT_EXPECT_MEMEQ_MSG()Ryota Sakamoto1-42/+51
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds4-13/+13
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook6-19/+18
2026-02-12Merge tag 'nfs-for-7.0-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+3
2026-02-09SUNRPC: fix gss_auth kref leak in gss_alloc_msg error pathDaniel Hodges1-0/+3
2026-01-26SUNRPC: auth_gss: fix memory leaks in XDR decoding error pathsChuck Lever1-18/+64
2025-12-08SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_proxy_verfJoshua Rogers1-1/+2
2025-10-06Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-1/+1
2025-09-23SUNRPC: Update gssx_accept_sec_context() to use xdr_set_scratch_folio()Anna Schumaker1-4/+4
2025-09-21sunrpc: fix null pointer dereference on zero-length checksumLei Lu1-1/+1
2025-08-09Merge tag 'nfs-for-6.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+2
2025-07-28Merge tag 'pull-rpc_pipefs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-11/+2
2025-07-22SUNRPC: Silence warnings about parameters not being describedTrond Myklebust1-2/+2
2025-07-14sunrpc: return better error in svcauth_gss_accept() on alloc failureJeff Layton1-1/+2
2025-07-02rpc_mkpipe_dentry(): saner calling conventionsAl Viro1-6/+1
2025-07-02rpc_unlink(): saner calling conventionsAl Viro1-5/+1
2025-06-23sunrpc: fix loop in gss seqno cacheNikhil Jha1-1/+1
2025-05-19sunrpc: implement rfc2203 rpcsec_gss seqnum cacheNikhil Jha1-23/+36
2025-03-10SUNRPC: Remove unused make_checksumDr. David Alan Gilbert2-94/+0
2025-03-10SUNRPC: Remove unused krb5_decryptDr. David Alan Gilbert2-57/+0
2025-01-21sunrpc: Remove gss_{de,en}crypt_xdr_buf deadcodeDr. David Alan Gilbert2-62/+0
2025-01-21sunrpc: Remove gss_generic_token deadcodeDr. David Alan Gilbert3-233/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1