chiark / gitweb /
server/: Eliminate the remaining address-family-specific knowledge.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 29 Sep 2017 08:58:08 +0000 (09:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 28 Jun 2018 23:29:23 +0000 (00:29 +0100)
commita82111971280c0812976088072cd67a9752224a3
tree7e2198854719b2e769e5d1aab387d1b0f51b551d
parent971e56892e36f3351b123200dc1df5b7845aebd7
server/: Eliminate the remaining address-family-specific knowledge.

Outside of a few functions in `addrmap.c' and `servutil.c'.  Name
resolution now fails softly if it encounters an unexpected address
family (which can happen because of numeric conversion through
`getaddrinfo'), and the ADNS query flags are now set via the `aftab'.
server/admin.c
server/servutil.c
server/tripe.h