Add new versions of log_badauth gssrpc callbacks libgssrpc supports two callbacks for gss_accept_sec_context failures on servers (one for AUTH_GSS and one for AUTH_GSSAPI), which are IPv4-specific. Provide an alternate version which supplies the transport handle instead of the address, so that we can get the address via the file descriptor for TCP connections. (cherry picked from commit 4c57a429760a3b3aa89938a13708742675f9548b) https://github.com/krb5/krb5/commit/dca3c14c0b43a4de724e3533ca2f0a909b7c695f Author: Greg Hudson Committer: Tom Yu Commit: dca3c14c0b43a4de724e3533ca2f0a909b7c695f Branch: krb5-1.12 src/include/gssrpc/auth_gssapi.h | 13 +++++++++++++ src/include/gssrpc/rename.h | 2 ++ src/lib/rpc/libgssrpc.exports | 2 ++ src/lib/rpc/svc_auth_gss.c | 27 +++++++++++++++++++++------ src/lib/rpc/svc_auth_gssapi.c | 26 +++++++++++++++++++++----- 5 files changed, 59 insertions(+), 11 deletions(-)