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. https://github.com/krb5/krb5/commit/4c57a429760a3b3aa89938a13708742675f9548b Author: Greg Hudson Commit: 4c57a429760a3b3aa89938a13708742675f9548b Branch: master 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(-)