rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI)
authorDavid Howells <dhowells@redhat.com>
Fri, 11 Apr 2025 09:52:53 +0000 (10:52 +0100)
committerJakub Kicinski <kuba@kernel.org>
Tue, 15 Apr 2025 00:36:42 +0000 (17:36 -0700)
commit9d1d2b59341f58126a69b51f9f5f8ccb9f12e54a
treee1fbbcff473811230f854fb51a19067eee9dbfc7
parentc86f9b963dc606ce884edfcb6724778bd1471ace
rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI)

Implement the basic parts of the yfs-rxgk security class (security index 6)
to support GSSAPI-negotiated security.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: Herbert Xu <herbert@gondor.apana.org.au>
cc: Chuck Lever <chuck.lever@oracle.com>
cc: Simon Horman <horms@kernel.org>
cc: linux-afs@lists.infradead.org
Link: https://patch.msgid.link/20250411095303.2316168-9-dhowells@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
12 files changed:
Documentation/networking/rxrpc.rst
fs/afs/cm_security.c
include/trace/events/rxrpc.h
net/rxrpc/Makefile
net/rxrpc/ar-internal.h
net/rxrpc/output.c
net/rxrpc/protocol.h
net/rxrpc/rxgk.c [new file with mode: 0644]
net/rxrpc/rxgk_app.c [new file with mode: 0644]
net/rxrpc/rxgk_common.h
net/rxrpc/rxkad.c
net/rxrpc/security.c