getdnsapi / getdns

A modern asynchronous DNS API https://getdnsapi.net/
Other
461 stars 127 forks source link

Some Windows behaviour fixes. #496

Closed banburybill closed 3 years ago

banburybill commented 3 years ago

DNSSEC validation on Windows doesn't work at present. These fixes move us along the way, but do not reach the goal. Next hurdles:

  1. rename() at context.c line 4991. rename() on Windows fails if the destination file exists.
  2. Windows throws an exception in the close() at line 554 in anchor.c (called from tas_read_cb()) because the fd is not open.