Francois Gouget
312dc76c75
dnsapi: Make the resolv_*() functions static.
...
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-08-31 16:07:35 +02:00
Huw Davies
17e2d5c1ca
dnsapi: Add support for DnsConfigSearchList.
...
This doesn't appear to be implemented on Windows, however it will be
needed by iphlpapi.dll.
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-08-03 23:40:55 +02:00
Huw Davies
bd80dd0903
dnsapi: Implement support for returning ipv4 servers in a DNS_ADDR_ARRAY.
...
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-08-03 22:42:01 +02:00
Hans Leidekker
5f44c46164
dnsapi: Move libresolv support to a new Unix library.
...
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-03-30 12:26:37 +02:00
Hans Leidekker
fadcd9563f
dnsapi: Get rid of the dns_ prefix on helpers.
...
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-03-30 12:26:37 +02:00
Hans Leidekker
0d26dd2afb
dnsapi: Get rid of imported domain name parsing code.
...
These functions have been exported since glibc 2.9.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-03-30 12:26:37 +02:00
Michael Stefaniuc
37ed8ef2b9
dnsapi: Use the global HeapAlloc() wrappers.
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-01-31 09:42:41 +01:00
Francois Gouget
773cfc2a88
dnsapi: Add __WINE_ALLOC_SIZE attributes to heap_xxx() functions.
...
And standardize their type names.
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-02-20 10:32:05 +01:00
Marcus Meissner
bda648189a
dnsapi: Mark internal symbols with hidden visibility.
2011-05-18 10:58:48 +02:00
Alexandre Julliard
348b3b3af0
dnsapi: Fix compile without the resolv library.
2008-08-25 16:14:51 +02:00
Michael Stefaniuc
b3ff6803c0
dnsapi: Rename the wrappers around HeapAlloc() &Co to use the new standard naming.
2007-11-28 11:19:58 +01:00
Hans Leidekker
5931739cde
dnsapi: Implement DnsQuery_{A,UTF8,W}.
2006-05-30 19:33:38 +02:00
Hans Leidekker
4cbbce8ea6
dnsapi: Add DNS message parsing routines from BIND.
2006-05-30 19:33:04 +02:00
Jonathan Ernst
360a3f9142
Update the address of the Free Software Foundation.
2006-05-23 14:11:13 +02:00
Hans Leidekker
686bcd29c1
dnsapi: Implement DnsRecord{CopyEx,ListFree,SetCopyEx}.
2006-05-07 10:09:35 +02:00
Hans Leidekker
486e3b32e2
dnsapi: Implement DnsNameCompare_{A,W}.
2006-04-10 15:48:48 +02:00