pull up r24967 from trunk
authorTom Yu <tlyu@mit.edu>
Mon, 20 Jun 2011 15:31:34 +0000 (15:31 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 20 Jun 2011 15:31:34 +0000 (15:31 +0000)
commit879fd42ed181f236590ebd676bb98f847ff38076
tree0f93aeec896bd6d983300eff553a81ad1943881e
parentbc3aa03e3446ac9c0c36dbb3c65c27268dcde837
pull up r24967 from trunk

 ------------------------------------------------------------------------
 r24967 | ghudson | 2011-06-13 14:54:33 -0400 (Mon, 13 Jun 2011) | 12 lines

 ticket: 6920
 subject: Fix old-style GSSRPC authentication
 target_version: 1.9.2
 tags: pullup

 r24147 (ticket #6746) made libgssrpc ignorant of the remote address of
 the kadmin socket, even when it's IPv4.  This made old-style GSSAPI
 authentication fail because it uses the wrong channel bindings.  Fix
 this problem by making clnttcp_create() get the remote address from
 the socket using getpeername() if the caller doesn't provide it and
 it's an IPv4 address.

ticket: 6920
version_fixed: 1.9.2
status: resolved

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-9@24971 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/rpc/clnt_tcp.c