[krbdev.mit.edu #7770] git commit

Tom Yu via RT rt-comment at krbdev.mit.edu
Tue Nov 26 17:26:30 EST 2013


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 <ghudson at mit.edu>
Committer: Tom Yu <tlyu at mit.edu>
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(-)



More information about the krb5-bugs mailing list