]> git.ipfire.org Git - thirdparty/bind9.git/log
thirdparty/bind9.git
11 years agoregenerate
Tinderbox User [Thu, 20 Nov 2014 23:02:45 +0000 (23:02 +0000)] 
regenerate

11 years agoregen v9_10_1_patch
Tinderbox User [Thu, 20 Nov 2014 22:51:56 +0000 (22:51 +0000)] 
regen v9_10_1_patch

11 years ago[v9_10_1_patch] Merge branch 'v9_10_1_patch' of ssh://repo/proj/git/prod/bind9 into...
Evan Hunt [Thu, 20 Nov 2014 21:02:41 +0000 (13:02 -0800)] 
[v9_10_1_patch] Merge branch 'v9_10_1_patch' of ssh://repo/proj/git/prod/bind9 into v9_10_1_patch

11 years ago[v9_10_1_patch] remove inadvertently-retained content from quota.h
Evan Hunt [Thu, 20 Nov 2014 20:55:34 +0000 (12:55 -0800)] 
[v9_10_1_patch] remove inadvertently-retained content from quota.h

11 years agoupdate copyrights
Mark Andrews [Thu, 20 Nov 2014 20:53:03 +0000 (07:53 +1100)] 
update copyrights

11 years ago[v9_10_1_patch] prep 9.10.1-P1 release
Evan Hunt [Thu, 20 Nov 2014 20:50:20 +0000 (12:50 -0800)] 
[v9_10_1_patch] prep 9.10.1-P1 release

11 years ago[v9_10_1_patch] remove tests to minimize patch delta
Evan Hunt [Thu, 20 Nov 2014 20:27:23 +0000 (12:27 -0800)] 
[v9_10_1_patch] remove tests to minimize patch delta

11 years ago[v9_10_1_patch] refactor max-recursion-queries
Evan Hunt [Thu, 20 Nov 2014 02:26:59 +0000 (18:26 -0800)] 
[v9_10_1_patch] refactor max-recursion-queries

- the counters weren't set correctly when fetches timed out.
  instead we now pass down a counter object.

(cherry picked from commit 05e448935cb2d6ab08c24257f6536362d3496512)
(cherry picked from commit 6c049c57d94ba245089be71fbda612a053eca5ce)

11 years ago[v9_10_1_patch] fix reclimit test (remove servfail-ttl)
Evan Hunt [Wed, 19 Nov 2014 08:18:41 +0000 (00:18 -0800)] 
[v9_10_1_patch] fix reclimit test (remove servfail-ttl)

11 years ago[v9_10_1_patch] add max-recursion-queries
Evan Hunt [Wed, 19 Nov 2014 06:16:36 +0000 (22:16 -0800)] 
[v9_10_1_patch] add max-recursion-queries

also fixes and documentation for max-recursion-depth

(cherry picked from commit c4f54e5bd1cd09f601252627b5b26768ab797742)
(cherry picked from commit b3aa528d7e4df70a2b1e473faa9721347567f920)

11 years ago[v9_10_1_patch] fix RT number
Evan Hunt [Tue, 18 Nov 2014 16:59:23 +0000 (08:59 -0800)] 
[v9_10_1_patch] fix RT number

11 years ago[v9_10_1_patch] add CVE
Evan Hunt [Tue, 18 Nov 2014 08:05:13 +0000 (00:05 -0800)] 
[v9_10_1_patch] add CVE

11 years ago[v9_10_1_patch] limit recursion depth and iterative queries
Evan Hunt [Tue, 18 Nov 2014 07:27:54 +0000 (23:27 -0800)] 
[v9_10_1_patch] limit recursion depth and iterative queries

4006. [security] A flaw in delegation handling could be exploited
to put named into an infinite loop.  This has
been addressed by placing limits on the number
of levels of recursion named will allow (default 7),
and the number of iterative queries that it will
send (default 50) before terminating a recursive
query (CVE-2014-8500).

