diff options
author | Greg Hudson <ghudson@mit.edu> | 2011-06-23 04:13:38 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2011-06-23 04:13:38 +0000 |
commit | bc8594e7c388c8a5cfb9516a0980877cb1321d32 (patch) | |
tree | 255aea41eb2758a5e91f8275f403aa4f47c8bf81 /src/plugins/locate | |
parent | a37f9319e143c0db50351cc3f6e270b677bdacc1 (diff) | |
download | krb5-bc8594e7c388c8a5cfb9516a0980877cb1321d32.tar.gz krb5-bc8594e7c388c8a5cfb9516a0980877cb1321d32.tar.xz krb5-bc8594e7c388c8a5cfb9516a0980877cb1321d32.zip |
Work around glibc getaddrinfo PTR lookups
In krb5_sname_to_principal(), we always do a forward canonicalization
using getaddrinfo() with AI_CANONNAME set. Then, we do a reverse
canonicalization with getnameinfo() if rdns isn't set to false in
libdefaults.
Current glibc (tested with eglibc 2.11.1) has the arguably buggy
behavior of doing PTR lookups in getaddrinfo() to get the canonical
name, if hints.ai_family is set to something other than AF_UNSPEC.
This behavior defeats the ability to turn off rdns. Work around this
behavior by using AF_UNSPEC in krb5_sname_to_principal() from the
start, instead of starting with AF_INET and falling back. Specify
AI_ADDRCONFIG to avoid AAAA lookups on hosts with no IPv6 addresses.
ticket: 6922
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24977 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/plugins/locate')
0 files changed, 0 insertions, 0 deletions