Rich Felker
bdad2fefb2
add support for ipv6 scope_id to getaddrinfo and getnameinfo
...
for all address types, a scope_id specified as a decimal value is
accepted. for addresses with link-local scope, a string containing the
interface name is also accepted.
some changes are made to error handling to avoid unwanted fallbacks in
the case where the scope_id is invalid: if an earlier name lookup
backend fails with an error rather than simply "0 results", this
failure now suppresses any later attempts with other backends.
in getnameinfo, a light "itoa" type function is added for generating
decimal scope_id results, and decimal port strings for services are
also generated using this function now so as not to pull in the
dependency on snprintf.
in netdb.h, a definition for the NI_NUMERICSCOPE flag is added. this
is required by POSIX (it was previously missing) and needed to allow
callers to suppress interface-name lookups.
2014-06-04 02:24:38 -04:00
..
2014-01-06 22:17:24 -05:00
2013-09-15 02:42:29 +00:00
2014-05-30 13:06:51 -04:00
2011-06-09 21:47:24 -04:00
2013-07-03 18:07:50 +02:00
2014-05-30 13:06:51 -04:00
2012-09-07 23:13:55 -04:00
2012-04-09 15:06:58 -04:00
2013-07-22 20:58:04 -04:00
2012-05-06 16:35:32 -04:00
2013-01-04 20:36:34 +01:00
2012-09-08 17:14:52 -04:00
2012-12-11 22:44:36 +01:00
2011-02-12 00:22:29 -05:00
2012-06-29 00:56:37 -04:00
2012-09-07 23:13:55 -04:00
2013-07-22 11:22:36 -04:00
2014-01-06 22:03:38 -05:00
2014-02-25 00:17:29 +01:00
2012-09-07 23:13:55 -04:00
2012-09-08 18:16:33 -04:00
2013-04-06 17:50:37 -04:00
2014-02-18 11:04:15 -05:00
2012-12-03 17:02:56 -05:00
2011-02-12 00:22:29 -05:00
2013-11-20 17:40:33 -05:00
2013-12-02 02:06:52 -05:00
2012-09-07 23:55:11 -04:00
2012-09-30 20:00:38 -04:00
2012-09-07 23:13:55 -04:00
2013-04-04 19:23:47 -04:00
2012-09-08 17:14:52 -04:00
2013-04-10 22:38:46 -04:00
2013-10-30 14:52:55 -04:00
2011-02-14 21:59:38 -05:00
2013-10-20 22:01:51 -04:00
2012-05-06 16:35:32 -04:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2013-11-29 12:45:09 -05:00
2013-08-02 16:52:17 -04:00
2013-11-24 21:42:55 -05:00
2011-02-12 00:22:29 -05:00
2014-03-09 19:29:41 +01:00
2012-03-01 01:34:58 -05:00
2011-04-13 15:24:26 -04:00
2012-09-08 17:14:52 -04:00
2012-09-08 17:14:52 -04:00
2014-06-04 02:24:38 -04:00
2013-07-22 11:22:36 -04:00
2013-12-03 20:34:36 -05:00
2012-12-26 16:55:49 -05:00
2013-08-10 21:41:05 -04:00
2011-11-10 21:01:24 -05:00
2013-04-04 19:23:47 -04:00
2013-07-22 14:39:59 -04:00
2013-12-04 21:31:39 +00:00
2014-05-30 13:06:51 -04:00
2014-04-02 18:37:45 -04:00
2012-09-08 17:14:52 -04:00
2013-07-24 02:17:02 -04:00
2011-02-12 00:22:29 -05:00
2014-05-24 20:39:46 -04:00
2012-11-27 09:44:30 -05:00
2012-08-25 23:15:13 -04:00
2011-04-27 23:41:48 -04:00
2013-08-28 00:41:00 -04:00
2013-11-24 21:42:55 -05:00
2013-07-22 13:05:41 -04:00
2012-08-24 16:16:30 -04:00
2013-11-24 21:42:55 -05:00
2014-02-11 10:51:16 +01:00
2012-09-08 00:14:25 -04:00
2013-11-24 21:42:55 -05:00
2013-02-26 01:30:36 -05:00
2012-05-06 09:03:19 -04:00
2012-06-15 21:52:53 -04:00
2011-04-05 15:40:36 -04:00
2014-02-11 18:02:06 +01:00
2011-02-12 00:22:29 -05:00
2012-09-07 23:13:55 -04:00
2012-12-19 10:57:54 +01:00
2014-01-07 03:02:14 -05:00
2012-11-25 23:04:23 -05:00
2011-02-12 00:22:29 -05:00
2014-05-19 12:18:16 -04:00
2011-02-12 00:22:29 -05:00
2014-01-08 19:36:29 -05:00
2014-01-08 19:36:29 -05:00
2013-01-04 20:36:34 +01:00
2013-09-01 01:01:31 -04:00
2013-11-24 21:42:55 -05:00
2013-08-02 18:14:44 -04:00
2012-09-08 17:14:52 -04:00