The recursion depth limit is configured via the
"max-recursion-depth" option.  [RT #35780]

(cherry picked from commit 3230429e175dcaafe9c59967124d44c02ca0ccad)
(cherry picked from commit 29ea88667cc1ed7953c8d4eb758889650504ad84)

11 years ago[v9_10_1_patch] version bump
Evan Hunt [Tue, 18 Nov 2014 00:57:58 +0000 (16:57 -0800)] 
[v9_10_1_patch] version bump

11 years ago[v9_10_1_patch] geoip security fixes
Evan Hunt [Sun, 16 Nov 2014 16:32:19 +0000 (08:32 -0800)] 
[v9_10_1_patch] geoip security fixes

4003. [security] When geoip-directory was reconfigured during
named run-time, the previously loaded GeoIP
data could remain, potentially causing wrong
ACLs to be used or wrong results to be served
based on geolocation. [RT #37720]

4002. [security] Lookups in GeoIP databases that were not
loaded could cause an assertion failure.
[RT #37679]

4001. [security] The caching of GeoIP lookups did not always
handle address families correctly, potentially
resulting in an assertion failure. [RT #37672]

11 years ago[v9_10] update contact info in README and confiure --help v9.10.1
Evan Hunt [Tue, 16 Sep 2014 19:27:15 +0000 (12:27 -0700)] 
[v9_10] update contact info in README and confiure --help

11 years agoregenerate
Tinderbox User [Tue, 16 Sep 2014 17:43:05 +0000 (17:43 +0000)] 
regenerate

11 years agoregen v9_10
Tinderbox User [Tue, 16 Sep 2014 16:45:10 +0000 (16:45 +0000)] 
regen v9_10

11 years ago[v9_10] prep 9.10.1
Evan Hunt [Tue, 16 Sep 2014 16:32:56 +0000 (09:32 -0700)] 
[v9_10] prep 9.10.1

11 years agoregenerate
Tinderbox User [Tue, 16 Sep 2014 16:32:42 +0000 (16:32 +0000)] 
regenerate

11 years ago[v9_10] spelling
Evan Hunt [Tue, 16 Sep 2014 01:20:20 +0000 (18:20 -0700)] 
[v9_10] spelling

11 years agomake depend fails in bin/python
Mark Andrews [Mon, 15 Sep 2014 04:06:17 +0000 (14:06 +1000)] 
make depend fails in bin/python

11 years agoregen v9_10
Tinderbox User [Sat, 13 Sep 2014 01:09:54 +0000 (01:09 +0000)] 
regen v9_10

11 years ago[v9_10] [rt36993] work around a bmake bug in BSD
Evan Hunt [Fri, 12 Sep 2014 22:22:11 +0000 (15:22 -0700)] 
[v9_10] [rt36993] work around a bmake bug in BSD

3950. [port] Changed the bin/python Makefile to work around a
bmake bug in FreeBSD 10 and NetBSD 6. [RT #36993]

(cherry picked from commit 8dba0e7d87d192deef8b2aac197e4f508043a30c)

11 years agoupdate named-checkzone manpage for SPF changes
Mark Andrews [Fri, 12 Sep 2014 21:55:57 +0000 (07:55 +1000)] 
update named-checkzone manpage for SPF changes

11 years ago3948. [port] solaris: RCVBUFSIZE was too large on Solaris with
Mark Andrews [Mon, 8 Sep 2014 23:41:55 +0000 (09:41 +1000)] 
3948.   [port]          solaris: RCVBUFSIZE was too large on Solaris with
                        --with-tuning=large. [RT #37059]

(cherry picked from commit 52131a835133a76cb62d4a7d8bcf5fe7bf858858)

11 years agospelling
Mark Andrews [Mon, 8 Sep 2014 02:11:54 +0000 (12:11 +1000)] 
spelling

11 years agoupdate copyright notice
Tinderbox User [Fri, 5 Sep 2014 23:45:59 +0000 (23:45 +0000)] 
update copyright notice

11 years agoREADME gets TXT.BRIEF
Mark Andrews [Fri, 5 Sep 2014 23:43:26 +0000 (09:43 +1000)] 
README gets TXT.BRIEF

11 years agonewcopyrights
Tinderbox User [Fri, 5 Sep 2014 23:30:37 +0000 (23:30 +0000)] 
newcopyrights

11 years agoregenerate v9.10.1rc2
Tinderbox User [Fri, 5 Sep 2014 21:42:05 +0000 (21:42 +0000)] 
regenerate

11 years agoregen v9_10
Tinderbox User [Fri, 5 Sep 2014 19:30:57 +0000 (19:30 +0000)] 
regen v9_10

11 years ago[v9_10] add package version to scope statement
Evan Hunt [Fri, 5 Sep 2014 19:18:22 +0000 (12:18 -0700)] 
[v9_10] add package version to scope statement

11 years ago[v9_10] retain release info when updating copyright
Evan Hunt [Fri, 5 Sep 2014 18:29:12 +0000 (11:29 -0700)] 
[v9_10] retain release info when updating copyright

11 years agoregenerate
Tinderbox User [Fri, 5 Sep 2014 18:04:17 +0000 (18:04 +0000)] 
regenerate

11 years ago[v9_10] prep 9.10.1rc2
Evan Hunt [Fri, 5 Sep 2014 17:35:42 +0000 (10:35 -0700)] 
[v9_10] prep 9.10.1rc2

11 years ago[v9_10] [rt36786] use INSTALL_PROGRAM for shared libs
Evan Hunt [Fri, 5 Sep 2014 17:24:54 +0000 (10:24 -0700)] 
[v9_10] [rt36786] use INSTALL_PROGRAM for shared libs

3947. [cleanup] Set the executable bit on libraries when using
libtool. [RT #36786]

(cherry picked from commit f687e639f00a31e0884fb2c95a627b10b50c364b)

11 years ago[v9_10] improve python probing
Evan Hunt [Fri, 5 Sep 2014 17:20:52 +0000 (10:20 -0700)] 
[v9_10] improve python probing

3946. [cleanup] Improved "configure" search for a python interpreter.
[RT #36992]

(cherry picked from commit 523f3d630243211ddfda852f5224f7eff681d3a5)

11 years ago[v9_10] [rt37057] server-id tests
Evan Hunt [Fri, 5 Sep 2014 16:59:56 +0000 (09:59 -0700)] 
[v9_10] [rt37057] server-id tests

3944. [test] Added a regression test for "server-id". [RT #37057]

(cherry picked from commit c9e976dc43070e2ed87988eeabed71195fab88ba)

11 years ago3945. [bug] Invalid wildcard expansions could be incorrectly
Mark Andrews [Fri, 5 Sep 2014 02:10:55 +0000 (12:10 +1000)] 
3945.   [bug]           Invalid wildcard expansions could be incorrectly
                        accepted by the validator. [RT #37093]

(cherry picked from commit 2fa1fc53324c0fca978c902e883c7cc011210536)

11 years agoregen v9_10
Tinderbox User [Fri, 5 Sep 2014 01:09:53 +0000 (01:09 +0000)] 
regen v9_10

11 years agoupdate copyright notice
Tinderbox User [Thu, 4 Sep 2014 23:45:52 +0000 (23:45 +0000)] 
update copyright notice

11 years agonewcopyrights
Tinderbox User [Thu, 4 Sep 2014 23:30:26 +0000 (23:30 +0000)] 
newcopyrights

11 years ago[v9_10] Revert "[v9_10] correct libgeoip check in configure"
Evan Hunt [Thu, 4 Sep 2014 04:42:03 +0000 (21:42 -0700)] 
[v9_10] Revert "[v9_10] correct libgeoip check in configure"

This reverts commit 7500162962ece8107a66054a91bf343d94d5058c.

(Not needed since this branch doesn't have ECS support.)

11 years ago[v9_10] correct libgeoip check in configure
Evan Hunt [Thu, 4 Sep 2014 04:37:45 +0000 (21:37 -0700)] 
[v9_10] correct libgeoip check in configure

11 years ago3942. [bug] Wildcard responses from a optout range should be
Mark Andrews [Thu, 4 Sep 2014 03:57:50 +0000 (13:57 +1000)] 
3942.   [bug]           Wildcard responses from a optout range should be
                        marked as insecure. [RT #37072]

11 years ago[v9_10] add version number to ARM
Evan Hunt [Thu, 4 Sep 2014 03:30:03 +0000 (20:30 -0700)] 
[v9_10] add version number to ARM

3941. [doc] Include the BIND version number in the ARM. [RT #37067]

(cherry picked from commit 7ae9399897c55d35cb6764277bce4b91d052e0dc)

11 years ago[v9_10] grammar fix
Evan Hunt [Wed, 3 Sep 2014 19:50:37 +0000 (12:50 -0700)] 
[v9_10] grammar fix

11 years agoconditional UNUSED(task)
Mark Andrews [Sat, 30 Aug 2014 05:47:25 +0000 (15:47 +1000)] 
conditional UNUSED(task)

11 years agoupdate copyrights
Mark Andrews [Sat, 30 Aug 2014 02:29:06 +0000 (12:29 +1000)] 
update copyrights

11 years ago[v9_10] prep 9.10.1rc1 v9.10.1rc1
Evan Hunt [Sat, 30 Aug 2014 01:21:23 +0000 (18:21 -0700)] 
[v9_10] prep 9.10.1rc1

11 years agoregenerate
Tinderbox User [Sat, 30 Aug 2014 01:17:58 +0000 (01:17 +0000)] 
regenerate

11 years agoupdate copyright notice
Tinderbox User [Fri, 29 Aug 2014 23:45:51 +0000 (23:45 +0000)] 
update copyright notice

11 years agoregen v9_10
Tinderbox User [Fri, 29 Aug 2014 22:18:44 +0000 (22:18 +0000)] 
regen v9_10

11 years agoregenerate
Tinderbox User [Fri, 29 Aug 2014 22:07:14 +0000 (22:07 +0000)] 
regenerate

11 years ago[v9_10] fix geoip asnum matching
Evan Hunt [Fri, 29 Aug 2014 04:39:43 +0000 (21:39 -0700)] 
[v9_10] fix geoip asnum matching

3935. [bug] "geoip asnum" ACL elements would not match unless
the full organization name was specified.  They
can now match against the AS number alone (e.g.,
AS1234). [RT #36945]

11 years agospelling
Mark Andrews [Fri, 29 Aug 2014 04:38:23 +0000 (14:38 +1000)] 
spelling

11 years ago3934. [bug] Catch bad 'sit-secret' in named-checkconf. Improve
Mark Andrews [Fri, 29 Aug 2014 04:35:21 +0000 (14:35 +1000)] 
3934.   [bug]           Catch bad 'sit-secret' in named-checkconf.  Improve
                        sit-secrets documentation. [RT #36980]

(cherry picked from commit 7c73ac5e130db18837724ab53d46b23ddb98ce6e)

11 years agoupdate-copyrights
Mark Andrews [Fri, 29 Aug 2014 00:17:45 +0000 (10:17 +1000)] 
update-copyrights

11 years ago[v9_10] fixes to checkconf test, HIP casecompare
Evan Hunt [Thu, 28 Aug 2014 04:36:46 +0000 (21:36 -0700)] 
[v9_10] fixes to checkconf test, HIP casecompare

3933. [bug] Corrected the implementation of dns_rdata_casecompare()
for the HIP rdata type.  [RT #36911]

3932. [test] Improved named-checkconf tests. [RT #36911]

(cherry picked from commit 0c2313eb367de3b58801d643d52c0fd9bc0e5df7)

11 years ago3931. [cleanup] Cleanup how dlz grammer is defined. [RT #36879]
Mark Andrews [Tue, 26 Aug 2014 05:01:29 +0000 (15:01 +1000)] 
3931.   [cleanup]       Cleanup how dlz grammer is defined. [RT #36879]

(cherry picked from commit 11649973111d83027faf08ed4fb36a2b3c29c875)

11 years agoregen v9_10
Tinderbox User [Tue, 26 Aug 2014 01:10:24 +0000 (01:10 +0000)] 
regen v9_10

11 years ago3929. [bug] 'host -a' needed to clear idnoptions. [RT #36963]
Mark Andrews [Mon, 25 Aug 2014 22:27:24 +0000 (08:27 +1000)] 
3929.   [bug]           'host -a' needed to clear idnoptions. [RT #36963]

(cherry picked from commit 905ba39e10a8f483d167b992ec31f4c0bf34326e)

11 years agodlz clauses are not inheritable
Mark Andrews [Mon, 25 Aug 2014 04:52:01 +0000 (14:52 +1000)] 
dlz clauses are not inheritable

(cherry picked from commit be5d42f255e6c961233cb81d78e6e20ba6690870)

11 years agoupdate copyright notice
Tinderbox User [Sat, 23 Aug 2014 23:45:48 +0000 (23:45 +0000)] 
update copyright notice

11 years agonewcopyrights
Tinderbox User [Sat, 23 Aug 2014 23:30:06 +0000 (23:30 +0000)] 
newcopyrights

11 years ago[v9_10] silence coverity
Evan Hunt [Sat, 23 Aug 2014 01:18:37 +0000 (18:18 -0700)] 
[v9_10] silence coverity

(cherry picked from commit e7bc3d7d0815f795aef734ff6fe38cbf6d1ae4bf)

11 years agoregen v9_10
Tinderbox User [Sat, 23 Aug 2014 01:11:08 +0000 (01:11 +0000)] 
regen v9_10

11 years agoupdate copyright notice
Tinderbox User [Fri, 22 Aug 2014 23:45:56 +0000 (23:45 +0000)] 
update copyright notice

11 years ago[v9_10] add to rndc test
Evan Hunt [Fri, 22 Aug 2014 23:41:38 +0000 (16:41 -0700)] 
[v9_10] add to rndc test

3928. [test] Improve rndc system test. [RT #36898]

(cherry picked from commit 2401ee51d83a4cd9101398f30679fa4e6046c582)

11 years agonewcopyrights
Tinderbox User [Fri, 22 Aug 2014 23:30:11 +0000 (23:30 +0000)] 
newcopyrights

11 years ago[v9_10] complete change #3925
Evan Hunt [Fri, 22 Aug 2014 21:58:17 +0000 (14:58 -0700)] 
[v9_10] complete change #3925

- don't use fwdname in dns_view_findzonecut()

(cherry picked from commit 27d6642e8b8403b459fb21784868f07c4e993235)

11 years ago[v9_10] register pkcs11 error codes in dig
Evan Hunt [Fri, 22 Aug 2014 17:41:43 +0000 (10:41 -0700)] 
[v9_10] register pkcs11 error codes in dig

3927. [bug] dig: report PKCS#11 error codes correctly when
compiled with --enable-native-pkcs11. [RT #36956]

(cherry picked from commit 24aaa0440116357eef3ab3796ebe53318b03b1ec)

11 years ago[36877] added doc about geoip-directory
Jeremy C. Reed [Fri, 22 Aug 2014 13:36:33 +0000 (08:36 -0500)] 
[36877] added doc about geoip-directory

11 years ago3925. [bug] DS lookup of RFC 1918 empty zones failed. [RT #36917
Mark Andrews [Fri, 22 Aug 2014 06:32:19 +0000 (16:32 +1000)] 
3925.   [bug]           DS lookup of RFC 1918 empty zones failed. [RT #36917

(cherry picked from commit 840d6a4614f6a561fc076d0797d144e9f28e06bc)

11 years agoadd [
Mark Andrews [Fri, 22 Aug 2014 06:29:03 +0000 (16:29 +1000)] 
add [

11 years ago3924. [bug] Improve 'rndc addzone' error reporting. RT #35187
Mark Andrews [Fri, 22 Aug 2014 06:18:49 +0000 (16:18 +1000)] 
3924.   [bug]           Improve 'rndc addzone' error reporting. RT #35187

(cherry picked from commit d4859b0b2a0510d8c4f3c48c606a5568a3b0c1d8)

11 years ago3923. [bug] Sanity check the xml2-config output. [RT #22246]
Mark Andrews [Fri, 22 Aug 2014 06:10:43 +0000 (16:10 +1000)] 
3923.   [bug]           Sanity check the xml2-config output. [RT #22246]

(cherry picked from commit 53f91cbd80dc353ecb7e8914dae84a6cd85c67c6)

11 years ago[v9_10] don't clear signatures from zone cuts
Evan Hunt [Fri, 22 Aug 2014 05:56:33 +0000 (22:56 -0700)] 
[v9_10] don't clear signatures from zone cuts

3922. [bug] When resigning, dnssec-signzone was removing
all signatures from delegation nodes. It now
retains DS and (if applicable) NSEC signatures.
[RT #36946]

(cherry picked from commit eeb13c7cd2ddde29b8605b9444451ea6e235e06a)

11 years ago3921. [bug] AD was inappopriately set on RPZ responses. [RT #36833]
Mark Andrews [Fri, 22 Aug 2014 05:45:40 +0000 (15:45 +1000)] 
3921.   [bug]           AD was inappopriately set on RPZ responses. [RT #36833]

(cherry picked from commit cef76ee5bd845a80e06da934edce4225bdba22a1)

11 years ago3919. [bug] dig: continue to next line if a address lookup fails
Mark Andrews [Fri, 22 Aug 2014 05:32:47 +0000 (15:32 +1000)] 
3919.   [bug]           dig: continue to next line if a address lookup fails
                        in batch mode. [RT #36755]

(cherry picked from commit adb503242bc427972afb9bf012e8e2af30852b5a)

11 years ago3918. [doc] Update check-spf documentation. [RT #36910]
Mark Andrews [Fri, 22 Aug 2014 01:49:58 +0000 (11:49 +1000)] 
3918.   [doc]           Update check-spf documentation. [RT #36910]

11 years agoupdate copyright notice
Tinderbox User [Thu, 21 Aug 2014 23:45:46 +0000 (23:45 +0000)] 
update copyright notice

11 years agonewcopyrights
Tinderbox User [Thu, 21 Aug 2014 23:30:18 +0000 (23:30 +0000)] 
newcopyrights

11 years ago3917. [bug] dig, nslookup and host now continue on names that are
Mark Andrews [Thu, 21 Aug 2014 08:05:55 +0000 (18:05 +1000)] 
3917.   [bug]           dig, nslookup and host now continue on names that are
                        too long after applying a search list elements.
                        [RT #36892]

11 years agoupdate copyright notice
Tinderbox User [Wed, 20 Aug 2014 23:45:45 +0000 (23:45 +0000)] 
update copyright notice

11 years agonewcopyrights
Tinderbox User [Wed, 20 Aug 2014 23:30:08 +0000 (23:30 +0000)] 
newcopyrights

11 years ago3916. [contrib] zone2sqlite checked wrong result code. Address
Mark Andrews [Wed, 20 Aug 2014 13:14:03 +0000 (23:14 +1000)] 
3916.   [contrib]       zone2sqlite checked wrong result code.  Address
                        compiler warnings. [RT #36931]

(cherry picked from commit 58f1ac8dadf2c1f215343a0b2d1df2df954c4b19)

11 years agoregen v9_10
Tinderbox User [Tue, 19 Aug 2014 01:10:24 +0000 (01:10 +0000)] 
regen v9_10

11 years agoupdate copyright notice
Tinderbox User [Mon, 18 Aug 2014 23:45:46 +0000 (23:45 +0000)] 
update copyright notice

11 years agonewcopyrights
Tinderbox User [Mon, 18 Aug 2014 23:30:07 +0000 (23:30 +0000)] 
newcopyrights

11 years ago[v9_10] backport doc fixes from master
Evan Hunt [Mon, 18 Aug 2014 21:01:40 +0000 (14:01 -0700)] 
[v9_10] backport doc fixes from master

11 years agoquiet mode is -q
Mark Andrews [Mon, 18 Aug 2014 09:38:43 +0000 (19:38 +1000)] 
quiet mode is -q

11 years ago3915 [bug] Address a assertion if a route event arrived while
Mark Andrews [Mon, 18 Aug 2014 03:16:28 +0000 (13:16 +1000)] 
3915    [bug]           Address a assertion if a route event arrived while
                        shutting down. [RT #36887]

11 years agoremove duplicate request-ixfr rt36878
Mark Andrews [Fri, 15 Aug 2014 22:50:36 +0000 (08:50 +1000)] 
remove duplicate request-ixfr rt36878

11 years ago[v9_10] standardize [RT #<number>] formatting
Evan Hunt [Thu, 14 Aug 2014 21:10:27 +0000 (14:10 -0700)] 
[v9_10] standardize [RT #<number>] formatting

11 years agoremove redundant isc_sockaddr_format call
Mark Andrews [Fri, 8 Aug 2014 11:27:35 +0000 (21:27 +1000)] 
remove redundant isc_sockaddr_format call

11 years agoupdate copyright notice
Tinderbox User [Thu, 7 Aug 2014 23:45:43 +0000 (23:45 +0000)] 
update copyright notice

11 years agonewcopyrights
Tinderbox User [Thu, 7 Aug 2014 23:30:07 +0000 (23:30 +0000)] 
newcopyrights

11 years ago[v9_10] win32 sockets don't support dscp v9.10.1b2
Evan Hunt [Thu, 7 Aug 2014 04:36:10 +0000 (21:36 -0700)] 
[v9_10] win32 sockets don't support dscp