This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug network/2099] Support for SRV records in getaddrinfo


https://sourceware.org/bugzilla/show_bug.cgi?id=2099

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2017-06-01
                 CC|                            |fweimer at redhat dot com
         Depends on|                            |19565, 14413
     Ever confirmed|0                           |1

--- Comment #11 from Florian Weimer <fweimer at redhat dot com> ---
The current NSS interface does not support combined host/service lookups.  NSS
service modules only see the host name.  This would have to be fixed first,
probably by returning a struct addrinfo list directly from the service module,
which requires significant interface changes.


Referenced Bugs:

https://sourceware.org/bugzilla/show_bug.cgi?id=14413
[Bug 14413] nsswitch doesn't implement getaddrinfo(), plugins cannot provide
full getaddrinfo features
https://sourceware.org/bugzilla/show_bug.cgi?id=19565
[Bug 19565] Consolidate NSS name resolution interfaces
-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]