]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add new versions of log_badauth gssrpc callbacks
authorGreg Hudson <ghudson@mit.edu>
Mon, 25 Nov 2013 16:33:35 +0000 (11:33 -0500)
committerGreg Hudson <ghudson@mit.edu>
Mon, 25 Nov 2013 22:03:09 +0000 (17:03 -0500)
commit4c57a429760a3b3aa89938a13708742675f9548b
treee6c36be1bba678f05e85cb570e99a81f65c947e1
parent32a770ac1851339621185cdca187d8c1cc27adaf
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.

ticket: 7770
src/include/gssrpc/auth_gssapi.h
src/include/gssrpc/rename.h
src/lib/rpc/libgssrpc.exports
src/lib/rpc/svc_auth_gss.c
src/lib/rpc/svc_auth_gssapi.c