solanum-vs-hackint-and-char.../authd
Malcolm Scott 1f9bc066df
Skip any unhandled DNS record type
Currently the DNS resolver handles CNAME by skipping that record in the answer and looking for the subsequent A/AAAA/PTR record.  There are other record types which could be handled in the same way, e.g. DNAME, but their presence currently causes the answer parsing to be abandoned.  A better approach would be to skip *any* other record and just use the first A, AAAA or PTR in the answer, regardless of what comes before it.
2020-05-10 21:00:43 +01:00
..
providers librb: Fix type of dst for rb_inet_pton_sock() 2019-08-31 16:10:50 +01:00
authd.c authd/authd: a function that calls exit(3) should be marked noreturn 2016-06-01 20:27:19 +00:00
authd.h
dns.c librb: Fix type of dst for rb_inet_pton_sock() 2019-08-31 16:10:50 +01:00
dns.h authd: pass in uint32_t rid's. 2016-03-27 17:32:05 -05:00
getaddrinfo.c
getaddrinfo.h minor spring cleaning: remove/relocate duplicate/unused includes & macros 2016-05-14 23:29:33 +00:00
getnameinfo.c
getnameinfo.h
Makefile.am
notice.c
notice.h authd: add stats reporting API 2016-03-27 17:04:14 -05:00
provider.c librb: Fix type of dst for rb_inet_pton_sock() 2019-08-31 16:10:50 +01:00
provider.h authd: fix "is provider done" logic in blacklist/opm providers 2018-08-12 11:19:44 +01:00
res.c Skip any unhandled DNS record type 2020-05-10 21:00:43 +01:00
res.h res: expose rDNS building functions 2016-03-23 16:40:31 -05:00
reslib.c
reslib.h
reslist.c minor spring cleaning: remove/relocate duplicate/unused includes & macros 2016-05-14 23:29:33 +00:00