Commit Graph

19 Commits

Author SHA1 Message Date
Hans Leidekker 98c64a4be3 dnsapi: Perform a wide character string comparison if the character set is unknown. 2013-10-14 17:26:15 +02:00
Michael Stefaniuc d8bdd4cc01 dnsapi: Remove a superfluous TRUE-FALSE conditional expression. 2012-07-25 16:11:17 +02:00
Alexandre Julliard bbb8d4f865 dnsapi: Fix a warning when building on Mingw. 2012-01-23 16:07:34 +01:00
Andrew Talbot 60e7523353 dnsapi: Void functions should not return a value. 2011-08-29 12:08:20 +02:00
Hans Leidekker 8a29a4a667 dnsapi: Implement DnsFree. 2011-08-24 12:14:47 +02:00
Marcus Meissner 409aae33dd dnsapi: Added missing breaks (Coverity). 2011-03-28 17:12:21 +02:00
Hans Leidekker 73d0e7fda3 dnsapi: Fix a number of memory leaks. 2008-07-21 12:21:11 +02:00
Andrew Talbot 07d73206c6 dnsapi: Remove unused variables. 2008-04-14 12:06:44 +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
Francois Gouget ca3a241889 dnsapi: Better match the PSDK types, especially with regards to constness.
Add some missing A/W prototype macros.
Update win32.api to fix the winapi_check warnings.
2007-08-08 15:32:03 +02:00
Alexandre Julliard 98934f20d8 dnsapi: Fix some potential infinite loops because of an unsigned loop counter. 2007-07-12 17:32:07 +02:00
Andrew Talbot 54f844bffc dnsapi: Exclude unused header. 2007-05-03 14:23:45 +02:00
Hans Leidekker a9a04fb386 dnsapi: Use the proper type for the return value in dns_do_query_netbios().
Remove some unnecessary casts.
2006-09-14 11:11:57 +02:00
Hans Leidekker 0c0d190376 dnsapi: Implement and test DnsRecordSetDetach. 2006-09-14 11:11:45 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Hans Leidekker a9328088fe dnsapi: The ttl value should be ignored when comparing dns records. 2006-05-09 20:41:22 +02:00
Hans Leidekker efe9cedab2 dnsapi: Implement and test DnsRecordSetCompare. 2006-05-08 20:58:48 +02:00
Hans Leidekker 686bcd29c1 dnsapi: Implement DnsRecord{CopyEx,ListFree,SetCopyEx}. 2006-05-07 10:09:35 +02:00
Hans Leidekker c6c1e05dc5 dnsapi: Implement DnsRecordCompare. 2006-05-07 10:05:22 +02:00