Fri Oct 3 09:22:41 2008 UTC ()
Ticket 1966.


(jdc)
diff -r1.1.2.29 -r1.1.2.30 src/doc/CHANGES-3.1.2

cvs diff -r1.1.2.29 -r1.1.2.30 src/doc/Attic/CHANGES-3.1.2 (switch to unified diff)

--- src/doc/Attic/CHANGES-3.1.2 2008/09/18 19:31:59 1.1.2.29
+++ src/doc/Attic/CHANGES-3.1.2 2008/10/03 09:22:41 1.1.2.30
@@ -1,1085 +1,1090 @@ @@ -1,1085 +1,1090 @@
1# $NetBSD: CHANGES-3.1.2,v 1.1.2.29 2008/09/18 19:31:59 bouyer Exp $ 1# $NetBSD: CHANGES-3.1.2,v 1.1.2.30 2008/10/03 09:22:41 jdc Exp $
2 2
3A complete list of changes from the NetBSD 3.1.1 release to the NetBSD 3.1.2 3A complete list of changes from the NetBSD 3.1.1 release to the NetBSD 3.1.2
4release: 4release:
5 5
6File Revision(s) 6File Revision(s)
7---- -------- 7---- --------
8doc/README.files patch 8doc/README.files patch
9gnu/usr.bin/groff/tmac/mdoc.local patch 9gnu/usr.bin/groff/tmac/mdoc.local patch
10sys/sys/param.h patch 10sys/sys/param.h patch
11 11
12 Welcome to NetBSD 3.1.1_PATCH. 12 Welcome to NetBSD 3.1.1_PATCH.
13 13
14sys/dev/ic/pcdisplay_subr.c 1.33 via patch 14sys/dev/ic/pcdisplay_subr.c 1.33 via patch
15sys/dev/ic/vga.c 1.95 via patch 15sys/dev/ic/vga.c 1.95 via patch
16sys/dev/ic/vga_raster.c 1.29 via patch 16sys/dev/ic/vga_raster.c 1.29 via patch
17sys/dev/isa/ega.c 1.23 via patch 17sys/dev/isa/ega.c 1.23 via patch
18sys/dev/rasops/rasops.c 1.56 via patch 18sys/dev/rasops/rasops.c 1.56 via patch
19 19
20 Implement bounds checking in some places in display driver code to 20 Implement bounds checking in some places in display driver code to
21 avoid the possibility of a local user panic. 21 avoid the possibility of a local user panic.
22 [mjf, ticket #1815] 22 [mjf, ticket #1815]
23 23
24dist/bind/bin/named/client.c 1.1.1.6 via patch 24dist/bind/bin/named/client.c 1.1.1.6 via patch
25dist/bind/lib/dns/dispatch.c 1.1.1.7 via patch 25dist/bind/lib/dns/dispatch.c 1.1.1.7 via patch
26dist/bind/lib/dns/include/dns/dispatch.h 1.1.1.5 via patch 26dist/bind/lib/dns/include/dns/dispatch.h 1.1.1.5 via patch
27 27
28 Fix for a security issue in BIND 9.3.x (CVE-2007-2926): 28 Fix for a security issue in BIND 9.3.x (CVE-2007-2926):
29 Query id generation was cryptographically weak. 29 Query id generation was cryptographically weak.
30 [adrianp, ticket #1829] 30 [adrianp, ticket #1829]
31 31
32sys/sys/socketvar.h 1.97 32sys/sys/socketvar.h 1.97
33 Fix a bug in sblock() that has existed since revision 1.1 from BSD: 33 Fix a bug in sblock() that has existed since revision 1.1 from BSD:
34 correctly return an error if M_NOWAIT is passed to sblock() and the 34 correctly return an error if M_NOWAIT is passed to sblock() and the
35 operation might block. This remarkably subtle macro bug appears to 35 operation might block. This remarkably subtle macro bug appears to
36 be responsible for quite a few undiagnosed socket buffer corruption 36 be responsible for quite a few undiagnosed socket buffer corruption
37 and mbuf-related kernel panics. 37 and mbuf-related kernel panics.
38 [christos, ticket #1808] 38 [christos, ticket #1808]
39 39
40sbin/ping/ping.c 1.83 - 1.85 40sbin/ping/ping.c 1.83 - 1.85
41 41
42 PR/28741: Michael Santos: ping does [not] drop root privileges 42 PR/28741: Michael Santos: ping does [not] drop root privileges
43 [ghen, ticket #1818] 43 [ghen, ticket #1818]
44 44
45lib/libc/gen/Makefile.inc 1.143 45lib/libc/gen/Makefile.inc 1.143
46lib/libc/gen/cgetcap.3 1.1 - 1.3 46lib/libc/gen/cgetcap.3 1.1 - 1.3
47lib/libc/gen/getcap.3 delete 47lib/libc/gen/getcap.3 delete
48 48
49 Both libcurses and libc installed a getcap(3) manpage, and both used it 49 Both libcurses and libc installed a getcap(3) manpage, and both used it
50 as target for a bunch of MLINKS. This had the effect that whatever came 50 as target for a bunch of MLINKS. This had the effect that whatever came
51 last in install overwrote everything from the other camp. 51 last in install overwrote everything from the other camp.
52 Solve this by renaming the libc page -- this makes sense because no 52 Solve this by renaming the libc page -- this makes sense because no
53 function is really named "getcap" here. 53 function is really named "getcap" here.
54 [bad, ticket #1821] 54 [bad, ticket #1821]
55 55
56sys/kern/uipc_usrreq.c 1.98 56sys/kern/uipc_usrreq.c 1.98
57 57
58 PR kern/32842: 58 PR kern/32842:
59 do not leak file descriptors when sending a datagram with SCM_RIGHTS 59 do not leak file descriptors when sending a datagram with SCM_RIGHTS
60 fails. Patch from Gary Thorpe, based on changes in FreeBSD and work 60 fails. Patch from Gary Thorpe, based on changes in FreeBSD and work
61 from Christian Biere. 61 from Christian Biere.
62 [martin, ticket #1820] 62 [martin, ticket #1820]
63 63
64lib/libc/hash/sha2/sha2.c patch 64lib/libc/hash/sha2/sha2.c patch
65sys/crypto/ripemd160/rmd160.c patch 65sys/crypto/ripemd160/rmd160.c patch
66sys/crypto/sha2/sha2.c patch 66sys/crypto/sha2/sha2.c patch
67 67
68 Fix SIGBUS issues on strict alignment issues. Use le32dec in RMD160 68 Fix SIGBUS issues on strict alignment issues. Use le32dec in RMD160
69 as the data pointer to RMD160_Update doesn't have to be aligned. 69 as the data pointer to RMD160_Update doesn't have to be aligned.
70 In SHA256_Update and SHA512_Update, only operate directly on the passed 70 In SHA256_Update and SHA512_Update, only operate directly on the passed
71 in data if no left-over in the context exists and the data is correctly 71 in data if no left-over in the context exists and the data is correctly
72 aligned. The problem was exposed by the audit-packages rewrite in C 72 aligned. The problem was exposed by the audit-packages rewrite in C
73 and reported for the libnbcompat version in PR pkg/36662. 73 and reported for the libnbcompat version in PR pkg/36662.
74 [joerg, ticket #1812] 74 [joerg, ticket #1812]
75 75
76sys/arch/acorn32/conf/GENERIC 1.80 via patch 76sys/arch/acorn32/conf/GENERIC 1.80 via patch
77sys/arch/amd64/conf/GENERIC 1.154 via patch 77sys/arch/amd64/conf/GENERIC 1.154 via patch
78sys/arch/amiga/conf/GENERIC 1.248 via patch 78sys/arch/amiga/conf/GENERIC 1.248 via patch
79sys/arch/amiga/conf/GENERIC.in 1.61 via patch 79sys/arch/amiga/conf/GENERIC.in 1.61 via patch
80sys/arch/arc/conf/GENERIC 1.148 via patch 80sys/arch/arc/conf/GENERIC 1.148 via patch
81sys/arch/atari/conf/GENERIC.in 1.68 via patch 81sys/arch/atari/conf/GENERIC.in 1.68 via patch
82sys/arch/cats/conf/GENERIC 1.116 via patch 82sys/arch/cats/conf/GENERIC 1.116 via patch
83sys/arch/hp300/conf/GENERIC 1.141 via patch 83sys/arch/hp300/conf/GENERIC 1.141 via patch
84sys/arch/i386/conf/GENERIC 1.840 via patch 84sys/arch/i386/conf/GENERIC 1.840 via patch
85sys/arch/i386/conf/GENERIC.MPACPI patch 85sys/arch/i386/conf/GENERIC.MPACPI patch
86sys/arch/i386/conf/GENERIC_LAPTOP 1.239 via patch 86sys/arch/i386/conf/GENERIC_LAPTOP 1.239 via patch
87sys/arch/mac68k/conf/GENERIC 1.182 via patch 87sys/arch/mac68k/conf/GENERIC 1.182 via patch
88sys/arch/sgimips/conf/GENERIC32_IP2x 1.68 via patch 88sys/arch/sgimips/conf/GENERIC32_IP2x 1.68 via patch
89sys/arch/sgimips/conf/GENERIC32_IP3x 1.66 via patch 89sys/arch/sgimips/conf/GENERIC32_IP3x 1.66 via patch
90sys/arch/sparc/conf/GENERIC 1.200 via patch 90sys/arch/sparc/conf/GENERIC 1.200 via patch
91sys/arch/sparc64/conf/GENERIC 1.88 via patch 91sys/arch/sparc64/conf/GENERIC 1.88 via patch
92 92
93 Remove iso(4) from GENERIC kernels. 93 Remove iso(4) from GENERIC kernels.
94 [adrianp, ticket #1826] 94 [adrianp, ticket #1826]
95 95
96etc/etc.mac68k/ttys 1.18 96etc/etc.mac68k/ttys 1.18
97 97
98 Replaced tty00 - tty07 with ttyZ0 - ttyZ1 because tty00 and friends 98 Replaced tty00 - tty07 with ttyZ0 - ttyZ1 because tty00 and friends
99 don't exist (and symlinks aren't acceptable in many instances). 99 don't exist (and symlinks aren't acceptable in many instances).
100 [hauke, ticket #1834] 100 [hauke, ticket #1834]
101 101
102sys/dev/ieee1394/fwohci.c: patch 102sys/dev/ieee1394/fwohci.c: patch
103 103
104 PR kern/36945 by Ross Philipson: Remove call to fwohci_desc_put() in 104 PR kern/36945 by Ross Philipson: Remove call to fwohci_desc_put() in
105 an error path where fwohci_desc_get() has not been called yet. 105 an error path where fwohci_desc_get() has not been called yet.
106 [christos, ticket #1835] 106 [christos, ticket #1835]
107 107
108sys/dev/ic/mpt.c 1.9, 1.10 via patch 108sys/dev/ic/mpt.c 1.9, 1.10 via patch
109sys/dev/ic/mpt.h 1.6 via patch 109sys/dev/ic/mpt.h 1.6 via patch
110sys/dev/ic/mpt_debug.c patch 110sys/dev/ic/mpt_debug.c patch
111sys/dev/ic/mpt_mpilib.h 1.3 via patch 111sys/dev/ic/mpt_mpilib.h 1.3 via patch
112sys/dev/ic/mpt_netbsd.c 1.12 via patch 112sys/dev/ic/mpt_netbsd.c 1.12 via patch
113sys/dev/ic/mpt_netbsd.h 1.6 via patch 113sys/dev/ic/mpt_netbsd.h 1.6 via patch
114sys/dev/pci/mpt_pci.c 1.11 via patch 114sys/dev/pci/mpt_pci.c 1.11 via patch
115sys/dev/pci/pcidevs patch 115sys/dev/pci/pcidevs patch
116sys/dev/pci/pcidevs.h regen 116sys/dev/pci/pcidevs.h regen
117sys/dev/pci/pcidevs_data.h regen 117sys/dev/pci/pcidevs_data.h regen
118 118
119 Add support for newer SAS and similar devices to mpt(4). Tested with 119 Add support for newer SAS and similar devices to mpt(4). Tested with
120 the LSI SAS1064 in a Sun x4200 server. 120 the LSI SAS1064 in a Sun x4200 server.
121 These enhancements were developed by Garrett D'Amore and contributed 121 These enhancements were developed by Garrett D'Amore and contributed
122 to NetBSD by the TELES AG. 122 to NetBSD by the TELES AG.
123 [tron, ticket #1822] 123 [tron, ticket #1822]
124 124
125sys/dev/ata/wd.c 1.345 125sys/dev/ata/wd.c 1.345
126 126
127 Add a workaround for drives with the LBA48 bug: 127 Add a workaround for drives with the LBA48 bug:
128 if we get a "ID not found" error for a transfer crossing 128 if we get a "ID not found" error for a transfer crossing
129 LBA48_THRESHOLD, and the drive is larger than 128GB, 129 LBA48_THRESHOLD, and the drive is larger than 128GB,
130 automatically add WD_QUIRK_FORCE_LBA48 to the drive's 130 automatically add WD_QUIRK_FORCE_LBA48 to the drive's
131 quirks and retry the transfers. Hopefully this will 131 quirks and retry the transfers. Hopefully this will
132 obsolete the WD_QUIRK_FORCE_LBA48 quirk list ... 132 obsolete the WD_QUIRK_FORCE_LBA48 quirk list ...
133 [bouyer, ticket #1848] 133 [bouyer, ticket #1848]
134 134
135doc/3RDPARTY 1.562 135doc/3RDPARTY 1.562
136etc/namedb/root.cache 1.11 136etc/namedb/root.cache 1.11
137 137
138 Update to 2007110100 version 138 Update to 2007110100 version
139 [martti, ticket #1871, #1872] 139 [martti, ticket #1871, #1872]
140 140
141usr.sbin/rpc.lockd/lock_proc.c 1.8 141usr.sbin/rpc.lockd/lock_proc.c 1.8
142 142
143 Fix off-by-one error accessing "clnt_cache_addr" array which causes 143 Fix off-by-one error accessing "clnt_cache_addr" array which causes
144 heap corruption. This will hopefully fix PR bin/37236. 144 heap corruption. This will hopefully fix PR bin/37236.
145 [tron, ticket #1873] 145 [tron, ticket #1873]
146 146
147sys/netipsec/ipsec.c 1.34 via patch 147sys/netipsec/ipsec.c 1.34 via patch
148sys/netipsec/ipsec_osdep.h 1.21 via patch 148sys/netipsec/ipsec_osdep.h 1.21 via patch
149sys/netipsec/ipsec_output.c 1.23 via patch 149sys/netipsec/ipsec_output.c 1.23 via patch
150sys/netipsec/xform_ah.c 1.19 via patch 150sys/netipsec/xform_ah.c 1.19 via patch
151sys/netipsec/xform_ipip.c 1.18 via patch 151sys/netipsec/xform_ipip.c 1.18 via patch
152 152
153 The function ipsec4_get_ulp assumes that ip_off is in host order. 153 The function ipsec4_get_ulp assumes that ip_off is in host order.
154 This results in IPsec processing that is dependent on protocol 154 This results in IPsec processing that is dependent on protocol
155 and/or port can be bypassed. 155 and/or port can be bypassed.
156 Bug report, analysis and initial fix from Karl Knutsson. 156 Bug report, analysis and initial fix from Karl Knutsson.
157 Final patch and ok from degroote@ 157 Final patch and ok from degroote@
158 [adrianp, ticket #1878] 158 [adrianp, ticket #1878]
159 159
160sys/netinet6/ipcomp_input.c 1.28 160sys/netinet6/ipcomp_input.c 1.28
161 161
162 From FreeBSD: 162 From FreeBSD:
163 In ipcomp6_input(), check 'md' not 'm' after a call to 163 In ipcomp6_input(), check 'md' not 'm' after a call to
164 m_pulldown(): 'm' may be a stale pointer at this point, and 164 m_pulldown(): 'm' may be a stale pointer at this point, and
165 we're interested in whether or not m_pulldown() failed. 165 we're interested in whether or not m_pulldown() failed.
166 Noticed by: Coverity Prevent analysis tool 166 Noticed by: Coverity Prevent analysis tool
167 Should fix PR 37410. 167 Should fix PR 37410.
168 [jdc, ticket #1879] 168 [jdc, ticket #1879]
169 169
170crypto/dist/openssl/ssl/ssl_lib.c 1.4 170crypto/dist/openssl/ssl/ssl_lib.c 1.4
171 171
172 apply a patch from openssl CVS to fix a remaining off-by-one error 172 apply a patch from openssl CVS to fix a remaining off-by-one error
173 in an older security fix, see 173 in an older security fix, see
174 http://www.securityfocus.com/archive/1/480855/30/0/threaded 174 http://www.securityfocus.com/archive/1/480855/30/0/threaded
175 (CVE-2007-4995) 175 (CVE-2007-4995)
176 [drochner, ticket #1891] 176 [drochner, ticket #1891]
177xsrc/xfree/xc/lib/font/bitmap/pcfread.c 1.3 177xsrc/xfree/xc/lib/font/bitmap/pcfread.c 1.3
178 178
179 Apply security fix for CVE-2008-0006. 179 Apply security fix for CVE-2008-0006.
180 [tron, ticket #1896] 180 [tron, ticket #1896]
181 181
182games/larn/bill.c 1.9 182games/larn/bill.c 1.9
183games/larn/header.h 1.18 via patch 183games/larn/header.h 1.18 via patch
184games/larn/main.c 1.21 184games/larn/main.c 1.21
185games/larn/scores.c 1.16 via patch 185games/larn/scores.c 1.16 via patch
186 186
187 Since games are (now) setgid, not setuid, it is no longer necessary to 187 Since games are (now) setgid, not setuid, it is no longer necessary to
188 manipulate the effective uid, only the effective gid. 188 manipulate the effective uid, only the effective gid.
189 Use mkstemp to make the temporary files used when you win. 189 Use mkstemp to make the temporary files used when you win.
190 [dholland, ticket #1899] 190 [dholland, ticket #1899]
191 191
192etc/namedb/root.cache 1.12, 1.13 192etc/namedb/root.cache 1.12, 1.13
193 193
194 Update to 2008020400 version 194 Update to 2008020400 version
195 [ghen, ticket #1900] 195 [ghen, ticket #1900]
196 196
197sys/dev/ata/wd.c 1.359 197sys/dev/ata/wd.c 1.359
198 198
199 The Hitachi HDP725025GLA380 returns "aborted command" instead of 199 The Hitachi HDP725025GLA380 returns "aborted command" instead of
200 "id not found" when hitting the LBA48 bug, so also install the 200 "id not found" when hitting the LBA48 bug, so also install the
201 LBA48 bug workaround on "aborted command" errors. 201 LBA48 bug workaround on "aborted command" errors.
202 [bouyer, ticket #1910] 202 [bouyer, ticket #1910]
203 203
204src/crypto/dist/ssh/channels.c 1.38 via patch 204src/crypto/dist/ssh/channels.c 1.38 via patch
205src/crypto/dist/ssh/auth-options.c 1.8 via patch 205src/crypto/dist/ssh/auth-options.c 1.8 via patch
206src/crypto/dist/ssh/auth-options.h 1.4 via patch 206src/crypto/dist/ssh/auth-options.h 1.4 via patch
207src/crypto/dist/ssh/session.c 1.46 via patch 207src/crypto/dist/ssh/session.c 1.46 via patch
208src/crypto/dist/ssh/sshd.8 1.39 via patch 208src/crypto/dist/ssh/sshd.8 1.39 via patch
209 209
210 Fix X11 forwarding information disclosure vulnerability in 210 Fix X11 forwarding information disclosure vulnerability in
211 OpenSSH (CVE-2008-1483). 211 OpenSSH (CVE-2008-1483).
212 Add no-user-rc option which disables execution of ~/.ssh/rc 212 Add no-user-rc option which disables execution of ~/.ssh/rc
213 (backport from OpenSSH 4.9) 213 (backport from OpenSSH 4.9)
214 [adrianp, ticket #1921] 214 [adrianp, ticket #1921]
215 215
216usr.bin/gzip/zgrep 1.6 216usr.bin/gzip/zgrep 1.6
217 217
218 grep "-H" option (print the filename for each match) always prints 218 grep "-H" option (print the filename for each match) always prints
219 filenames whether "-h" option (suppress filenames when multiple files 219 filenames whether "-h" option (suppress filenames when multiple files
220 are searched) is specified or not. 220 are searched) is specified or not.
221 Make zgrep "-h" option actually work with using "-H" option only 221 Make zgrep "-h" option actually work with using "-H" option only
222 when "-h" is not specified. 222 when "-h" is not specified.
223 Fixes PR#36062. 223 Fixes PR#36062.
224 [nakayama, ticket #1927] 224 [nakayama, ticket #1927]
225 225
226crypto/dist/openssl/crypto/bn/bn_mont.c 1.2 (via patch) 226crypto/dist/openssl/crypto/bn/bn_mont.c 1.2 (via patch)
227 227
228 Fix for CVE-2007-3108 228 Fix for CVE-2007-3108
229 The BN_from_montgomery function in crypto/bn/bn_mont.c in 229 The BN_from_montgomery function in crypto/bn/bn_mont.c in
230 OpenSSL 0.9.8e and earlier does not properly perform Montgomery 230 OpenSSL 0.9.8e and earlier does not properly perform Montgomery
231 multiplication, which might allow local users to conduct a 231 multiplication, which might allow local users to conduct a
232 side-channel attack and retrieve RSA private keys. 232 side-channel attack and retrieve RSA private keys.
233 [adrianp, ticket #1931] 233 [adrianp, ticket #1931]
234 234
235gnu/dist/binutils/bfd/tekhex.c 1.2 via patch 235gnu/dist/binutils/bfd/tekhex.c 1.2 via patch
236 236
237 Fix for PR #33551 (a.k.a CVE-2006-2362) 237 Fix for PR #33551 (a.k.a CVE-2006-2362)
238 238
239 Back port from the binutils CVS tree 239 Back port from the binutils CVS tree
240 240
241 Buffer overflow in getsym in tekhex.c in libbfd in Free Software 241 Buffer overflow in getsym in tekhex.c in libbfd in Free Software
242 Foundation GNU Binutils before 20060423, as used by GNU strings, allows 242 Foundation GNU Binutils before 20060423, as used by GNU strings, allows
243 context-dependent attackers to cause a denial of service (application 243 context-dependent attackers to cause a denial of service (application
244 crash) and possibly execute arbitrary code via a file with a crafted 244 crash) and possibly execute arbitrary code via a file with a crafted
245 Tektronix Hex Format (TekHex) record in which the length character is 245 Tektronix Hex Format (TekHex) record in which the length character is
246 not a valid hexadecimal character. 246 not a valid hexadecimal character.
247 [adrianp, ticket #1941] 247 [adrianp, ticket #1941]
248 248
249sys/arch/sparc64/sparc64/locore.s 1.280 249sys/arch/sparc64/sparc64/locore.s 1.280
250 250
251 Close unterminated comment. 251 Close unterminated comment.
252 Fix unexpected behavior in case of loadfpstate from unaligned buffer. 252 Fix unexpected behavior in case of loadfpstate from unaligned buffer.
253 [nakayama, ticket #1940] 253 [nakayama, ticket #1940]
254 254
255dist/bind/CHANGES patch 255dist/bind/CHANGES patch
256dist/bind/COPYRIGHT patch 256dist/bind/COPYRIGHT patch
257dist/bind/FAQ patch 257dist/bind/FAQ patch
258dist/bind/FAQ.xml patch 258dist/bind/FAQ.xml patch
259dist/bind/Makefile.in patch 259dist/bind/Makefile.in patch
260dist/bind/README patch 260dist/bind/README patch
261dist/bind/bin/check/check-tool.c patch 261dist/bind/bin/check/check-tool.c patch
262dist/bind/bin/check/check-tool.h patch 262dist/bind/bin/check/check-tool.h patch
263dist/bind/bin/check/named-checkconf.8 patch 263dist/bind/bin/check/named-checkconf.8 patch
264dist/bind/bin/check/named-checkconf.c patch 264dist/bind/bin/check/named-checkconf.c patch
265dist/bind/bin/check/named-checkconf.docbook patch 265dist/bind/bin/check/named-checkconf.docbook patch
266dist/bind/bin/check/named-checkconf.html patch 266dist/bind/bin/check/named-checkconf.html patch
267dist/bind/bin/check/named-checkzone.8 patch 267dist/bind/bin/check/named-checkzone.8 patch
268dist/bind/bin/check/named-checkzone.docbook patch 268dist/bind/bin/check/named-checkzone.docbook patch
269dist/bind/bin/check/named-checkzone.html patch 269dist/bind/bin/check/named-checkzone.html patch
270dist/bind/bin/check/win32/checktool.dsp patch 270dist/bind/bin/check/win32/checktool.dsp patch
271dist/bind/bin/check/win32/checktool.dsw patch 271dist/bind/bin/check/win32/checktool.dsw patch
272dist/bind/bin/check/win32/namedcheckconf.dsp patch 272dist/bind/bin/check/win32/namedcheckconf.dsp patch
273dist/bind/bin/check/win32/namedcheckconf.mak patch 273dist/bind/bin/check/win32/namedcheckconf.mak patch
274dist/bind/bin/check/win32/namedcheckzone.dsp patch 274dist/bind/bin/check/win32/namedcheckzone.dsp patch
275dist/bind/bin/check/win32/namedcheckzone.mak patch 275dist/bind/bin/check/win32/namedcheckzone.mak patch
276dist/bind/bin/dig/Makefile.in patch 276dist/bind/bin/dig/Makefile.in patch
277dist/bind/bin/dig/dig.1 patch 277dist/bind/bin/dig/dig.1 patch
278dist/bind/bin/dig/dig.c patch 278dist/bind/bin/dig/dig.c patch
279dist/bind/bin/dig/dig.docbook patch 279dist/bind/bin/dig/dig.docbook patch
280dist/bind/bin/dig/dig.html patch 280dist/bind/bin/dig/dig.html patch
281dist/bind/bin/dig/dighost.c patch 281dist/bind/bin/dig/dighost.c patch
282dist/bind/bin/dig/host.1 patch 282dist/bind/bin/dig/host.1 patch
283dist/bind/bin/dig/host.c patch 283dist/bind/bin/dig/host.c patch
284dist/bind/bin/dig/host.docbook patch 284dist/bind/bin/dig/host.docbook patch
285dist/bind/bin/dig/host.html patch 285dist/bind/bin/dig/host.html patch
286dist/bind/bin/dig/include/dig/dig.h patch 286dist/bind/bin/dig/include/dig/dig.h patch
287dist/bind/bin/dig/nslookup.1 patch 287dist/bind/bin/dig/nslookup.1 patch
288dist/bind/bin/dig/nslookup.c patch 288dist/bind/bin/dig/nslookup.c patch
289dist/bind/bin/dig/nslookup.docbook patch 289dist/bind/bin/dig/nslookup.docbook patch
290dist/bind/bin/dig/nslookup.html patch 290dist/bind/bin/dig/nslookup.html patch
291dist/bind/bin/dig/win32/dig.dsp patch 291dist/bind/bin/dig/win32/dig.dsp patch
292dist/bind/bin/dig/win32/dig.mak patch 292dist/bind/bin/dig/win32/dig.mak patch
293dist/bind/bin/dig/win32/dighost.dsp patch 293dist/bind/bin/dig/win32/dighost.dsp patch
294dist/bind/bin/dig/win32/dighost.dsw patch 294dist/bind/bin/dig/win32/dighost.dsw patch
295dist/bind/bin/dig/win32/host.dsp patch 295dist/bind/bin/dig/win32/host.dsp patch
296dist/bind/bin/dig/win32/host.mak patch 296dist/bind/bin/dig/win32/host.mak patch
297dist/bind/bin/dig/win32/nslookup.mak patch 297dist/bind/bin/dig/win32/nslookup.mak patch
298dist/bind/bin/dnssec/Makefile.in patch 298dist/bind/bin/dnssec/Makefile.in patch
299dist/bind/bin/dnssec/dnssec-keygen.8 patch 299dist/bind/bin/dnssec/dnssec-keygen.8 patch
300dist/bind/bin/dnssec/dnssec-keygen.c patch 300dist/bind/bin/dnssec/dnssec-keygen.c patch
301dist/bind/bin/dnssec/dnssec-keygen.docbook patch 301dist/bind/bin/dnssec/dnssec-keygen.docbook patch
302dist/bind/bin/dnssec/dnssec-keygen.html patch 302dist/bind/bin/dnssec/dnssec-keygen.html patch
303dist/bind/bin/dnssec/dnssec-signzone.8 patch 303dist/bind/bin/dnssec/dnssec-signzone.8 patch
304dist/bind/bin/dnssec/dnssec-signzone.c patch 304dist/bind/bin/dnssec/dnssec-signzone.c patch
305dist/bind/bin/dnssec/dnssec-signzone.docbook patch 305dist/bind/bin/dnssec/dnssec-signzone.docbook patch
306dist/bind/bin/dnssec/dnssec-signzone.html patch 306dist/bind/bin/dnssec/dnssec-signzone.html patch
307dist/bind/bin/dnssec/win32/dnssectool.dsp patch 307dist/bind/bin/dnssec/win32/dnssectool.dsp patch
308dist/bind/bin/dnssec/win32/dnssectool.dsw patch 308dist/bind/bin/dnssec/win32/dnssectool.dsw patch
309dist/bind/bin/dnssec/win32/keygen.dsp patch 309dist/bind/bin/dnssec/win32/keygen.dsp patch
310dist/bind/bin/dnssec/win32/keygen.mak patch 310dist/bind/bin/dnssec/win32/keygen.mak patch
311dist/bind/bin/dnssec/win32/signzone.dsp patch 311dist/bind/bin/dnssec/win32/signzone.dsp patch
312dist/bind/bin/dnssec/win32/signzone.mak patch 312dist/bind/bin/dnssec/win32/signzone.mak patch
313dist/bind/bin/named/Makefile.in patch 313dist/bind/bin/named/Makefile.in patch
314dist/bind/bin/named/aclconf.c patch 314dist/bind/bin/named/aclconf.c patch
315dist/bind/bin/named/client.c patch 315dist/bind/bin/named/client.c patch
316dist/bind/bin/named/config.c patch 316dist/bind/bin/named/config.c patch
317dist/bind/bin/named/control.c patch 317dist/bind/bin/named/control.c patch
318dist/bind/bin/named/controlconf.c patch 318dist/bind/bin/named/controlconf.c patch
319dist/bind/bin/named/include/named/aclconf.h patch 319dist/bind/bin/named/include/named/aclconf.h patch
320dist/bind/bin/named/include/named/builtin.h patch 320dist/bind/bin/named/include/named/builtin.h patch
321dist/bind/bin/named/include/named/client.h patch 321dist/bind/bin/named/include/named/client.h patch
322dist/bind/bin/named/include/named/config.h patch 322dist/bind/bin/named/include/named/config.h patch
323dist/bind/bin/named/include/named/control.h patch 323dist/bind/bin/named/include/named/control.h patch
324dist/bind/bin/named/include/named/globals.h patch 324dist/bind/bin/named/include/named/globals.h patch
325dist/bind/bin/named/include/named/interfacemgr.h patch 325dist/bind/bin/named/include/named/interfacemgr.h patch
326dist/bind/bin/named/include/named/log.h patch 326dist/bind/bin/named/include/named/log.h patch
327dist/bind/bin/named/include/named/logconf.h patch 327dist/bind/bin/named/include/named/logconf.h patch
328dist/bind/bin/named/include/named/lwresd.h patch 328dist/bind/bin/named/include/named/lwresd.h patch
329dist/bind/bin/named/include/named/main.h patch 329dist/bind/bin/named/include/named/main.h patch
330dist/bind/bin/named/include/named/query.h patch 330dist/bind/bin/named/include/named/query.h patch
331dist/bind/bin/named/include/named/server.h patch 331dist/bind/bin/named/include/named/server.h patch
332dist/bind/bin/named/include/named/sortlist.h patch 332dist/bind/bin/named/include/named/sortlist.h patch
333dist/bind/bin/named/include/named/tkeyconf.h patch 333dist/bind/bin/named/include/named/tkeyconf.h patch
334dist/bind/bin/named/include/named/tsigconf.h patch 334dist/bind/bin/named/include/named/tsigconf.h patch
335dist/bind/bin/named/include/named/zoneconf.h patch 335dist/bind/bin/named/include/named/zoneconf.h patch
336dist/bind/bin/named/interfacemgr.c patch 336dist/bind/bin/named/interfacemgr.c patch
337dist/bind/bin/named/log.c patch 337dist/bind/bin/named/log.c patch
338dist/bind/bin/named/logconf.c patch 338dist/bind/bin/named/logconf.c patch
339dist/bind/bin/named/lwaddr.c patch 339dist/bind/bin/named/lwaddr.c patch
340dist/bind/bin/named/lwdclient.c patch 340dist/bind/bin/named/lwdclient.c patch
341dist/bind/bin/named/lwdgabn.c patch 341dist/bind/bin/named/lwdgabn.c patch
342dist/bind/bin/named/lwdgnba.c patch 342dist/bind/bin/named/lwdgnba.c patch
343dist/bind/bin/named/lwdgrbn.c patch 343dist/bind/bin/named/lwdgrbn.c patch
344dist/bind/bin/named/lwdnoop.c patch 344dist/bind/bin/named/lwdnoop.c patch
345dist/bind/bin/named/lwresd.8 patch 345dist/bind/bin/named/lwresd.8 patch
346dist/bind/bin/named/lwresd.c patch 346dist/bind/bin/named/lwresd.c patch
347dist/bind/bin/named/lwresd.docbook patch 347dist/bind/bin/named/lwresd.docbook patch
348dist/bind/bin/named/lwresd.html patch 348dist/bind/bin/named/lwresd.html patch
349dist/bind/bin/named/main.c patch 349dist/bind/bin/named/main.c patch
350dist/bind/bin/named/named.8 patch 350dist/bind/bin/named/named.8 patch
351dist/bind/bin/named/named.conf.5 patch 351dist/bind/bin/named/named.conf.5 patch
352dist/bind/bin/named/named.conf.docbook patch 352dist/bind/bin/named/named.conf.docbook patch
353dist/bind/bin/named/named.conf.html patch 353dist/bind/bin/named/named.conf.html patch
354dist/bind/bin/named/named.docbook patch 354dist/bind/bin/named/named.docbook patch
355dist/bind/bin/named/named.html patch 355dist/bind/bin/named/named.html patch
356dist/bind/bin/named/query.c patch 356dist/bind/bin/named/query.c patch
357dist/bind/bin/named/server.c patch 357dist/bind/bin/named/server.c patch
358dist/bind/bin/named/sortlist.c patch 358dist/bind/bin/named/sortlist.c patch
359dist/bind/bin/named/tkeyconf.c patch 359dist/bind/bin/named/tkeyconf.c patch
360dist/bind/bin/named/tsigconf.c patch 360dist/bind/bin/named/tsigconf.c patch
361dist/bind/bin/named/unix/Makefile.in patch 361dist/bind/bin/named/unix/Makefile.in patch
362dist/bind/bin/named/unix/include/named/os.h patch 362dist/bind/bin/named/unix/include/named/os.h patch
363dist/bind/bin/named/unix/os.c patch 363dist/bind/bin/named/unix/os.c patch
364dist/bind/bin/named/update.c patch 364dist/bind/bin/named/update.c patch
365dist/bind/bin/named/win32/include/named/os.h patch 365dist/bind/bin/named/win32/include/named/os.h patch
366dist/bind/bin/named/win32/named.mak patch 366dist/bind/bin/named/win32/named.mak patch
367dist/bind/bin/named/win32/ntservice.c patch 367dist/bind/bin/named/win32/ntservice.c patch
368dist/bind/bin/named/win32/os.c patch 368dist/bind/bin/named/win32/os.c patch
369dist/bind/bin/named/zoneconf.c patch 369dist/bind/bin/named/zoneconf.c patch
370dist/bind/bin/nsupdate/Makefile.in patch 370dist/bind/bin/nsupdate/Makefile.in patch
371dist/bind/bin/nsupdate/nsupdate.8 patch 371dist/bind/bin/nsupdate/nsupdate.8 patch
372dist/bind/bin/nsupdate/nsupdate.c patch 372dist/bind/bin/nsupdate/nsupdate.c patch
373dist/bind/bin/nsupdate/nsupdate.docbook patch 373dist/bind/bin/nsupdate/nsupdate.docbook patch
374dist/bind/bin/nsupdate/nsupdate.html patch 374dist/bind/bin/nsupdate/nsupdate.html patch
375dist/bind/bin/nsupdate/win32/nsupdate.mak patch 375dist/bind/bin/nsupdate/win32/nsupdate.mak patch
376dist/bind/bin/rndc/Makefile.in patch 376dist/bind/bin/rndc/Makefile.in patch
377dist/bind/bin/rndc/rndc-confgen.8 patch 377dist/bind/bin/rndc/rndc-confgen.8 patch
378dist/bind/bin/rndc/rndc-confgen.docbook patch 378dist/bind/bin/rndc/rndc-confgen.docbook patch
379dist/bind/bin/rndc/rndc-confgen.html patch 379dist/bind/bin/rndc/rndc-confgen.html patch
380dist/bind/bin/rndc/rndc.8 patch 380dist/bind/bin/rndc/rndc.8 patch
381dist/bind/bin/rndc/rndc.c patch 381dist/bind/bin/rndc/rndc.c patch
382dist/bind/bin/rndc/rndc.conf.5 patch 382dist/bind/bin/rndc/rndc.conf.5 patch
383dist/bind/bin/rndc/rndc.conf.docbook patch 383dist/bind/bin/rndc/rndc.conf.docbook patch
384dist/bind/bin/rndc/rndc.conf.html patch 384dist/bind/bin/rndc/rndc.conf.html patch
385dist/bind/bin/rndc/rndc.docbook patch 385dist/bind/bin/rndc/rndc.docbook patch
386dist/bind/bin/rndc/rndc.html patch 386dist/bind/bin/rndc/rndc.html patch
387dist/bind/bin/rndc/unix/Makefile.in patch 387dist/bind/bin/rndc/unix/Makefile.in patch
388dist/bind/bin/rndc/win32/confgen.dsp patch 388dist/bind/bin/rndc/win32/confgen.dsp patch
389dist/bind/bin/rndc/win32/confgen.mak patch 389dist/bind/bin/rndc/win32/confgen.mak patch
390dist/bind/bin/rndc/win32/os.c patch 390dist/bind/bin/rndc/win32/os.c patch
391dist/bind/bin/rndc/win32/rndc.dsp patch 391dist/bind/bin/rndc/win32/rndc.dsp patch
392dist/bind/bin/rndc/win32/rndc.mak patch 392dist/bind/bin/rndc/win32/rndc.mak patch
393dist/bind/bin/rndc/win32/rndcutil.dsp patch 393dist/bind/bin/rndc/win32/rndcutil.dsp patch
394dist/bind/bin/rndc/win32/rndcutil.dsw patch 394dist/bind/bin/rndc/win32/rndcutil.dsw patch
395dist/bind/bin/tests/Makefile.in patch 395dist/bind/bin/tests/Makefile.in patch
396dist/bind/bin/tests/byaddr_test.c patch 396dist/bind/bin/tests/byaddr_test.c patch
397dist/bind/bin/tests/cfg_test.c patch 397dist/bind/bin/tests/cfg_test.c patch
398dist/bind/bin/tests/compress_test.c patch 398dist/bind/bin/tests/compress_test.c patch
399dist/bind/bin/tests/db/Makefile.in patch 399dist/bind/bin/tests/db/Makefile.in patch
400dist/bind/bin/tests/db/t_db.c patch 400dist/bind/bin/tests/db/t_db.c patch
401dist/bind/bin/tests/db_test.c patch 401dist/bind/bin/tests/db_test.c patch
402dist/bind/bin/tests/dst/Makefile.in patch 402dist/bind/bin/tests/dst/Makefile.in patch
403dist/bind/bin/tests/dst/dst_test.c patch 403dist/bind/bin/tests/dst/dst_test.c patch
404dist/bind/bin/tests/dst/t_dst.c patch 404dist/bind/bin/tests/dst/t_dst.c patch
405dist/bind/bin/tests/entropy2_test.c patch 405dist/bind/bin/tests/entropy2_test.c patch
406dist/bind/bin/tests/entropy_test.c patch 406dist/bind/bin/tests/entropy_test.c patch
407dist/bind/bin/tests/gxba_test.c patch 407dist/bind/bin/tests/gxba_test.c patch
408dist/bind/bin/tests/gxbn_test.c patch 408dist/bind/bin/tests/gxbn_test.c patch
409dist/bind/bin/tests/hash_test.c patch 409dist/bind/bin/tests/hash_test.c patch
410dist/bind/bin/tests/journalprint.c patch 410dist/bind/bin/tests/journalprint.c patch
411dist/bind/bin/tests/lfsr_test.c patch 411dist/bind/bin/tests/lfsr_test.c patch
412dist/bind/bin/tests/lwres_test.c patch 412dist/bind/bin/tests/lwres_test.c patch
413dist/bind/bin/tests/master/Makefile.in patch 413dist/bind/bin/tests/master/Makefile.in patch
414dist/bind/bin/tests/master/t_master.c patch 414dist/bind/bin/tests/master/t_master.c patch
415dist/bind/bin/tests/mem/Makefile.in patch 415dist/bind/bin/tests/mem/Makefile.in patch
416dist/bind/bin/tests/mem/t_mem.c patch 416dist/bind/bin/tests/mem/t_mem.c patch
417dist/bind/bin/tests/mempool_test.c patch 417dist/bind/bin/tests/mempool_test.c patch
418dist/bind/bin/tests/names/Makefile.in patch 418dist/bind/bin/tests/names/Makefile.in patch
419dist/bind/bin/tests/names/dns_name_fromwire_8_data patch 419dist/bind/bin/tests/names/dns_name_fromwire_8_data patch
420dist/bind/bin/tests/names/t_names.c patch 420dist/bind/bin/tests/names/t_names.c patch
421dist/bind/bin/tests/net/Makefile.in patch 421dist/bind/bin/tests/net/Makefile.in patch
422dist/bind/bin/tests/net/driver.c patch 422dist/bind/bin/tests/net/driver.c patch
423dist/bind/bin/tests/net/netaddr_multicast.c patch 423dist/bind/bin/tests/net/netaddr_multicast.c patch
424dist/bind/bin/tests/printmsg.c patch 424dist/bind/bin/tests/printmsg.c patch
425dist/bind/bin/tests/rbt/Makefile.in patch 425dist/bind/bin/tests/rbt/Makefile.in patch
426dist/bind/bin/tests/rbt/t_rbt.c patch 426dist/bind/bin/tests/rbt/t_rbt.c patch
427dist/bind/bin/tests/rbt_test.c patch 427dist/bind/bin/tests/rbt_test.c patch
428dist/bind/bin/tests/rbt_test.txt patch 428dist/bind/bin/tests/rbt_test.txt patch
429dist/bind/bin/tests/rdata_test.c patch 429dist/bind/bin/tests/rdata_test.c patch
430dist/bind/bin/tests/shutdown_test.c patch 430dist/bind/bin/tests/shutdown_test.c patch
431dist/bind/bin/tests/sig0_test.c patch 431dist/bind/bin/tests/sig0_test.c patch
432dist/bind/bin/tests/sock_test.c patch 432dist/bind/bin/tests/sock_test.c patch
433dist/bind/bin/tests/sockaddr/Makefile.in patch 433dist/bind/bin/tests/sockaddr/Makefile.in patch
434dist/bind/bin/tests/sym_test.c patch 434dist/bind/bin/tests/sym_test.c patch
435dist/bind/bin/tests/system/Makefile.in patch 435dist/bind/bin/tests/system/Makefile.in patch
436dist/bind/bin/tests/system/README patch 436dist/bind/bin/tests/system/README patch
437dist/bind/bin/tests/system/conf.sh.in patch 437dist/bind/bin/tests/system/conf.sh.in patch
438dist/bind/bin/tests/system/dnssec/README patch 438dist/bind/bin/tests/system/dnssec/README patch
439dist/bind/bin/tests/system/dnssec/clean.sh patch 439dist/bind/bin/tests/system/dnssec/clean.sh patch
440dist/bind/bin/tests/system/dnssec/ns2/example.db.in patch 440dist/bind/bin/tests/system/dnssec/ns2/example.db.in patch
441dist/bind/bin/tests/system/dnssec/ns2/named.conf patch 441dist/bind/bin/tests/system/dnssec/ns2/named.conf patch
442dist/bind/bin/tests/system/dnssec/ns3/named.conf patch 442dist/bind/bin/tests/system/dnssec/ns3/named.conf patch
443dist/bind/bin/tests/system/dnssec/ns3/sign.sh patch 443dist/bind/bin/tests/system/dnssec/ns3/sign.sh patch
444dist/bind/bin/tests/system/dnssec/prereq.sh patch 444dist/bind/bin/tests/system/dnssec/prereq.sh patch
445dist/bind/bin/tests/system/dnssec/tests.sh patch 445dist/bind/bin/tests/system/dnssec/tests.sh patch
446dist/bind/bin/tests/system/ixfr/ans2/ans.pl patch 446dist/bind/bin/tests/system/ixfr/ans2/ans.pl patch
447dist/bind/bin/tests/system/lwresd/Makefile.in patch 447dist/bind/bin/tests/system/lwresd/Makefile.in patch
448dist/bind/bin/tests/system/lwresd/lwtest.c patch 448dist/bind/bin/tests/system/lwresd/lwtest.c patch
449dist/bind/bin/tests/system/lwresd/ns1/example2.db patch 449dist/bind/bin/tests/system/lwresd/ns1/example2.db patch
450dist/bind/bin/tests/system/lwresd/ns1/ip6.arpa.db patch 450dist/bind/bin/tests/system/lwresd/ns1/ip6.arpa.db patch
451dist/bind/bin/tests/system/lwresd/ns1/ip6.int.db patch 451dist/bind/bin/tests/system/lwresd/ns1/ip6.int.db patch
452dist/bind/bin/tests/system/lwresd/tests.sh patch 452dist/bind/bin/tests/system/lwresd/tests.sh patch
453dist/bind/bin/tests/system/notify/ns2/example1.db patch 453dist/bind/bin/tests/system/notify/ns2/example1.db patch
454dist/bind/bin/tests/system/notify/ns2/example2.db patch 454dist/bind/bin/tests/system/notify/ns2/example2.db patch
455dist/bind/bin/tests/system/notify/ns2/example3.db patch 455dist/bind/bin/tests/system/notify/ns2/example3.db patch
456dist/bind/bin/tests/system/notify/ns2/example4.db patch 456dist/bind/bin/tests/system/notify/ns2/example4.db patch
457dist/bind/bin/tests/system/nsupdate/ns1/example1.db patch 457dist/bind/bin/tests/system/nsupdate/ns1/example1.db patch
458dist/bind/bin/tests/system/resolver/ans2/ans.pl patch 458dist/bind/bin/tests/system/resolver/ans2/ans.pl patch
459dist/bind/bin/tests/system/resolver/ans3/ans.pl patch 459dist/bind/bin/tests/system/resolver/ans3/ans.pl patch
460dist/bind/bin/tests/system/run.sh patch 460dist/bind/bin/tests/system/run.sh patch
461dist/bind/bin/tests/system/runall.sh patch 461dist/bind/bin/tests/system/runall.sh patch
462dist/bind/bin/tests/system/sortlist/ns1/named.conf patch 462dist/bind/bin/tests/system/sortlist/ns1/named.conf patch
463dist/bind/bin/tests/system/sortlist/tests.sh patch 463dist/bind/bin/tests/system/sortlist/tests.sh patch
464dist/bind/bin/tests/system/start.pl patch 464dist/bind/bin/tests/system/start.pl patch
465dist/bind/bin/tests/system/start.sh patch 465dist/bind/bin/tests/system/start.sh patch
466dist/bind/bin/tests/system/stop.pl patch 466dist/bind/bin/tests/system/stop.pl patch
467dist/bind/bin/tests/system/stop.sh patch 467dist/bind/bin/tests/system/stop.sh patch
468dist/bind/bin/tests/system/stress/setup.pl patch 468dist/bind/bin/tests/system/stress/setup.pl patch
469dist/bind/bin/tests/system/tkey/Makefile.in patch 469dist/bind/bin/tests/system/tkey/Makefile.in patch
470dist/bind/bin/tests/system/tkey/keycreate.c patch 470dist/bind/bin/tests/system/tkey/keycreate.c patch
471dist/bind/bin/tests/system/tkey/keydelete.c patch 471dist/bind/bin/tests/system/tkey/keydelete.c patch
472dist/bind/bin/tests/system/tkey/ns1/setup.sh patch 472dist/bind/bin/tests/system/tkey/ns1/setup.sh patch
473dist/bind/bin/tests/system/tkey/tests.sh patch 473dist/bind/bin/tests/system/tkey/tests.sh patch
474dist/bind/bin/tests/system/v6synth/ns2/ip6.arpa.db patch 474dist/bind/bin/tests/system/v6synth/ns2/ip6.arpa.db patch
475dist/bind/bin/tests/system/xfer/clean.sh patch 475dist/bind/bin/tests/system/xfer/clean.sh patch
476dist/bind/bin/tests/system/xfer/ns1/root.db patch 476dist/bind/bin/tests/system/xfer/ns1/root.db patch
477dist/bind/bin/tests/system/xfer/ns2/named.conf patch 477dist/bind/bin/tests/system/xfer/ns2/named.conf patch
478dist/bind/bin/tests/system/xfer/ns3/named.conf patch 478dist/bind/bin/tests/system/xfer/ns3/named.conf patch
479dist/bind/bin/tests/system/xfer/setup.sh patch 479dist/bind/bin/tests/system/xfer/setup.sh patch
480dist/bind/bin/tests/system/xfer/tests.sh patch 480dist/bind/bin/tests/system/xfer/tests.sh patch
481dist/bind/bin/tests/task_test.c patch 481dist/bind/bin/tests/task_test.c patch
482dist/bind/bin/tests/tasks/Makefile.in patch 482dist/bind/bin/tests/tasks/Makefile.in patch
483dist/bind/bin/tests/tasks/t_tasks.c patch 483dist/bind/bin/tests/tasks/t_tasks.c patch
484dist/bind/bin/tests/timer_test.c patch 484dist/bind/bin/tests/timer_test.c patch
485dist/bind/bin/tests/timers/Makefile.in patch 485dist/bind/bin/tests/timers/Makefile.in patch
486dist/bind/bin/tests/timers/t_timers.c patch 486dist/bind/bin/tests/timers/t_timers.c patch
487dist/bind/bin/tests/wire_test.c patch 487dist/bind/bin/tests/wire_test.c patch
488dist/bind/bin/tests/zone_test.c patch 488dist/bind/bin/tests/zone_test.c patch
489dist/bind/bin/win32/BINDInstall/AccountInfo.cpp patch 489dist/bind/bin/win32/BINDInstall/AccountInfo.cpp patch
490dist/bind/bin/win32/BINDInstall/AccountInfo.h patch 490dist/bind/bin/win32/BINDInstall/AccountInfo.h patch
491dist/bind/bin/win32/BINDInstall/BINDInstall.dsp patch 491dist/bind/bin/win32/BINDInstall/BINDInstall.dsp patch
492dist/bind/bin/win32/BINDInstall/BINDInstall.mak patch 492dist/bind/bin/win32/BINDInstall/BINDInstall.mak patch
493dist/bind/bin/win32/BINDInstall/BINDInstallDlg.cpp patch 493dist/bind/bin/win32/BINDInstall/BINDInstallDlg.cpp patch
494dist/bind/bin/win32/BINDInstall/BINDInstallDlg.h patch 494dist/bind/bin/win32/BINDInstall/BINDInstallDlg.h patch
495dist/bind/bin/win32/BINDInstall/StdAfx.h patch 495dist/bind/bin/win32/BINDInstall/StdAfx.h patch
496dist/bind/config.h.in patch 496dist/bind/config.h.in patch
497dist/bind/config.h.win32 patch 497dist/bind/config.h.win32 patch
498dist/bind/config.threads.in patch 498dist/bind/config.threads.in patch
499dist/bind/configure patch 499dist/bind/configure patch
500dist/bind/configure.in patch 500dist/bind/configure.in patch
501dist/bind/contrib/idn/idnkit-1.0-src/patch/bind9/bind-9.3.3-patch patch 501dist/bind/contrib/idn/idnkit-1.0-src/patch/bind9/bind-9.3.3-patch patch
502dist/bind/contrib/idn/idnkit-1.0-src/patch/bind9/bind-9.3.4-patch patch 502dist/bind/contrib/idn/idnkit-1.0-src/patch/bind9/bind-9.3.4-patch patch
503dist/bind/contrib/idn/idnkit-1.0-src/patch/bind9/bind-9.3.5-patch patch 503dist/bind/contrib/idn/idnkit-1.0-src/patch/bind9/bind-9.3.5-patch patch
504dist/bind/contrib/named-bootconf/named-bootconf.sh patch 504dist/bind/contrib/named-bootconf/named-bootconf.sh patch
505dist/bind/contrib/queryperf/config.h.in patch 505dist/bind/contrib/queryperf/config.h.in patch
506dist/bind/contrib/queryperf/configure patch 506dist/bind/contrib/queryperf/configure patch
507dist/bind/contrib/queryperf/configure.in patch 507dist/bind/contrib/queryperf/configure.in patch
508dist/bind/contrib/queryperf/queryperf.c patch 508dist/bind/contrib/queryperf/queryperf.c patch
509dist/bind/contrib/sdb/dir/dirdb.c patch 509dist/bind/contrib/sdb/dir/dirdb.c patch
510dist/bind/contrib/sdb/dir/dirdb.h patch 510dist/bind/contrib/sdb/dir/dirdb.h patch
511dist/bind/contrib/sdb/pgsql/pgsqldb.c patch 511dist/bind/contrib/sdb/pgsql/pgsqldb.c patch
512dist/bind/contrib/sdb/pgsql/pgsqldb.h patch 512dist/bind/contrib/sdb/pgsql/pgsqldb.h patch
513dist/bind/contrib/sdb/pgsql/zonetodb.c patch 513dist/bind/contrib/sdb/pgsql/zonetodb.c patch
514dist/bind/contrib/sdb/tcl/lookup.tcl patch 514dist/bind/contrib/sdb/tcl/lookup.tcl patch
515dist/bind/contrib/sdb/tcl/tcldb.c patch 515dist/bind/contrib/sdb/tcl/tcldb.c patch
516dist/bind/contrib/sdb/tcl/tcldb.h patch 516dist/bind/contrib/sdb/tcl/tcldb.h patch
517dist/bind/contrib/sdb/time/timedb.c patch 517dist/bind/contrib/sdb/time/timedb.c patch
518dist/bind/contrib/sdb/time/timedb.h patch 518dist/bind/contrib/sdb/time/timedb.h patch
519dist/bind/doc/arm/Bv9ARM-book.xml patch 519dist/bind/doc/arm/Bv9ARM-book.xml patch
520dist/bind/doc/arm/Bv9ARM.ch01.html patch 520dist/bind/doc/arm/Bv9ARM.ch01.html patch
521dist/bind/doc/arm/Bv9ARM.ch02.html patch 521dist/bind/doc/arm/Bv9ARM.ch02.html patch
522dist/bind/doc/arm/Bv9ARM.ch03.html patch 522dist/bind/doc/arm/Bv9ARM.ch03.html patch
523dist/bind/doc/arm/Bv9ARM.ch04.html patch 523dist/bind/doc/arm/Bv9ARM.ch04.html patch
524dist/bind/doc/arm/Bv9ARM.ch05.html patch 524dist/bind/doc/arm/Bv9ARM.ch05.html patch
525dist/bind/doc/arm/Bv9ARM.ch06.html patch 525dist/bind/doc/arm/Bv9ARM.ch06.html patch
526dist/bind/doc/arm/Bv9ARM.ch07.html patch 526dist/bind/doc/arm/Bv9ARM.ch07.html patch
527dist/bind/doc/arm/Bv9ARM.ch08.html patch 527dist/bind/doc/arm/Bv9ARM.ch08.html patch
528dist/bind/doc/arm/Bv9ARM.ch09.html patch 528dist/bind/doc/arm/Bv9ARM.ch09.html patch
529dist/bind/doc/arm/Bv9ARM.html patch 529dist/bind/doc/arm/Bv9ARM.html patch
530dist/bind/doc/arm/Makefile.in patch 530dist/bind/doc/arm/Makefile.in patch
531dist/bind/doc/misc/Makefile.in patch 531dist/bind/doc/misc/Makefile.in patch
532dist/bind/doc/misc/dnssec patch 532dist/bind/doc/misc/dnssec patch
533dist/bind/doc/misc/format-options.pl patch 533dist/bind/doc/misc/format-options.pl patch
534dist/bind/doc/misc/migration patch 534dist/bind/doc/misc/migration patch
535dist/bind/doc/misc/options patch 535dist/bind/doc/misc/options patch
536dist/bind/doc/misc/sort-options.pl patch 536dist/bind/doc/misc/sort-options.pl patch
537dist/bind/doc/rfc/index patch 537dist/bind/doc/rfc/index patch
538dist/bind/doc/rfc/rfc4193.txt patch 538dist/bind/doc/rfc/rfc4193.txt patch
539dist/bind/doc/rfc/rfc4255.txt patch 539dist/bind/doc/rfc/rfc4255.txt patch
540dist/bind/doc/rfc/rfc4343.txt patch 540dist/bind/doc/rfc/rfc4343.txt patch
541dist/bind/doc/rfc/rfc4367.txt patch 541dist/bind/doc/rfc/rfc4367.txt patch
542dist/bind/doc/rfc/rfc4398.txt patch 542dist/bind/doc/rfc/rfc4398.txt patch
543dist/bind/doc/rfc/rfc4408.txt patch 543dist/bind/doc/rfc/rfc4408.txt patch
544dist/bind/doc/rfc/rfc4431.txt patch 544dist/bind/doc/rfc/rfc4431.txt patch
545dist/bind/doc/rfc/rfc4470.txt patch 545dist/bind/doc/rfc/rfc4470.txt patch
546dist/bind/doc/rfc/rfc4634.txt patch 546dist/bind/doc/rfc/rfc4634.txt patch
547dist/bind/doc/rfc/rfc4641.txt patch 547dist/bind/doc/rfc/rfc4641.txt patch
548dist/bind/doc/xsl/isc-manpage.xsl.in patch 548dist/bind/doc/xsl/isc-manpage.xsl.in patch
549dist/bind/docutil/docbook2man-wrapper.sh.in patch 549dist/bind/docutil/docbook2man-wrapper.sh.in patch
550dist/bind/lib/Makefile.in patch 550dist/bind/lib/Makefile.in patch
551dist/bind/lib/bind/Makefile.in patch 551dist/bind/lib/bind/Makefile.in patch
552dist/bind/lib/bind/api patch 552dist/bind/lib/bind/api patch
553dist/bind/lib/bind/config.h.in patch 553dist/bind/lib/bind/config.h.in patch
554dist/bind/lib/bind/configure patch 554dist/bind/lib/bind/configure patch
555dist/bind/lib/bind/configure.in patch 555dist/bind/lib/bind/configure.in patch
556dist/bind/lib/bind/dst/dst_api.c patch 556dist/bind/lib/bind/dst/dst_api.c patch
557dist/bind/lib/bind/dst/hmac_link.c patch 557dist/bind/lib/bind/dst/hmac_link.c patch
558dist/bind/lib/bind/include/Makefile.in patch 558dist/bind/lib/bind/include/Makefile.in patch
559dist/bind/lib/bind/include/arpa/nameser_compat.h patch 559dist/bind/lib/bind/include/arpa/nameser_compat.h patch
560dist/bind/lib/bind/include/isc/eventlib.h patch 560dist/bind/lib/bind/include/isc/eventlib.h patch
561dist/bind/lib/bind/include/isc/list.h patch 561dist/bind/lib/bind/include/isc/list.h patch
562dist/bind/lib/bind/include/isc/platform.h.in patch 562dist/bind/lib/bind/include/isc/platform.h.in patch
563dist/bind/lib/bind/include/netdb.h patch 563dist/bind/lib/bind/include/netdb.h patch
564dist/bind/lib/bind/inet/inet_cidr_ntop.c patch 564dist/bind/lib/bind/inet/inet_cidr_ntop.c patch
565dist/bind/lib/bind/inet/inet_net_ntop.c patch 565dist/bind/lib/bind/inet/inet_net_ntop.c patch
566dist/bind/lib/bind/inet/inet_network.c patch 566dist/bind/lib/bind/inet/inet_network.c patch
567dist/bind/lib/bind/irs/dns.c patch 567dist/bind/lib/bind/irs/dns.c patch
568dist/bind/lib/bind/irs/dns_ho.c patch 568dist/bind/lib/bind/irs/dns_ho.c patch
569dist/bind/lib/bind/irs/gai_strerror.c patch 569dist/bind/lib/bind/irs/gai_strerror.c patch
570dist/bind/lib/bind/irs/gen_ho.c patch 570dist/bind/lib/bind/irs/gen_ho.c patch
571dist/bind/lib/bind/irs/getaddrinfo.c patch 571dist/bind/lib/bind/irs/getaddrinfo.c patch
572dist/bind/lib/bind/irs/gethostent.c patch 572dist/bind/lib/bind/irs/gethostent.c patch
573dist/bind/lib/bind/irs/getnameinfo.c patch 573dist/bind/lib/bind/irs/getnameinfo.c patch
574dist/bind/lib/bind/irs/getprotoent_r.c patch 574dist/bind/lib/bind/irs/getprotoent_r.c patch
575dist/bind/lib/bind/irs/getservent_r.c patch 575dist/bind/lib/bind/irs/getservent_r.c patch
576dist/bind/lib/bind/irs/irp.c patch 576dist/bind/lib/bind/irs/irp.c patch
577dist/bind/lib/bind/irs/irp_ng.c patch 577dist/bind/lib/bind/irs/irp_ng.c patch
578dist/bind/lib/bind/irs/irp_nw.c patch 578dist/bind/lib/bind/irs/irp_nw.c patch
579dist/bind/lib/bind/irs/irpmarshall.c patch 579dist/bind/lib/bind/irs/irpmarshall.c patch
580dist/bind/lib/bind/irs/irs_data.c patch 580dist/bind/lib/bind/irs/irs_data.c patch
581dist/bind/lib/bind/irs/lcl_ho.c patch 581dist/bind/lib/bind/irs/lcl_ho.c patch
582dist/bind/lib/bind/irs/lcl_pr.c patch 582dist/bind/lib/bind/irs/lcl_pr.c patch
583dist/bind/lib/bind/isc/ctl_clnt.c patch 583dist/bind/lib/bind/isc/ctl_clnt.c patch
584dist/bind/lib/bind/isc/ctl_srvr.c patch 584dist/bind/lib/bind/isc/ctl_srvr.c patch
585dist/bind/lib/bind/isc/ev_connects.c patch 585dist/bind/lib/bind/isc/ev_connects.c patch
586dist/bind/lib/bind/isc/eventlib.c patch 586dist/bind/lib/bind/isc/eventlib.c patch
587dist/bind/lib/bind/isc/eventlib_p.h patch 587dist/bind/lib/bind/isc/eventlib_p.h patch
588dist/bind/lib/bind/isc/heap.c patch 588dist/bind/lib/bind/isc/heap.c patch
589dist/bind/lib/bind/isc/hex.c patch 589dist/bind/lib/bind/isc/hex.c patch
590dist/bind/lib/bind/isc/memcluster.c patch 590dist/bind/lib/bind/isc/memcluster.c patch
591dist/bind/lib/bind/make/rules.in patch 591dist/bind/lib/bind/make/rules.in patch
592dist/bind/lib/bind/nameser/ns_parse.c patch 592dist/bind/lib/bind/nameser/ns_parse.c patch
593dist/bind/lib/bind/nameser/ns_sign.c patch 593dist/bind/lib/bind/nameser/ns_sign.c patch
594dist/bind/lib/bind/nameser/ns_verify.c patch 594dist/bind/lib/bind/nameser/ns_verify.c patch
595dist/bind/lib/bind/port/aix5/include/sys/cdefs.h patch 595dist/bind/lib/bind/port/aix5/include/sys/cdefs.h patch
596dist/bind/lib/bind/port/cygwin/Makefile.in patch 596dist/bind/lib/bind/port/cygwin/Makefile.in patch
597dist/bind/lib/bind/port/cygwin/include/Makefile.in patch 597dist/bind/lib/bind/port/cygwin/include/Makefile.in patch
598dist/bind/lib/bind/port/irix/include/Makefile.in patch 598dist/bind/lib/bind/port/irix/include/Makefile.in patch
599dist/bind/lib/bind/port/sunos/include/paths.h patch 599dist/bind/lib/bind/port/sunos/include/paths.h patch
600dist/bind/lib/bind/port_after.h.in patch 600dist/bind/lib/bind/port_after.h.in patch
601dist/bind/lib/bind/port_before.h.in patch 601dist/bind/lib/bind/port_before.h.in patch
602dist/bind/lib/bind/resolv/mtctxres.c patch 602dist/bind/lib/bind/resolv/mtctxres.c patch
603dist/bind/lib/bind/resolv/res_data.c patch 603dist/bind/lib/bind/resolv/res_data.c patch
604dist/bind/lib/bind/resolv/res_init.c patch 604dist/bind/lib/bind/resolv/res_init.c patch
605dist/bind/lib/bind/resolv/res_send.c patch 605dist/bind/lib/bind/resolv/res_send.c patch
606dist/bind/lib/bind/resolv/res_sendsigned.c patch 606dist/bind/lib/bind/resolv/res_sendsigned.c patch
607dist/bind/lib/bind9/Makefile.in patch 607dist/bind/lib/bind9/Makefile.in patch
608dist/bind/lib/bind9/api patch 608dist/bind/lib/bind9/api patch
609dist/bind/lib/bind9/check.c patch 609dist/bind/lib/bind9/check.c patch
610dist/bind/lib/bind9/getaddresses.c patch 610dist/bind/lib/bind9/getaddresses.c patch
611dist/bind/lib/bind9/include/Makefile.in patch 611dist/bind/lib/bind9/include/Makefile.in patch
612dist/bind/lib/bind9/include/bind9/Makefile.in patch 612dist/bind/lib/bind9/include/bind9/Makefile.in patch
613dist/bind/lib/bind9/include/bind9/check.h patch 613dist/bind/lib/bind9/include/bind9/check.h patch
614dist/bind/lib/bind9/include/bind9/getaddresses.h patch 614dist/bind/lib/bind9/include/bind9/getaddresses.h patch
615dist/bind/lib/bind9/include/bind9/version.h patch 615dist/bind/lib/bind9/include/bind9/version.h patch
616dist/bind/lib/bind9/version.c patch 616dist/bind/lib/bind9/version.c patch
617dist/bind/lib/bind9/win32/DLLMain.c patch 617dist/bind/lib/bind9/win32/DLLMain.c patch
618dist/bind/lib/bind9/win32/libbind9.mak patch 618dist/bind/lib/bind9/win32/libbind9.mak patch
619dist/bind/lib/bind9/win32/version.c patch 619dist/bind/lib/bind9/win32/version.c patch
620dist/bind/lib/dns/Makefile.in patch 620dist/bind/lib/dns/Makefile.in patch
621dist/bind/lib/dns/acl.c patch 621dist/bind/lib/dns/acl.c patch
622dist/bind/lib/dns/adb.c patch 622dist/bind/lib/dns/adb.c patch
623dist/bind/lib/dns/api patch 623dist/bind/lib/dns/api patch
624dist/bind/lib/dns/byaddr.c patch 624dist/bind/lib/dns/byaddr.c patch
625dist/bind/lib/dns/cache.c patch 625dist/bind/lib/dns/cache.c patch
626dist/bind/lib/dns/compress.c patch 626dist/bind/lib/dns/compress.c patch
627dist/bind/lib/dns/dbtable.c patch 627dist/bind/lib/dns/dbtable.c patch
628dist/bind/lib/dns/dispatch.c patch 628dist/bind/lib/dns/dispatch.c patch
629dist/bind/lib/dns/dnssec.c patch 629dist/bind/lib/dns/dnssec.c patch
630dist/bind/lib/dns/dst_api.c patch 630dist/bind/lib/dns/dst_api.c patch
631dist/bind/lib/dns/dst_parse.c patch 631dist/bind/lib/dns/dst_parse.c patch
632dist/bind/lib/dns/gen-unix.h patch 632dist/bind/lib/dns/gen-unix.h patch
633dist/bind/lib/dns/gen-win32.h patch 633dist/bind/lib/dns/gen-win32.h patch
634dist/bind/lib/dns/gen.c patch 634dist/bind/lib/dns/gen.c patch
635dist/bind/lib/dns/include/dns/acl.h patch 635dist/bind/lib/dns/include/dns/acl.h patch
636dist/bind/lib/dns/include/dns/cache.h patch 636dist/bind/lib/dns/include/dns/cache.h patch
637dist/bind/lib/dns/include/dns/callbacks.h patch 637dist/bind/lib/dns/include/dns/callbacks.h patch
638dist/bind/lib/dns/include/dns/compress.h patch 638dist/bind/lib/dns/include/dns/compress.h patch
639dist/bind/lib/dns/include/dns/db.h patch 639dist/bind/lib/dns/include/dns/db.h patch
640dist/bind/lib/dns/include/dns/diff.h patch 640dist/bind/lib/dns/include/dns/diff.h patch
641dist/bind/lib/dns/include/dns/dispatch.h patch 641dist/bind/lib/dns/include/dns/dispatch.h patch
642dist/bind/lib/dns/include/dns/dnssec.h patch 642dist/bind/lib/dns/include/dns/dnssec.h patch
643dist/bind/lib/dns/include/dns/events.h patch 643dist/bind/lib/dns/include/dns/events.h patch
644dist/bind/lib/dns/include/dns/journal.h patch 644dist/bind/lib/dns/include/dns/journal.h patch
645dist/bind/lib/dns/include/dns/keytable.h patch 645dist/bind/lib/dns/include/dns/keytable.h patch
646dist/bind/lib/dns/include/dns/lib.h patch 646dist/bind/lib/dns/include/dns/lib.h patch
647dist/bind/lib/dns/include/dns/master.h patch 647dist/bind/lib/dns/include/dns/master.h patch
648dist/bind/lib/dns/include/dns/masterdump.h patch 648dist/bind/lib/dns/include/dns/masterdump.h patch
649dist/bind/lib/dns/include/dns/message.h patch 649dist/bind/lib/dns/include/dns/message.h patch
650dist/bind/lib/dns/include/dns/name.h patch 650dist/bind/lib/dns/include/dns/name.h patch
651dist/bind/lib/dns/include/dns/ncache.h patch 651dist/bind/lib/dns/include/dns/ncache.h patch
652dist/bind/lib/dns/include/dns/opcode.h patch 652dist/bind/lib/dns/include/dns/opcode.h patch
653dist/bind/lib/dns/include/dns/order.h patch 653dist/bind/lib/dns/include/dns/order.h patch
654dist/bind/lib/dns/include/dns/peer.h patch 654dist/bind/lib/dns/include/dns/peer.h patch
655dist/bind/lib/dns/include/dns/rbt.h patch 655dist/bind/lib/dns/include/dns/rbt.h patch
656dist/bind/lib/dns/include/dns/rdataset.h patch 656dist/bind/lib/dns/include/dns/rdataset.h patch
657dist/bind/lib/dns/include/dns/rdataslab.h patch 657dist/bind/lib/dns/include/dns/rdataslab.h patch
658dist/bind/lib/dns/include/dns/request.h patch 658dist/bind/lib/dns/include/dns/request.h patch
659dist/bind/lib/dns/include/dns/resolver.h patch 659dist/bind/lib/dns/include/dns/resolver.h patch
660dist/bind/lib/dns/include/dns/sdb.h patch 660dist/bind/lib/dns/include/dns/sdb.h patch
661dist/bind/lib/dns/include/dns/time.h patch 661dist/bind/lib/dns/include/dns/time.h patch
662dist/bind/lib/dns/include/dns/tsig.h patch 662dist/bind/lib/dns/include/dns/tsig.h patch
663dist/bind/lib/dns/include/dns/types.h patch 663dist/bind/lib/dns/include/dns/types.h patch
664dist/bind/lib/dns/include/dns/validator.h patch 664dist/bind/lib/dns/include/dns/validator.h patch
665dist/bind/lib/dns/include/dns/version.h patch 665dist/bind/lib/dns/include/dns/version.h patch
666dist/bind/lib/dns/include/dns/xfrin.h patch 666dist/bind/lib/dns/include/dns/xfrin.h patch
667dist/bind/lib/dns/include/dns/zone.h patch 667dist/bind/lib/dns/include/dns/zone.h patch
668dist/bind/lib/dns/include/dns/zt.h patch 668dist/bind/lib/dns/include/dns/zt.h patch
669dist/bind/lib/dns/journal.c patch 669dist/bind/lib/dns/journal.c patch
670dist/bind/lib/dns/keytable.c patch 670dist/bind/lib/dns/keytable.c patch
671dist/bind/lib/dns/lib.c patch 671dist/bind/lib/dns/lib.c patch
672dist/bind/lib/dns/lookup.c patch 672dist/bind/lib/dns/lookup.c patch
673dist/bind/lib/dns/master.c patch 673dist/bind/lib/dns/master.c patch
674dist/bind/lib/dns/masterdump.c patch 674dist/bind/lib/dns/masterdump.c patch
675dist/bind/lib/dns/message.c patch 675dist/bind/lib/dns/message.c patch
676dist/bind/lib/dns/name.c patch 676dist/bind/lib/dns/name.c patch
677dist/bind/lib/dns/openssl_link.c patch 677dist/bind/lib/dns/openssl_link.c patch
678dist/bind/lib/dns/openssldh_link.c patch 678dist/bind/lib/dns/openssldh_link.c patch
679dist/bind/lib/dns/openssldsa_link.c patch 679dist/bind/lib/dns/openssldsa_link.c patch
680dist/bind/lib/dns/opensslrsa_link.c patch 680dist/bind/lib/dns/opensslrsa_link.c patch
681dist/bind/lib/dns/order.c patch 681dist/bind/lib/dns/order.c patch
682dist/bind/lib/dns/peer.c patch 682dist/bind/lib/dns/peer.c patch
683dist/bind/lib/dns/portlist.c patch 683dist/bind/lib/dns/portlist.c patch
684dist/bind/lib/dns/rbt.c patch 684dist/bind/lib/dns/rbt.c patch
685dist/bind/lib/dns/rbtdb.c patch 685dist/bind/lib/dns/rbtdb.c patch
686dist/bind/lib/dns/rdata.c patch 686dist/bind/lib/dns/rdata.c patch
687dist/bind/lib/dns/rdata/generic/dlv_32769.c patch 687dist/bind/lib/dns/rdata/generic/dlv_32769.c patch
688dist/bind/lib/dns/rdata/generic/dlv_32769.h patch 688dist/bind/lib/dns/rdata/generic/dlv_32769.h patch
689dist/bind/lib/dns/rdata/generic/dlv_65323.c patch 689dist/bind/lib/dns/rdata/generic/dlv_65323.c patch
690dist/bind/lib/dns/rdata/generic/dlv_65323.h patch 690dist/bind/lib/dns/rdata/generic/dlv_65323.h patch
691dist/bind/lib/dns/rdata/generic/ds_43.c patch 691dist/bind/lib/dns/rdata/generic/ds_43.c patch
692dist/bind/lib/dns/rdata/generic/gpos_27.c patch 692dist/bind/lib/dns/rdata/generic/gpos_27.c patch
693dist/bind/lib/dns/rdata/generic/hinfo_13.c patch 693dist/bind/lib/dns/rdata/generic/hinfo_13.c patch
694dist/bind/lib/dns/rdata/generic/isdn_20.c patch 694dist/bind/lib/dns/rdata/generic/isdn_20.c patch
695dist/bind/lib/dns/rdata/generic/minfo_14.c patch 695dist/bind/lib/dns/rdata/generic/minfo_14.c patch
696dist/bind/lib/dns/rdata/generic/null_10.c patch 696dist/bind/lib/dns/rdata/generic/null_10.c patch
697dist/bind/lib/dns/rdata/generic/nxt_30.h patch 697dist/bind/lib/dns/rdata/generic/nxt_30.h patch
698dist/bind/lib/dns/rdata/generic/opt_41.c patch 698dist/bind/lib/dns/rdata/generic/opt_41.c patch
699dist/bind/lib/dns/rdata/generic/proforma.c patch 699dist/bind/lib/dns/rdata/generic/proforma.c patch
700dist/bind/lib/dns/rdata/generic/rp_17.c patch 700dist/bind/lib/dns/rdata/generic/rp_17.c patch
701dist/bind/lib/dns/rdata/generic/soa_6.c patch 701dist/bind/lib/dns/rdata/generic/soa_6.c patch
702dist/bind/lib/dns/rdata/generic/txt_16.c patch 702dist/bind/lib/dns/rdata/generic/txt_16.c patch
703dist/bind/lib/dns/rdata/generic/unspec_103.c patch 703dist/bind/lib/dns/rdata/generic/unspec_103.c patch
704dist/bind/lib/dns/rdata/generic/x25_19.c patch 704dist/bind/lib/dns/rdata/generic/x25_19.c patch
705dist/bind/lib/dns/rdata/hs_4/a_1.c patch 705dist/bind/lib/dns/rdata/hs_4/a_1.c patch
706dist/bind/lib/dns/rdata/in_1/a_1.c patch 706dist/bind/lib/dns/rdata/in_1/a_1.c patch
707dist/bind/lib/dns/rdata/in_1/aaaa_28.c patch 707dist/bind/lib/dns/rdata/in_1/aaaa_28.c patch
708dist/bind/lib/dns/rdata/in_1/apl_42.c patch 708dist/bind/lib/dns/rdata/in_1/apl_42.c patch
709dist/bind/lib/dns/rdata/in_1/apl_42.h patch 709dist/bind/lib/dns/rdata/in_1/apl_42.h patch
710dist/bind/lib/dns/rdata/in_1/nsap_22.c patch 710dist/bind/lib/dns/rdata/in_1/nsap_22.c patch
711dist/bind/lib/dns/rdata/in_1/wks_11.c patch 711dist/bind/lib/dns/rdata/in_1/wks_11.c patch
712dist/bind/lib/dns/rdataset.c patch 712dist/bind/lib/dns/rdataset.c patch
713dist/bind/lib/dns/request.c patch 713dist/bind/lib/dns/request.c patch
714dist/bind/lib/dns/resolver.c patch 714dist/bind/lib/dns/resolver.c patch
715dist/bind/lib/dns/rootns.c patch 715dist/bind/lib/dns/rootns.c patch
716dist/bind/lib/dns/sdb.c patch 716dist/bind/lib/dns/sdb.c patch
717dist/bind/lib/dns/tcpmsg.c patch 717dist/bind/lib/dns/tcpmsg.c patch
718dist/bind/lib/dns/tkey.c patch 718dist/bind/lib/dns/tkey.c patch
719dist/bind/lib/dns/tsig.c patch 719dist/bind/lib/dns/tsig.c patch
720dist/bind/lib/dns/ttl.c patch 720dist/bind/lib/dns/ttl.c patch
721dist/bind/lib/dns/validator.c patch 721dist/bind/lib/dns/validator.c patch
722dist/bind/lib/dns/version.c patch 722dist/bind/lib/dns/version.c patch
723dist/bind/lib/dns/view.c patch 723dist/bind/lib/dns/view.c patch
724dist/bind/lib/dns/win32/DLLMain.c patch 724dist/bind/lib/dns/win32/DLLMain.c patch
725dist/bind/lib/dns/win32/gen.mak patch 725dist/bind/lib/dns/win32/gen.mak patch
726dist/bind/lib/dns/win32/libdns.def patch 726dist/bind/lib/dns/win32/libdns.def patch
727dist/bind/lib/dns/win32/libdns.dsp patch 727dist/bind/lib/dns/win32/libdns.dsp patch
728dist/bind/lib/dns/win32/libdns.mak patch 728dist/bind/lib/dns/win32/libdns.mak patch
729dist/bind/lib/dns/win32/version.c patch 729dist/bind/lib/dns/win32/version.c patch
730dist/bind/lib/dns/xfrin.c patch 730dist/bind/lib/dns/xfrin.c patch
731dist/bind/lib/dns/zone.c patch 731dist/bind/lib/dns/zone.c patch
732dist/bind/lib/dns/zt.c patch 732dist/bind/lib/dns/zt.c patch
733dist/bind/lib/isc/api patch 733dist/bind/lib/isc/api patch
734dist/bind/lib/isc/buffer.c patch 734dist/bind/lib/isc/buffer.c patch
735dist/bind/lib/isc/event.c patch 735dist/bind/lib/isc/event.c patch
736dist/bind/lib/isc/hash.c patch 736dist/bind/lib/isc/hash.c patch
737dist/bind/lib/isc/heap.c patch 737dist/bind/lib/isc/heap.c patch
738dist/bind/lib/isc/hmacmd5.c patch 738dist/bind/lib/isc/hmacmd5.c patch
739dist/bind/lib/isc/include/isc/buffer.h patch 739dist/bind/lib/isc/include/isc/buffer.h patch
740dist/bind/lib/isc/include/isc/entropy.h patch 740dist/bind/lib/isc/include/isc/entropy.h patch
741dist/bind/lib/isc/include/isc/event.h patch 741dist/bind/lib/isc/include/isc/event.h patch
742dist/bind/lib/isc/include/isc/file.h patch 742dist/bind/lib/isc/include/isc/file.h patch
743dist/bind/lib/isc/include/isc/heap.h patch 743dist/bind/lib/isc/include/isc/heap.h patch
744dist/bind/lib/isc/include/isc/ipv6.h patch 744dist/bind/lib/isc/include/isc/ipv6.h patch
745dist/bind/lib/isc/include/isc/lex.h patch 745dist/bind/lib/isc/include/isc/lex.h patch
746dist/bind/lib/isc/include/isc/lib.h patch 746dist/bind/lib/isc/include/isc/lib.h patch
747dist/bind/lib/isc/include/isc/list.h patch 747dist/bind/lib/isc/include/isc/list.h patch
748dist/bind/lib/isc/include/isc/log.h patch 748dist/bind/lib/isc/include/isc/log.h patch
749dist/bind/lib/isc/include/isc/mem.h patch 749dist/bind/lib/isc/include/isc/mem.h patch
750dist/bind/lib/isc/include/isc/netaddr.h patch 750dist/bind/lib/isc/include/isc/netaddr.h patch
751dist/bind/lib/isc/include/isc/netscope.h patch 751dist/bind/lib/isc/include/isc/netscope.h patch
752dist/bind/lib/isc/include/isc/parseint.h patch 752dist/bind/lib/isc/include/isc/parseint.h patch
753dist/bind/lib/isc/include/isc/platform.h.in patch 753dist/bind/lib/isc/include/isc/platform.h.in patch
754dist/bind/lib/isc/include/isc/quota.h patch 754dist/bind/lib/isc/include/isc/quota.h patch
755dist/bind/lib/isc/include/isc/ratelimiter.h patch 755dist/bind/lib/isc/include/isc/ratelimiter.h patch
756dist/bind/lib/isc/include/isc/region.h patch 756dist/bind/lib/isc/include/isc/region.h patch
757dist/bind/lib/isc/include/isc/result.h patch 757dist/bind/lib/isc/include/isc/result.h patch
758dist/bind/lib/isc/include/isc/sockaddr.h patch 758dist/bind/lib/isc/include/isc/sockaddr.h patch
759dist/bind/lib/isc/include/isc/socket.h patch 759dist/bind/lib/isc/include/isc/socket.h patch
760dist/bind/lib/isc/include/isc/string.h patch 760dist/bind/lib/isc/include/isc/string.h patch
761dist/bind/lib/isc/include/isc/symtab.h patch 761dist/bind/lib/isc/include/isc/symtab.h patch
762dist/bind/lib/isc/include/isc/timer.h patch 762dist/bind/lib/isc/include/isc/timer.h patch
763dist/bind/lib/isc/include/isc/util.h patch 763dist/bind/lib/isc/include/isc/util.h patch
764dist/bind/lib/isc/include/isc/version.h patch 764dist/bind/lib/isc/include/isc/version.h patch
765dist/bind/lib/isc/inet_aton.c patch 765dist/bind/lib/isc/inet_aton.c patch
766dist/bind/lib/isc/inet_ntop.c patch 766dist/bind/lib/isc/inet_ntop.c patch
767dist/bind/lib/isc/lex.c patch 767dist/bind/lib/isc/lex.c patch
768dist/bind/lib/isc/lfsr.c patch 768dist/bind/lib/isc/lfsr.c patch
769dist/bind/lib/isc/lib.c patch 769dist/bind/lib/isc/lib.c patch
770dist/bind/lib/isc/log.c patch 770dist/bind/lib/isc/log.c patch
771dist/bind/lib/isc/mem.c patch 771dist/bind/lib/isc/mem.c patch
772dist/bind/lib/isc/mutexblock.c patch 772dist/bind/lib/isc/mutexblock.c patch
773dist/bind/lib/isc/netaddr.c patch 773dist/bind/lib/isc/netaddr.c patch
774dist/bind/lib/isc/netscope.c patch 774dist/bind/lib/isc/netscope.c patch
775dist/bind/lib/isc/nls/msgcat.c patch 775dist/bind/lib/isc/nls/msgcat.c patch
776dist/bind/lib/isc/nothreads/condition.c patch 776dist/bind/lib/isc/nothreads/condition.c patch
777dist/bind/lib/isc/nothreads/mutex.c patch 777dist/bind/lib/isc/nothreads/mutex.c patch
778dist/bind/lib/isc/print.c patch 778dist/bind/lib/isc/print.c patch
779dist/bind/lib/isc/pthreads/condition.c patch 779dist/bind/lib/isc/pthreads/condition.c patch
780dist/bind/lib/isc/pthreads/include/isc/mutex.h patch 780dist/bind/lib/isc/pthreads/include/isc/mutex.h patch
781dist/bind/lib/isc/pthreads/mutex.c patch 781dist/bind/lib/isc/pthreads/mutex.c patch
782dist/bind/lib/isc/quota.c patch 782dist/bind/lib/isc/quota.c patch
783dist/bind/lib/isc/ratelimiter.c patch 783dist/bind/lib/isc/ratelimiter.c patch
784dist/bind/lib/isc/region.c patch 784dist/bind/lib/isc/region.c patch
785dist/bind/lib/isc/result.c patch 785dist/bind/lib/isc/result.c patch
786dist/bind/lib/isc/sockaddr.c patch 786dist/bind/lib/isc/sockaddr.c patch
787dist/bind/lib/isc/symtab.c patch 787dist/bind/lib/isc/symtab.c patch
788dist/bind/lib/isc/taskpool.c patch 788dist/bind/lib/isc/taskpool.c patch
789dist/bind/lib/isc/timer.c patch 789dist/bind/lib/isc/timer.c patch
790dist/bind/lib/isc/timer_p.h patch 790dist/bind/lib/isc/timer_p.h patch
791dist/bind/lib/isc/unix/Makefile.in patch 791dist/bind/lib/isc/unix/Makefile.in patch
792dist/bind/lib/isc/unix/app.c patch 792dist/bind/lib/isc/unix/app.c patch
793dist/bind/lib/isc/unix/dir.c patch 793dist/bind/lib/isc/unix/dir.c patch
794dist/bind/lib/isc/unix/entropy.c patch 794dist/bind/lib/isc/unix/entropy.c patch
795dist/bind/lib/isc/unix/errno2result.c patch 795dist/bind/lib/isc/unix/errno2result.c patch
796dist/bind/lib/isc/unix/file.c patch 796dist/bind/lib/isc/unix/file.c patch
797dist/bind/lib/isc/unix/fsaccess.c patch 797dist/bind/lib/isc/unix/fsaccess.c patch
798dist/bind/lib/isc/unix/ifiter_getifaddrs.c patch 798dist/bind/lib/isc/unix/ifiter_getifaddrs.c patch
799dist/bind/lib/isc/unix/ifiter_ioctl.c patch 799dist/bind/lib/isc/unix/ifiter_ioctl.c patch
800dist/bind/lib/isc/unix/include/isc/dir.h patch 800dist/bind/lib/isc/unix/include/isc/dir.h patch
801dist/bind/lib/isc/unix/include/isc/strerror.h patch 801dist/bind/lib/isc/unix/include/isc/strerror.h patch
802dist/bind/lib/isc/unix/include/isc/time.h patch 802dist/bind/lib/isc/unix/include/isc/time.h patch
803dist/bind/lib/isc/unix/ipv6.c patch 803dist/bind/lib/isc/unix/ipv6.c patch
804dist/bind/lib/isc/unix/keyboard.c patch 804dist/bind/lib/isc/unix/keyboard.c patch
805dist/bind/lib/isc/unix/net.c patch 805dist/bind/lib/isc/unix/net.c patch
806dist/bind/lib/isc/unix/os.c patch 806dist/bind/lib/isc/unix/os.c patch
807dist/bind/lib/isc/unix/resource.c patch 807dist/bind/lib/isc/unix/resource.c patch
808dist/bind/lib/isc/unix/socket.c patch 808dist/bind/lib/isc/unix/socket.c patch
809dist/bind/lib/isc/unix/stdtime.c patch 809dist/bind/lib/isc/unix/stdtime.c patch
810dist/bind/lib/isc/unix/strerror.c patch 810dist/bind/lib/isc/unix/strerror.c patch
811dist/bind/lib/isc/unix/syslog.c patch 811dist/bind/lib/isc/unix/syslog.c patch
812dist/bind/lib/isc/version.c patch 812dist/bind/lib/isc/version.c patch
813dist/bind/lib/isc/win32/DLLMain.c patch 813dist/bind/lib/isc/win32/DLLMain.c patch
814dist/bind/lib/isc/win32/app.c patch 814dist/bind/lib/isc/win32/app.c patch
815dist/bind/lib/isc/win32/condition.c patch 815dist/bind/lib/isc/win32/condition.c patch
816dist/bind/lib/isc/win32/dir.c patch 816dist/bind/lib/isc/win32/dir.c patch
817dist/bind/lib/isc/win32/entropy.c patch 817dist/bind/lib/isc/win32/entropy.c patch
818dist/bind/lib/isc/win32/errno2result.c patch 818dist/bind/lib/isc/win32/errno2result.c patch
819dist/bind/lib/isc/win32/errno2result.h patch 819dist/bind/lib/isc/win32/errno2result.h patch
820dist/bind/lib/isc/win32/file.c patch 820dist/bind/lib/isc/win32/file.c patch
821dist/bind/lib/isc/win32/fsaccess.c patch 821dist/bind/lib/isc/win32/fsaccess.c patch
822dist/bind/lib/isc/win32/include/isc/bind_registry.h patch 822dist/bind/lib/isc/win32/include/isc/bind_registry.h patch
823dist/bind/lib/isc/win32/include/isc/condition.h patch 823dist/bind/lib/isc/win32/include/isc/condition.h patch
824dist/bind/lib/isc/win32/include/isc/dir.h patch 824dist/bind/lib/isc/win32/include/isc/dir.h patch
825dist/bind/lib/isc/win32/include/isc/ipv6.h patch 825dist/bind/lib/isc/win32/include/isc/ipv6.h patch
826dist/bind/lib/isc/win32/include/isc/ntgroups.h patch 826dist/bind/lib/isc/win32/include/isc/ntgroups.h patch
827dist/bind/lib/isc/win32/include/isc/ntpaths.h patch 827dist/bind/lib/isc/win32/include/isc/ntpaths.h patch
828dist/bind/lib/isc/win32/include/isc/platform.h patch 828dist/bind/lib/isc/win32/include/isc/platform.h patch
829dist/bind/lib/isc/win32/include/isc/strerror.h patch 829dist/bind/lib/isc/win32/include/isc/strerror.h patch
830dist/bind/lib/isc/win32/include/isc/time.h patch 830dist/bind/lib/isc/win32/include/isc/time.h patch
831dist/bind/lib/isc/win32/include/isc/win32os.h patch 831dist/bind/lib/isc/win32/include/isc/win32os.h patch
832dist/bind/lib/isc/win32/interfaceiter.c patch 832dist/bind/lib/isc/win32/interfaceiter.c patch
833dist/bind/lib/isc/win32/ipv6.c patch 833dist/bind/lib/isc/win32/ipv6.c patch
834dist/bind/lib/isc/win32/libisc.def patch 834dist/bind/lib/isc/win32/libisc.def patch
835dist/bind/lib/isc/win32/libisc.mak patch 835dist/bind/lib/isc/win32/libisc.mak patch
836dist/bind/lib/isc/win32/net.c patch 836dist/bind/lib/isc/win32/net.c patch
837dist/bind/lib/isc/win32/netdb.h patch 837dist/bind/lib/isc/win32/netdb.h patch
838dist/bind/lib/isc/win32/ntgroups.c patch 838dist/bind/lib/isc/win32/ntgroups.c patch
839dist/bind/lib/isc/win32/ntpaths.c patch 839dist/bind/lib/isc/win32/ntpaths.c patch
840dist/bind/lib/isc/win32/once.c patch 840dist/bind/lib/isc/win32/once.c patch
841dist/bind/lib/isc/win32/os.c patch 841dist/bind/lib/isc/win32/os.c patch
842dist/bind/lib/isc/win32/resource.c patch 842dist/bind/lib/isc/win32/resource.c patch
843dist/bind/lib/isc/win32/socket.c patch 843dist/bind/lib/isc/win32/socket.c patch
844dist/bind/lib/isc/win32/strerror.c patch 844dist/bind/lib/isc/win32/strerror.c patch
845dist/bind/lib/isc/win32/syslog.h patch 845dist/bind/lib/isc/win32/syslog.h patch
846dist/bind/lib/isc/win32/unistd.h patch 846dist/bind/lib/isc/win32/unistd.h patch
847dist/bind/lib/isc/win32/version.c patch 847dist/bind/lib/isc/win32/version.c patch
848dist/bind/lib/isc/win32/win32os.c patch 848dist/bind/lib/isc/win32/win32os.c patch
849dist/bind/lib/isccc/api patch 849dist/bind/lib/isccc/api patch
850dist/bind/lib/isccc/cc.c patch 850dist/bind/lib/isccc/cc.c patch
851dist/bind/lib/isccc/include/isccc/Makefile.in patch 851dist/bind/lib/isccc/include/isccc/Makefile.in patch
852dist/bind/lib/isccc/include/isccc/lib.h patch 852dist/bind/lib/isccc/include/isccc/lib.h patch
853dist/bind/lib/isccc/include/isccc/version.h patch 853dist/bind/lib/isccc/include/isccc/version.h patch
854dist/bind/lib/isccc/lib.c patch 854dist/bind/lib/isccc/lib.c patch
855dist/bind/lib/isccc/sexpr.c patch 855dist/bind/lib/isccc/sexpr.c patch
856dist/bind/lib/isccc/symtab.c patch 856dist/bind/lib/isccc/symtab.c patch
857dist/bind/lib/isccc/version.c patch 857dist/bind/lib/isccc/version.c patch
858dist/bind/lib/isccc/win32/DLLMain.c patch 858dist/bind/lib/isccc/win32/DLLMain.c patch
859dist/bind/lib/isccc/win32/libisccc.mak patch 859dist/bind/lib/isccc/win32/libisccc.mak patch
860dist/bind/lib/isccc/win32/version.c patch 860dist/bind/lib/isccc/win32/version.c patch
861dist/bind/lib/isccfg/api patch 861dist/bind/lib/isccfg/api patch
862dist/bind/lib/isccfg/include/isccfg/Makefile.in patch 862dist/bind/lib/isccfg/include/isccfg/Makefile.in patch
863dist/bind/lib/isccfg/include/isccfg/cfg.h patch 863dist/bind/lib/isccfg/include/isccfg/cfg.h patch
864dist/bind/lib/isccfg/include/isccfg/grammar.h patch 864dist/bind/lib/isccfg/include/isccfg/grammar.h patch
865dist/bind/lib/isccfg/include/isccfg/log.h patch 865dist/bind/lib/isccfg/include/isccfg/log.h patch
866dist/bind/lib/isccfg/include/isccfg/namedconf.h patch 866dist/bind/lib/isccfg/include/isccfg/namedconf.h patch
867dist/bind/lib/isccfg/include/isccfg/version.h patch 867dist/bind/lib/isccfg/include/isccfg/version.h patch
868dist/bind/lib/isccfg/log.c patch 868dist/bind/lib/isccfg/log.c patch
869dist/bind/lib/isccfg/namedconf.c patch 869dist/bind/lib/isccfg/namedconf.c patch
870dist/bind/lib/isccfg/parser.c patch 870dist/bind/lib/isccfg/parser.c patch
871dist/bind/lib/isccfg/version.c patch 871dist/bind/lib/isccfg/version.c patch
872dist/bind/lib/isccfg/win32/DLLMain.c patch 872dist/bind/lib/isccfg/win32/DLLMain.c patch
873dist/bind/lib/isccfg/win32/libisccfg.mak patch 873dist/bind/lib/isccfg/win32/libisccfg.mak patch
874dist/bind/lib/isccfg/win32/version.c patch 874dist/bind/lib/isccfg/win32/version.c patch
875dist/bind/lib/lwres/Makefile.in patch 875dist/bind/lib/lwres/Makefile.in patch
876dist/bind/lib/lwres/api patch 876dist/bind/lib/lwres/api patch
877dist/bind/lib/lwres/context.c patch 877dist/bind/lib/lwres/context.c patch
878dist/bind/lib/lwres/gai_strerror.c patch 878dist/bind/lib/lwres/gai_strerror.c patch
879dist/bind/lib/lwres/getaddrinfo.c patch 879dist/bind/lib/lwres/getaddrinfo.c patch
880dist/bind/lib/lwres/getipnode.c patch 880dist/bind/lib/lwres/getipnode.c patch
881dist/bind/lib/lwres/include/lwres/Makefile.in patch 881dist/bind/lib/lwres/include/lwres/Makefile.in patch
882dist/bind/lib/lwres/include/lwres/lwres.h patch 882dist/bind/lib/lwres/include/lwres/lwres.h patch
883dist/bind/lib/lwres/include/lwres/platform.h.in patch 883dist/bind/lib/lwres/include/lwres/platform.h.in patch
884dist/bind/lib/lwres/include/lwres/version.h patch 884dist/bind/lib/lwres/include/lwres/version.h patch
885dist/bind/lib/lwres/lwconfig.c patch 885dist/bind/lib/lwres/lwconfig.c patch
886dist/bind/lib/lwres/lwres_gabn.c patch 886dist/bind/lib/lwres/lwres_gabn.c patch
887dist/bind/lib/lwres/lwres_gnba.c patch 887dist/bind/lib/lwres/lwres_gnba.c patch
888dist/bind/lib/lwres/lwres_grbn.c patch 888dist/bind/lib/lwres/lwres_grbn.c patch
889dist/bind/lib/lwres/man/lwres.3 patch 889dist/bind/lib/lwres/man/lwres.3 patch
890dist/bind/lib/lwres/man/lwres.docbook patch 890dist/bind/lib/lwres/man/lwres.docbook patch
891dist/bind/lib/lwres/man/lwres.html patch 891dist/bind/lib/lwres/man/lwres.html patch
892dist/bind/lib/lwres/man/lwres_buffer.3 patch 892dist/bind/lib/lwres/man/lwres_buffer.3 patch
893dist/bind/lib/lwres/man/lwres_buffer.docbook patch 893dist/bind/lib/lwres/man/lwres_buffer.docbook patch
894dist/bind/lib/lwres/man/lwres_buffer.html patch 894dist/bind/lib/lwres/man/lwres_buffer.html patch
895dist/bind/lib/lwres/man/lwres_config.3 patch 895dist/bind/lib/lwres/man/lwres_config.3 patch
896dist/bind/lib/lwres/man/lwres_config.docbook patch 896dist/bind/lib/lwres/man/lwres_config.docbook patch
897dist/bind/lib/lwres/man/lwres_config.html patch 897dist/bind/lib/lwres/man/lwres_config.html patch
898dist/bind/lib/lwres/man/lwres_context.3 patch 898dist/bind/lib/lwres/man/lwres_context.3 patch
899dist/bind/lib/lwres/man/lwres_context.docbook patch 899dist/bind/lib/lwres/man/lwres_context.docbook patch
900dist/bind/lib/lwres/man/lwres_context.html patch 900dist/bind/lib/lwres/man/lwres_context.html patch
901dist/bind/lib/lwres/man/lwres_gabn.3 patch 901dist/bind/lib/lwres/man/lwres_gabn.3 patch
902dist/bind/lib/lwres/man/lwres_gabn.docbook patch 902dist/bind/lib/lwres/man/lwres_gabn.docbook patch
903dist/bind/lib/lwres/man/lwres_gabn.html patch 903dist/bind/lib/lwres/man/lwres_gabn.html patch
904dist/bind/lib/lwres/man/lwres_gai_strerror.3 patch 904dist/bind/lib/lwres/man/lwres_gai_strerror.3 patch
905dist/bind/lib/lwres/man/lwres_gai_strerror.docbook patch 905dist/bind/lib/lwres/man/lwres_gai_strerror.docbook patch
906dist/bind/lib/lwres/man/lwres_gai_strerror.html patch 906dist/bind/lib/lwres/man/lwres_gai_strerror.html patch
907dist/bind/lib/lwres/man/lwres_getaddrinfo.3 patch 907dist/bind/lib/lwres/man/lwres_getaddrinfo.3 patch
908dist/bind/lib/lwres/man/lwres_getaddrinfo.docbook patch 908dist/bind/lib/lwres/man/lwres_getaddrinfo.docbook patch
909dist/bind/lib/lwres/man/lwres_getaddrinfo.html patch 909dist/bind/lib/lwres/man/lwres_getaddrinfo.html patch
910dist/bind/lib/lwres/man/lwres_gethostent.3 patch 910dist/bind/lib/lwres/man/lwres_gethostent.3 patch
911dist/bind/lib/lwres/man/lwres_gethostent.docbook patch 911dist/bind/lib/lwres/man/lwres_gethostent.docbook patch
912dist/bind/lib/lwres/man/lwres_gethostent.html patch 912dist/bind/lib/lwres/man/lwres_gethostent.html patch
913dist/bind/lib/lwres/man/lwres_getipnode.3 patch 913dist/bind/lib/lwres/man/lwres_getipnode.3 patch
914dist/bind/lib/lwres/man/lwres_getipnode.docbook patch 914dist/bind/lib/lwres/man/lwres_getipnode.docbook patch
915dist/bind/lib/lwres/man/lwres_getipnode.html patch 915dist/bind/lib/lwres/man/lwres_getipnode.html patch
916dist/bind/lib/lwres/man/lwres_getnameinfo.3 patch 916dist/bind/lib/lwres/man/lwres_getnameinfo.3 patch
917dist/bind/lib/lwres/man/lwres_getnameinfo.docbook patch 917dist/bind/lib/lwres/man/lwres_getnameinfo.docbook patch
918dist/bind/lib/lwres/man/lwres_getnameinfo.html patch 918dist/bind/lib/lwres/man/lwres_getnameinfo.html patch
919dist/bind/lib/lwres/man/lwres_getrrsetbyname.3 patch 919dist/bind/lib/lwres/man/lwres_getrrsetbyname.3 patch
920dist/bind/lib/lwres/man/lwres_getrrsetbyname.docbook patch 920dist/bind/lib/lwres/man/lwres_getrrsetbyname.docbook patch
921dist/bind/lib/lwres/man/lwres_getrrsetbyname.html patch 921dist/bind/lib/lwres/man/lwres_getrrsetbyname.html patch
922dist/bind/lib/lwres/man/lwres_gnba.3 patch 922dist/bind/lib/lwres/man/lwres_gnba.3 patch
923dist/bind/lib/lwres/man/lwres_gnba.docbook patch 923dist/bind/lib/lwres/man/lwres_gnba.docbook patch
924dist/bind/lib/lwres/man/lwres_gnba.html patch 924dist/bind/lib/lwres/man/lwres_gnba.html patch
925dist/bind/lib/lwres/man/lwres_hstrerror.3 patch 925dist/bind/lib/lwres/man/lwres_hstrerror.3 patch
926dist/bind/lib/lwres/man/lwres_hstrerror.docbook patch 926dist/bind/lib/lwres/man/lwres_hstrerror.docbook patch
927dist/bind/lib/lwres/man/lwres_hstrerror.html patch 927dist/bind/lib/lwres/man/lwres_hstrerror.html patch
928dist/bind/lib/lwres/man/lwres_inetntop.3 patch 928dist/bind/lib/lwres/man/lwres_inetntop.3 patch
929dist/bind/lib/lwres/man/lwres_inetntop.docbook patch 929dist/bind/lib/lwres/man/lwres_inetntop.docbook patch
930dist/bind/lib/lwres/man/lwres_inetntop.html patch 930dist/bind/lib/lwres/man/lwres_inetntop.html patch
931dist/bind/lib/lwres/man/lwres_noop.3 patch 931dist/bind/lib/lwres/man/lwres_noop.3 patch
932dist/bind/lib/lwres/man/lwres_noop.docbook patch 932dist/bind/lib/lwres/man/lwres_noop.docbook patch
933dist/bind/lib/lwres/man/lwres_noop.html patch 933dist/bind/lib/lwres/man/lwres_noop.html patch
934dist/bind/lib/lwres/man/lwres_packet.3 patch 934dist/bind/lib/lwres/man/lwres_packet.3 patch
935dist/bind/lib/lwres/man/lwres_packet.docbook patch 935dist/bind/lib/lwres/man/lwres_packet.docbook patch
936dist/bind/lib/lwres/man/lwres_packet.html patch 936dist/bind/lib/lwres/man/lwres_packet.html patch
937dist/bind/lib/lwres/man/lwres_resutil.3 patch 937dist/bind/lib/lwres/man/lwres_resutil.3 patch
938dist/bind/lib/lwres/man/lwres_resutil.docbook patch 938dist/bind/lib/lwres/man/lwres_resutil.docbook patch
939dist/bind/lib/lwres/man/lwres_resutil.html patch 939dist/bind/lib/lwres/man/lwres_resutil.html patch
940dist/bind/lib/lwres/unix/include/lwres/net.h patch 940dist/bind/lib/lwres/unix/include/lwres/net.h patch
941dist/bind/lib/lwres/version.c patch 941dist/bind/lib/lwres/version.c patch
942dist/bind/lib/lwres/win32/DLLMain.c patch 942dist/bind/lib/lwres/win32/DLLMain.c patch
943dist/bind/lib/lwres/win32/include/lwres/net.h patch 943dist/bind/lib/lwres/win32/include/lwres/net.h patch
944dist/bind/lib/lwres/win32/include/lwres/platform.h patch 944dist/bind/lib/lwres/win32/include/lwres/platform.h patch
945dist/bind/lib/lwres/win32/liblwres.dsp patch 945dist/bind/lib/lwres/win32/liblwres.dsp patch
946dist/bind/lib/lwres/win32/liblwres.mak patch 946dist/bind/lib/lwres/win32/liblwres.mak patch
947dist/bind/lib/lwres/win32/lwconfig.c patch 947dist/bind/lib/lwres/win32/lwconfig.c patch
948dist/bind/lib/lwres/win32/socket.c patch 948dist/bind/lib/lwres/win32/socket.c patch
949dist/bind/lib/lwres/win32/version.c patch 949dist/bind/lib/lwres/win32/version.c patch
950dist/bind/lib/tests/t_api.c patch 950dist/bind/lib/tests/t_api.c patch
951dist/bind/lib/win32/bindevt/bindevt.mak patch 951dist/bind/lib/win32/bindevt/bindevt.mak patch
952dist/bind/libtool.m4 patch 952dist/bind/libtool.m4 patch
953dist/bind/ltmain.sh patch 953dist/bind/ltmain.sh patch
954dist/bind/make/includes.in patch 954dist/bind/make/includes.in patch
955dist/bind/make/rules.in patch 955dist/bind/make/rules.in patch
956dist/bind/version patch 956dist/bind/version patch
957dist/bind/win32utils/BINDBuild.dsw patch 957dist/bind/win32utils/BINDBuild.dsw patch
958dist/bind/win32utils/BuildAll.bat patch 958dist/bind/win32utils/BuildAll.bat patch
959dist/bind/win32utils/BuildOpenSSL.bat patch 959dist/bind/win32utils/BuildOpenSSL.bat patch
960dist/bind/win32utils/BuildSetup.bat patch 960dist/bind/win32utils/BuildSetup.bat patch
961dist/bind/win32utils/index.html patch 961dist/bind/win32utils/index.html patch
962dist/bind/win32utils/makeversion.pl patch 962dist/bind/win32utils/makeversion.pl patch
963dist/bind/win32utils/readme1st.txt patch 963dist/bind/win32utils/readme1st.txt patch
964dist/bind/win32utils/updateopenssl.pl patch 964dist/bind/win32utils/updateopenssl.pl patch
965dist/bind/win32utils/win32-build.txt patch 965dist/bind/win32utils/win32-build.txt patch
966usr.sbin/bind/Makefile.inc patch 966usr.sbin/bind/Makefile.inc patch
967usr.sbin/bind/include/config.h patch 967usr.sbin/bind/include/config.h patch
968usr.sbin/bind/include/dns/code.h patch 968usr.sbin/bind/include/dns/code.h patch
969usr.sbin/bind/include/dns/enumclass.h patch 969usr.sbin/bind/include/dns/enumclass.h patch
970usr.sbin/bind/include/dns/enumtype.h patch 970usr.sbin/bind/include/dns/enumtype.h patch
971usr.sbin/bind/include/dns/rdatastruct.h patch 971usr.sbin/bind/include/dns/rdatastruct.h patch
972usr.sbin/bind/include/isc/platform.h patch 972usr.sbin/bind/include/isc/platform.h patch
973usr.sbin/bind/include/lwres/platform.h patch 973usr.sbin/bind/include/lwres/platform.h patch
974 974
975 Update BIND to 9.3.5-P1 to fix CVE-2008-1447 and turn off pthreads. 975 Update BIND to 9.3.5-P1 to fix CVE-2008-1447 and turn off pthreads.
976 [adrianp, ticket #1948] 976 [adrianp, ticket #1948]
977 977
978sys/net/if_pppoe.c 1.88 978sys/net/if_pppoe.c 1.88
979 Apply patch from Yasuoka Masahiko in PR kern/39321: fix length check 979 Apply patch from Yasuoka Masahiko in PR kern/39321: fix length check
980 when parsing pppoe discovery phase packets. 980 when parsing pppoe discovery phase packets.
981 [martin, ticket #1953] 981 [martin, ticket #1953]
982 982
983sys/arch/hppa/hppa/copy.S 1.8 983sys/arch/hppa/hppa/copy.S 1.8
984 984
985 Fix potential kernel / userland memory corruption in copy{in,out}str 985 Fix potential kernel / userland memory corruption in copy{in,out}str
986 on hppa. 986 on hppa.
987 [skrll, ticket #1954] 987 [skrll, ticket #1954]
988 988
989dist/bind/CHANGES patch 989dist/bind/CHANGES patch
990dist/bind/bin/dig/dighost.c patch 990dist/bind/bin/dig/dighost.c patch
991dist/bind/bin/named/client.c patch 991dist/bind/bin/named/client.c patch
992dist/bind/bin/named/config.c patch 992dist/bind/bin/named/config.c patch
993dist/bind/bin/named/controlconf.c patch 993dist/bind/bin/named/controlconf.c patch
994dist/bind/bin/named/interfacemgr.c patch 994dist/bind/bin/named/interfacemgr.c patch
995dist/bind/bin/named/lwresd.c patch 995dist/bind/bin/named/lwresd.c patch
996dist/bind/bin/named/named.conf.docbook patch 996dist/bind/bin/named/named.conf.docbook patch
997dist/bind/bin/named/server.c patch 997dist/bind/bin/named/server.c patch
998dist/bind/bin/tests/sig0_test.c patch 998dist/bind/bin/tests/sig0_test.c patch
999dist/bind/bin/tests/sock_test.c patch 999dist/bind/bin/tests/sock_test.c patch
1000dist/bind/bin/tests/system/ifconfig.sh patch 1000dist/bind/bin/tests/system/ifconfig.sh patch
1001dist/bind/configure patch 1001dist/bind/configure patch
1002dist/bind/configure.in patch 1002dist/bind/configure.in patch
1003dist/bind/doc/arm/Bv9ARM-book.xml patch 1003dist/bind/doc/arm/Bv9ARM-book.xml patch
1004dist/bind/lib/bind/configure patch 1004dist/bind/lib/bind/configure patch
1005dist/bind/lib/bind/configure.in patch 1005dist/bind/lib/bind/configure.in patch
1006dist/bind/lib/dns/api patch 1006dist/bind/lib/dns/api patch
1007dist/bind/lib/dns/dispatch.c patch 1007dist/bind/lib/dns/dispatch.c patch
1008dist/bind/lib/dns/include/dns/dispatch.h patch 1008dist/bind/lib/dns/include/dns/dispatch.h patch
1009dist/bind/lib/dns/message.c patch 1009dist/bind/lib/dns/message.c patch
1010dist/bind/lib/dns/request.c patch 1010dist/bind/lib/dns/request.c patch
1011dist/bind/lib/dns/resolver.c patch 1011dist/bind/lib/dns/resolver.c patch
1012dist/bind/lib/dns/xfrin.c patch 1012dist/bind/lib/dns/xfrin.c patch
1013dist/bind/lib/isc/api patch 1013dist/bind/lib/isc/api patch
1014dist/bind/lib/isc/include/isc/resource.h patch 1014dist/bind/lib/isc/include/isc/resource.h patch
1015dist/bind/lib/isc/include/isc/socket.h patch 1015dist/bind/lib/isc/include/isc/socket.h patch
1016dist/bind/lib/isc/include/isc/timer.h patch 1016dist/bind/lib/isc/include/isc/timer.h patch
1017dist/bind/lib/isc/timer.c patch 1017dist/bind/lib/isc/timer.c patch
1018dist/bind/lib/isc/unix/app.c patch 1018dist/bind/lib/isc/unix/app.c patch
1019dist/bind/lib/isc/unix/resource.c patch 1019dist/bind/lib/isc/unix/resource.c patch
1020dist/bind/lib/isc/unix/socket.c patch 1020dist/bind/lib/isc/unix/socket.c patch
1021dist/bind/lib/isc/unix/socket_p.h patch 1021dist/bind/lib/isc/unix/socket_p.h patch
1022dist/bind/lib/isc/win32/libisc.def patch 1022dist/bind/lib/isc/win32/libisc.def patch
1023dist/bind/lib/isc/win32/resource.c patch 1023dist/bind/lib/isc/win32/resource.c patch
1024dist/bind/lib/isc/win32/socket.c patch 1024dist/bind/lib/isc/win32/socket.c patch
1025dist/bind/lib/isccfg/api patch 1025dist/bind/lib/isccfg/api patch
1026dist/bind/lib/isccfg/namedconf.c patch 1026dist/bind/lib/isccfg/namedconf.c patch
1027dist/bind/version patch 1027dist/bind/version patch
1028 1028
1029 Update BIND to 9.3.5-P2 (performance and bug fixes) 1029 Update BIND to 9.3.5-P2 (performance and bug fixes)
1030 [he, ticket #1955] 1030 [he, ticket #1955]
1031 1031
1032sys/netinet/if_arp.c 1.141 1032sys/netinet/if_arp.c 1.141
1033 1033
1034 Missing "\n" in log(9) messages. 1034 Missing "\n" in log(9) messages.
1035 [uebayasi, ticket #1956] 1035 [uebayasi, ticket #1956]
1036 1036
1037libexec/ftpd/ftpd.c 1.169 1037libexec/ftpd/ftpd.c 1.169
1038 1038
1039 logxfer(): don't use the same buffer to store the results of two 1039 logxfer(): don't use the same buffer to store the results of two
1040 separate concurrent realpath(3)s, otherwise we'll log the wrong 1040 separate concurrent realpath(3)s, otherwise we'll log the wrong
1041 information for a rename. 1041 information for a rename.
1042 [lukem, ticket #1958] 1042 [lukem, ticket #1958]
1043 1043
1044libexec/ftpd/ftpd.c 1.170 1044libexec/ftpd/ftpd.c 1.170
1045 1045
1046 NLST should return 450 instead of 550 upon error, per RFC 959. 1046 NLST should return 450 instead of 550 upon error, per RFC 959.
1047 [lukem, ticket #1959] 1047 [lukem, ticket #1959]
1048 1048
1049libexec/ftpd/ftpd.c 1.173 1049libexec/ftpd/ftpd.c 1.173
1050 1050
1051 Make sure that "su" is initialized before dereferencing it. 1051 Make sure that "su" is initialized before dereferencing it.
1052 Fixes Coverity CID 1075. 1052 Fixes Coverity CID 1075.
1053 [lukem, ticket #1960] 1053 [lukem, ticket #1960]
1054 1054
1055libexec/ftpd/ftpd.c 1.174 1055libexec/ftpd/ftpd.c 1.174
1056 1056
1057 Set file to NULL after calling fclose(). 1057 Set file to NULL after calling fclose().
1058 Fixes Coverity CID 2669. 1058 Fixes Coverity CID 2669.
1059 [lukem, ticket #1961] 1059 [lukem, ticket #1961]
1060 1060
1061libexec/ftpd/ftpd.c 1.175 1061libexec/ftpd/ftpd.c 1.175
1062 1062
1063 Remove unreachable code (res could never be NULL here). 1063 Remove unreachable code (res could never be NULL here).
1064 Fixes Coverity CID 712. 1064 Fixes Coverity CID 712.
1065 [lukem, ticket #1962] 1065 [lukem, ticket #1962]
1066 1066
1067libexec/ftpd/ftpd.c 1.179 1067libexec/ftpd/ftpd.c 1.179
1068 1068
1069 PR/35449: Shigeya Suzuki: ftpd does not register socket address 1069 PR/35449: Shigeya Suzuki: ftpd does not register socket address
1070 into PAM 1070 into PAM
1071 [lukem, ticket #1963] 1071 [lukem, ticket #1963]
1072 1072
1073libexec/ftpd/extern.h 1.58 via patch 1073libexec/ftpd/extern.h 1.58 via patch
1074libexec/ftpd/ftpcmd.y 1.88 via patch 1074libexec/ftpd/ftpcmd.y 1.88 via patch
1075libexec/ftpd/ftpd.c 1.187 via patch 1075libexec/ftpd/ftpd.c 1.187 via patch
1076libexec/ftpd/version.h patch 1076libexec/ftpd/version.h patch
1077 1077
1078 Don't split large commands into multiple commands; just fail on them. 1078 Don't split large commands into multiple commands; just fail on them.
1079 This prevents CSRF-like attacks, when a web browser is used to access 1079 This prevents CSRF-like attacks, when a web browser is used to access
1080 an ftp server. 1080 an ftp server.
1081 Reported by Maksymilian Arciemowicz <cxib@securityreason.com>. 1081 Reported by Maksymilian Arciemowicz <cxib@securityreason.com>.
1082 Fix mostly derived from OpenBSD, written by 1082 Fix mostly derived from OpenBSD, written by
1083 Moritz Jodeit <moritz@OpenBSD.org> 1083 Moritz Jodeit <moritz@OpenBSD.org>
1084 [lukem, ticket #1964] 1084 [lukem, ticket #1964]
1085 1085
 1086sys/netinet6/icmp6.c 1.150
 1087 Fix for CVE-2008-3530 from matt@
 1088 Implement improved checking for MTU values on ICMP 'Packet Too Big
 1089 Messages'
 1090 [adrianp, ticket #1966]