Timo Kreuzer
e4930be4ff
[REACTOS] Use the ISO C and C++ conformant names: _wcsicmp, _stricmp
...
Stop using non-conforming wcsicmp, stricmp, strcasecmp
2024-10-20 14:12:25 +03:00
Eric Kohl
894cc4ac0c
[dnsapi][dnsrslvr] Implement DnsFlushResolverCacheEntry_A/_UTF8/_W
2021-05-24 14:43:30 +02:00
Eric Kohl
0a274da7cd
[DNSAPI] DnsQuery_W: Check names for invalid characters before querying the dns resolver.
2020-01-18 15:03:12 +01:00
Eric Kohl
7789ce1ebc
[DNSAPI] Answer queries for ip addresses before they are passed to the resolver cache.
2020-01-12 15:15:55 +01:00
Eric Kohl
b4777797aa
[DNSAPI] Set proper record flags for query results and converted records
2019-12-22 14:40:18 +01:00
Eric Kohl
6c7878f35e
[DNSAPI][DNSRSLVR] Implement DnsGetCacheDataTable()
2019-12-22 11:21:04 +01:00
Eric Kohl
630f34a0d0
[DNSAPI][DNSRSLVR] Parse the hosts file when the resolver is initializing
...
- Move the hosts file handling from dnsapi.dll to the resolver service. Now, the hosts file is no longer parsed on each query.
- Add support for DNS_QUERY_WIRE_ONLY and DNS_QUERY_NO_WIRE_QUERY flags to R_ResolverQuery.
- GetCurrentTimeInSeconds() should return DWORD instead of DNS_STATUS.
2019-11-23 17:13:51 +01:00
Eric Kohl
872fc17d0d
[DNSAPI] Simplify the directory structure
2019-11-17 16:37:13 +01:00