Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 878 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(-)