svn rev #18166: trunk/src/appl/bsd/

rra@MIT.EDU rra at MIT.EDU
Mon Jun 19 19:37:10 EDT 2006


Commit By: rra
Log Message: 
Ticket: 3122

Pass in the correct value for the first argument of select (one larger
than the largest file number in the select set) rather than some multiple
of sizeof some struct.  The latter is large enough accidentally work, but
breaks on AIX.

Map IPv4-mapped IPv6 addresses back to IPv4 in krshd for the purposes of
connecting back to the remote system on AIX, since on AIX getnameinfo
returns such addresses but connect won't accept them.



Changed Files:
U   trunk/src/appl/bsd/krlogin.c
U   trunk/src/appl/bsd/krlogind.c
U   trunk/src/appl/bsd/krsh.c
U   trunk/src/appl/bsd/krshd.c



More information about the cvs-krb5 mailing list