CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/12/16 09:32:30
Modified files:
lib/libc/asr : asr.c asr_private.h getaddrinfo_async.c
gethostnamadr_async.c res_search_async.c
lib/libc/net : gethostbyname.3 resolver.3
Log message:
Remove support for HOSTALIASES from the resolver. This "open and parse
any file indicated by an environment variable" feature inside the
resolver is incompatible with what pledge "dns" is trying to be. It is
a misguided "feature" added way back in history which almost noone uses,
but everyone has to assume the risk from.
ok eric florian kettenis