Fri Oct 3 09:21:56 2008 UTC ()
Ticket 1966.


(jdc)
diff -r1.1.2.145 -r1.1.2.146 src/doc/CHANGES-3.2

cvs diff -r1.1.2.145 -r1.1.2.146 src/doc/Attic/CHANGES-3.2 (switch to unified diff)

--- src/doc/Attic/CHANGES-3.2 2008/09/28 16:43:44 1.1.2.145
+++ src/doc/Attic/CHANGES-3.2 2008/10/03 09:21:56 1.1.2.146
@@ -1,1000 +1,1000 @@ @@ -1,1000 +1,1000 @@
1# $NetBSD: CHANGES-3.2,v 1.1.2.145 2008/09/28 16:43:44 jdc Exp $ 1# $NetBSD: CHANGES-3.2,v 1.1.2.146 2008/10/03 09:21:56 jdc Exp $
2 2
3A complete list of changes from the NetBSD 3.1 release to the NetBSD 3.2 3A complete list of changes from the NetBSD 3.1 release to the NetBSD 3.2
4release: 4release:
5 5
6File Revision(s) 6File Revision(s)
7---- -------- 7---- --------
8gnu/usr.bin/groff/tmac/mdoc.local patch 8gnu/usr.bin/groff/tmac/mdoc.local patch
9sys/sys/param.h patch 9sys/sys/param.h patch
10 10
11 Welcome to 3.1_STABLE 11 Welcome to 3.1_STABLE
12 12
13include/stddef.h 1.11-1.15 13include/stddef.h 1.11-1.15
14 14
15 Fix C++ offsetof for GCC 3.4+. 15 Fix C++ offsetof for GCC 3.4+.
16 [joerg, ticket #10676] 16 [joerg, ticket #10676]
17 17
18share/man/man4/sk.4 1.9 18share/man/man4/sk.4 1.9
19sys/dev/pci/if_sk.c 1.22 19sys/dev/pci/if_sk.c 1.22
20sys/dev/pci/if_skvar.h 1.10 20sys/dev/pci/if_skvar.h 1.10
21 21
22 Add jumbo frames support to the sk(4) driver. 22 Add jumbo frames support to the sk(4) driver.
23 [riz, ticket #1480] 23 [riz, ticket #1480]
24 24
25sys/arch/sparc64/sparc64/locore.s 1.217-1.218 via patch 25sys/arch/sparc64/sparc64/locore.s 1.217-1.218 via patch
26 26
27 Fix a couple of %y register save/restore errors. 27 Fix a couple of %y register save/restore errors.
28 [nakayama, ticket #1517] 28 [nakayama, ticket #1517]
29 29
30usr.sbin/installboot/ffs.c 1.19-1.21 30usr.sbin/installboot/ffs.c 1.19-1.21
31usr.sbin/installboot/fstypes.c 1.9 31usr.sbin/installboot/fstypes.c 1.9
32usr.sbin/installboot/installboot.8 1.54 via patch 32usr.sbin/installboot/installboot.8 1.54 via patch
33usr.sbin/installboot/installboot.h 1.31 33usr.sbin/installboot/installboot.h 1.31
34 34
35 Make installation of bootloaders on a RAID 1 volume easier. 35 Make installation of bootloaders on a RAID 1 volume easier.
36 [bad, ticket #1524] 36 [bad, ticket #1524]
37 37
38share/man/man8/man8.sparc/boot.8 1.29-1.30 + patch 38share/man/man8/man8.sparc/boot.8 1.29-1.30 + patch
39sys/arch/sparc/stand/common/promdev.c 1.19 39sys/arch/sparc/stand/common/promdev.c 1.19
40 40
41 Add support for booting from RAID 1 to the sparc boot loader. 41 Add support for booting from RAID 1 to the sparc boot loader.
42 [jdc, ticket #1527] 42 [jdc, ticket #1527]
43 43
44etc/MAKEDEV.tmpl 1.66 (via patch) 44etc/MAKEDEV.tmpl 1.66 (via patch)
45sys/compat/freebsd/freebsd_sysctl.c 1.5 (via patch) 45sys/compat/freebsd/freebsd_sysctl.c 1.5 (via patch)
46sys/conf/majors 1.30 (via patch) 46sys/conf/majors 1.30 (via patch)
47sys/dev/pci/twa.c 1.13 (via patch) 47sys/dev/pci/twa.c 1.13 (via patch)
48sys/dev/pci/twaio.h 1.4 (via patch) 48sys/dev/pci/twaio.h 1.4 (via patch)
49sys/dev/pci/twareg.h 1.6 (via patch) 49sys/dev/pci/twareg.h 1.6 (via patch)
50 50
51 Tweak the twa(4) driver so that 3ware command line utility works with 51 Tweak the twa(4) driver so that 3ware command line utility works with
52 it. 52 it.
53 This includes: 53 This includes:
54 - fixing various structure definitions so that the ioctl parameter 54 - fixing various structure definitions so that the ioctl parameter
55 match 55 match
56 - adding a hw.twa*.driver_version sysctl 56 - adding a hw.twa*.driver_version sysctl
57 - do not refuse multiple device openings, as the management tool will 57 - do not refuse multiple device openings, as the management tool will
58 do it. I'm not sure we are safe. FreeBSD allows multiple openings, 58 do it. I'm not sure we are safe. FreeBSD allows multiple openings,
59 and use the open flag only when an attempt to detach the device is 59 and use the open flag only when an attempt to detach the device is
60 done. 60 done.
61 - While we are there, fix a bug in FreeBSD sysctl emulation: use copyin 61 - While we are there, fix a bug in FreeBSD sysctl emulation: use copyin
62 for moving data to the kernel 62 for moving data to the kernel
63 63
64 [manu, ticket #1528] 64 [manu, ticket #1528]
65 65
66sys/arch/i386/conf/INSTALL 1.273 66sys/arch/i386/conf/INSTALL 1.273
67sys/arch/i386/conf/INSTALL.local 1.1 67sys/arch/i386/conf/INSTALL.local 1.1
68sys/arch/i386/conf/INSTALL_LAPTOP 1.92 68sys/arch/i386/conf/INSTALL_LAPTOP 1.92
69sys/arch/i386/conf/INSTALL_SMALL 1.120 69sys/arch/i386/conf/INSTALL_SMALL 1.120
70sys/arch/i386/conf/INSTALL_TINY 1.97 70sys/arch/i386/conf/INSTALL_TINY 1.97
71sys/arch/i386/conf/INSTALL_XEN2_DOMU patch 71sys/arch/i386/conf/INSTALL_XEN2_DOMU patch
72sys/arch/i386/conf/INSTALL_XEN3_DOMU patch 72sys/arch/i386/conf/INSTALL_XEN3_DOMU patch
73 73
74 Add (empty) INSTALL.local, parallel to GENERIC.local. 74 Add (empty) INSTALL.local, parallel to GENERIC.local.
75 Change INSTALL kernels to include INSTALL.local instead of 75 Change INSTALL kernels to include INSTALL.local instead of
76 GENERIC.local. 76 GENERIC.local.
77 77
78 With this change, one can add IPSEC in GENERIC.local and still build a 78 With this change, one can add IPSEC in GENERIC.local and still build a
79 release, rather than having install kernels not fit on floppies. 79 release, rather than having install kernels not fit on floppies.
80 80
81 Remaining nit: the PS2 install kernel includes the regular version 81 Remaining nit: the PS2 install kernel includes the regular version
82 config file, and hence GENERIC.local. 82 config file, and hence GENERIC.local.
83 83
84 (Posted for review on tech-pkg, encouragement to commit by lukem@, no 84 (Posted for review on tech-pkg, encouragement to commit by lukem@, no
85 objections.) 85 objections.)
86 [bad, ticket #1579] 86 [bad, ticket #1579]
87 87
88sys/netinet/tcp_sack.c 1.20 88sys/netinet/tcp_sack.c 1.20
89 89
90 Fix alignment problems causing regular panics in tpc_sack_option on 90 Fix alignment problems causing regular panics in tpc_sack_option on
91 NetBSD/alpha and NetBSD/sparc. This fixes PR#34751. 91 NetBSD/alpha and NetBSD/sparc. This fixes PR#34751.
92 92
93 Fix provided by Izumi Tsutsui and ok'd by Martin. 93 Fix provided by Izumi Tsutsui and ok'd by Martin.
94 [reinoud, ticket #1561] 94 [reinoud, ticket #1561]
95 95
96sys/miscfs/specfs/spec_vnops.c 1.91 via patch 96sys/miscfs/specfs/spec_vnops.c 1.91 via patch
97 97
98 Protect spec_poll from racing against revocation and thus 98 Protect spec_poll from racing against revocation and thus
99 dereferencing a NULL v_specinfo (race condition between polling 99 dereferencing a NULL v_specinfo (race condition between polling
100 and revoking a character device). 100 and revoking a character device).
101 [jld, ticket #1557] 101 [jld, ticket #1557]
102 102
103sys/arch/arm/iomd/iomdkbc.c 1.3 103sys/arch/arm/iomd/iomdkbc.c 1.3
104 104
105 Interpret the argument to iomdkbc_set_poll() correctly. Quite how we 105 Interpret the argument to iomdkbc_set_poll() correctly. Quite how we
106 got this far with it the wrong way around is beyond me. 106 got this far with it the wrong way around is beyond me.
107 [bjh21, ticket #1562] 107 [bjh21, ticket #1562]
108 108
109sbin/dump/dump.h 1.44 via patch 109sbin/dump/dump.h 1.44 via patch
110sbin/dump/main.c 1.63 via patch 110sbin/dump/main.c 1.63 via patch
111sbin/dump/snapshot.c 1.3 via patch 111sbin/dump/snapshot.c 1.3 via patch
112sbin/dump/snapshot.h 1.3 via patch 112sbin/dump/snapshot.h 1.3 via patch
113sbin/dump/tape.c 1.47 via patch 113sbin/dump/tape.c 1.47 via patch
114 114
115 When using a snapshot take the snapshot raw device on further open. 115 When using a snapshot take the snapshot raw device on further open.
116 Fixes PR #34923 dump(8) only dumps a corefile with -X (snapshots) 116 Fixes PR #34923 dump(8) only dumps a corefile with -X (snapshots)
117 [hannken, ticket #1573] 117 [hannken, ticket #1573]
118 118
119sys/kern/sys_process.c 1.112 119sys/kern/sys_process.c 1.112
120 120
121 check for negative length in PT_COREDUMP (from Neil) 121 check for negative length in PT_COREDUMP (from Neil)
122 [christos, ticket #1574] 122 [christos, ticket #1574]
123 123
124sys/dev/pci/if_wm.c 1.108 124sys/dev/pci/if_wm.c 1.108
125 125
126 Don't reset interface on rx overrun because it makes 126 Don't reset interface on rx overrun because it makes
127 the situation worse, if the overrun is merely a symptom of 127 the situation worse, if the overrun is merely a symptom of
128 heavy load. increament if_ierrors instead. PR kern/29831. 128 heavy load. increament if_ierrors instead. PR kern/29831.
129 [hauke, ticket #1578] 129 [hauke, ticket #1578]
130 130
131sys/dev/pci/if_pcn.c 1.34 131sys/dev/pci/if_pcn.c 1.34
132 132
133 Detect if we're talking to a VMware virtual interface, and, if so, 133 Detect if we're talking to a VMware virtual interface, and, if so,
134 limit the number of Tx segments to 8 to work around a VMware bug. 134 limit the number of Tx segments to 8 to work around a VMware bug.
135 [thorpej, ticket #1577] 135 [thorpej, ticket #1577]
136 136
137sys/arch/xen/xen/if_xennet_xenbus.c 1.14 137sys/arch/xen/xen/if_xennet_xenbus.c 1.14
138 138
139 Prevent xennet (Xen 3) from occasionally becoming unable to receive 139 Prevent xennet (Xen 3) from occasionally becoming unable to receive
140 packets for several minutes when under certain types of load 140 packets for several minutes when under certain types of load
141 [jld, ticket #1581] 141 [jld, ticket #1581]
142 142
143usr.sbin/postinstall/postinstall 1.30 143usr.sbin/postinstall/postinstall 1.30
144 144
145 /etc/postfix/post-install needs to be 555 not 444. 145 /etc/postfix/post-install needs to be 555 not 444.
146 [lukem, ticket #1585] 146 [lukem, ticket #1585]
147 147
148sys/dev/pci/if_pcn.c 1.35 148sys/dev/pci/if_pcn.c 1.35
149 149
150 Fix typo (enaddr[3] should be enaddr[2]), and add note to comment, 150 Fix typo (enaddr[3] should be enaddr[2]), and add note to comment,
151 both in VMware bug-workaround section. 151 both in VMware bug-workaround section.
152 [thorpej, ticket #1586] 152 [thorpej, ticket #1586]
153 153
154sys/dev/pci/bktr/bktr_core.c patch 154sys/dev/pci/bktr/bktr_core.c patch
155 fix bug introduced by missing braces around a if() block in 155 fix bug introduced by missing braces around a if() block in
156 ticket #1511 156 ticket #1511
157 [aymeric, ticket #1587] 157 [aymeric, ticket #1587]
158 158
159sys/net/if_pppoe.c 1.61 159sys/net/if_pppoe.c 1.61
160 160
161 Fix bogus uninitialized variable warning ifdef PPPOE_SERVER. 161 Fix bogus uninitialized variable warning ifdef PPPOE_SERVER.
162 Noticed by Marcin Jessa on current-users. 162 Noticed by Marcin Jessa on current-users.
163 [martin, ticket #1588] 163 [martin, ticket #1588]
164 164
165distrib/sets/lists/man/mi patch 165distrib/sets/lists/man/mi patch
166distrib/sets/lists/misc/mi patch 166distrib/sets/lists/misc/mi patch
167gnu/dist/postfix/AAAREADME patch 167gnu/dist/postfix/AAAREADME patch
168gnu/dist/postfix/COMPATIBILITY patch 168gnu/dist/postfix/COMPATIBILITY patch
169gnu/dist/postfix/HISTORY patch 169gnu/dist/postfix/HISTORY patch
170gnu/dist/postfix/INSTALL patch 170gnu/dist/postfix/INSTALL patch
171gnu/dist/postfix/Makefile.in patch 171gnu/dist/postfix/Makefile.in patch
172gnu/dist/postfix/README_FILES/AAAREADME patch 172gnu/dist/postfix/README_FILES/AAAREADME patch
173gnu/dist/postfix/README_FILES/ADDRESS_REWRITING_README patch 173gnu/dist/postfix/README_FILES/ADDRESS_REWRITING_README patch
174gnu/dist/postfix/README_FILES/ADDRESS_VERIFICATION_README patch 174gnu/dist/postfix/README_FILES/ADDRESS_VERIFICATION_README patch
175gnu/dist/postfix/README_FILES/BACKSCATTER_README patch 175gnu/dist/postfix/README_FILES/BACKSCATTER_README patch
176gnu/dist/postfix/README_FILES/CDB_README patch 176gnu/dist/postfix/README_FILES/CDB_README patch
177gnu/dist/postfix/README_FILES/CONNECTION_CACHE_README patch 177gnu/dist/postfix/README_FILES/CONNECTION_CACHE_README patch
178gnu/dist/postfix/README_FILES/CONTENT_INSPECTION_README patch 178gnu/dist/postfix/README_FILES/CONTENT_INSPECTION_README patch
179gnu/dist/postfix/README_FILES/DB_README patch 179gnu/dist/postfix/README_FILES/DB_README patch
180gnu/dist/postfix/README_FILES/DSN_README new file 180gnu/dist/postfix/README_FILES/DSN_README new file
181gnu/dist/postfix/README_FILES/DSN_README patch 181gnu/dist/postfix/README_FILES/DSN_README patch
182gnu/dist/postfix/README_FILES/FILTER_README patch 182gnu/dist/postfix/README_FILES/FILTER_README patch
183gnu/dist/postfix/README_FILES/INSTALL patch 183gnu/dist/postfix/README_FILES/INSTALL patch
184gnu/dist/postfix/README_FILES/IPV6_README patch 184gnu/dist/postfix/README_FILES/IPV6_README patch
185gnu/dist/postfix/README_FILES/LINUX_README patch 185gnu/dist/postfix/README_FILES/LINUX_README patch
186gnu/dist/postfix/README_FILES/MAILDROP_README patch 186gnu/dist/postfix/README_FILES/MAILDROP_README patch
187gnu/dist/postfix/README_FILES/MILTER_README new file 187gnu/dist/postfix/README_FILES/MILTER_README new file
188gnu/dist/postfix/README_FILES/MILTER_README patch 188gnu/dist/postfix/README_FILES/MILTER_README patch
189gnu/dist/postfix/README_FILES/PGSQL_README patch 189gnu/dist/postfix/README_FILES/PGSQL_README patch
190gnu/dist/postfix/README_FILES/RELEASE_NOTES patch 190gnu/dist/postfix/README_FILES/RELEASE_NOTES patch
191gnu/dist/postfix/README_FILES/RESTRICTION_CLASS_README patch 191gnu/dist/postfix/README_FILES/RESTRICTION_CLASS_README patch
192gnu/dist/postfix/README_FILES/SASL_README patch 192gnu/dist/postfix/README_FILES/SASL_README patch
193gnu/dist/postfix/README_FILES/SMTPD_ACCESS_README patch 193gnu/dist/postfix/README_FILES/SMTPD_ACCESS_README patch
194gnu/dist/postfix/README_FILES/SMTPD_POLICY_README patch 194gnu/dist/postfix/README_FILES/SMTPD_POLICY_README patch
195gnu/dist/postfix/README_FILES/SMTPD_PROXY_README patch 195gnu/dist/postfix/README_FILES/SMTPD_PROXY_README patch
196gnu/dist/postfix/README_FILES/STANDARD_CONFIGURATION_README patch 196gnu/dist/postfix/README_FILES/STANDARD_CONFIGURATION_README patch
197gnu/dist/postfix/README_FILES/TLS_README patch 197gnu/dist/postfix/README_FILES/TLS_README patch
198gnu/dist/postfix/README_FILES/VERP_README patch 198gnu/dist/postfix/README_FILES/VERP_README patch
199gnu/dist/postfix/README_FILES/XCLIENT_README patch 199gnu/dist/postfix/README_FILES/XCLIENT_README patch
200gnu/dist/postfix/README_FILES/XFORWARD_README patch 200gnu/dist/postfix/README_FILES/XFORWARD_README patch
201gnu/dist/postfix/RELEASE_NOTES patch 201gnu/dist/postfix/RELEASE_NOTES patch
202gnu/dist/postfix/RELEASE_NOTES-2.2 new file 202gnu/dist/postfix/RELEASE_NOTES-2.2 new file
203gnu/dist/postfix/RELEASE_NOTES-2.2 patch 203gnu/dist/postfix/RELEASE_NOTES-2.2 patch
204gnu/dist/postfix/TLS_TODO patch 204gnu/dist/postfix/TLS_TODO patch
205gnu/dist/postfix/anvil/Makefile.in patch 205gnu/dist/postfix/anvil/Makefile.in patch
206gnu/dist/postfix/anvil/anvil.c patch 206gnu/dist/postfix/anvil/anvil.c patch
207gnu/dist/postfix/bounce/2template_test.in patch 207gnu/dist/postfix/bounce/2template_test.in patch
208gnu/dist/postfix/bounce/Makefile.in patch 208gnu/dist/postfix/bounce/Makefile.in patch
209gnu/dist/postfix/bounce/annotate.pl patch 209gnu/dist/postfix/bounce/annotate.pl patch
210gnu/dist/postfix/bounce/bounce.c patch 210gnu/dist/postfix/bounce/bounce.c patch
211gnu/dist/postfix/bounce/bounce_append_service.c patch 211gnu/dist/postfix/bounce/bounce_append_service.c patch
212gnu/dist/postfix/bounce/bounce_cleanup.c patch 212gnu/dist/postfix/bounce/bounce_cleanup.c patch
213gnu/dist/postfix/bounce/bounce_notify_service.c patch 213gnu/dist/postfix/bounce/bounce_notify_service.c patch
214gnu/dist/postfix/bounce/bounce_notify_util.c patch 214gnu/dist/postfix/bounce/bounce_notify_util.c patch
215gnu/dist/postfix/bounce/bounce_notify_verp.c patch 215gnu/dist/postfix/bounce/bounce_notify_verp.c patch
216gnu/dist/postfix/bounce/bounce_one_service.c patch 216gnu/dist/postfix/bounce/bounce_one_service.c patch
217gnu/dist/postfix/bounce/bounce_service.h patch 217gnu/dist/postfix/bounce/bounce_service.h patch
218gnu/dist/postfix/bounce/bounce_template.c patch 218gnu/dist/postfix/bounce/bounce_template.c patch
219gnu/dist/postfix/bounce/bounce_template.h patch 219gnu/dist/postfix/bounce/bounce_template.h patch
220gnu/dist/postfix/bounce/bounce_templates.c patch 220gnu/dist/postfix/bounce/bounce_templates.c patch
221gnu/dist/postfix/bounce/bounce_trace_service.c patch 221gnu/dist/postfix/bounce/bounce_trace_service.c patch
222gnu/dist/postfix/bounce/bounce_warn_service.c patch 222gnu/dist/postfix/bounce/bounce_warn_service.c patch
223gnu/dist/postfix/bounce/template_test.ref patch 223gnu/dist/postfix/bounce/template_test.ref patch
224gnu/dist/postfix/cleanup/Makefile.in patch 224gnu/dist/postfix/cleanup/Makefile.in patch
225gnu/dist/postfix/cleanup/cleanup.c patch 225gnu/dist/postfix/cleanup/cleanup.c patch
226gnu/dist/postfix/cleanup/cleanup.h patch 226gnu/dist/postfix/cleanup/cleanup.h patch
227gnu/dist/postfix/cleanup/cleanup_addr.c patch 227gnu/dist/postfix/cleanup/cleanup_addr.c patch
228gnu/dist/postfix/cleanup/cleanup_api.c patch 228gnu/dist/postfix/cleanup/cleanup_api.c patch
229gnu/dist/postfix/cleanup/cleanup_bounce.c patch 229gnu/dist/postfix/cleanup/cleanup_bounce.c patch
230gnu/dist/postfix/cleanup/cleanup_envelope.c patch 230gnu/dist/postfix/cleanup/cleanup_envelope.c patch
231gnu/dist/postfix/cleanup/cleanup_extracted.c patch 231gnu/dist/postfix/cleanup/cleanup_extracted.c patch
232gnu/dist/postfix/cleanup/cleanup_init.c patch 232gnu/dist/postfix/cleanup/cleanup_init.c patch
233gnu/dist/postfix/cleanup/cleanup_masquerade.c patch 233gnu/dist/postfix/cleanup/cleanup_masquerade.c patch
234gnu/dist/postfix/cleanup/cleanup_message.c patch 234gnu/dist/postfix/cleanup/cleanup_message.c patch
235gnu/dist/postfix/cleanup/cleanup_milter.c patch 235gnu/dist/postfix/cleanup/cleanup_milter.c patch
236gnu/dist/postfix/cleanup/cleanup_milter.in1 patch 236gnu/dist/postfix/cleanup/cleanup_milter.in1 patch
237gnu/dist/postfix/cleanup/cleanup_milter.ref1 patch 237gnu/dist/postfix/cleanup/cleanup_milter.ref1 patch
238gnu/dist/postfix/cleanup/cleanup_out.c patch 238gnu/dist/postfix/cleanup/cleanup_out.c patch
239gnu/dist/postfix/cleanup/cleanup_out_recipient.c patch 239gnu/dist/postfix/cleanup/cleanup_out_recipient.c patch
240gnu/dist/postfix/cleanup/cleanup_state.c patch 240gnu/dist/postfix/cleanup/cleanup_state.c patch
241gnu/dist/postfix/conf/access patch 241gnu/dist/postfix/conf/access patch
242gnu/dist/postfix/conf/aliases patch 242gnu/dist/postfix/conf/aliases patch
243gnu/dist/postfix/conf/canonical patch 243gnu/dist/postfix/conf/canonical patch
244gnu/dist/postfix/conf/generic patch 244gnu/dist/postfix/conf/generic patch
245gnu/dist/postfix/conf/header_checks patch 245gnu/dist/postfix/conf/header_checks patch
246gnu/dist/postfix/conf/main.cf patch 246gnu/dist/postfix/conf/main.cf patch
247gnu/dist/postfix/conf/master.cf patch 247gnu/dist/postfix/conf/master.cf patch
248gnu/dist/postfix/conf/post-install patch 248gnu/dist/postfix/conf/post-install patch
249gnu/dist/postfix/conf/postfix-files patch 249gnu/dist/postfix/conf/postfix-files patch
250gnu/dist/postfix/conf/relocated patch 250gnu/dist/postfix/conf/relocated patch
251gnu/dist/postfix/conf/transport patch 251gnu/dist/postfix/conf/transport patch
252gnu/dist/postfix/conf/virtual patch 252gnu/dist/postfix/conf/virtual patch
253gnu/dist/postfix/discard/Makefile.in patch 253gnu/dist/postfix/discard/Makefile.in patch
254gnu/dist/postfix/discard/discard.c patch 254gnu/dist/postfix/discard/discard.c patch
255gnu/dist/postfix/dns/Makefile.in patch 255gnu/dist/postfix/dns/Makefile.in patch
256gnu/dist/postfix/dns/dns.h patch 256gnu/dist/postfix/dns/dns.h patch
257gnu/dist/postfix/dns/dns_lookup.c patch 257gnu/dist/postfix/dns/dns_lookup.c patch
258gnu/dist/postfix/dns/dns_rr.c patch 258gnu/dist/postfix/dns/dns_rr.c patch
259gnu/dist/postfix/dns/dns_rr_eq_sa.c patch 259gnu/dist/postfix/dns/dns_rr_eq_sa.c patch
260gnu/dist/postfix/dns/dns_rr_eq_sa.in patch 260gnu/dist/postfix/dns/dns_rr_eq_sa.in patch
261gnu/dist/postfix/dns/dns_rr_eq_sa.ref patch 261gnu/dist/postfix/dns/dns_rr_eq_sa.ref patch
262gnu/dist/postfix/dns/dns_rr_to_pa.ref patch 262gnu/dist/postfix/dns/dns_rr_to_pa.ref patch
263gnu/dist/postfix/dns/dns_rr_to_sa.c patch 263gnu/dist/postfix/dns/dns_rr_to_sa.c patch
264gnu/dist/postfix/dns/dns_rr_to_sa.ref patch 264gnu/dist/postfix/dns/dns_rr_to_sa.ref patch
265gnu/dist/postfix/dns/dns_sa_to_rr.ref patch 265gnu/dist/postfix/dns/dns_sa_to_rr.ref patch
266gnu/dist/postfix/dns/test_dns_lookup.c patch 266gnu/dist/postfix/dns/test_dns_lookup.c patch
267gnu/dist/postfix/error/Makefile.in patch 267gnu/dist/postfix/error/Makefile.in patch
268gnu/dist/postfix/error/error.c patch 268gnu/dist/postfix/error/error.c patch
269gnu/dist/postfix/examples/smtpd-policy/postfix-policyd-spf.pl new file 269gnu/dist/postfix/examples/smtpd-policy/postfix-policyd-spf.pl new file
270gnu/dist/postfix/examples/smtpd-policy/postfix-policyd-spf.pl patch 270gnu/dist/postfix/examples/smtpd-policy/postfix-policyd-spf.pl patch
271gnu/dist/postfix/flush/Makefile.in patch 271gnu/dist/postfix/flush/Makefile.in patch
272gnu/dist/postfix/flush/flush.c patch 272gnu/dist/postfix/flush/flush.c patch
273gnu/dist/postfix/fsstone/Makefile.in patch 273gnu/dist/postfix/fsstone/Makefile.in patch
274gnu/dist/postfix/global/Makefile.in patch 274gnu/dist/postfix/global/Makefile.in patch
275gnu/dist/postfix/global/abounce.c patch 275gnu/dist/postfix/global/abounce.c patch
276gnu/dist/postfix/global/abounce.h patch 276gnu/dist/postfix/global/abounce.h patch
277gnu/dist/postfix/global/anvil_clnt.c patch 277gnu/dist/postfix/global/anvil_clnt.c patch
278gnu/dist/postfix/global/anvil_clnt.h patch 278gnu/dist/postfix/global/anvil_clnt.h patch
279gnu/dist/postfix/global/bounce.c patch 279gnu/dist/postfix/global/bounce.c patch
280gnu/dist/postfix/global/bounce.h patch 280gnu/dist/postfix/global/bounce.h patch
281gnu/dist/postfix/global/bounce_log.c patch 281gnu/dist/postfix/global/bounce_log.c patch
282gnu/dist/postfix/global/bounce_log.h patch 282gnu/dist/postfix/global/bounce_log.h patch
283gnu/dist/postfix/global/cfg_parser.c patch 283gnu/dist/postfix/global/cfg_parser.c patch
284gnu/dist/postfix/global/cleanup_strerror.c patch 284gnu/dist/postfix/global/cleanup_strerror.c patch
285gnu/dist/postfix/global/cleanup_strflags.c patch 285gnu/dist/postfix/global/cleanup_strflags.c patch
286gnu/dist/postfix/global/cleanup_user.h patch 286gnu/dist/postfix/global/cleanup_user.h patch
287gnu/dist/postfix/global/conv_time.c patch 287gnu/dist/postfix/global/conv_time.c patch
288gnu/dist/postfix/global/conv_time.h patch 288gnu/dist/postfix/global/conv_time.h patch
289gnu/dist/postfix/global/db_common.c patch 289gnu/dist/postfix/global/db_common.c patch
290gnu/dist/postfix/global/db_common.h patch 290gnu/dist/postfix/global/db_common.h patch
291gnu/dist/postfix/global/debug_peer.c patch 291gnu/dist/postfix/global/debug_peer.c patch
292gnu/dist/postfix/global/defer.c patch 292gnu/dist/postfix/global/defer.c patch
293gnu/dist/postfix/global/defer.h patch 293gnu/dist/postfix/global/defer.h patch
294gnu/dist/postfix/global/deliver_completed.c patch 294gnu/dist/postfix/global/deliver_completed.c patch
295gnu/dist/postfix/global/deliver_pass.c patch 295gnu/dist/postfix/global/deliver_pass.c patch
296gnu/dist/postfix/global/deliver_pass.h patch 296gnu/dist/postfix/global/deliver_pass.h patch
297gnu/dist/postfix/global/deliver_request.c patch 297gnu/dist/postfix/global/deliver_request.c patch
298gnu/dist/postfix/global/deliver_request.h patch 298gnu/dist/postfix/global/deliver_request.h patch
299gnu/dist/postfix/global/dict_ldap.c patch 299gnu/dist/postfix/global/dict_ldap.c patch
300gnu/dist/postfix/global/dict_mysql.c patch 300gnu/dist/postfix/global/dict_mysql.c patch
301gnu/dist/postfix/global/dict_pgsql.c patch 301gnu/dist/postfix/global/dict_pgsql.c patch
302gnu/dist/postfix/global/dict_proxy.c patch 302gnu/dist/postfix/global/dict_proxy.c patch
303gnu/dist/postfix/global/domain_list.c patch 303gnu/dist/postfix/global/domain_list.c patch
304gnu/dist/postfix/global/dsb_scan.c patch 304gnu/dist/postfix/global/dsb_scan.c patch
305gnu/dist/postfix/global/dsb_scan.h patch 305gnu/dist/postfix/global/dsb_scan.h patch
306gnu/dist/postfix/global/dsn.c patch 306gnu/dist/postfix/global/dsn.c patch
307gnu/dist/postfix/global/dsn.h patch 307gnu/dist/postfix/global/dsn.h patch
308gnu/dist/postfix/global/dsn_buf.c patch 308gnu/dist/postfix/global/dsn_buf.c patch
309gnu/dist/postfix/global/dsn_buf.h patch 309gnu/dist/postfix/global/dsn_buf.h patch
310gnu/dist/postfix/global/dsn_mask.c patch 310gnu/dist/postfix/global/dsn_mask.c patch
311gnu/dist/postfix/global/dsn_mask.h patch 311gnu/dist/postfix/global/dsn_mask.h patch
312gnu/dist/postfix/global/dsn_print.c patch 312gnu/dist/postfix/global/dsn_print.c patch
313gnu/dist/postfix/global/dsn_print.h patch 313gnu/dist/postfix/global/dsn_print.h patch
314gnu/dist/postfix/global/dsn_util.c patch 314gnu/dist/postfix/global/dsn_util.c patch
315gnu/dist/postfix/global/dsn_util.h patch 315gnu/dist/postfix/global/dsn_util.h patch
316gnu/dist/postfix/global/ehlo_mask.c patch 316gnu/dist/postfix/global/ehlo_mask.c patch
317gnu/dist/postfix/global/ehlo_mask.h patch 317gnu/dist/postfix/global/ehlo_mask.h patch
318gnu/dist/postfix/global/ehlo_mask.ref patch 318gnu/dist/postfix/global/ehlo_mask.ref patch
319gnu/dist/postfix/global/ext_prop.c patch 319gnu/dist/postfix/global/ext_prop.c patch
320gnu/dist/postfix/global/flush_clnt.c patch 320gnu/dist/postfix/global/flush_clnt.c patch
321gnu/dist/postfix/global/header_token.c patch 321gnu/dist/postfix/global/header_token.c patch
322gnu/dist/postfix/global/header_token.h patch 322gnu/dist/postfix/global/header_token.h patch
323gnu/dist/postfix/global/hold_message.c patch 323gnu/dist/postfix/global/hold_message.c patch
324gnu/dist/postfix/global/input_transp.c patch 324gnu/dist/postfix/global/input_transp.c patch
325gnu/dist/postfix/global/input_transp.h patch 325gnu/dist/postfix/global/input_transp.h patch
326gnu/dist/postfix/global/int_filt.c patch 326gnu/dist/postfix/global/int_filt.c patch
327gnu/dist/postfix/global/int_filt.h patch 327gnu/dist/postfix/global/int_filt.h patch
328gnu/dist/postfix/global/is_header.c patch 328gnu/dist/postfix/global/is_header.c patch
329gnu/dist/postfix/global/is_header.h patch 329gnu/dist/postfix/global/is_header.h patch
330gnu/dist/postfix/global/log_adhoc.c patch 330gnu/dist/postfix/global/log_adhoc.c patch
331gnu/dist/postfix/global/log_adhoc.h patch 331gnu/dist/postfix/global/log_adhoc.h patch
332gnu/dist/postfix/global/mail_addr_crunch.c patch 332gnu/dist/postfix/global/mail_addr_crunch.c patch
333gnu/dist/postfix/global/mail_addr_find.c patch 333gnu/dist/postfix/global/mail_addr_find.c patch
334gnu/dist/postfix/global/mail_addr_map.c patch 334gnu/dist/postfix/global/mail_addr_map.c patch
335gnu/dist/postfix/global/mail_command_client.c patch 335gnu/dist/postfix/global/mail_command_client.c patch
336gnu/dist/postfix/global/mail_conf.h patch 336gnu/dist/postfix/global/mail_conf.h patch
337gnu/dist/postfix/global/mail_conf_long.c patch 337gnu/dist/postfix/global/mail_conf_long.c patch
338gnu/dist/postfix/global/mail_conf_raw.c patch 338gnu/dist/postfix/global/mail_conf_raw.c patch
339gnu/dist/postfix/global/mail_conf_str.c patch 339gnu/dist/postfix/global/mail_conf_str.c patch
340gnu/dist/postfix/global/mail_conf_time.c patch 340gnu/dist/postfix/global/mail_conf_time.c patch
341gnu/dist/postfix/global/mail_conf_time.ref patch 341gnu/dist/postfix/global/mail_conf_time.ref patch
342gnu/dist/postfix/global/mail_copy.c patch 342gnu/dist/postfix/global/mail_copy.c patch
343gnu/dist/postfix/global/mail_copy.h patch 343gnu/dist/postfix/global/mail_copy.h patch
344gnu/dist/postfix/global/mail_date.c patch 344gnu/dist/postfix/global/mail_date.c patch
345gnu/dist/postfix/global/mail_params.c patch 345gnu/dist/postfix/global/mail_params.c patch
346gnu/dist/postfix/global/mail_params.h patch 346gnu/dist/postfix/global/mail_params.h patch
347gnu/dist/postfix/global/mail_proto.h patch 347gnu/dist/postfix/global/mail_proto.h patch
348gnu/dist/postfix/global/mail_queue.c patch 348gnu/dist/postfix/global/mail_queue.c patch
349gnu/dist/postfix/global/mail_queue.h patch 349gnu/dist/postfix/global/mail_queue.h patch
350gnu/dist/postfix/global/mail_run.c patch 350gnu/dist/postfix/global/mail_run.c patch
351gnu/dist/postfix/global/mail_stream.c patch 351gnu/dist/postfix/global/mail_stream.c patch
352gnu/dist/postfix/global/mail_stream.h patch 352gnu/dist/postfix/global/mail_stream.h patch
353gnu/dist/postfix/global/mail_trigger.c patch 353gnu/dist/postfix/global/mail_trigger.c patch
354gnu/dist/postfix/global/mail_version.h patch 354gnu/dist/postfix/global/mail_version.h patch
355gnu/dist/postfix/global/maps.c patch 355gnu/dist/postfix/global/maps.c patch
356gnu/dist/postfix/global/mark_corrupt.c patch 356gnu/dist/postfix/global/mark_corrupt.c patch
357gnu/dist/postfix/global/match_parent_style.c patch 357gnu/dist/postfix/global/match_parent_style.c patch
358gnu/dist/postfix/global/mbox_conf.c patch 358gnu/dist/postfix/global/mbox_conf.c patch
359gnu/dist/postfix/global/mbox_open.c patch 359gnu/dist/postfix/global/mbox_open.c patch
360gnu/dist/postfix/global/mbox_open.h patch 360gnu/dist/postfix/global/mbox_open.h patch
361gnu/dist/postfix/global/mime_state.c patch 361gnu/dist/postfix/global/mime_state.c patch
362gnu/dist/postfix/global/mime_state.h patch 362gnu/dist/postfix/global/mime_state.h patch
363gnu/dist/postfix/global/msg_stats.h patch 363gnu/dist/postfix/global/msg_stats.h patch
364gnu/dist/postfix/global/msg_stats_print.c patch 364gnu/dist/postfix/global/msg_stats_print.c patch
365gnu/dist/postfix/global/msg_stats_scan.c patch 365gnu/dist/postfix/global/msg_stats_scan.c patch
366gnu/dist/postfix/global/mynetworks.c patch 366gnu/dist/postfix/global/mynetworks.c patch
367gnu/dist/postfix/global/mypwd.c patch 367gnu/dist/postfix/global/mypwd.c patch
368gnu/dist/postfix/global/namadr_list.c patch 368gnu/dist/postfix/global/namadr_list.c patch
369gnu/dist/postfix/global/off_cvt.c patch 369gnu/dist/postfix/global/off_cvt.c patch
370gnu/dist/postfix/global/own_inet_addr.c patch 370gnu/dist/postfix/global/own_inet_addr.c patch
371gnu/dist/postfix/global/pipe_command.c patch 371gnu/dist/postfix/global/pipe_command.c patch
372gnu/dist/postfix/global/pipe_command.h patch 372gnu/dist/postfix/global/pipe_command.h patch
373gnu/dist/postfix/global/post_mail.c patch 373gnu/dist/postfix/global/post_mail.c patch
374gnu/dist/postfix/global/post_mail.h patch 374gnu/dist/postfix/global/post_mail.h patch
375gnu/dist/postfix/global/qmgr_user.h patch 375gnu/dist/postfix/global/qmgr_user.h patch
376gnu/dist/postfix/global/quote_821_local.c patch 376gnu/dist/postfix/global/quote_821_local.c patch
377gnu/dist/postfix/global/quote_821_local.h patch 377gnu/dist/postfix/global/quote_821_local.h patch
378gnu/dist/postfix/global/quote_822_local.c patch 378gnu/dist/postfix/global/quote_822_local.c patch
379gnu/dist/postfix/global/rcpt_buf.c patch 379gnu/dist/postfix/global/rcpt_buf.c patch
380gnu/dist/postfix/global/rcpt_buf.h patch 380gnu/dist/postfix/global/rcpt_buf.h patch
381gnu/dist/postfix/global/rcpt_print.c patch 381gnu/dist/postfix/global/rcpt_print.c patch
382gnu/dist/postfix/global/rcpt_print.h patch 382gnu/dist/postfix/global/rcpt_print.h patch
383gnu/dist/postfix/global/rec2stream.c patch 383gnu/dist/postfix/global/rec2stream.c patch
384gnu/dist/postfix/global/rec_attr_map.c patch 384gnu/dist/postfix/global/rec_attr_map.c patch
385gnu/dist/postfix/global/rec_attr_map.h patch 385gnu/dist/postfix/global/rec_attr_map.h patch
386gnu/dist/postfix/global/rec_type.c patch 386gnu/dist/postfix/global/rec_type.c patch
387gnu/dist/postfix/global/rec_type.h patch 387gnu/dist/postfix/global/rec_type.h patch
388gnu/dist/postfix/global/recdump.c patch 388gnu/dist/postfix/global/recdump.c patch
389gnu/dist/postfix/global/recipient_list.c patch 389gnu/dist/postfix/global/recipient_list.c patch
390gnu/dist/postfix/global/recipient_list.h patch 390gnu/dist/postfix/global/recipient_list.h patch
391gnu/dist/postfix/global/record.c patch 391gnu/dist/postfix/global/record.c patch
392gnu/dist/postfix/global/record.h patch 392gnu/dist/postfix/global/record.h patch
393gnu/dist/postfix/global/resolve_clnt.c patch 393gnu/dist/postfix/global/resolve_clnt.c patch
394gnu/dist/postfix/global/resolve_clnt.h patch 394gnu/dist/postfix/global/resolve_clnt.h patch
395gnu/dist/postfix/global/resolve_clnt.ref patch 395gnu/dist/postfix/global/resolve_clnt.ref patch
396gnu/dist/postfix/global/resolve_local.c patch 396gnu/dist/postfix/global/resolve_local.c patch
397gnu/dist/postfix/global/rewrite_clnt.c patch 397gnu/dist/postfix/global/rewrite_clnt.c patch
398gnu/dist/postfix/global/rewrite_clnt.ref patch 398gnu/dist/postfix/global/rewrite_clnt.ref patch
399gnu/dist/postfix/global/scache.c patch 399gnu/dist/postfix/global/scache.c patch
400gnu/dist/postfix/global/scache.h patch 400gnu/dist/postfix/global/scache.h patch
401gnu/dist/postfix/global/scache_clnt.c patch 401gnu/dist/postfix/global/scache_clnt.c patch
402gnu/dist/postfix/global/sent.c patch 402gnu/dist/postfix/global/sent.c patch
403gnu/dist/postfix/global/sent.h patch 403gnu/dist/postfix/global/sent.h patch
404gnu/dist/postfix/global/smtp_stream.c patch 404gnu/dist/postfix/global/smtp_stream.c patch
405gnu/dist/postfix/global/smtp_stream.h patch 405gnu/dist/postfix/global/smtp_stream.h patch
406gnu/dist/postfix/global/stream2rec.c patch 406gnu/dist/postfix/global/stream2rec.c patch
407gnu/dist/postfix/global/string_list.c patch 407gnu/dist/postfix/global/string_list.c patch
408gnu/dist/postfix/global/sys_exits.c patch 408gnu/dist/postfix/global/sys_exits.c patch
409gnu/dist/postfix/global/sys_exits.h patch 409gnu/dist/postfix/global/sys_exits.h patch
410gnu/dist/postfix/global/tok822.h patch 410gnu/dist/postfix/global/tok822.h patch
411gnu/dist/postfix/global/tok822_parse.c patch 411gnu/dist/postfix/global/tok822_parse.c patch
412gnu/dist/postfix/global/tok822_resolve.c patch 412gnu/dist/postfix/global/tok822_resolve.c patch
413gnu/dist/postfix/global/trace.c patch 413gnu/dist/postfix/global/trace.c patch
414gnu/dist/postfix/global/trace.h patch 414gnu/dist/postfix/global/trace.h patch
415gnu/dist/postfix/global/user_acl.h patch 415gnu/dist/postfix/global/user_acl.h patch
416gnu/dist/postfix/global/verify.c patch 416gnu/dist/postfix/global/verify.c patch
417gnu/dist/postfix/global/verify.h patch 417gnu/dist/postfix/global/verify.h patch
418gnu/dist/postfix/global/verify_clnt.c patch 418gnu/dist/postfix/global/verify_clnt.c patch
419gnu/dist/postfix/global/verify_clnt.h patch 419gnu/dist/postfix/global/verify_clnt.h patch
420gnu/dist/postfix/global/verp_sender.c patch 420gnu/dist/postfix/global/verp_sender.c patch
421gnu/dist/postfix/global/xtext.c patch 421gnu/dist/postfix/global/xtext.c patch
422gnu/dist/postfix/html/ADDRESS_REWRITING_README.html patch 422gnu/dist/postfix/html/ADDRESS_REWRITING_README.html patch
423gnu/dist/postfix/html/ADDRESS_VERIFICATION_README.html patch 423gnu/dist/postfix/html/ADDRESS_VERIFICATION_README.html patch
424gnu/dist/postfix/html/BACKSCATTER_README.html patch 424gnu/dist/postfix/html/BACKSCATTER_README.html patch
425gnu/dist/postfix/html/CDB_README.html patch 425gnu/dist/postfix/html/CDB_README.html patch
426gnu/dist/postfix/html/CONNECTION_CACHE_README.html patch 426gnu/dist/postfix/html/CONNECTION_CACHE_README.html patch
427gnu/dist/postfix/html/CONTENT_INSPECTION_README.html patch 427gnu/dist/postfix/html/CONTENT_INSPECTION_README.html patch
428gnu/dist/postfix/html/DATABASE_README.html patch 428gnu/dist/postfix/html/DATABASE_README.html patch
429gnu/dist/postfix/html/DB_README.html patch 429gnu/dist/postfix/html/DB_README.html patch
430gnu/dist/postfix/html/DSN_README.html new file 430gnu/dist/postfix/html/DSN_README.html new file
431gnu/dist/postfix/html/DSN_README.html patch 431gnu/dist/postfix/html/DSN_README.html patch
432gnu/dist/postfix/html/FILTER_README.html patch 432gnu/dist/postfix/html/FILTER_README.html patch
433gnu/dist/postfix/html/INSTALL.html patch 433gnu/dist/postfix/html/INSTALL.html patch
434gnu/dist/postfix/html/IPV6_README.html patch 434gnu/dist/postfix/html/IPV6_README.html patch
435gnu/dist/postfix/html/LINUX_README.html patch 435gnu/dist/postfix/html/LINUX_README.html patch
436gnu/dist/postfix/html/MAILDROP_README.html patch 436gnu/dist/postfix/html/MAILDROP_README.html patch
437gnu/dist/postfix/html/MILTER_README.html new file 437gnu/dist/postfix/html/MILTER_README.html new file
438gnu/dist/postfix/html/MILTER_README.html patch 438gnu/dist/postfix/html/MILTER_README.html patch
439gnu/dist/postfix/html/Makefile.in patch 439gnu/dist/postfix/html/Makefile.in patch
440gnu/dist/postfix/html/OVERVIEW.html patch 440gnu/dist/postfix/html/OVERVIEW.html patch
441gnu/dist/postfix/html/PGSQL_README.html patch 441gnu/dist/postfix/html/PGSQL_README.html patch
442gnu/dist/postfix/html/RESTRICTION_CLASS_README.html patch 442gnu/dist/postfix/html/RESTRICTION_CLASS_README.html patch
443gnu/dist/postfix/html/SASL_README.html patch 443gnu/dist/postfix/html/SASL_README.html patch
444gnu/dist/postfix/html/SMTPD_ACCESS_README.html patch 444gnu/dist/postfix/html/SMTPD_ACCESS_README.html patch
445gnu/dist/postfix/html/SMTPD_POLICY_README.html patch 445gnu/dist/postfix/html/SMTPD_POLICY_README.html patch
446gnu/dist/postfix/html/SMTPD_PROXY_README.html patch 446gnu/dist/postfix/html/SMTPD_PROXY_README.html patch
447gnu/dist/postfix/html/STANDARD_CONFIGURATION_README.html patch 447gnu/dist/postfix/html/STANDARD_CONFIGURATION_README.html patch
448gnu/dist/postfix/html/TLS_README.html patch 448gnu/dist/postfix/html/TLS_README.html patch
449gnu/dist/postfix/html/VERP_README.html patch 449gnu/dist/postfix/html/VERP_README.html patch
450gnu/dist/postfix/html/XCLIENT_README.html patch 450gnu/dist/postfix/html/XCLIENT_README.html patch
451gnu/dist/postfix/html/XFORWARD_README.html patch 451gnu/dist/postfix/html/XFORWARD_README.html patch
452gnu/dist/postfix/html/access.5.html patch 452gnu/dist/postfix/html/access.5.html patch
453gnu/dist/postfix/html/aliases.5.html patch 453gnu/dist/postfix/html/aliases.5.html patch
454gnu/dist/postfix/html/anvil.8.html patch 454gnu/dist/postfix/html/anvil.8.html patch
455gnu/dist/postfix/html/bounce.5.html new file 455gnu/dist/postfix/html/bounce.5.html new file
456gnu/dist/postfix/html/bounce.5.html patch 456gnu/dist/postfix/html/bounce.5.html patch
457gnu/dist/postfix/html/bounce.8.html patch 457gnu/dist/postfix/html/bounce.8.html patch
458gnu/dist/postfix/html/canonical.5.html patch 458gnu/dist/postfix/html/canonical.5.html patch
459gnu/dist/postfix/html/cleanup.8.html patch 459gnu/dist/postfix/html/cleanup.8.html patch
460gnu/dist/postfix/html/defer.8.html patch 460gnu/dist/postfix/html/defer.8.html patch
461gnu/dist/postfix/html/discard.8.html patch 461gnu/dist/postfix/html/discard.8.html patch
462gnu/dist/postfix/html/error.8.html patch 462gnu/dist/postfix/html/error.8.html patch
463gnu/dist/postfix/html/flush.8.html patch 463gnu/dist/postfix/html/flush.8.html patch
464gnu/dist/postfix/html/generic.5.html patch 464gnu/dist/postfix/html/generic.5.html patch
465gnu/dist/postfix/html/header_checks.5.html patch 465gnu/dist/postfix/html/header_checks.5.html patch
466gnu/dist/postfix/html/index.html patch 466gnu/dist/postfix/html/index.html patch
467gnu/dist/postfix/html/ldap_table.5.html patch 467gnu/dist/postfix/html/ldap_table.5.html patch
468gnu/dist/postfix/html/lmtp.8.html patch 468gnu/dist/postfix/html/lmtp.8.html patch
469gnu/dist/postfix/html/local.8.html patch 469gnu/dist/postfix/html/local.8.html patch
470gnu/dist/postfix/html/mailq.1.html patch 470gnu/dist/postfix/html/mailq.1.html patch
471gnu/dist/postfix/html/master.5.html patch 471gnu/dist/postfix/html/master.5.html patch
472gnu/dist/postfix/html/master.8.html patch 472gnu/dist/postfix/html/master.8.html patch
473gnu/dist/postfix/html/newaliases.1.html patch 473gnu/dist/postfix/html/newaliases.1.html patch
474gnu/dist/postfix/html/oqmgr.8.html patch 474gnu/dist/postfix/html/oqmgr.8.html patch
475gnu/dist/postfix/html/pcre_table.5.html patch 475gnu/dist/postfix/html/pcre_table.5.html patch
476gnu/dist/postfix/html/pickup.8.html patch 476gnu/dist/postfix/html/pickup.8.html patch
477gnu/dist/postfix/html/pipe.8.html patch 477gnu/dist/postfix/html/pipe.8.html patch
478gnu/dist/postfix/html/postalias.1.html patch 478gnu/dist/postfix/html/postalias.1.html patch
479gnu/dist/postfix/html/postcat.1.html patch 479gnu/dist/postfix/html/postcat.1.html patch
480gnu/dist/postfix/html/postconf.1.html patch 480gnu/dist/postfix/html/postconf.1.html patch
481gnu/dist/postfix/html/postconf.5.html patch 481gnu/dist/postfix/html/postconf.5.html patch
482gnu/dist/postfix/html/postdrop.1.html patch 482gnu/dist/postfix/html/postdrop.1.html patch
483gnu/dist/postfix/html/postfix-manuals.html patch 483gnu/dist/postfix/html/postfix-manuals.html patch
484gnu/dist/postfix/html/postfix.1.html patch 484gnu/dist/postfix/html/postfix.1.html patch
485gnu/dist/postfix/html/postlock.1.html patch 485gnu/dist/postfix/html/postlock.1.html patch
486gnu/dist/postfix/html/postmap.1.html patch 486gnu/dist/postfix/html/postmap.1.html patch
487gnu/dist/postfix/html/postqueue.1.html patch 487gnu/dist/postfix/html/postqueue.1.html patch
488gnu/dist/postfix/html/postsuper.1.html patch 488gnu/dist/postfix/html/postsuper.1.html patch
489gnu/dist/postfix/html/proxymap.8.html patch 489gnu/dist/postfix/html/proxymap.8.html patch
490gnu/dist/postfix/html/qmgr.8.html patch 490gnu/dist/postfix/html/qmgr.8.html patch
491gnu/dist/postfix/html/qmqp-source.1.html patch 491gnu/dist/postfix/html/qmqp-source.1.html patch
492gnu/dist/postfix/html/qmqpd.8.html patch 492gnu/dist/postfix/html/qmqpd.8.html patch
493gnu/dist/postfix/html/qshape.1.html patch 493gnu/dist/postfix/html/qshape.1.html patch
494gnu/dist/postfix/html/regexp_table.5.html patch 494gnu/dist/postfix/html/regexp_table.5.html patch
495gnu/dist/postfix/html/relocated.5.html patch 495gnu/dist/postfix/html/relocated.5.html patch
496gnu/dist/postfix/html/scache.8.html patch 496gnu/dist/postfix/html/scache.8.html patch
497gnu/dist/postfix/html/sendmail.1.html patch 497gnu/dist/postfix/html/sendmail.1.html patch
498gnu/dist/postfix/html/showq.8.html patch 498gnu/dist/postfix/html/showq.8.html patch
499gnu/dist/postfix/html/smtp-sink.1.html patch 499gnu/dist/postfix/html/smtp-sink.1.html patch
500gnu/dist/postfix/html/smtp-source.1.html patch 500gnu/dist/postfix/html/smtp-source.1.html patch
501gnu/dist/postfix/html/smtp.8.html patch 501gnu/dist/postfix/html/smtp.8.html patch
502gnu/dist/postfix/html/smtpd.8.html patch 502gnu/dist/postfix/html/smtpd.8.html patch
503gnu/dist/postfix/html/spawn.8.html patch 503gnu/dist/postfix/html/spawn.8.html patch
504gnu/dist/postfix/html/tcp_table.5.html new file 504gnu/dist/postfix/html/tcp_table.5.html new file
505gnu/dist/postfix/html/tcp_table.5.html patch 505gnu/dist/postfix/html/tcp_table.5.html patch
506gnu/dist/postfix/html/tlsmgr.8.html patch 506gnu/dist/postfix/html/tlsmgr.8.html patch
507gnu/dist/postfix/html/trace.8.html patch 507gnu/dist/postfix/html/trace.8.html patch
508gnu/dist/postfix/html/transport.5.html patch 508gnu/dist/postfix/html/transport.5.html patch
509gnu/dist/postfix/html/trivial-rewrite.8.html patch 509gnu/dist/postfix/html/trivial-rewrite.8.html patch
510gnu/dist/postfix/html/verify.8.html patch 510gnu/dist/postfix/html/verify.8.html patch
511gnu/dist/postfix/html/virtual.5.html patch 511gnu/dist/postfix/html/virtual.5.html patch
512gnu/dist/postfix/html/virtual.8.html patch 512gnu/dist/postfix/html/virtual.8.html patch
513gnu/dist/postfix/implementation-notes/DSN new file 513gnu/dist/postfix/implementation-notes/DSN new file
514gnu/dist/postfix/implementation-notes/DSN patch 514gnu/dist/postfix/implementation-notes/DSN patch
515gnu/dist/postfix/implementation-notes/ENHANCED_STATUS_CODES new file 515gnu/dist/postfix/implementation-notes/ENHANCED_STATUS_CODES new file
516gnu/dist/postfix/implementation-notes/ENHANCED_STATUS_CODES patch 516gnu/dist/postfix/implementation-notes/ENHANCED_STATUS_CODES patch
517gnu/dist/postfix/lmtp/Makefile.in patch 517gnu/dist/postfix/lmtp/Makefile.in patch
518gnu/dist/postfix/lmtp/lmtp.c patch 518gnu/dist/postfix/lmtp/lmtp.c patch
519gnu/dist/postfix/lmtp/lmtp.h patch 519gnu/dist/postfix/lmtp/lmtp.h patch
520gnu/dist/postfix/lmtp/lmtp_addr.c patch 520gnu/dist/postfix/lmtp/lmtp_addr.c patch
521gnu/dist/postfix/lmtp/lmtp_addr.h patch 521gnu/dist/postfix/lmtp/lmtp_addr.h patch
522gnu/dist/postfix/lmtp/lmtp_chat.c patch 522gnu/dist/postfix/lmtp/lmtp_chat.c patch
523gnu/dist/postfix/lmtp/lmtp_connect.c patch 523gnu/dist/postfix/lmtp/lmtp_connect.c patch
524gnu/dist/postfix/lmtp/lmtp_proto.c patch 524gnu/dist/postfix/lmtp/lmtp_proto.c patch
525gnu/dist/postfix/lmtp/lmtp_sasl.h patch 525gnu/dist/postfix/lmtp/lmtp_sasl.h patch
526gnu/dist/postfix/lmtp/lmtp_sasl_glue.c patch 526gnu/dist/postfix/lmtp/lmtp_sasl_glue.c patch
527gnu/dist/postfix/lmtp/lmtp_sasl_proto.c patch 527gnu/dist/postfix/lmtp/lmtp_sasl_proto.c patch
528gnu/dist/postfix/lmtp/lmtp_session.c patch 528gnu/dist/postfix/lmtp/lmtp_session.c patch
529gnu/dist/postfix/lmtp/lmtp_state.c patch 529gnu/dist/postfix/lmtp/lmtp_state.c patch
530gnu/dist/postfix/lmtp/lmtp_trouble.c patch 530gnu/dist/postfix/lmtp/lmtp_trouble.c patch
531gnu/dist/postfix/local/Makefile.in patch 531gnu/dist/postfix/local/Makefile.in patch
532gnu/dist/postfix/local/alias.c patch 532gnu/dist/postfix/local/alias.c patch
533gnu/dist/postfix/local/biff_notify.c patch 533gnu/dist/postfix/local/biff_notify.c patch
534gnu/dist/postfix/local/biff_notify.h patch 534gnu/dist/postfix/local/biff_notify.h patch
535gnu/dist/postfix/local/command.c patch 535gnu/dist/postfix/local/command.c patch
536gnu/dist/postfix/local/deliver_attr.c patch 536gnu/dist/postfix/local/deliver_attr.c patch
537gnu/dist/postfix/local/delivered.c patch 537gnu/dist/postfix/local/delivered.c patch
538gnu/dist/postfix/local/dotforward.c patch 538gnu/dist/postfix/local/dotforward.c patch
539gnu/dist/postfix/local/file.c patch 539gnu/dist/postfix/local/file.c patch
540gnu/dist/postfix/local/forward.c patch 540gnu/dist/postfix/local/forward.c patch
541gnu/dist/postfix/local/include.c patch 541gnu/dist/postfix/local/include.c patch
542gnu/dist/postfix/local/indirect.c patch 542gnu/dist/postfix/local/indirect.c patch
543gnu/dist/postfix/local/local.c patch 543gnu/dist/postfix/local/local.c patch
544gnu/dist/postfix/local/local.h patch 544gnu/dist/postfix/local/local.h patch
545gnu/dist/postfix/local/local_expand.c patch 545gnu/dist/postfix/local/local_expand.c patch
546gnu/dist/postfix/local/mailbox.c patch 546gnu/dist/postfix/local/mailbox.c patch
547gnu/dist/postfix/local/maildir.c patch 547gnu/dist/postfix/local/maildir.c patch
548gnu/dist/postfix/local/recipient.c patch 548gnu/dist/postfix/local/recipient.c patch
549gnu/dist/postfix/local/resolve.c patch 549gnu/dist/postfix/local/resolve.c patch
550gnu/dist/postfix/local/token.c patch 550gnu/dist/postfix/local/token.c patch
551gnu/dist/postfix/local/unknown.c patch 551gnu/dist/postfix/local/unknown.c patch
552gnu/dist/postfix/makedefs patch 552gnu/dist/postfix/makedefs patch
553gnu/dist/postfix/man/Makefile.in patch 553gnu/dist/postfix/man/Makefile.in patch
554gnu/dist/postfix/man/man1/postalias.1 patch 554gnu/dist/postfix/man/man1/postalias.1 patch
555gnu/dist/postfix/man/man1/postconf.1 patch 555gnu/dist/postfix/man/man1/postconf.1 patch
556gnu/dist/postfix/man/man1/postdrop.1 patch 556gnu/dist/postfix/man/man1/postdrop.1 patch
557gnu/dist/postfix/man/man1/postfix.1 patch 557gnu/dist/postfix/man/man1/postfix.1 patch
558gnu/dist/postfix/man/man1/postmap.1 patch 558gnu/dist/postfix/man/man1/postmap.1 patch
559gnu/dist/postfix/man/man1/postqueue.1 patch 559gnu/dist/postfix/man/man1/postqueue.1 patch
560gnu/dist/postfix/man/man1/postsuper.1 patch 560gnu/dist/postfix/man/man1/postsuper.1 patch
561gnu/dist/postfix/man/man1/qmqp-source.1 patch 561gnu/dist/postfix/man/man1/qmqp-source.1 patch
562gnu/dist/postfix/man/man1/qshape.1 patch 562gnu/dist/postfix/man/man1/qshape.1 patch
563gnu/dist/postfix/man/man1/sendmail.1 patch 563gnu/dist/postfix/man/man1/sendmail.1 patch
564gnu/dist/postfix/man/man1/smtp-sink.1 patch 564gnu/dist/postfix/man/man1/smtp-sink.1 patch
565gnu/dist/postfix/man/man1/smtp-source.1 patch 565gnu/dist/postfix/man/man1/smtp-source.1 patch
566gnu/dist/postfix/man/man5/access.5 patch 566gnu/dist/postfix/man/man5/access.5 patch
567gnu/dist/postfix/man/man5/aliases.5 patch 567gnu/dist/postfix/man/man5/aliases.5 patch
568gnu/dist/postfix/man/man5/bounce.5 new file 568gnu/dist/postfix/man/man5/bounce.5 new file
569gnu/dist/postfix/man/man5/bounce.5 patch 569gnu/dist/postfix/man/man5/bounce.5 patch
570gnu/dist/postfix/man/man5/canonical.5 patch 570gnu/dist/postfix/man/man5/canonical.5 patch
571gnu/dist/postfix/man/man5/generic.5 patch 571gnu/dist/postfix/man/man5/generic.5 patch
572gnu/dist/postfix/man/man5/header_checks.5 patch 572gnu/dist/postfix/man/man5/header_checks.5 patch
573gnu/dist/postfix/man/man5/ldap_table.5 patch 573gnu/dist/postfix/man/man5/ldap_table.5 patch
574gnu/dist/postfix/man/man5/master.5 patch 574gnu/dist/postfix/man/man5/master.5 patch
575gnu/dist/postfix/man/man5/pcre_table.5 patch 575gnu/dist/postfix/man/man5/pcre_table.5 patch
576gnu/dist/postfix/man/man5/postconf.5 patch 576gnu/dist/postfix/man/man5/postconf.5 patch
577gnu/dist/postfix/man/man5/regexp_table.5 patch 577gnu/dist/postfix/man/man5/regexp_table.5 patch
578gnu/dist/postfix/man/man5/relocated.5 patch 578gnu/dist/postfix/man/man5/relocated.5 patch
579gnu/dist/postfix/man/man5/tcp_table.5 new file 579gnu/dist/postfix/man/man5/tcp_table.5 new file
580gnu/dist/postfix/man/man5/tcp_table.5 patch 580gnu/dist/postfix/man/man5/tcp_table.5 patch
581gnu/dist/postfix/man/man5/transport.5 patch 581gnu/dist/postfix/man/man5/transport.5 patch
582gnu/dist/postfix/man/man5/virtual.5 patch 582gnu/dist/postfix/man/man5/virtual.5 patch
583gnu/dist/postfix/man/man8/anvil.8 patch 583gnu/dist/postfix/man/man8/anvil.8 patch
584gnu/dist/postfix/man/man8/bounce.8 patch 584gnu/dist/postfix/man/man8/bounce.8 patch
585gnu/dist/postfix/man/man8/cleanup.8 patch 585gnu/dist/postfix/man/man8/cleanup.8 patch
586gnu/dist/postfix/man/man8/discard.8 patch 586gnu/dist/postfix/man/man8/discard.8 patch
587gnu/dist/postfix/man/man8/error.8 patch 587gnu/dist/postfix/man/man8/error.8 patch
588gnu/dist/postfix/man/man8/lmtp.8 patch 588gnu/dist/postfix/man/man8/lmtp.8 patch
589gnu/dist/postfix/man/man8/local.8 patch 589gnu/dist/postfix/man/man8/local.8 patch
590gnu/dist/postfix/man/man8/master.8 patch 590gnu/dist/postfix/man/man8/master.8 patch
591gnu/dist/postfix/man/man8/oqmgr.8 patch 591gnu/dist/postfix/man/man8/oqmgr.8 patch
592gnu/dist/postfix/man/man8/pipe.8 patch 592gnu/dist/postfix/man/man8/pipe.8 patch
593gnu/dist/postfix/man/man8/qmgr.8 patch 593gnu/dist/postfix/man/man8/qmgr.8 patch
594gnu/dist/postfix/man/man8/smtp.8 patch 594gnu/dist/postfix/man/man8/smtp.8 patch
595gnu/dist/postfix/man/man8/smtpd.8 patch 595gnu/dist/postfix/man/man8/smtpd.8 patch
596gnu/dist/postfix/man/man8/tlsmgr.8 patch 596gnu/dist/postfix/man/man8/tlsmgr.8 patch
597gnu/dist/postfix/man/man8/trivial-rewrite.8 patch 597gnu/dist/postfix/man/man8/trivial-rewrite.8 patch
598gnu/dist/postfix/man/man8/virtual.8 patch 598gnu/dist/postfix/man/man8/virtual.8 patch
599gnu/dist/postfix/mantools/dehtml new file 599gnu/dist/postfix/mantools/dehtml new file
600gnu/dist/postfix/mantools/dehtml patch 600gnu/dist/postfix/mantools/dehtml patch
601gnu/dist/postfix/mantools/postconf2man patch 601gnu/dist/postfix/mantools/postconf2man patch
602gnu/dist/postfix/mantools/postlink patch 602gnu/dist/postfix/mantools/postlink patch
603gnu/dist/postfix/mantools/srctoman patch 603gnu/dist/postfix/mantools/srctoman patch
604gnu/dist/postfix/mantools/xpostdef patch 604gnu/dist/postfix/mantools/xpostdef patch
605gnu/dist/postfix/master/Makefile.in patch 605gnu/dist/postfix/master/Makefile.in patch
606gnu/dist/postfix/master/mail_flow.c patch 606gnu/dist/postfix/master/mail_flow.c patch
607gnu/dist/postfix/master/mail_flow.h patch 607gnu/dist/postfix/master/mail_flow.h patch
608gnu/dist/postfix/master/master.c patch 608gnu/dist/postfix/master/master.c patch
609gnu/dist/postfix/master/master.h patch 609gnu/dist/postfix/master/master.h patch
610gnu/dist/postfix/master/master_avail.c patch 610gnu/dist/postfix/master/master_avail.c patch
611gnu/dist/postfix/master/master_conf.c patch 611gnu/dist/postfix/master/master_conf.c patch
612gnu/dist/postfix/master/master_ent.c patch 612gnu/dist/postfix/master/master_ent.c patch
613gnu/dist/postfix/master/master_flow.c patch 613gnu/dist/postfix/master/master_flow.c patch
614gnu/dist/postfix/master/master_listen.c patch 614gnu/dist/postfix/master/master_listen.c patch
615gnu/dist/postfix/master/master_proto.c patch 615gnu/dist/postfix/master/master_proto.c patch
616gnu/dist/postfix/master/master_sig.c patch 616gnu/dist/postfix/master/master_sig.c patch
617gnu/dist/postfix/master/master_spawn.c patch 617gnu/dist/postfix/master/master_spawn.c patch
618gnu/dist/postfix/master/master_status.c patch 618gnu/dist/postfix/master/master_status.c patch
619gnu/dist/postfix/master/master_wakeup.c patch 619gnu/dist/postfix/master/master_wakeup.c patch
620gnu/dist/postfix/master/multi_server.c patch 620gnu/dist/postfix/master/multi_server.c patch
621gnu/dist/postfix/master/single_server.c patch 621gnu/dist/postfix/master/single_server.c patch
622gnu/dist/postfix/master/trigger_server.c patch 622gnu/dist/postfix/master/trigger_server.c patch
623gnu/dist/postfix/milter/Makefile.in patch 623gnu/dist/postfix/milter/Makefile.in patch
624gnu/dist/postfix/milter/milter.c patch 624gnu/dist/postfix/milter/milter.c patch
625gnu/dist/postfix/milter/milter.h patch 625gnu/dist/postfix/milter/milter.h patch
626gnu/dist/postfix/milter/milter8.c patch 626gnu/dist/postfix/milter/milter8.c patch
627gnu/dist/postfix/milter/test-list patch 627gnu/dist/postfix/milter/test-list patch
628gnu/dist/postfix/milter/test-milter.c patch 628gnu/dist/postfix/milter/test-milter.c patch
629gnu/dist/postfix/oqmgr/Makefile.in patch 629gnu/dist/postfix/oqmgr/Makefile.in patch
630gnu/dist/postfix/oqmgr/qmgr.c patch 630gnu/dist/postfix/oqmgr/qmgr.c patch
631gnu/dist/postfix/oqmgr/qmgr.h patch 631gnu/dist/postfix/oqmgr/qmgr.h patch
632gnu/dist/postfix/oqmgr/qmgr_active.c patch 632gnu/dist/postfix/oqmgr/qmgr_active.c patch
633gnu/dist/postfix/oqmgr/qmgr_bounce.c patch 633gnu/dist/postfix/oqmgr/qmgr_bounce.c patch
634gnu/dist/postfix/oqmgr/qmgr_defer.c patch 634gnu/dist/postfix/oqmgr/qmgr_defer.c patch
635gnu/dist/postfix/oqmgr/qmgr_deliver.c patch 635gnu/dist/postfix/oqmgr/qmgr_deliver.c patch
636gnu/dist/postfix/oqmgr/qmgr_entry.c patch 636gnu/dist/postfix/oqmgr/qmgr_entry.c patch
637gnu/dist/postfix/oqmgr/qmgr_message.c patch 637gnu/dist/postfix/oqmgr/qmgr_message.c patch
638gnu/dist/postfix/oqmgr/qmgr_move.c patch 638gnu/dist/postfix/oqmgr/qmgr_move.c patch
639gnu/dist/postfix/oqmgr/qmgr_queue.c patch 639gnu/dist/postfix/oqmgr/qmgr_queue.c patch
640gnu/dist/postfix/oqmgr/qmgr_scan.c patch 640gnu/dist/postfix/oqmgr/qmgr_scan.c patch
641gnu/dist/postfix/oqmgr/qmgr_transport.c patch 641gnu/dist/postfix/oqmgr/qmgr_transport.c patch
642gnu/dist/postfix/pflogsumm-conn-delays-dsn-patch new file 642gnu/dist/postfix/pflogsumm-conn-delays-dsn-patch new file
643gnu/dist/postfix/pflogsumm-conn-delays-dsn-patch patch 643gnu/dist/postfix/pflogsumm-conn-delays-dsn-patch patch
644gnu/dist/postfix/pickup/Makefile.in patch 644gnu/dist/postfix/pickup/Makefile.in patch
645gnu/dist/postfix/pickup/pickup.c patch 645gnu/dist/postfix/pickup/pickup.c patch
646gnu/dist/postfix/pipe/Makefile.in patch 646gnu/dist/postfix/pipe/Makefile.in patch
647gnu/dist/postfix/pipe/pipe.c patch 647gnu/dist/postfix/pipe/pipe.c patch
648gnu/dist/postfix/postalias/Makefile.in patch 648gnu/dist/postfix/postalias/Makefile.in patch
649gnu/dist/postfix/postalias/map-ABC1.ref patch 649gnu/dist/postfix/postalias/map-ABC1.ref patch
650gnu/dist/postfix/postalias/map-ABC2.ref patch 650gnu/dist/postfix/postalias/map-ABC2.ref patch
651gnu/dist/postfix/postalias/postalias.c patch 651gnu/dist/postfix/postalias/postalias.c patch
652gnu/dist/postfix/postcat/Makefile.in patch 652gnu/dist/postfix/postcat/Makefile.in patch
653gnu/dist/postfix/postcat/postcat.c patch 653gnu/dist/postfix/postcat/postcat.c patch
654gnu/dist/postfix/postconf/Makefile.in patch 654gnu/dist/postfix/postconf/Makefile.in patch
655gnu/dist/postfix/postconf/extract.awk patch 655gnu/dist/postfix/postconf/extract.awk patch
656gnu/dist/postfix/postconf/postconf.c patch 656gnu/dist/postfix/postconf/postconf.c patch
657gnu/dist/postfix/postdrop/Makefile.in patch 657gnu/dist/postfix/postdrop/Makefile.in patch
658gnu/dist/postfix/postdrop/postdrop.c patch 658gnu/dist/postfix/postdrop/postdrop.c patch
659gnu/dist/postfix/postfix-install patch 659gnu/dist/postfix/postfix-install patch
660gnu/dist/postfix/postfix/Makefile.in patch 660gnu/dist/postfix/postfix/Makefile.in patch
661gnu/dist/postfix/postfix/postfix.c patch 661gnu/dist/postfix/postfix/postfix.c patch
662gnu/dist/postfix/postkick/Makefile.in patch 662gnu/dist/postfix/postkick/Makefile.in patch
663gnu/dist/postfix/postlock/Makefile.in patch 663gnu/dist/postfix/postlock/Makefile.in patch
664gnu/dist/postfix/postlock/postlock.c patch 664gnu/dist/postfix/postlock/postlock.c patch
665gnu/dist/postfix/postlog/Makefile.in patch 665gnu/dist/postfix/postlog/Makefile.in patch
666gnu/dist/postfix/postlog/postlog.c patch 666gnu/dist/postfix/postlog/postlog.c patch
667gnu/dist/postfix/postmap/Makefile.in patch 667gnu/dist/postfix/postmap/Makefile.in patch
668gnu/dist/postfix/postmap/map-ABC1.ref patch 668gnu/dist/postfix/postmap/map-ABC1.ref patch
669gnu/dist/postfix/postmap/map-ABC2.ref patch 669gnu/dist/postfix/postmap/map-ABC2.ref patch
670gnu/dist/postfix/postmap/postmap.c patch 670gnu/dist/postfix/postmap/postmap.c patch
671gnu/dist/postfix/postqueue/Makefile.in patch 671gnu/dist/postfix/postqueue/Makefile.in patch
672gnu/dist/postfix/postqueue/postqueue.c patch 672gnu/dist/postfix/postqueue/postqueue.c patch
673gnu/dist/postfix/postsuper/Makefile.in patch 673gnu/dist/postfix/postsuper/Makefile.in patch
674gnu/dist/postfix/postsuper/postsuper.c patch 674gnu/dist/postfix/postsuper/postsuper.c patch
675gnu/dist/postfix/proto/ADDRESS_REWRITING_README.html patch 675gnu/dist/postfix/proto/ADDRESS_REWRITING_README.html patch
676gnu/dist/postfix/proto/ADDRESS_VERIFICATION_README.html patch 676gnu/dist/postfix/proto/ADDRESS_VERIFICATION_README.html patch
677gnu/dist/postfix/proto/BACKSCATTER_README.html patch 677gnu/dist/postfix/proto/BACKSCATTER_README.html patch
678gnu/dist/postfix/proto/CDB_README.html patch 678gnu/dist/postfix/proto/CDB_README.html patch
679gnu/dist/postfix/proto/CONNECTION_CACHE_README.html patch 679gnu/dist/postfix/proto/CONNECTION_CACHE_README.html patch
680gnu/dist/postfix/proto/CONTENT_INSPECTION_README.html patch 680gnu/dist/postfix/proto/CONTENT_INSPECTION_README.html patch
681gnu/dist/postfix/proto/DB_README.html patch 681gnu/dist/postfix/proto/DB_README.html patch
682gnu/dist/postfix/proto/DSN_README.html new file 682gnu/dist/postfix/proto/DSN_README.html new file
683gnu/dist/postfix/proto/DSN_README.html patch 683gnu/dist/postfix/proto/DSN_README.html patch
684gnu/dist/postfix/proto/FILTER_README.html patch 684gnu/dist/postfix/proto/FILTER_README.html patch
685gnu/dist/postfix/proto/INSTALL.html patch 685gnu/dist/postfix/proto/INSTALL.html patch
686gnu/dist/postfix/proto/IPV6_README.html patch 686gnu/dist/postfix/proto/IPV6_README.html patch
687gnu/dist/postfix/proto/LINUX_README.html patch 687gnu/dist/postfix/proto/LINUX_README.html patch
688gnu/dist/postfix/proto/MAILDROP_README.html patch 688gnu/dist/postfix/proto/MAILDROP_README.html patch
689gnu/dist/postfix/proto/MILTER_README.html new file 689gnu/dist/postfix/proto/MILTER_README.html new file
690gnu/dist/postfix/proto/MILTER_README.html patch 690gnu/dist/postfix/proto/MILTER_README.html patch
691gnu/dist/postfix/proto/Makefile.in patch 691gnu/dist/postfix/proto/Makefile.in patch
692gnu/dist/postfix/proto/PGSQL_README.html patch 692gnu/dist/postfix/proto/PGSQL_README.html patch
693gnu/dist/postfix/proto/RESTRICTION_CLASS_README.html patch 693gnu/dist/postfix/proto/RESTRICTION_CLASS_README.html patch
694gnu/dist/postfix/proto/SASL_README.html patch 694gnu/dist/postfix/proto/SASL_README.html patch
695gnu/dist/postfix/proto/SMTPD_ACCESS_README.html patch 695gnu/dist/postfix/proto/SMTPD_ACCESS_README.html patch
696gnu/dist/postfix/proto/SMTPD_POLICY_README.html patch 696gnu/dist/postfix/proto/SMTPD_POLICY_README.html patch
697gnu/dist/postfix/proto/SMTPD_PROXY_README.html patch 697gnu/dist/postfix/proto/SMTPD_PROXY_README.html patch
698gnu/dist/postfix/proto/STANDARD_CONFIGURATION_README.html patch 698gnu/dist/postfix/proto/STANDARD_CONFIGURATION_README.html patch
699gnu/dist/postfix/proto/TLS_README.html patch 699gnu/dist/postfix/proto/TLS_README.html patch
700gnu/dist/postfix/proto/VERP_README.html patch 700gnu/dist/postfix/proto/VERP_README.html patch
701gnu/dist/postfix/proto/XCLIENT_README.html patch 701gnu/dist/postfix/proto/XCLIENT_README.html patch
702gnu/dist/postfix/proto/XFORWARD_README.html patch 702gnu/dist/postfix/proto/XFORWARD_README.html patch
703gnu/dist/postfix/proto/access patch 703gnu/dist/postfix/proto/access patch
704gnu/dist/postfix/proto/aliases patch 704gnu/dist/postfix/proto/aliases patch
705gnu/dist/postfix/proto/bounce new file 705gnu/dist/postfix/proto/bounce new file
706gnu/dist/postfix/proto/bounce patch 706gnu/dist/postfix/proto/bounce patch
707gnu/dist/postfix/proto/canonical patch 707gnu/dist/postfix/proto/canonical patch
708gnu/dist/postfix/proto/generic patch 708gnu/dist/postfix/proto/generic patch
709gnu/dist/postfix/proto/header_checks patch 709gnu/dist/postfix/proto/header_checks patch
710gnu/dist/postfix/proto/ldap_table patch 710gnu/dist/postfix/proto/ldap_table patch
711gnu/dist/postfix/proto/master patch 711gnu/dist/postfix/proto/master patch
712gnu/dist/postfix/proto/pcre_table patch 712gnu/dist/postfix/proto/pcre_table patch
713gnu/dist/postfix/proto/postconf.proto patch 713gnu/dist/postfix/proto/postconf.proto patch
714gnu/dist/postfix/proto/regexp_table patch 714gnu/dist/postfix/proto/regexp_table patch
715gnu/dist/postfix/proto/relocated patch 715gnu/dist/postfix/proto/relocated patch
716gnu/dist/postfix/proto/stop patch 716gnu/dist/postfix/proto/stop patch
717gnu/dist/postfix/proto/tcp_table new file 717gnu/dist/postfix/proto/tcp_table new file
718gnu/dist/postfix/proto/tcp_table patch 718gnu/dist/postfix/proto/tcp_table patch
719gnu/dist/postfix/proto/transport patch 719gnu/dist/postfix/proto/transport patch
720gnu/dist/postfix/proto/virtual patch 720gnu/dist/postfix/proto/virtual patch
721gnu/dist/postfix/proxymap/Makefile.in patch 721gnu/dist/postfix/proxymap/Makefile.in patch
722gnu/dist/postfix/proxymap/proxymap.c patch 722gnu/dist/postfix/proxymap/proxymap.c patch
723gnu/dist/postfix/qmgr/Makefile.in patch 723gnu/dist/postfix/qmgr/Makefile.in patch
724gnu/dist/postfix/qmgr/qmgr.c patch 724gnu/dist/postfix/qmgr/qmgr.c patch
725gnu/dist/postfix/qmgr/qmgr.h patch 725gnu/dist/postfix/qmgr/qmgr.h patch
726gnu/dist/postfix/qmgr/qmgr_active.c patch 726gnu/dist/postfix/qmgr/qmgr_active.c patch
727gnu/dist/postfix/qmgr/qmgr_bounce.c patch 727gnu/dist/postfix/qmgr/qmgr_bounce.c patch
728gnu/dist/postfix/qmgr/qmgr_defer.c patch 728gnu/dist/postfix/qmgr/qmgr_defer.c patch
729gnu/dist/postfix/qmgr/qmgr_deliver.c patch 729gnu/dist/postfix/qmgr/qmgr_deliver.c patch
730gnu/dist/postfix/qmgr/qmgr_entry.c patch 730gnu/dist/postfix/qmgr/qmgr_entry.c patch
731gnu/dist/postfix/qmgr/qmgr_job.c patch 731gnu/dist/postfix/qmgr/qmgr_job.c patch
732gnu/dist/postfix/qmgr/qmgr_message.c patch 732gnu/dist/postfix/qmgr/qmgr_message.c patch
733gnu/dist/postfix/qmgr/qmgr_move.c patch 733gnu/dist/postfix/qmgr/qmgr_move.c patch
734gnu/dist/postfix/qmgr/qmgr_peer.c patch 734gnu/dist/postfix/qmgr/qmgr_peer.c patch
735gnu/dist/postfix/qmgr/qmgr_queue.c patch 735gnu/dist/postfix/qmgr/qmgr_queue.c patch
736gnu/dist/postfix/qmgr/qmgr_scan.c patch 736gnu/dist/postfix/qmgr/qmgr_scan.c patch
737gnu/dist/postfix/qmgr/qmgr_transport.c patch 737gnu/dist/postfix/qmgr/qmgr_transport.c patch
738gnu/dist/postfix/qmqpd/Makefile.in patch 738gnu/dist/postfix/qmqpd/Makefile.in patch
739gnu/dist/postfix/qmqpd/qmqpd.c patch 739gnu/dist/postfix/qmqpd/qmqpd.c patch
740gnu/dist/postfix/qmqpd/qmqpd.h patch 740gnu/dist/postfix/qmqpd/qmqpd.h patch
741gnu/dist/postfix/qmqpd/qmqpd_peer.c patch 741gnu/dist/postfix/qmqpd/qmqpd_peer.c patch
742gnu/dist/postfix/qmqpd/qmqpd_state.c patch 742gnu/dist/postfix/qmqpd/qmqpd_state.c patch
743gnu/dist/postfix/scache/Makefile.in patch 743gnu/dist/postfix/scache/Makefile.in patch
744gnu/dist/postfix/scache/scache.c patch 744gnu/dist/postfix/scache/scache.c patch
745gnu/dist/postfix/sendmail/Makefile.in patch 745gnu/dist/postfix/sendmail/Makefile.in patch
746gnu/dist/postfix/sendmail/sendmail.c patch 746gnu/dist/postfix/sendmail/sendmail.c patch
747gnu/dist/postfix/showq/Makefile.in patch 747gnu/dist/postfix/showq/Makefile.in patch
748gnu/dist/postfix/showq/showq.c patch 748gnu/dist/postfix/showq/showq.c patch
749gnu/dist/postfix/smtp/Makefile.in patch 749gnu/dist/postfix/smtp/Makefile.in patch
750gnu/dist/postfix/smtp/legacy.c patch 750gnu/dist/postfix/smtp/legacy.c patch
751gnu/dist/postfix/smtp/levels.c patch 751gnu/dist/postfix/smtp/levels.c patch
752gnu/dist/postfix/smtp/lmtp_params.c patch 752gnu/dist/postfix/smtp/lmtp_params.c patch
753gnu/dist/postfix/smtp/smtp-only patch 753gnu/dist/postfix/smtp/smtp-only patch
754gnu/dist/postfix/smtp/smtp.c patch 754gnu/dist/postfix/smtp/smtp.c patch
755gnu/dist/postfix/smtp/smtp.h patch 755gnu/dist/postfix/smtp/smtp.h patch
756gnu/dist/postfix/smtp/smtp_addr.c patch 756gnu/dist/postfix/smtp/smtp_addr.c patch
757gnu/dist/postfix/smtp/smtp_addr.h patch 757gnu/dist/postfix/smtp/smtp_addr.h patch
758gnu/dist/postfix/smtp/smtp_chat.c patch 758gnu/dist/postfix/smtp/smtp_chat.c patch
759gnu/dist/postfix/smtp/smtp_connect.c patch 759gnu/dist/postfix/smtp/smtp_connect.c patch
760gnu/dist/postfix/smtp/smtp_map11.c patch 760gnu/dist/postfix/smtp/smtp_map11.c patch
761gnu/dist/postfix/smtp/smtp_map11.ref patch 761gnu/dist/postfix/smtp/smtp_map11.ref patch
762gnu/dist/postfix/smtp/smtp_params.c patch 762gnu/dist/postfix/smtp/smtp_params.c patch
763gnu/dist/postfix/smtp/smtp_proto.c patch 763gnu/dist/postfix/smtp/smtp_proto.c patch
764gnu/dist/postfix/smtp/smtp_rcpt.c patch 764gnu/dist/postfix/smtp/smtp_rcpt.c patch
765gnu/dist/postfix/smtp/smtp_reuse.c patch 765gnu/dist/postfix/smtp/smtp_reuse.c patch
766gnu/dist/postfix/smtp/smtp_reuse.h patch 766gnu/dist/postfix/smtp/smtp_reuse.h patch
767gnu/dist/postfix/smtp/smtp_sasl.h patch 767gnu/dist/postfix/smtp/smtp_sasl.h patch
768gnu/dist/postfix/smtp/smtp_sasl_glue.c patch 768gnu/dist/postfix/smtp/smtp_sasl_glue.c patch
769gnu/dist/postfix/smtp/smtp_sasl_proto.c patch 769gnu/dist/postfix/smtp/smtp_sasl_proto.c patch
770gnu/dist/postfix/smtp/smtp_session.c patch 770gnu/dist/postfix/smtp/smtp_session.c patch
771gnu/dist/postfix/smtp/smtp_state.c patch 771gnu/dist/postfix/smtp/smtp_state.c patch
772gnu/dist/postfix/smtp/smtp_trouble.c patch 772gnu/dist/postfix/smtp/smtp_trouble.c patch
773gnu/dist/postfix/smtp/smtp_unalias.c patch 773gnu/dist/postfix/smtp/smtp_unalias.c patch
774gnu/dist/postfix/smtp/tls_policy.in patch 774gnu/dist/postfix/smtp/tls_policy.in patch
775gnu/dist/postfix/smtp/tls_policy.ref patch 775gnu/dist/postfix/smtp/tls_policy.ref patch
776gnu/dist/postfix/smtpd/Makefile.in patch 776gnu/dist/postfix/smtpd/Makefile.in patch
777gnu/dist/postfix/smtpd/smtpd.c patch 777gnu/dist/postfix/smtpd/smtpd.c patch
778gnu/dist/postfix/smtpd/smtpd.h patch 778gnu/dist/postfix/smtpd/smtpd.h patch
779gnu/dist/postfix/smtpd/smtpd_acl.ref patch 779gnu/dist/postfix/smtpd/smtpd_acl.ref patch
780gnu/dist/postfix/smtpd/smtpd_chat.c patch 780gnu/dist/postfix/smtpd/smtpd_chat.c patch
781gnu/dist/postfix/smtpd/smtpd_chat.h patch 781gnu/dist/postfix/smtpd/smtpd_chat.h patch
782gnu/dist/postfix/smtpd/smtpd_check.c patch 782gnu/dist/postfix/smtpd/smtpd_check.c patch
783gnu/dist/postfix/smtpd/smtpd_check.h patch 783gnu/dist/postfix/smtpd/smtpd_check.h patch
784gnu/dist/postfix/smtpd/smtpd_check.ref patch 784gnu/dist/postfix/smtpd/smtpd_check.ref patch
785gnu/dist/postfix/smtpd/smtpd_check.ref2 patch 785gnu/dist/postfix/smtpd/smtpd_check.ref2 patch
786gnu/dist/postfix/smtpd/smtpd_check.ref4 patch 786gnu/dist/postfix/smtpd/smtpd_check.ref4 patch
787gnu/dist/postfix/smtpd/smtpd_check_access patch 787gnu/dist/postfix/smtpd/smtpd_check_access patch
788gnu/dist/postfix/smtpd/smtpd_check_backup.in patch 788gnu/dist/postfix/smtpd/smtpd_check_backup.in patch
789gnu/dist/postfix/smtpd/smtpd_check_backup.ref patch 789gnu/dist/postfix/smtpd/smtpd_check_backup.ref patch
790gnu/dist/postfix/smtpd/smtpd_check_dsn.in patch 790gnu/dist/postfix/smtpd/smtpd_check_dsn.in patch
791gnu/dist/postfix/smtpd/smtpd_check_dsn.ref patch 791gnu/dist/postfix/smtpd/smtpd_check_dsn.ref patch
792gnu/dist/postfix/smtpd/smtpd_dsn_fix.c patch 792gnu/dist/postfix/smtpd/smtpd_dsn_fix.c patch
793gnu/dist/postfix/smtpd/smtpd_dsn_fix.h patch 793gnu/dist/postfix/smtpd/smtpd_dsn_fix.h patch
794gnu/dist/postfix/smtpd/smtpd_exp.ref patch 794gnu/dist/postfix/smtpd/smtpd_exp.ref patch
795gnu/dist/postfix/smtpd/smtpd_milter.c patch 795gnu/dist/postfix/smtpd/smtpd_milter.c patch
796gnu/dist/postfix/smtpd/smtpd_milter.h patch 796gnu/dist/postfix/smtpd/smtpd_milter.h patch
797gnu/dist/postfix/smtpd/smtpd_peer.c patch 797gnu/dist/postfix/smtpd/smtpd_peer.c patch
798gnu/dist/postfix/smtpd/smtpd_proxy.c patch 798gnu/dist/postfix/smtpd/smtpd_proxy.c patch
799gnu/dist/postfix/smtpd/smtpd_proxy.h patch 799gnu/dist/postfix/smtpd/smtpd_proxy.h patch
800gnu/dist/postfix/smtpd/smtpd_sasl_glue.c patch 800gnu/dist/postfix/smtpd/smtpd_sasl_glue.c patch
801gnu/dist/postfix/smtpd/smtpd_sasl_glue.h patch 801gnu/dist/postfix/smtpd/smtpd_sasl_glue.h patch
802gnu/dist/postfix/smtpd/smtpd_sasl_proto.c patch 802gnu/dist/postfix/smtpd/smtpd_sasl_proto.c patch
803gnu/dist/postfix/smtpd/smtpd_state.c patch 803gnu/dist/postfix/smtpd/smtpd_state.c patch
804gnu/dist/postfix/smtpd/smtpd_token.c patch 804gnu/dist/postfix/smtpd/smtpd_token.c patch
805gnu/dist/postfix/smtpstone/Makefile.in patch 805gnu/dist/postfix/smtpstone/Makefile.in patch
806gnu/dist/postfix/smtpstone/qmqp-sink.c patch 806gnu/dist/postfix/smtpstone/qmqp-sink.c patch
807gnu/dist/postfix/smtpstone/qmqp-source.c patch 807gnu/dist/postfix/smtpstone/qmqp-source.c patch
808gnu/dist/postfix/smtpstone/smtp-sink.c patch 808gnu/dist/postfix/smtpstone/smtp-sink.c patch
809gnu/dist/postfix/smtpstone/smtp-source.c patch 809gnu/dist/postfix/smtpstone/smtp-source.c patch
810gnu/dist/postfix/spawn/Makefile.in patch 810gnu/dist/postfix/spawn/Makefile.in patch
811gnu/dist/postfix/spawn/spawn.c patch 811gnu/dist/postfix/spawn/spawn.c patch
812gnu/dist/postfix/src/bounce/2template_test.in new file 812gnu/dist/postfix/src/bounce/2template_test.in new file
813gnu/dist/postfix/src/bounce/annotate.pl new file 813gnu/dist/postfix/src/bounce/annotate.pl new file
814gnu/dist/postfix/src/bounce/bounce_template.c new file 814gnu/dist/postfix/src/bounce/bounce_template.c new file
815gnu/dist/postfix/src/bounce/bounce_template.h new file 815gnu/dist/postfix/src/bounce/bounce_template.h new file
816gnu/dist/postfix/src/bounce/bounce_templates.c new file 816gnu/dist/postfix/src/bounce/bounce_templates.c new file
817gnu/dist/postfix/src/bounce/template_test.ref new file 817gnu/dist/postfix/src/bounce/template_test.ref new file
818gnu/dist/postfix/src/cleanup/cleanup_bounce.c new file 818gnu/dist/postfix/src/cleanup/cleanup_bounce.c new file
819gnu/dist/postfix/src/cleanup/cleanup_milter.c new file 819gnu/dist/postfix/src/cleanup/cleanup_milter.c new file
820gnu/dist/postfix/src/cleanup/cleanup_milter.in1 new file 820gnu/dist/postfix/src/cleanup/cleanup_milter.in1 new file
821gnu/dist/postfix/src/cleanup/cleanup_milter.ref1 new file 821gnu/dist/postfix/src/cleanup/cleanup_milter.ref1 new file
822gnu/dist/postfix/src/global/conv_time.c new file 822gnu/dist/postfix/src/global/conv_time.c new file
823gnu/dist/postfix/src/global/conv_time.h new file 823gnu/dist/postfix/src/global/conv_time.h new file
824gnu/dist/postfix/src/global/dsb_scan.c new file 824gnu/dist/postfix/src/global/dsb_scan.c new file
825gnu/dist/postfix/src/global/dsb_scan.h new file 825gnu/dist/postfix/src/global/dsb_scan.h new file
826gnu/dist/postfix/src/global/dsn.c new file 826gnu/dist/postfix/src/global/dsn.c new file
827gnu/dist/postfix/src/global/dsn.h new file 827gnu/dist/postfix/src/global/dsn.h new file
828gnu/dist/postfix/src/global/dsn_buf.c new file 828gnu/dist/postfix/src/global/dsn_buf.c new file
829gnu/dist/postfix/src/global/dsn_buf.h new file 829gnu/dist/postfix/src/global/dsn_buf.h new file
830gnu/dist/postfix/src/global/dsn_mask.c new file 830gnu/dist/postfix/src/global/dsn_mask.c new file
831gnu/dist/postfix/src/global/dsn_mask.h new file 831gnu/dist/postfix/src/global/dsn_mask.h new file
832gnu/dist/postfix/src/global/dsn_print.c new file 832gnu/dist/postfix/src/global/dsn_print.c new file
833gnu/dist/postfix/src/global/dsn_print.h new file 833gnu/dist/postfix/src/global/dsn_print.h new file
834gnu/dist/postfix/src/global/dsn_util.c new file 834gnu/dist/postfix/src/global/dsn_util.c new file
835gnu/dist/postfix/src/global/dsn_util.h new file 835gnu/dist/postfix/src/global/dsn_util.h new file
836gnu/dist/postfix/src/global/int_filt.c new file 836gnu/dist/postfix/src/global/int_filt.c new file
837gnu/dist/postfix/src/global/int_filt.h new file 837gnu/dist/postfix/src/global/int_filt.h new file
838gnu/dist/postfix/src/global/mail_conf_long.c new file 838gnu/dist/postfix/src/global/mail_conf_long.c new file
839gnu/dist/postfix/src/global/mail_conf_time.ref new file 839gnu/dist/postfix/src/global/mail_conf_time.ref new file
840gnu/dist/postfix/src/global/msg_stats.h new file 840gnu/dist/postfix/src/global/msg_stats.h new file
841gnu/dist/postfix/src/global/msg_stats_print.c new file 841gnu/dist/postfix/src/global/msg_stats_print.c new file
842gnu/dist/postfix/src/global/msg_stats_scan.c new file 842gnu/dist/postfix/src/global/msg_stats_scan.c new file
843gnu/dist/postfix/src/global/rcpt_buf.c new file 843gnu/dist/postfix/src/global/rcpt_buf.c new file
844gnu/dist/postfix/src/global/rcpt_buf.h new file 844gnu/dist/postfix/src/global/rcpt_buf.h new file
845gnu/dist/postfix/src/global/rcpt_print.c new file 845gnu/dist/postfix/src/global/rcpt_print.c new file
846gnu/dist/postfix/src/global/rcpt_print.h new file 846gnu/dist/postfix/src/global/rcpt_print.h new file
847gnu/dist/postfix/src/global/rec_attr_map.c new file 847gnu/dist/postfix/src/global/rec_attr_map.c new file
848gnu/dist/postfix/src/global/rec_attr_map.h new file 848gnu/dist/postfix/src/global/rec_attr_map.h new file
849gnu/dist/postfix/src/lmtp/Makefile.in delete 849gnu/dist/postfix/src/lmtp/Makefile.in delete
850gnu/dist/postfix/src/lmtp/lmtp.c delete 850gnu/dist/postfix/src/lmtp/lmtp.c delete
851gnu/dist/postfix/src/lmtp/lmtp.h delete 851gnu/dist/postfix/src/lmtp/lmtp.h delete
852gnu/dist/postfix/src/lmtp/lmtp_addr.c delete 852gnu/dist/postfix/src/lmtp/lmtp_addr.c delete
853gnu/dist/postfix/src/lmtp/lmtp_addr.h delete 853gnu/dist/postfix/src/lmtp/lmtp_addr.h delete
854gnu/dist/postfix/src/lmtp/lmtp_chat.c delete 854gnu/dist/postfix/src/lmtp/lmtp_chat.c delete
855gnu/dist/postfix/src/lmtp/lmtp_connect.c delete 855gnu/dist/postfix/src/lmtp/lmtp_connect.c delete
856gnu/dist/postfix/src/lmtp/lmtp_proto.c delete 856gnu/dist/postfix/src/lmtp/lmtp_proto.c delete
857gnu/dist/postfix/src/lmtp/lmtp_sasl.h delete 857gnu/dist/postfix/src/lmtp/lmtp_sasl.h delete
858gnu/dist/postfix/src/lmtp/lmtp_sasl_glue.c delete 858gnu/dist/postfix/src/lmtp/lmtp_sasl_glue.c delete
859gnu/dist/postfix/src/lmtp/lmtp_sasl_proto.c delete 859gnu/dist/postfix/src/lmtp/lmtp_sasl_proto.c delete
860gnu/dist/postfix/src/lmtp/lmtp_session.c delete 860gnu/dist/postfix/src/lmtp/lmtp_session.c delete
861gnu/dist/postfix/src/lmtp/lmtp_state.c delete 861gnu/dist/postfix/src/lmtp/lmtp_state.c delete
862gnu/dist/postfix/src/lmtp/lmtp_trouble.c delete 862gnu/dist/postfix/src/lmtp/lmtp_trouble.c delete
863gnu/dist/postfix/src/milter/Makefile.in new file 863gnu/dist/postfix/src/milter/Makefile.in new file
864gnu/dist/postfix/src/milter/milter.c new file 864gnu/dist/postfix/src/milter/milter.c new file
865gnu/dist/postfix/src/milter/milter.h new file 865gnu/dist/postfix/src/milter/milter.h new file
866gnu/dist/postfix/src/milter/milter8.c new file 866gnu/dist/postfix/src/milter/milter8.c new file
867gnu/dist/postfix/src/milter/test-list new file 867gnu/dist/postfix/src/milter/test-list new file
868gnu/dist/postfix/src/milter/test-milter.c new file 868gnu/dist/postfix/src/milter/test-milter.c new file
869gnu/dist/postfix/src/postalias/map-ABC1.ref delete 869gnu/dist/postfix/src/postalias/map-ABC1.ref delete
870gnu/dist/postfix/src/postalias/map-ABC2.ref delete 870gnu/dist/postfix/src/postalias/map-ABC2.ref delete
871gnu/dist/postfix/src/postmap/map-ABC1.ref delete 871gnu/dist/postfix/src/postmap/map-ABC1.ref delete
872gnu/dist/postfix/src/postmap/map-ABC2.ref delete 872gnu/dist/postfix/src/postmap/map-ABC2.ref delete
873gnu/dist/postfix/src/smtp/legacy.c new file 873gnu/dist/postfix/src/smtp/legacy.c new file
874gnu/dist/postfix/src/smtp/levels.c new file 874gnu/dist/postfix/src/smtp/levels.c new file
875gnu/dist/postfix/src/smtp/lmtp_params.c new file 875gnu/dist/postfix/src/smtp/lmtp_params.c new file
876gnu/dist/postfix/src/smtp/smtp-only new file 876gnu/dist/postfix/src/smtp/smtp-only new file
877gnu/dist/postfix/src/smtp/smtp_params.c new file 877gnu/dist/postfix/src/smtp/smtp_params.c new file
878gnu/dist/postfix/src/smtp/tls_policy.in new file 878gnu/dist/postfix/src/smtp/tls_policy.in new file
879gnu/dist/postfix/src/smtp/tls_policy.ref new file 879gnu/dist/postfix/src/smtp/tls_policy.ref new file
880gnu/dist/postfix/src/smtpd/smtpd_check_backup.in new file 880gnu/dist/postfix/src/smtpd/smtpd_check_backup.in new file
881gnu/dist/postfix/src/smtpd/smtpd_check_backup.ref new file 881gnu/dist/postfix/src/smtpd/smtpd_check_backup.ref new file
882gnu/dist/postfix/src/smtpd/smtpd_check_dsn.in new file 882gnu/dist/postfix/src/smtpd/smtpd_check_dsn.in new file
883gnu/dist/postfix/src/smtpd/smtpd_check_dsn.ref new file 883gnu/dist/postfix/src/smtpd/smtpd_check_dsn.ref new file
884gnu/dist/postfix/src/smtpd/smtpd_dsn_fix.c new file 884gnu/dist/postfix/src/smtpd/smtpd_dsn_fix.c new file
885gnu/dist/postfix/src/smtpd/smtpd_dsn_fix.h new file 885gnu/dist/postfix/src/smtpd/smtpd_dsn_fix.h new file
886gnu/dist/postfix/src/smtpd/smtpd_milter.c new file 886gnu/dist/postfix/src/smtpd/smtpd_milter.c new file
887gnu/dist/postfix/src/smtpd/smtpd_milter.h new file 887gnu/dist/postfix/src/smtpd/smtpd_milter.h new file
888gnu/dist/postfix/src/tls/tls_level.c new file 888gnu/dist/postfix/src/tls/tls_level.c new file
889gnu/dist/postfix/src/util/allascii.c new file 889gnu/dist/postfix/src/util/allascii.c new file
890gnu/dist/postfix/src/util/allprint.c new file 890gnu/dist/postfix/src/util/allprint.c new file
891gnu/dist/postfix/src/util/allspace.c new file 891gnu/dist/postfix/src/util/allspace.c new file
892gnu/dist/postfix/src/util/format_tv.c new file 892gnu/dist/postfix/src/util/format_tv.c new file
893gnu/dist/postfix/src/util/format_tv.h new file 893gnu/dist/postfix/src/util/format_tv.h new file
894gnu/dist/postfix/src/util/format_tv.in new file 894gnu/dist/postfix/src/util/format_tv.in new file
895gnu/dist/postfix/src/util/format_tv.ref new file 895gnu/dist/postfix/src/util/format_tv.ref new file
896gnu/dist/postfix/src/util/gccw.c new file 896gnu/dist/postfix/src/util/gccw.c new file
897gnu/dist/postfix/src/util/gccw.ref new file 897gnu/dist/postfix/src/util/gccw.ref new file
898gnu/dist/postfix/src/util/load_file.c new file 898gnu/dist/postfix/src/util/load_file.c new file
899gnu/dist/postfix/src/util/load_file.h new file 899gnu/dist/postfix/src/util/load_file.h new file
900gnu/dist/postfix/src/util/sane_basename.c new file 900gnu/dist/postfix/src/util/sane_basename.c new file
901gnu/dist/postfix/src/util/sane_basename.in new file 901gnu/dist/postfix/src/util/sane_basename.in new file
902gnu/dist/postfix/src/util/sane_basename.ref new file 902gnu/dist/postfix/src/util/sane_basename.ref new file
903gnu/dist/postfix/src/xsasl/Makefile.in new file 903gnu/dist/postfix/src/xsasl/Makefile.in new file
904gnu/dist/postfix/src/xsasl/README new file 904gnu/dist/postfix/src/xsasl/README new file
905gnu/dist/postfix/src/xsasl/xsasl.h new file 905gnu/dist/postfix/src/xsasl/xsasl.h new file
906gnu/dist/postfix/src/xsasl/xsasl_client.c new file 906gnu/dist/postfix/src/xsasl/xsasl_client.c new file
907gnu/dist/postfix/src/xsasl/xsasl_cyrus.h new file 907gnu/dist/postfix/src/xsasl/xsasl_cyrus.h new file
908gnu/dist/postfix/src/xsasl/xsasl_cyrus_client.c new file 908gnu/dist/postfix/src/xsasl/xsasl_cyrus_client.c new file
909gnu/dist/postfix/src/xsasl/xsasl_cyrus_common.h new file 909gnu/dist/postfix/src/xsasl/xsasl_cyrus_common.h new file
910gnu/dist/postfix/src/xsasl/xsasl_cyrus_log.c new file 910gnu/dist/postfix/src/xsasl/xsasl_cyrus_log.c new file
911gnu/dist/postfix/src/xsasl/xsasl_cyrus_security.c new file 911gnu/dist/postfix/src/xsasl/xsasl_cyrus_security.c new file
912gnu/dist/postfix/src/xsasl/xsasl_cyrus_server.c new file 912gnu/dist/postfix/src/xsasl/xsasl_cyrus_server.c new file
913gnu/dist/postfix/src/xsasl/xsasl_dovecot.h new file 913gnu/dist/postfix/src/xsasl/xsasl_dovecot.h new file
914gnu/dist/postfix/src/xsasl/xsasl_dovecot_server.c new file 914gnu/dist/postfix/src/xsasl/xsasl_dovecot_server.c new file
915gnu/dist/postfix/src/xsasl/xsasl_server.c new file 915gnu/dist/postfix/src/xsasl/xsasl_server.c new file
916gnu/dist/postfix/tls/Makefile.in patch 916gnu/dist/postfix/tls/Makefile.in patch
917gnu/dist/postfix/tls/tls.h patch 917gnu/dist/postfix/tls/tls.h patch
918gnu/dist/postfix/tls/tls_certkey.c patch 918gnu/dist/postfix/tls/tls_certkey.c patch
919gnu/dist/postfix/tls/tls_client.c patch 919gnu/dist/postfix/tls/tls_client.c patch
920gnu/dist/postfix/tls/tls_dh.c patch 920gnu/dist/postfix/tls/tls_dh.c patch
921gnu/dist/postfix/tls/tls_level.c patch 921gnu/dist/postfix/tls/tls_level.c patch
922gnu/dist/postfix/tls/tls_mgr.c patch 922gnu/dist/postfix/tls/tls_mgr.c patch
923gnu/dist/postfix/tls/tls_mgr.h patch 923gnu/dist/postfix/tls/tls_mgr.h patch
924gnu/dist/postfix/tls/tls_misc.c patch 924gnu/dist/postfix/tls/tls_misc.c patch
925gnu/dist/postfix/tls/tls_prng_dev.c patch 925gnu/dist/postfix/tls/tls_prng_dev.c patch
926gnu/dist/postfix/tls/tls_prng_file.c patch 926gnu/dist/postfix/tls/tls_prng_file.c patch
927gnu/dist/postfix/tls/tls_scache.c patch 927gnu/dist/postfix/tls/tls_scache.c patch
928gnu/dist/postfix/tls/tls_scache.h patch 928gnu/dist/postfix/tls/tls_scache.h patch
929gnu/dist/postfix/tls/tls_server.c patch 929gnu/dist/postfix/tls/tls_server.c patch
930gnu/dist/postfix/tls/tls_session.c patch 930gnu/dist/postfix/tls/tls_session.c patch
931gnu/dist/postfix/tls/tls_stream.c patch 931gnu/dist/postfix/tls/tls_stream.c patch
932gnu/dist/postfix/tls/tls_verify.c patch 932gnu/dist/postfix/tls/tls_verify.c patch
933gnu/dist/postfix/tlsmgr/Makefile.in patch 933gnu/dist/postfix/tlsmgr/Makefile.in patch
934gnu/dist/postfix/tlsmgr/tlsmgr.c patch 934gnu/dist/postfix/tlsmgr/tlsmgr.c patch
935gnu/dist/postfix/trivial-rewrite/Makefile.in patch 935gnu/dist/postfix/trivial-rewrite/Makefile.in patch
936gnu/dist/postfix/trivial-rewrite/resolve.c patch 936gnu/dist/postfix/trivial-rewrite/resolve.c patch
937gnu/dist/postfix/trivial-rewrite/rewrite.c patch 937gnu/dist/postfix/trivial-rewrite/rewrite.c patch
938gnu/dist/postfix/trivial-rewrite/transport.c patch 938gnu/dist/postfix/trivial-rewrite/transport.c patch
939gnu/dist/postfix/trivial-rewrite/trivial-rewrite.c patch 939gnu/dist/postfix/trivial-rewrite/trivial-rewrite.c patch
940gnu/dist/postfix/trivial-rewrite/trivial-rewrite.h patch 940gnu/dist/postfix/trivial-rewrite/trivial-rewrite.h patch
941gnu/dist/postfix/util/Makefile.in patch 941gnu/dist/postfix/util/Makefile.in patch
942gnu/dist/postfix/util/allascii.c patch 942gnu/dist/postfix/util/allascii.c patch
943gnu/dist/postfix/util/allprint.c patch 943gnu/dist/postfix/util/allprint.c patch
944gnu/dist/postfix/util/allspace.c patch 944gnu/dist/postfix/util/allspace.c patch
945gnu/dist/postfix/util/argv.c patch 945gnu/dist/postfix/util/argv.c patch
946gnu/dist/postfix/util/argv.h patch 946gnu/dist/postfix/util/argv.h patch
947gnu/dist/postfix/util/attr.h patch 947gnu/dist/postfix/util/attr.h patch
948gnu/dist/postfix/util/attr_clnt.c patch 948gnu/dist/postfix/util/attr_clnt.c patch
949gnu/dist/postfix/util/attr_print0.c patch 949gnu/dist/postfix/util/attr_print0.c patch
950gnu/dist/postfix/util/attr_print64.c patch 950gnu/dist/postfix/util/attr_print64.c patch
951gnu/dist/postfix/util/attr_print_plain.c patch 951gnu/dist/postfix/util/attr_print_plain.c patch
952gnu/dist/postfix/util/attr_scan0.c patch 952gnu/dist/postfix/util/attr_scan0.c patch
953gnu/dist/postfix/util/attr_scan64.c patch 953gnu/dist/postfix/util/attr_scan64.c patch
954gnu/dist/postfix/util/attr_scan_plain.c patch 954gnu/dist/postfix/util/attr_scan_plain.c patch
955gnu/dist/postfix/util/auto_clnt.c patch 955gnu/dist/postfix/util/auto_clnt.c patch
956gnu/dist/postfix/util/auto_clnt.h patch 956gnu/dist/postfix/util/auto_clnt.h patch
957gnu/dist/postfix/util/base64_code.c patch 957gnu/dist/postfix/util/base64_code.c patch
958gnu/dist/postfix/util/base64_code.h patch 958gnu/dist/postfix/util/base64_code.h patch
959gnu/dist/postfix/util/binhash.c patch 959gnu/dist/postfix/util/binhash.c patch
960gnu/dist/postfix/util/clean_env.c patch 960gnu/dist/postfix/util/clean_env.c patch
961gnu/dist/postfix/util/concatenate.c patch 961gnu/dist/postfix/util/concatenate.c patch
962gnu/dist/postfix/util/ctable.c patch 962gnu/dist/postfix/util/ctable.c patch
963gnu/dist/postfix/util/dict.c patch 963gnu/dist/postfix/util/dict.c patch
964gnu/dist/postfix/util/dict.h patch 964gnu/dist/postfix/util/dict.h patch
965gnu/dist/postfix/util/dict_alloc.c patch 965gnu/dist/postfix/util/dict_alloc.c patch
966gnu/dist/postfix/util/dict_cdb.c patch 966gnu/dist/postfix/util/dict_cdb.c patch
967gnu/dist/postfix/util/dict_cidr.c patch 967gnu/dist/postfix/util/dict_cidr.c patch
968gnu/dist/postfix/util/dict_cidr.ref patch 968gnu/dist/postfix/util/dict_cidr.ref patch
969gnu/dist/postfix/util/dict_db.c patch 969gnu/dist/postfix/util/dict_db.c patch
970gnu/dist/postfix/util/dict_dbm.c patch 970gnu/dist/postfix/util/dict_dbm.c patch
971gnu/dist/postfix/util/dict_env.c patch 971gnu/dist/postfix/util/dict_env.c patch
972gnu/dist/postfix/util/dict_ni.c patch 972gnu/dist/postfix/util/dict_ni.c patch
973gnu/dist/postfix/util/dict_nis.c patch 973gnu/dist/postfix/util/dict_nis.c patch
974gnu/dist/postfix/util/dict_nisplus.c patch 974gnu/dist/postfix/util/dict_nisplus.c patch
975gnu/dist/postfix/util/dict_open.c patch 975gnu/dist/postfix/util/dict_open.c patch
976gnu/dist/postfix/util/dict_pcre.c patch 976gnu/dist/postfix/util/dict_pcre.c patch
977gnu/dist/postfix/util/dict_regexp.c patch 977gnu/dist/postfix/util/dict_regexp.c patch
978gnu/dist/postfix/util/dict_regexp.ref patch 978gnu/dist/postfix/util/dict_regexp.ref patch
979gnu/dist/postfix/util/dict_sdbm.c patch 979gnu/dist/postfix/util/dict_sdbm.c patch
980gnu/dist/postfix/util/dict_tcp.c patch 980gnu/dist/postfix/util/dict_tcp.c patch
981gnu/dist/postfix/util/dict_test.ref patch 981gnu/dist/postfix/util/dict_test.ref patch
982gnu/dist/postfix/util/dict_unix.c patch 982gnu/dist/postfix/util/dict_unix.c patch
983gnu/dist/postfix/util/dir_forest.c patch 983gnu/dist/postfix/util/dir_forest.c patch
984gnu/dist/postfix/util/dummy_read.c patch 984gnu/dist/postfix/util/dummy_read.c patch
985gnu/dist/postfix/util/dummy_write.c patch 985gnu/dist/postfix/util/dummy_write.c patch
986gnu/dist/postfix/util/dup2_pass_on_exec.c patch 986gnu/dist/postfix/util/dup2_pass_on_exec.c patch
987gnu/dist/postfix/util/environ.c patch 987gnu/dist/postfix/util/environ.c patch
988gnu/dist/postfix/util/events.c patch 988gnu/dist/postfix/util/events.c patch
989gnu/dist/postfix/util/fifo_listen.c patch 989gnu/dist/postfix/util/fifo_listen.c patch
990gnu/dist/postfix/util/fifo_open.c patch 990gnu/dist/postfix/util/fifo_open.c patch
991gnu/dist/postfix/util/fifo_rdonly_bug.c patch 991gnu/dist/postfix/util/fifo_rdonly_bug.c patch
992gnu/dist/postfix/util/fifo_rdwr_bug.c patch 992gnu/dist/postfix/util/fifo_rdwr_bug.c patch
993gnu/dist/postfix/util/fifo_trigger.c patch 993gnu/dist/postfix/util/fifo_trigger.c patch
994gnu/dist/postfix/util/find_inet.c patch 994gnu/dist/postfix/util/find_inet.c patch
995gnu/dist/postfix/util/format_tv.c patch 995gnu/dist/postfix/util/format_tv.c patch
996gnu/dist/postfix/util/format_tv.h patch 996gnu/dist/postfix/util/format_tv.h patch
997gnu/dist/postfix/util/format_tv.in patch 997gnu/dist/postfix/util/format_tv.in patch
998gnu/dist/postfix/util/format_tv.ref patch 998gnu/dist/postfix/util/format_tv.ref patch
999gnu/dist/postfix/util/fsspace.c patch 999gnu/dist/postfix/util/fsspace.c patch
1000gnu/dist/postfix/util/fullname.c patch 1000gnu/dist/postfix/util/fullname.c patch
@@ -4012,999 +4012,1005 @@ lib/libbz2/shlib_version: patch @@ -4012,999 +4012,1005 @@ lib/libbz2/shlib_version: patch
4012 [adrianp, ticket #1917] 4012 [adrianp, ticket #1917]
4013 4013
4014src/sys/dev/pci/pcidevs 1.816 via patch 4014src/sys/dev/pci/pcidevs 1.816 via patch
4015src/sys/dev/pci/pcidevs.h regenerate 4015src/sys/dev/pci/pcidevs.h regenerate
4016src/sys/dev/pci/pcidevs_data.h regenerate 4016src/sys/dev/pci/pcidevs_data.h regenerate
4017src/sys/dev/pci/piixide.c 1.28 via patch 4017src/sys/dev/pci/piixide.c 1.28 via patch
4018  4018
4019 Add device ID's for Intel's 631xESB/632xESB southbridges, and start 4019 Add device ID's for Intel's 631xESB/632xESB southbridges, and start
4020 the list for the 5000X northbridge.  4020 the list for the 5000X northbridge.
4021 Add support for the 631xESB/632xESB. 4021 Add support for the 631xESB/632xESB.
4022 [bouyer, ticket #1909] 4022 [bouyer, ticket #1909]
4023 4023
4024sys/dev/ata/wd.c 1.359 4024sys/dev/ata/wd.c 1.359
4025 4025
4026 The Hitachi HDP725025GLA380 returns "aborted command" instead of 4026 The Hitachi HDP725025GLA380 returns "aborted command" instead of
4027 "id not found" when hitting the LBA48 bug, so also install the 4027 "id not found" when hitting the LBA48 bug, so also install the
4028 LBA48 bug workaround on "aborted command" errors. 4028 LBA48 bug workaround on "aborted command" errors.
4029 [bouyer, ticket #1910] 4029 [bouyer, ticket #1910]
4030 4030
4031src/crypto/dist/ssh/channels.c 1.38 via patch 4031src/crypto/dist/ssh/channels.c 1.38 via patch
4032src/crypto/dist/ssh/auth-options.c 1.8 via patch 4032src/crypto/dist/ssh/auth-options.c 1.8 via patch
4033src/crypto/dist/ssh/auth-options.h 1.4 via patch 4033src/crypto/dist/ssh/auth-options.h 1.4 via patch
4034src/crypto/dist/ssh/session.c 1.46 via patch 4034src/crypto/dist/ssh/session.c 1.46 via patch
4035src/crypto/dist/ssh/sshd.8 1.39 via patch 4035src/crypto/dist/ssh/sshd.8 1.39 via patch
4036 4036
4037 Fix X11 forwarding information disclosure vulnerability in 4037 Fix X11 forwarding information disclosure vulnerability in
4038 OpenSSH (CVE-2008-1483). 4038 OpenSSH (CVE-2008-1483).
4039 Add no-user-rc option which disables execution of ~/.ssh/rc 4039 Add no-user-rc option which disables execution of ~/.ssh/rc
4040 (backport from OpenSSH 4.9) 4040 (backport from OpenSSH 4.9)
4041 [adrianp, ticket #1921] 4041 [adrianp, ticket #1921]
4042 4042
4043sys/dev/raidframe/rf_driver.c 1.117 4043sys/dev/raidframe/rf_driver.c 1.117
4044 4044
4045 Fix display of total number of sectors if > 2^32 on 32-bit machines 4045 Fix display of total number of sectors if > 2^32 on 32-bit machines
4046 [sborrill, ticket #1922] 4046 [sborrill, ticket #1922]
4047 4047
4048sys/dev/isa/if_fmv_isa.c 1.12 4048sys/dev/isa/if_fmv_isa.c 1.12
4049 4049
4050 Fix a botch (inverted test) in rev 1.4. 4050 Fix a botch (inverted test) in rev 1.4.
4051 [tsutsui, ticket #1924] 4051 [tsutsui, ticket #1924]
4052 4052
4053usr.bin/gzip/znew 1.3 4053usr.bin/gzip/znew 1.3
4054 4054
4055 Our gzip does not have "-o" option. 4055 Our gzip does not have "-o" option.
4056 So replace -o with >, so that znew can now work again. 4056 So replace -o with >, so that znew can now work again.
4057 [nakayama, ticket #1926] 4057 [nakayama, ticket #1926]
4058 4058
4059sys/arch/sparc/stand/common/conf.c 1.2 via patch 4059sys/arch/sparc/stand/common/conf.c 1.2 via patch
4060sys/arch/sparc/stand/common/promdev.c 1.21 4060sys/arch/sparc/stand/common/promdev.c 1.21
4061 4061
4062 Add support booting from UFS2 partition for sparc. 4062 Add support booting from UFS2 partition for sparc.
4063 Tested on tme emulating SS2. 4063 Tested on tme emulating SS2.
4064 Closes PR#36068. 4064 Closes PR#36068.
4065 [tsutsui, ticket #1928] 4065 [tsutsui, ticket #1928]
4066 4066
4067usr.bin/gzip/zgrep 1.6 4067usr.bin/gzip/zgrep 1.6
4068 4068
4069 grep "-H" option (print the filename for each match) always prints 4069 grep "-H" option (print the filename for each match) always prints
4070 filenames whether "-h" option (suppress filenames when multiple files 4070 filenames whether "-h" option (suppress filenames when multiple files
4071 are searched) is specified or not. 4071 are searched) is specified or not.
4072 Make zgrep "-h" option actually work with using "-H" option only 4072 Make zgrep "-h" option actually work with using "-H" option only
4073 when "-h" is not specified. 4073 when "-h" is not specified.
4074 Fixes PR#36062. 4074 Fixes PR#36062.
4075 [nakayama, ticket #1927] 4075 [nakayama, ticket #1927]
4076 4076
4077sys/dev/raidframe/rf_layout.c 1.20 4077sys/dev/raidframe/rf_layout.c 1.20
4078 4078
4079 Both StripeUnitsPerParityUnit and StripeUnitsPerReconstructUnit need 4079 Both StripeUnitsPerParityUnit and StripeUnitsPerReconstructUnit need
4080 to be positive integers. 4080 to be positive integers.
4081 [oster, ticket #1930] 4081 [oster, ticket #1930]
4082 4082
4083usr.sbin/lpr/common_source/common.c 1.38 via patch 4083usr.sbin/lpr/common_source/common.c 1.38 via patch
4084 4084
4085 Sort queue by time and jobid so that jobs submitted within the 4085 Sort queue by time and jobid so that jobs submitted within the
4086 same second are printed in order. 4086 same second are printed in order.
4087 [mlelstv, ticket #1929] 4087 [mlelstv, ticket #1929]
4088 4088
4089crypto/dist/openssl/crypto/bn/bn_mont.c 1.2 (via patch) 4089crypto/dist/openssl/crypto/bn/bn_mont.c 1.2 (via patch)
4090 4090
4091 Fix for CVE-2007-3108 4091 Fix for CVE-2007-3108
4092 The BN_from_montgomery function in crypto/bn/bn_mont.c in 4092 The BN_from_montgomery function in crypto/bn/bn_mont.c in
4093 OpenSSL 0.9.8e and earlier does not properly perform Montgomery 4093 OpenSSL 0.9.8e and earlier does not properly perform Montgomery
4094 multiplication, which might allow local users to conduct a 4094 multiplication, which might allow local users to conduct a
4095 side-channel attack and retrieve RSA private keys. 4095 side-channel attack and retrieve RSA private keys.
4096 [adrianp, ticket #1931] 4096 [adrianp, ticket #1931]
4097 4097
4098sys/dev/usb/ukbd.c 1.96 4098sys/dev/usb/ukbd.c 1.96
4099 4099
4100 Add support for function keys F16 to F19 as present on e.g. the new 4100 Add support for function keys F16 to F19 as present on e.g. the new
4101 Apple aluminum keyboard. 4101 Apple aluminum keyboard.
4102 Patch contributed by Michael Piotrowski in PR kern/37788, reviewed 4102 Patch contributed by Michael Piotrowski in PR kern/37788, reviewed
4103 by Matthias Drochner. 4103 by Matthias Drochner.
4104 [ghen, ticket #1932] 4104 [ghen, ticket #1932]
4105 4105
4106sys/dev/raidframe/rf_reconmap.c 1.31 4106sys/dev/raidframe/rf_reconmap.c 1.31
4107sys/dev/raidframe/rf_reconmap.h 1.11 4107sys/dev/raidframe/rf_reconmap.h 1.11
4108sys/dev/raidframe/rf_reconstruct.c 1.104 4108sys/dev/raidframe/rf_reconstruct.c 1.104
4109sys/dev/raidframe/rf_reconstruct.h 1.24 4109sys/dev/raidframe/rf_reconstruct.h 1.24
4110sys/dev/raidframe/rf_revent.c 1.25 4110sys/dev/raidframe/rf_revent.c 1.25
4111 4111
4112 Convert the reconstruction code to use a "sliding status window" 4112 Convert the reconstruction code to use a "sliding status window"
4113 which will scale nicely regardless of the number of 4113 which will scale nicely regardless of the number of
4114 stripes/reconstruction units in the RAID set. Convert the main 4114 stripes/reconstruction units in the RAID set. Convert the main
4115 reconstruction loop to rebuild the array in chunks rather than in one 4115 reconstruction loop to rebuild the array in chunks rather than in one
4116 big lump. May fix bin/38471. 4116 big lump. May fix bin/38471.
4117 [oster, ticket #1933] 4117 [oster, ticket #1933]
4118 4118
4119sys/dev/raidframe/rf_states.c 1.43 4119sys/dev/raidframe/rf_states.c 1.43
4120 4120
4121 Add in a missing "bp->b_resid = bp->b_bcount" in the EIO case. 4121 Add in a missing "bp->b_resid = bp->b_bcount" in the EIO case.
4122 [oster, ticket #1934] 4122 [oster, ticket #1934]
4123 4123
4124gnu/dist/binutils/bfd/tekhex.c 1.2 via patch 4124gnu/dist/binutils/bfd/tekhex.c 1.2 via patch
4125 4125
4126Fix for PR #33551 (a.k.a CVE-2006-2362) 4126Fix for PR #33551 (a.k.a CVE-2006-2362)
4127 4127
4128 Back port from the binutils CVS tree 4128 Back port from the binutils CVS tree
4129 4129
4130 Buffer overflow in getsym in tekhex.c in libbfd in Free Software 4130 Buffer overflow in getsym in tekhex.c in libbfd in Free Software
4131 Foundation GNU Binutils before 20060423, as used by GNU strings, allows 4131 Foundation GNU Binutils before 20060423, as used by GNU strings, allows
4132 context-dependent attackers to cause a denial of service (application 4132 context-dependent attackers to cause a denial of service (application
4133 crash) and possibly execute arbitrary code via a file with a crafted 4133 crash) and possibly execute arbitrary code via a file with a crafted
4134 Tektronix Hex Format (TekHex) record in which the length character is 4134 Tektronix Hex Format (TekHex) record in which the length character is
4135 not a valid hexadecimal character. 4135 not a valid hexadecimal character.
4136 [adrianp, ticket #1941] 4136 [adrianp, ticket #1941]
4137 4137
4138sys/arch/sparc64/sparc64/locore.s 1.280 4138sys/arch/sparc64/sparc64/locore.s 1.280
4139 4139
4140 Close unterminated comment. 4140 Close unterminated comment.
4141 Fix unexpected behavior in case of loadfpstate from unaligned buffer. 4141 Fix unexpected behavior in case of loadfpstate from unaligned buffer.
4142 [nakayama, ticket #1940] 4142 [nakayama, ticket #1940]
4143 4143
4144dist/bind/CHANGES patch 4144dist/bind/CHANGES patch
4145dist/bind/COPYRIGHT patch 4145dist/bind/COPYRIGHT patch
4146dist/bind/FAQ patch 4146dist/bind/FAQ patch
4147dist/bind/FAQ.xml patch 4147dist/bind/FAQ.xml patch
4148dist/bind/Makefile.in patch 4148dist/bind/Makefile.in patch
4149dist/bind/README patch 4149dist/bind/README patch
4150dist/bind/bin/check/check-tool.c patch 4150dist/bind/bin/check/check-tool.c patch
4151dist/bind/bin/check/check-tool.h patch 4151dist/bind/bin/check/check-tool.h patch
4152dist/bind/bin/check/named-checkconf.8 patch 4152dist/bind/bin/check/named-checkconf.8 patch
4153dist/bind/bin/check/named-checkconf.c patch 4153dist/bind/bin/check/named-checkconf.c patch
4154dist/bind/bin/check/named-checkconf.docbook patch 4154dist/bind/bin/check/named-checkconf.docbook patch
4155dist/bind/bin/check/named-checkconf.html patch 4155dist/bind/bin/check/named-checkconf.html patch
4156dist/bind/bin/check/named-checkzone.8 patch 4156dist/bind/bin/check/named-checkzone.8 patch
4157dist/bind/bin/check/named-checkzone.docbook patch 4157dist/bind/bin/check/named-checkzone.docbook patch
4158dist/bind/bin/check/named-checkzone.html patch 4158dist/bind/bin/check/named-checkzone.html patch
4159dist/bind/bin/check/win32/checktool.dsp patch 4159dist/bind/bin/check/win32/checktool.dsp patch
4160dist/bind/bin/check/win32/checktool.dsw patch 4160dist/bind/bin/check/win32/checktool.dsw patch
4161dist/bind/bin/check/win32/namedcheckconf.dsp patch 4161dist/bind/bin/check/win32/namedcheckconf.dsp patch
4162dist/bind/bin/check/win32/namedcheckconf.mak patch 4162dist/bind/bin/check/win32/namedcheckconf.mak patch
4163dist/bind/bin/check/win32/namedcheckzone.dsp patch 4163dist/bind/bin/check/win32/namedcheckzone.dsp patch
4164dist/bind/bin/check/win32/namedcheckzone.mak patch 4164dist/bind/bin/check/win32/namedcheckzone.mak patch
4165dist/bind/bin/dig/Makefile.in patch 4165dist/bind/bin/dig/Makefile.in patch
4166dist/bind/bin/dig/dig.1 patch 4166dist/bind/bin/dig/dig.1 patch
4167dist/bind/bin/dig/dig.c patch 4167dist/bind/bin/dig/dig.c patch
4168dist/bind/bin/dig/dig.docbook patch 4168dist/bind/bin/dig/dig.docbook patch
4169dist/bind/bin/dig/dig.html patch 4169dist/bind/bin/dig/dig.html patch
4170dist/bind/bin/dig/dighost.c patch 4170dist/bind/bin/dig/dighost.c patch
4171dist/bind/bin/dig/host.1 patch 4171dist/bind/bin/dig/host.1 patch
4172dist/bind/bin/dig/host.c patch 4172dist/bind/bin/dig/host.c patch
4173dist/bind/bin/dig/host.docbook patch 4173dist/bind/bin/dig/host.docbook patch
4174dist/bind/bin/dig/host.html patch 4174dist/bind/bin/dig/host.html patch
4175dist/bind/bin/dig/include/dig/dig.h patch 4175dist/bind/bin/dig/include/dig/dig.h patch
4176dist/bind/bin/dig/nslookup.1 patch 4176dist/bind/bin/dig/nslookup.1 patch
4177dist/bind/bin/dig/nslookup.c patch 4177dist/bind/bin/dig/nslookup.c patch
4178dist/bind/bin/dig/nslookup.docbook patch 4178dist/bind/bin/dig/nslookup.docbook patch
4179dist/bind/bin/dig/nslookup.html patch 4179dist/bind/bin/dig/nslookup.html patch
4180dist/bind/bin/dig/win32/dig.dsp patch 4180dist/bind/bin/dig/win32/dig.dsp patch
4181dist/bind/bin/dig/win32/dig.mak patch 4181dist/bind/bin/dig/win32/dig.mak patch
4182dist/bind/bin/dig/win32/dighost.dsp patch 4182dist/bind/bin/dig/win32/dighost.dsp patch
4183dist/bind/bin/dig/win32/dighost.dsw patch 4183dist/bind/bin/dig/win32/dighost.dsw patch
4184dist/bind/bin/dig/win32/host.dsp patch 4184dist/bind/bin/dig/win32/host.dsp patch
4185dist/bind/bin/dig/win32/host.mak patch 4185dist/bind/bin/dig/win32/host.mak patch
4186dist/bind/bin/dig/win32/nslookup.mak patch 4186dist/bind/bin/dig/win32/nslookup.mak patch
4187dist/bind/bin/dnssec/Makefile.in patch 4187dist/bind/bin/dnssec/Makefile.in patch
4188dist/bind/bin/dnssec/dnssec-keygen.8 patch 4188dist/bind/bin/dnssec/dnssec-keygen.8 patch
4189dist/bind/bin/dnssec/dnssec-keygen.c patch 4189dist/bind/bin/dnssec/dnssec-keygen.c patch
4190dist/bind/bin/dnssec/dnssec-keygen.docbook patch 4190dist/bind/bin/dnssec/dnssec-keygen.docbook patch
4191dist/bind/bin/dnssec/dnssec-keygen.html patch 4191dist/bind/bin/dnssec/dnssec-keygen.html patch
4192dist/bind/bin/dnssec/dnssec-signzone.8 patch 4192dist/bind/bin/dnssec/dnssec-signzone.8 patch
4193dist/bind/bin/dnssec/dnssec-signzone.c patch 4193dist/bind/bin/dnssec/dnssec-signzone.c patch
4194dist/bind/bin/dnssec/dnssec-signzone.docbook patch 4194dist/bind/bin/dnssec/dnssec-signzone.docbook patch
4195dist/bind/bin/dnssec/dnssec-signzone.html patch 4195dist/bind/bin/dnssec/dnssec-signzone.html patch
4196dist/bind/bin/dnssec/win32/dnssectool.dsp patch 4196dist/bind/bin/dnssec/win32/dnssectool.dsp patch
4197dist/bind/bin/dnssec/win32/dnssectool.dsw patch 4197dist/bind/bin/dnssec/win32/dnssectool.dsw patch
4198dist/bind/bin/dnssec/win32/keygen.dsp patch 4198dist/bind/bin/dnssec/win32/keygen.dsp patch
4199dist/bind/bin/dnssec/win32/keygen.mak patch 4199dist/bind/bin/dnssec/win32/keygen.mak patch
4200dist/bind/bin/dnssec/win32/signzone.dsp patch 4200dist/bind/bin/dnssec/win32/signzone.dsp patch
4201dist/bind/bin/dnssec/win32/signzone.mak patch 4201dist/bind/bin/dnssec/win32/signzone.mak patch
4202dist/bind/bin/named/Makefile.in patch 4202dist/bind/bin/named/Makefile.in patch
4203dist/bind/bin/named/aclconf.c patch 4203dist/bind/bin/named/aclconf.c patch
4204dist/bind/bin/named/client.c patch 4204dist/bind/bin/named/client.c patch
4205dist/bind/bin/named/config.c patch 4205dist/bind/bin/named/config.c patch
4206dist/bind/bin/named/control.c patch 4206dist/bind/bin/named/control.c patch
4207dist/bind/bin/named/controlconf.c patch 4207dist/bind/bin/named/controlconf.c patch
4208dist/bind/bin/named/include/named/aclconf.h patch 4208dist/bind/bin/named/include/named/aclconf.h patch
4209dist/bind/bin/named/include/named/builtin.h patch 4209dist/bind/bin/named/include/named/builtin.h patch
4210dist/bind/bin/named/include/named/client.h patch 4210dist/bind/bin/named/include/named/client.h patch
4211dist/bind/bin/named/include/named/config.h patch 4211dist/bind/bin/named/include/named/config.h patch
4212dist/bind/bin/named/include/named/control.h patch 4212dist/bind/bin/named/include/named/control.h patch
4213dist/bind/bin/named/include/named/globals.h patch 4213dist/bind/bin/named/include/named/globals.h patch
4214dist/bind/bin/named/include/named/interfacemgr.h patch 4214dist/bind/bin/named/include/named/interfacemgr.h patch
4215dist/bind/bin/named/include/named/log.h patch 4215dist/bind/bin/named/include/named/log.h patch
4216dist/bind/bin/named/include/named/logconf.h patch 4216dist/bind/bin/named/include/named/logconf.h patch
4217dist/bind/bin/named/include/named/lwresd.h patch 4217dist/bind/bin/named/include/named/lwresd.h patch
4218dist/bind/bin/named/include/named/main.h patch 4218dist/bind/bin/named/include/named/main.h patch
4219dist/bind/bin/named/include/named/query.h patch 4219dist/bind/bin/named/include/named/query.h patch
4220dist/bind/bin/named/include/named/server.h patch 4220dist/bind/bin/named/include/named/server.h patch
4221dist/bind/bin/named/include/named/sortlist.h patch 4221dist/bind/bin/named/include/named/sortlist.h patch
4222dist/bind/bin/named/include/named/tkeyconf.h patch 4222dist/bind/bin/named/include/named/tkeyconf.h patch
4223dist/bind/bin/named/include/named/tsigconf.h patch 4223dist/bind/bin/named/include/named/tsigconf.h patch
4224dist/bind/bin/named/include/named/zoneconf.h patch 4224dist/bind/bin/named/include/named/zoneconf.h patch
4225dist/bind/bin/named/interfacemgr.c patch 4225dist/bind/bin/named/interfacemgr.c patch
4226dist/bind/bin/named/log.c patch 4226dist/bind/bin/named/log.c patch
4227dist/bind/bin/named/logconf.c patch 4227dist/bind/bin/named/logconf.c patch
4228dist/bind/bin/named/lwaddr.c patch 4228dist/bind/bin/named/lwaddr.c patch
4229dist/bind/bin/named/lwdclient.c patch 4229dist/bind/bin/named/lwdclient.c patch
4230dist/bind/bin/named/lwdgabn.c patch 4230dist/bind/bin/named/lwdgabn.c patch
4231dist/bind/bin/named/lwdgnba.c patch 4231dist/bind/bin/named/lwdgnba.c patch
4232dist/bind/bin/named/lwdgrbn.c patch 4232dist/bind/bin/named/lwdgrbn.c patch
4233dist/bind/bin/named/lwdnoop.c patch 4233dist/bind/bin/named/lwdnoop.c patch
4234dist/bind/bin/named/lwresd.8 patch 4234dist/bind/bin/named/lwresd.8 patch
4235dist/bind/bin/named/lwresd.c patch 4235dist/bind/bin/named/lwresd.c patch
4236dist/bind/bin/named/lwresd.docbook patch 4236dist/bind/bin/named/lwresd.docbook patch
4237dist/bind/bin/named/lwresd.html patch 4237dist/bind/bin/named/lwresd.html patch
4238dist/bind/bin/named/main.c patch 4238dist/bind/bin/named/main.c patch
4239dist/bind/bin/named/named.8 patch 4239dist/bind/bin/named/named.8 patch
4240dist/bind/bin/named/named.conf.5 patch 4240dist/bind/bin/named/named.conf.5 patch
4241dist/bind/bin/named/named.conf.docbook patch 4241dist/bind/bin/named/named.conf.docbook patch
4242dist/bind/bin/named/named.conf.html patch 4242dist/bind/bin/named/named.conf.html patch
4243dist/bind/bin/named/named.docbook patch 4243dist/bind/bin/named/named.docbook patch
4244dist/bind/bin/named/named.html patch 4244dist/bind/bin/named/named.html patch
4245dist/bind/bin/named/query.c patch 4245dist/bind/bin/named/query.c patch
4246dist/bind/bin/named/server.c patch 4246dist/bind/bin/named/server.c patch
4247dist/bind/bin/named/sortlist.c patch 4247dist/bind/bin/named/sortlist.c patch
4248dist/bind/bin/named/tkeyconf.c patch 4248dist/bind/bin/named/tkeyconf.c patch
4249dist/bind/bin/named/tsigconf.c patch 4249dist/bind/bin/named/tsigconf.c patch
4250dist/bind/bin/named/unix/Makefile.in patch 4250dist/bind/bin/named/unix/Makefile.in patch
4251dist/bind/bin/named/unix/include/named/os.h patch 4251dist/bind/bin/named/unix/include/named/os.h patch
4252dist/bind/bin/named/unix/os.c patch 4252dist/bind/bin/named/unix/os.c patch
4253dist/bind/bin/named/update.c patch 4253dist/bind/bin/named/update.c patch
4254dist/bind/bin/named/win32/include/named/os.h patch 4254dist/bind/bin/named/win32/include/named/os.h patch
4255dist/bind/bin/named/win32/named.mak patch 4255dist/bind/bin/named/win32/named.mak patch
4256dist/bind/bin/named/win32/ntservice.c patch 4256dist/bind/bin/named/win32/ntservice.c patch
4257dist/bind/bin/named/win32/os.c patch 4257dist/bind/bin/named/win32/os.c patch
4258dist/bind/bin/named/zoneconf.c patch 4258dist/bind/bin/named/zoneconf.c patch
4259dist/bind/bin/nsupdate/Makefile.in patch 4259dist/bind/bin/nsupdate/Makefile.in patch
4260dist/bind/bin/nsupdate/nsupdate.8 patch 4260dist/bind/bin/nsupdate/nsupdate.8 patch
4261dist/bind/bin/nsupdate/nsupdate.c patch 4261dist/bind/bin/nsupdate/nsupdate.c patch
4262dist/bind/bin/nsupdate/nsupdate.docbook patch 4262dist/bind/bin/nsupdate/nsupdate.docbook patch
4263dist/bind/bin/nsupdate/nsupdate.html patch 4263dist/bind/bin/nsupdate/nsupdate.html patch
4264dist/bind/bin/nsupdate/win32/nsupdate.mak patch 4264dist/bind/bin/nsupdate/win32/nsupdate.mak patch
4265dist/bind/bin/rndc/Makefile.in patch 4265dist/bind/bin/rndc/Makefile.in patch
4266dist/bind/bin/rndc/rndc-confgen.8 patch 4266dist/bind/bin/rndc/rndc-confgen.8 patch
4267dist/bind/bin/rndc/rndc-confgen.docbook patch 4267dist/bind/bin/rndc/rndc-confgen.docbook patch
4268dist/bind/bin/rndc/rndc-confgen.html patch 4268dist/bind/bin/rndc/rndc-confgen.html patch
4269dist/bind/bin/rndc/rndc.8 patch 4269dist/bind/bin/rndc/rndc.8 patch
4270dist/bind/bin/rndc/rndc.c patch 4270dist/bind/bin/rndc/rndc.c patch
4271dist/bind/bin/rndc/rndc.conf.5 patch 4271dist/bind/bin/rndc/rndc.conf.5 patch
4272dist/bind/bin/rndc/rndc.conf.docbook patch 4272dist/bind/bin/rndc/rndc.conf.docbook patch
4273dist/bind/bin/rndc/rndc.conf.html patch 4273dist/bind/bin/rndc/rndc.conf.html patch
4274dist/bind/bin/rndc/rndc.docbook patch 4274dist/bind/bin/rndc/rndc.docbook patch
4275dist/bind/bin/rndc/rndc.html patch 4275dist/bind/bin/rndc/rndc.html patch
4276dist/bind/bin/rndc/unix/Makefile.in patch 4276dist/bind/bin/rndc/unix/Makefile.in patch
4277dist/bind/bin/rndc/win32/confgen.dsp patch 4277dist/bind/bin/rndc/win32/confgen.dsp patch
4278dist/bind/bin/rndc/win32/confgen.mak patch 4278dist/bind/bin/rndc/win32/confgen.mak patch
4279dist/bind/bin/rndc/win32/os.c patch 4279dist/bind/bin/rndc/win32/os.c patch
4280dist/bind/bin/rndc/win32/rndc.dsp patch 4280dist/bind/bin/rndc/win32/rndc.dsp patch
4281dist/bind/bin/rndc/win32/rndc.mak patch 4281dist/bind/bin/rndc/win32/rndc.mak patch
4282dist/bind/bin/rndc/win32/rndcutil.dsp patch 4282dist/bind/bin/rndc/win32/rndcutil.dsp patch
4283dist/bind/bin/rndc/win32/rndcutil.dsw patch 4283dist/bind/bin/rndc/win32/rndcutil.dsw patch
4284dist/bind/bin/tests/Makefile.in patch 4284dist/bind/bin/tests/Makefile.in patch
4285dist/bind/bin/tests/byaddr_test.c patch 4285dist/bind/bin/tests/byaddr_test.c patch
4286dist/bind/bin/tests/cfg_test.c patch 4286dist/bind/bin/tests/cfg_test.c patch
4287dist/bind/bin/tests/compress_test.c patch 4287dist/bind/bin/tests/compress_test.c patch
4288dist/bind/bin/tests/db/Makefile.in patch 4288dist/bind/bin/tests/db/Makefile.in patch
4289dist/bind/bin/tests/db/t_db.c patch 4289dist/bind/bin/tests/db/t_db.c patch
4290dist/bind/bin/tests/db_test.c patch 4290dist/bind/bin/tests/db_test.c patch
4291dist/bind/bin/tests/dst/Makefile.in patch 4291dist/bind/bin/tests/dst/Makefile.in patch
4292dist/bind/bin/tests/dst/dst_test.c patch 4292dist/bind/bin/tests/dst/dst_test.c patch
4293dist/bind/bin/tests/dst/t_dst.c patch 4293dist/bind/bin/tests/dst/t_dst.c patch
4294dist/bind/bin/tests/entropy2_test.c patch 4294dist/bind/bin/tests/entropy2_test.c patch
4295dist/bind/bin/tests/entropy_test.c patch 4295dist/bind/bin/tests/entropy_test.c patch
4296dist/bind/bin/tests/gxba_test.c patch 4296dist/bind/bin/tests/gxba_test.c patch
4297dist/bind/bin/tests/gxbn_test.c patch 4297dist/bind/bin/tests/gxbn_test.c patch
4298dist/bind/bin/tests/hash_test.c patch 4298dist/bind/bin/tests/hash_test.c patch
4299dist/bind/bin/tests/journalprint.c patch 4299dist/bind/bin/tests/journalprint.c patch
4300dist/bind/bin/tests/lfsr_test.c patch 4300dist/bind/bin/tests/lfsr_test.c patch
4301dist/bind/bin/tests/lwres_test.c patch 4301dist/bind/bin/tests/lwres_test.c patch
4302dist/bind/bin/tests/master/Makefile.in patch 4302dist/bind/bin/tests/master/Makefile.in patch
4303dist/bind/bin/tests/master/t_master.c patch 4303dist/bind/bin/tests/master/t_master.c patch
4304dist/bind/bin/tests/mem/Makefile.in patch 4304dist/bind/bin/tests/mem/Makefile.in patch
4305dist/bind/bin/tests/mem/t_mem.c patch 4305dist/bind/bin/tests/mem/t_mem.c patch
4306dist/bind/bin/tests/mempool_test.c patch 4306dist/bind/bin/tests/mempool_test.c patch
4307dist/bind/bin/tests/names/Makefile.in patch 4307dist/bind/bin/tests/names/Makefile.in patch
4308dist/bind/bin/tests/names/dns_name_fromwire_8_data patch 4308dist/bind/bin/tests/names/dns_name_fromwire_8_data patch
4309dist/bind/bin/tests/names/t_names.c patch 4309dist/bind/bin/tests/names/t_names.c patch
4310dist/bind/bin/tests/net/Makefile.in patch 4310dist/bind/bin/tests/net/Makefile.in patch
4311dist/bind/bin/tests/net/driver.c patch 4311dist/bind/bin/tests/net/driver.c patch
4312dist/bind/bin/tests/net/netaddr_multicast.c patch 4312dist/bind/bin/tests/net/netaddr_multicast.c patch
4313dist/bind/bin/tests/printmsg.c patch 4313dist/bind/bin/tests/printmsg.c patch
4314dist/bind/bin/tests/rbt/Makefile.in patch 4314dist/bind/bin/tests/rbt/Makefile.in patch
4315dist/bind/bin/tests/rbt/t_rbt.c patch 4315dist/bind/bin/tests/rbt/t_rbt.c patch
4316dist/bind/bin/tests/rbt_test.c patch 4316dist/bind/bin/tests/rbt_test.c patch
4317dist/bind/bin/tests/rbt_test.txt patch 4317dist/bind/bin/tests/rbt_test.txt patch
4318dist/bind/bin/tests/rdata_test.c patch 4318dist/bind/bin/tests/rdata_test.c patch
4319dist/bind/bin/tests/shutdown_test.c patch 4319dist/bind/bin/tests/shutdown_test.c patch
4320dist/bind/bin/tests/sig0_test.c patch 4320dist/bind/bin/tests/sig0_test.c patch
4321dist/bind/bin/tests/sock_test.c patch 4321dist/bind/bin/tests/sock_test.c patch
4322dist/bind/bin/tests/sockaddr/Makefile.in patch 4322dist/bind/bin/tests/sockaddr/Makefile.in patch
4323dist/bind/bin/tests/sym_test.c patch 4323dist/bind/bin/tests/sym_test.c patch
4324dist/bind/bin/tests/system/Makefile.in patch 4324dist/bind/bin/tests/system/Makefile.in patch
4325dist/bind/bin/tests/system/README patch 4325dist/bind/bin/tests/system/README patch
4326dist/bind/bin/tests/system/conf.sh.in patch 4326dist/bind/bin/tests/system/conf.sh.in patch
4327dist/bind/bin/tests/system/dnssec/README patch 4327dist/bind/bin/tests/system/dnssec/README patch
4328dist/bind/bin/tests/system/dnssec/clean.sh patch 4328dist/bind/bin/tests/system/dnssec/clean.sh patch
4329dist/bind/bin/tests/system/dnssec/ns2/example.db.in patch 4329dist/bind/bin/tests/system/dnssec/ns2/example.db.in patch
4330dist/bind/bin/tests/system/dnssec/ns2/named.conf patch 4330dist/bind/bin/tests/system/dnssec/ns2/named.conf patch
4331dist/bind/bin/tests/system/dnssec/ns3/named.conf patch 4331dist/bind/bin/tests/system/dnssec/ns3/named.conf patch
4332dist/bind/bin/tests/system/dnssec/ns3/sign.sh patch 4332dist/bind/bin/tests/system/dnssec/ns3/sign.sh patch
4333dist/bind/bin/tests/system/dnssec/prereq.sh patch 4333dist/bind/bin/tests/system/dnssec/prereq.sh patch
4334dist/bind/bin/tests/system/dnssec/tests.sh patch 4334dist/bind/bin/tests/system/dnssec/tests.sh patch
4335dist/bind/bin/tests/system/ixfr/ans2/ans.pl patch 4335dist/bind/bin/tests/system/ixfr/ans2/ans.pl patch
4336dist/bind/bin/tests/system/lwresd/Makefile.in patch 4336dist/bind/bin/tests/system/lwresd/Makefile.in patch
4337dist/bind/bin/tests/system/lwresd/lwtest.c patch 4337dist/bind/bin/tests/system/lwresd/lwtest.c patch
4338dist/bind/bin/tests/system/lwresd/ns1/example2.db patch 4338dist/bind/bin/tests/system/lwresd/ns1/example2.db patch
4339dist/bind/bin/tests/system/lwresd/ns1/ip6.arpa.db patch 4339dist/bind/bin/tests/system/lwresd/ns1/ip6.arpa.db patch
4340dist/bind/bin/tests/system/lwresd/ns1/ip6.int.db patch 4340dist/bind/bin/tests/system/lwresd/ns1/ip6.int.db patch
4341dist/bind/bin/tests/system/lwresd/tests.sh patch 4341dist/bind/bin/tests/system/lwresd/tests.sh patch
4342dist/bind/bin/tests/system/notify/ns2/example1.db patch 4342dist/bind/bin/tests/system/notify/ns2/example1.db patch
4343dist/bind/bin/tests/system/notify/ns2/example2.db patch 4343dist/bind/bin/tests/system/notify/ns2/example2.db patch
4344dist/bind/bin/tests/system/notify/ns2/example3.db patch 4344dist/bind/bin/tests/system/notify/ns2/example3.db patch
4345dist/bind/bin/tests/system/notify/ns2/example4.db patch 4345dist/bind/bin/tests/system/notify/ns2/example4.db patch
4346dist/bind/bin/tests/system/nsupdate/ns1/example1.db patch 4346dist/bind/bin/tests/system/nsupdate/ns1/example1.db patch
4347dist/bind/bin/tests/system/resolver/ans2/ans.pl patch 4347dist/bind/bin/tests/system/resolver/ans2/ans.pl patch
4348dist/bind/bin/tests/system/resolver/ans3/ans.pl patch 4348dist/bind/bin/tests/system/resolver/ans3/ans.pl patch
4349dist/bind/bin/tests/system/run.sh patch 4349dist/bind/bin/tests/system/run.sh patch
4350dist/bind/bin/tests/system/runall.sh patch 4350dist/bind/bin/tests/system/runall.sh patch
4351dist/bind/bin/tests/system/sortlist/ns1/named.conf patch 4351dist/bind/bin/tests/system/sortlist/ns1/named.conf patch
4352dist/bind/bin/tests/system/sortlist/tests.sh patch 4352dist/bind/bin/tests/system/sortlist/tests.sh patch
4353dist/bind/bin/tests/system/start.pl patch 4353dist/bind/bin/tests/system/start.pl patch
4354dist/bind/bin/tests/system/start.sh patch 4354dist/bind/bin/tests/system/start.sh patch
4355dist/bind/bin/tests/system/stop.pl patch 4355dist/bind/bin/tests/system/stop.pl patch
4356dist/bind/bin/tests/system/stop.sh patch 4356dist/bind/bin/tests/system/stop.sh patch
4357dist/bind/bin/tests/system/stress/setup.pl patch 4357dist/bind/bin/tests/system/stress/setup.pl patch
4358dist/bind/bin/tests/system/tkey/Makefile.in patch 4358dist/bind/bin/tests/system/tkey/Makefile.in patch
4359dist/bind/bin/tests/system/tkey/keycreate.c patch 4359dist/bind/bin/tests/system/tkey/keycreate.c patch
4360dist/bind/bin/tests/system/tkey/keydelete.c patch 4360dist/bind/bin/tests/system/tkey/keydelete.c patch
4361dist/bind/bin/tests/system/tkey/ns1/setup.sh patch 4361dist/bind/bin/tests/system/tkey/ns1/setup.sh patch
4362dist/bind/bin/tests/system/tkey/tests.sh patch 4362dist/bind/bin/tests/system/tkey/tests.sh patch
4363dist/bind/bin/tests/system/v6synth/ns2/ip6.arpa.db patch 4363dist/bind/bin/tests/system/v6synth/ns2/ip6.arpa.db patch
4364dist/bind/bin/tests/system/xfer/clean.sh patch 4364dist/bind/bin/tests/system/xfer/clean.sh patch
4365dist/bind/bin/tests/system/xfer/ns1/root.db patch 4365dist/bind/bin/tests/system/xfer/ns1/root.db patch
4366dist/bind/bin/tests/system/xfer/ns2/named.conf patch 4366dist/bind/bin/tests/system/xfer/ns2/named.conf patch
4367dist/bind/bin/tests/system/xfer/ns3/named.conf patch 4367dist/bind/bin/tests/system/xfer/ns3/named.conf patch
4368dist/bind/bin/tests/system/xfer/setup.sh patch 4368dist/bind/bin/tests/system/xfer/setup.sh patch
4369dist/bind/bin/tests/system/xfer/tests.sh patch 4369dist/bind/bin/tests/system/xfer/tests.sh patch
4370dist/bind/bin/tests/task_test.c patch 4370dist/bind/bin/tests/task_test.c patch
4371dist/bind/bin/tests/tasks/Makefile.in patch 4371dist/bind/bin/tests/tasks/Makefile.in patch
4372dist/bind/bin/tests/tasks/t_tasks.c patch 4372dist/bind/bin/tests/tasks/t_tasks.c patch
4373dist/bind/bin/tests/timer_test.c patch 4373dist/bind/bin/tests/timer_test.c patch
4374dist/bind/bin/tests/timers/Makefile.in patch 4374dist/bind/bin/tests/timers/Makefile.in patch
4375dist/bind/bin/tests/timers/t_timers.c patch 4375dist/bind/bin/tests/timers/t_timers.c patch
4376dist/bind/bin/tests/wire_test.c patch 4376dist/bind/bin/tests/wire_test.c patch
4377dist/bind/bin/tests/zone_test.c patch 4377dist/bind/bin/tests/zone_test.c patch
4378dist/bind/bin/win32/BINDInstall/AccountInfo.cpp patch 4378dist/bind/bin/win32/BINDInstall/AccountInfo.cpp patch
4379dist/bind/bin/win32/BINDInstall/AccountInfo.h patch 4379dist/bind/bin/win32/BINDInstall/AccountInfo.h patch
4380dist/bind/bin/win32/BINDInstall/BINDInstall.dsp patch 4380dist/bind/bin/win32/BINDInstall/BINDInstall.dsp patch
4381dist/bind/bin/win32/BINDInstall/BINDInstall.mak patch 4381dist/bind/bin/win32/BINDInstall/BINDInstall.mak patch
4382dist/bind/bin/win32/BINDInstall/BINDInstallDlg.cpp patch 4382dist/bind/bin/win32/BINDInstall/BINDInstallDlg.cpp patch
4383dist/bind/bin/win32/BINDInstall/BINDInstallDlg.h patch 4383dist/bind/bin/win32/BINDInstall/BINDInstallDlg.h patch
4384dist/bind/bin/win32/BINDInstall/StdAfx.h patch 4384dist/bind/bin/win32/BINDInstall/StdAfx.h patch
4385dist/bind/config.h.in patch 4385dist/bind/config.h.in patch
4386dist/bind/config.h.win32 patch 4386dist/bind/config.h.win32 patch
4387dist/bind/config.threads.in patch 4387dist/bind/config.threads.in patch
4388dist/bind/configure patch 4388dist/bind/configure patch
4389dist/bind/configure.in patch 4389dist/bind/configure.in patch
4390dist/bind/contrib/idn/idnkit-1.0-src/patch/bind9/bind-9.3.3-patch patch 4390dist/bind/contrib/idn/idnkit-1.0-src/patch/bind9/bind-9.3.3-patch patch
4391dist/bind/contrib/idn/idnkit-1.0-src/patch/bind9/bind-9.3.4-patch patch 4391dist/bind/contrib/idn/idnkit-1.0-src/patch/bind9/bind-9.3.4-patch patch
4392dist/bind/contrib/idn/idnkit-1.0-src/patch/bind9/bind-9.3.5-patch patch 4392dist/bind/contrib/idn/idnkit-1.0-src/patch/bind9/bind-9.3.5-patch patch
4393dist/bind/contrib/named-bootconf/named-bootconf.sh patch 4393dist/bind/contrib/named-bootconf/named-bootconf.sh patch
4394dist/bind/contrib/queryperf/config.h.in patch 4394dist/bind/contrib/queryperf/config.h.in patch
4395dist/bind/contrib/queryperf/configure patch 4395dist/bind/contrib/queryperf/configure patch
4396dist/bind/contrib/queryperf/configure.in patch 4396dist/bind/contrib/queryperf/configure.in patch
4397dist/bind/contrib/queryperf/queryperf.c patch 4397dist/bind/contrib/queryperf/queryperf.c patch
4398dist/bind/contrib/sdb/dir/dirdb.c patch 4398dist/bind/contrib/sdb/dir/dirdb.c patch
4399dist/bind/contrib/sdb/dir/dirdb.h patch 4399dist/bind/contrib/sdb/dir/dirdb.h patch
4400dist/bind/contrib/sdb/pgsql/pgsqldb.c patch 4400dist/bind/contrib/sdb/pgsql/pgsqldb.c patch
4401dist/bind/contrib/sdb/pgsql/pgsqldb.h patch 4401dist/bind/contrib/sdb/pgsql/pgsqldb.h patch
4402dist/bind/contrib/sdb/pgsql/zonetodb.c patch 4402dist/bind/contrib/sdb/pgsql/zonetodb.c patch
4403dist/bind/contrib/sdb/tcl/lookup.tcl patch 4403dist/bind/contrib/sdb/tcl/lookup.tcl patch
4404dist/bind/contrib/sdb/tcl/tcldb.c patch 4404dist/bind/contrib/sdb/tcl/tcldb.c patch
4405dist/bind/contrib/sdb/tcl/tcldb.h patch 4405dist/bind/contrib/sdb/tcl/tcldb.h patch
4406dist/bind/contrib/sdb/time/timedb.c patch 4406dist/bind/contrib/sdb/time/timedb.c patch
4407dist/bind/contrib/sdb/time/timedb.h patch 4407dist/bind/contrib/sdb/time/timedb.h patch
4408dist/bind/doc/arm/Bv9ARM-book.xml patch 4408dist/bind/doc/arm/Bv9ARM-book.xml patch
4409dist/bind/doc/arm/Bv9ARM.ch01.html patch 4409dist/bind/doc/arm/Bv9ARM.ch01.html patch
4410dist/bind/doc/arm/Bv9ARM.ch02.html patch 4410dist/bind/doc/arm/Bv9ARM.ch02.html patch
4411dist/bind/doc/arm/Bv9ARM.ch03.html patch 4411dist/bind/doc/arm/Bv9ARM.ch03.html patch
4412dist/bind/doc/arm/Bv9ARM.ch04.html patch 4412dist/bind/doc/arm/Bv9ARM.ch04.html patch
4413dist/bind/doc/arm/Bv9ARM.ch05.html patch 4413dist/bind/doc/arm/Bv9ARM.ch05.html patch
4414dist/bind/doc/arm/Bv9ARM.ch06.html patch 4414dist/bind/doc/arm/Bv9ARM.ch06.html patch
4415dist/bind/doc/arm/Bv9ARM.ch07.html patch 4415dist/bind/doc/arm/Bv9ARM.ch07.html patch
4416dist/bind/doc/arm/Bv9ARM.ch08.html patch 4416dist/bind/doc/arm/Bv9ARM.ch08.html patch
4417dist/bind/doc/arm/Bv9ARM.ch09.html patch 4417dist/bind/doc/arm/Bv9ARM.ch09.html patch
4418dist/bind/doc/arm/Bv9ARM.html patch 4418dist/bind/doc/arm/Bv9ARM.html patch
4419dist/bind/doc/arm/Makefile.in patch 4419dist/bind/doc/arm/Makefile.in patch
4420dist/bind/doc/misc/Makefile.in patch 4420dist/bind/doc/misc/Makefile.in patch
4421dist/bind/doc/misc/dnssec patch 4421dist/bind/doc/misc/dnssec patch
4422dist/bind/doc/misc/format-options.pl patch 4422dist/bind/doc/misc/format-options.pl patch
4423dist/bind/doc/misc/migration patch 4423dist/bind/doc/misc/migration patch
4424dist/bind/doc/misc/options patch 4424dist/bind/doc/misc/options patch
4425dist/bind/doc/misc/sort-options.pl patch 4425dist/bind/doc/misc/sort-options.pl patch
4426dist/bind/doc/rfc/index patch 4426dist/bind/doc/rfc/index patch
4427dist/bind/doc/rfc/rfc4193.txt patch 4427dist/bind/doc/rfc/rfc4193.txt patch
4428dist/bind/doc/rfc/rfc4255.txt patch 4428dist/bind/doc/rfc/rfc4255.txt patch
4429dist/bind/doc/rfc/rfc4343.txt patch 4429dist/bind/doc/rfc/rfc4343.txt patch
4430dist/bind/doc/rfc/rfc4367.txt patch 4430dist/bind/doc/rfc/rfc4367.txt patch
4431dist/bind/doc/rfc/rfc4398.txt patch 4431dist/bind/doc/rfc/rfc4398.txt patch
4432dist/bind/doc/rfc/rfc4408.txt patch 4432dist/bind/doc/rfc/rfc4408.txt patch
4433dist/bind/doc/rfc/rfc4431.txt patch 4433dist/bind/doc/rfc/rfc4431.txt patch
4434dist/bind/doc/rfc/rfc4470.txt patch 4434dist/bind/doc/rfc/rfc4470.txt patch
4435dist/bind/doc/rfc/rfc4634.txt patch 4435dist/bind/doc/rfc/rfc4634.txt patch
4436dist/bind/doc/rfc/rfc4641.txt patch 4436dist/bind/doc/rfc/rfc4641.txt patch
4437dist/bind/doc/xsl/isc-manpage.xsl.in patch 4437dist/bind/doc/xsl/isc-manpage.xsl.in patch
4438dist/bind/docutil/docbook2man-wrapper.sh.in patch 4438dist/bind/docutil/docbook2man-wrapper.sh.in patch
4439dist/bind/lib/Makefile.in patch 4439dist/bind/lib/Makefile.in patch
4440dist/bind/lib/bind/Makefile.in patch 4440dist/bind/lib/bind/Makefile.in patch
4441dist/bind/lib/bind/api patch 4441dist/bind/lib/bind/api patch
4442dist/bind/lib/bind/config.h.in patch 4442dist/bind/lib/bind/config.h.in patch
4443dist/bind/lib/bind/configure patch 4443dist/bind/lib/bind/configure patch
4444dist/bind/lib/bind/configure.in patch 4444dist/bind/lib/bind/configure.in patch
4445dist/bind/lib/bind/dst/dst_api.c patch 4445dist/bind/lib/bind/dst/dst_api.c patch
4446dist/bind/lib/bind/dst/hmac_link.c patch 4446dist/bind/lib/bind/dst/hmac_link.c patch
4447dist/bind/lib/bind/include/Makefile.in patch 4447dist/bind/lib/bind/include/Makefile.in patch
4448dist/bind/lib/bind/include/arpa/nameser_compat.h patch 4448dist/bind/lib/bind/include/arpa/nameser_compat.h patch
4449dist/bind/lib/bind/include/isc/eventlib.h patch 4449dist/bind/lib/bind/include/isc/eventlib.h patch
4450dist/bind/lib/bind/include/isc/list.h patch 4450dist/bind/lib/bind/include/isc/list.h patch
4451dist/bind/lib/bind/include/isc/platform.h.in patch 4451dist/bind/lib/bind/include/isc/platform.h.in patch
4452dist/bind/lib/bind/include/netdb.h patch 4452dist/bind/lib/bind/include/netdb.h patch
4453dist/bind/lib/bind/inet/inet_cidr_ntop.c patch 4453dist/bind/lib/bind/inet/inet_cidr_ntop.c patch
4454dist/bind/lib/bind/inet/inet_net_ntop.c patch 4454dist/bind/lib/bind/inet/inet_net_ntop.c patch
4455dist/bind/lib/bind/inet/inet_network.c patch 4455dist/bind/lib/bind/inet/inet_network.c patch
4456dist/bind/lib/bind/irs/dns.c patch 4456dist/bind/lib/bind/irs/dns.c patch
4457dist/bind/lib/bind/irs/dns_ho.c patch 4457dist/bind/lib/bind/irs/dns_ho.c patch
4458dist/bind/lib/bind/irs/gai_strerror.c patch 4458dist/bind/lib/bind/irs/gai_strerror.c patch
4459dist/bind/lib/bind/irs/gen_ho.c patch 4459dist/bind/lib/bind/irs/gen_ho.c patch
4460dist/bind/lib/bind/irs/getaddrinfo.c patch 4460dist/bind/lib/bind/irs/getaddrinfo.c patch
4461dist/bind/lib/bind/irs/gethostent.c patch 4461dist/bind/lib/bind/irs/gethostent.c patch
4462dist/bind/lib/bind/irs/getnameinfo.c patch 4462dist/bind/lib/bind/irs/getnameinfo.c patch
4463dist/bind/lib/bind/irs/getprotoent_r.c patch 4463dist/bind/lib/bind/irs/getprotoent_r.c patch
4464dist/bind/lib/bind/irs/getservent_r.c patch 4464dist/bind/lib/bind/irs/getservent_r.c patch
4465dist/bind/lib/bind/irs/irp.c patch 4465dist/bind/lib/bind/irs/irp.c patch
4466dist/bind/lib/bind/irs/irp_ng.c patch 4466dist/bind/lib/bind/irs/irp_ng.c patch
4467dist/bind/lib/bind/irs/irp_nw.c patch 4467dist/bind/lib/bind/irs/irp_nw.c patch
4468dist/bind/lib/bind/irs/irpmarshall.c patch 4468dist/bind/lib/bind/irs/irpmarshall.c patch
4469dist/bind/lib/bind/irs/irs_data.c patch 4469dist/bind/lib/bind/irs/irs_data.c patch
4470dist/bind/lib/bind/irs/lcl_ho.c patch 4470dist/bind/lib/bind/irs/lcl_ho.c patch
4471dist/bind/lib/bind/irs/lcl_pr.c patch 4471dist/bind/lib/bind/irs/lcl_pr.c patch
4472dist/bind/lib/bind/isc/ctl_clnt.c patch 4472dist/bind/lib/bind/isc/ctl_clnt.c patch
4473dist/bind/lib/bind/isc/ctl_srvr.c patch 4473dist/bind/lib/bind/isc/ctl_srvr.c patch
4474dist/bind/lib/bind/isc/ev_connects.c patch 4474dist/bind/lib/bind/isc/ev_connects.c patch
4475dist/bind/lib/bind/isc/eventlib.c patch 4475dist/bind/lib/bind/isc/eventlib.c patch
4476dist/bind/lib/bind/isc/eventlib_p.h patch 4476dist/bind/lib/bind/isc/eventlib_p.h patch
4477dist/bind/lib/bind/isc/heap.c patch 4477dist/bind/lib/bind/isc/heap.c patch
4478dist/bind/lib/bind/isc/hex.c patch 4478dist/bind/lib/bind/isc/hex.c patch
4479dist/bind/lib/bind/isc/memcluster.c patch 4479dist/bind/lib/bind/isc/memcluster.c patch
4480dist/bind/lib/bind/make/rules.in patch 4480dist/bind/lib/bind/make/rules.in patch
4481dist/bind/lib/bind/nameser/ns_parse.c patch 4481dist/bind/lib/bind/nameser/ns_parse.c patch
4482dist/bind/lib/bind/nameser/ns_sign.c patch 4482dist/bind/lib/bind/nameser/ns_sign.c patch
4483dist/bind/lib/bind/nameser/ns_verify.c patch 4483dist/bind/lib/bind/nameser/ns_verify.c patch
4484dist/bind/lib/bind/port/aix5/include/sys/cdefs.h patch 4484dist/bind/lib/bind/port/aix5/include/sys/cdefs.h patch
4485dist/bind/lib/bind/port/cygwin/Makefile.in patch 4485dist/bind/lib/bind/port/cygwin/Makefile.in patch
4486dist/bind/lib/bind/port/cygwin/include/Makefile.in patch 4486dist/bind/lib/bind/port/cygwin/include/Makefile.in patch
4487dist/bind/lib/bind/port/irix/include/Makefile.in patch 4487dist/bind/lib/bind/port/irix/include/Makefile.in patch
4488dist/bind/lib/bind/port/sunos/include/paths.h patch 4488dist/bind/lib/bind/port/sunos/include/paths.h patch
4489dist/bind/lib/bind/port_after.h.in patch 4489dist/bind/lib/bind/port_after.h.in patch
4490dist/bind/lib/bind/port_before.h.in patch 4490dist/bind/lib/bind/port_before.h.in patch
4491dist/bind/lib/bind/resolv/mtctxres.c patch 4491dist/bind/lib/bind/resolv/mtctxres.c patch
4492dist/bind/lib/bind/resolv/res_data.c patch 4492dist/bind/lib/bind/resolv/res_data.c patch
4493dist/bind/lib/bind/resolv/res_init.c patch 4493dist/bind/lib/bind/resolv/res_init.c patch
4494dist/bind/lib/bind/resolv/res_send.c patch 4494dist/bind/lib/bind/resolv/res_send.c patch
4495dist/bind/lib/bind/resolv/res_sendsigned.c patch 4495dist/bind/lib/bind/resolv/res_sendsigned.c patch
4496dist/bind/lib/bind9/Makefile.in patch 4496dist/bind/lib/bind9/Makefile.in patch
4497dist/bind/lib/bind9/api patch 4497dist/bind/lib/bind9/api patch
4498dist/bind/lib/bind9/check.c patch 4498dist/bind/lib/bind9/check.c patch
4499dist/bind/lib/bind9/getaddresses.c patch 4499dist/bind/lib/bind9/getaddresses.c patch
4500dist/bind/lib/bind9/include/Makefile.in patch 4500dist/bind/lib/bind9/include/Makefile.in patch
4501dist/bind/lib/bind9/include/bind9/Makefile.in patch 4501dist/bind/lib/bind9/include/bind9/Makefile.in patch
4502dist/bind/lib/bind9/include/bind9/check.h patch 4502dist/bind/lib/bind9/include/bind9/check.h patch
4503dist/bind/lib/bind9/include/bind9/getaddresses.h patch 4503dist/bind/lib/bind9/include/bind9/getaddresses.h patch
4504dist/bind/lib/bind9/include/bind9/version.h patch 4504dist/bind/lib/bind9/include/bind9/version.h patch
4505dist/bind/lib/bind9/version.c patch 4505dist/bind/lib/bind9/version.c patch
4506dist/bind/lib/bind9/win32/DLLMain.c patch 4506dist/bind/lib/bind9/win32/DLLMain.c patch
4507dist/bind/lib/bind9/win32/libbind9.mak patch 4507dist/bind/lib/bind9/win32/libbind9.mak patch
4508dist/bind/lib/bind9/win32/version.c patch 4508dist/bind/lib/bind9/win32/version.c patch
4509dist/bind/lib/dns/Makefile.in patch 4509dist/bind/lib/dns/Makefile.in patch
4510dist/bind/lib/dns/acl.c patch 4510dist/bind/lib/dns/acl.c patch
4511dist/bind/lib/dns/adb.c patch 4511dist/bind/lib/dns/adb.c patch
4512dist/bind/lib/dns/api patch 4512dist/bind/lib/dns/api patch
4513dist/bind/lib/dns/byaddr.c patch 4513dist/bind/lib/dns/byaddr.c patch
4514dist/bind/lib/dns/cache.c patch 4514dist/bind/lib/dns/cache.c patch
4515dist/bind/lib/dns/compress.c patch 4515dist/bind/lib/dns/compress.c patch
4516dist/bind/lib/dns/dbtable.c patch 4516dist/bind/lib/dns/dbtable.c patch
4517dist/bind/lib/dns/dispatch.c patch 4517dist/bind/lib/dns/dispatch.c patch
4518dist/bind/lib/dns/dnssec.c patch 4518dist/bind/lib/dns/dnssec.c patch
4519dist/bind/lib/dns/dst_api.c patch 4519dist/bind/lib/dns/dst_api.c patch
4520dist/bind/lib/dns/dst_parse.c patch 4520dist/bind/lib/dns/dst_parse.c patch
4521dist/bind/lib/dns/gen-unix.h patch 4521dist/bind/lib/dns/gen-unix.h patch
4522dist/bind/lib/dns/gen-win32.h patch 4522dist/bind/lib/dns/gen-win32.h patch
4523dist/bind/lib/dns/gen.c patch 4523dist/bind/lib/dns/gen.c patch
4524dist/bind/lib/dns/include/dns/acl.h patch 4524dist/bind/lib/dns/include/dns/acl.h patch
4525dist/bind/lib/dns/include/dns/cache.h patch 4525dist/bind/lib/dns/include/dns/cache.h patch
4526dist/bind/lib/dns/include/dns/callbacks.h patch 4526dist/bind/lib/dns/include/dns/callbacks.h patch
4527dist/bind/lib/dns/include/dns/compress.h patch 4527dist/bind/lib/dns/include/dns/compress.h patch
4528dist/bind/lib/dns/include/dns/db.h patch 4528dist/bind/lib/dns/include/dns/db.h patch
4529dist/bind/lib/dns/include/dns/diff.h patch 4529dist/bind/lib/dns/include/dns/diff.h patch
4530dist/bind/lib/dns/include/dns/dispatch.h patch 4530dist/bind/lib/dns/include/dns/dispatch.h patch
4531dist/bind/lib/dns/include/dns/dnssec.h patch 4531dist/bind/lib/dns/include/dns/dnssec.h patch
4532dist/bind/lib/dns/include/dns/events.h patch 4532dist/bind/lib/dns/include/dns/events.h patch
4533dist/bind/lib/dns/include/dns/journal.h patch 4533dist/bind/lib/dns/include/dns/journal.h patch
4534dist/bind/lib/dns/include/dns/keytable.h patch 4534dist/bind/lib/dns/include/dns/keytable.h patch
4535dist/bind/lib/dns/include/dns/lib.h patch 4535dist/bind/lib/dns/include/dns/lib.h patch
4536dist/bind/lib/dns/include/dns/master.h patch 4536dist/bind/lib/dns/include/dns/master.h patch
4537dist/bind/lib/dns/include/dns/masterdump.h patch 4537dist/bind/lib/dns/include/dns/masterdump.h patch
4538dist/bind/lib/dns/include/dns/message.h patch 4538dist/bind/lib/dns/include/dns/message.h patch
4539dist/bind/lib/dns/include/dns/name.h patch 4539dist/bind/lib/dns/include/dns/name.h patch
4540dist/bind/lib/dns/include/dns/ncache.h patch 4540dist/bind/lib/dns/include/dns/ncache.h patch
4541dist/bind/lib/dns/include/dns/opcode.h patch 4541dist/bind/lib/dns/include/dns/opcode.h patch
4542dist/bind/lib/dns/include/dns/order.h patch 4542dist/bind/lib/dns/include/dns/order.h patch
4543dist/bind/lib/dns/include/dns/peer.h patch 4543dist/bind/lib/dns/include/dns/peer.h patch
4544dist/bind/lib/dns/include/dns/rbt.h patch 4544dist/bind/lib/dns/include/dns/rbt.h patch
4545dist/bind/lib/dns/include/dns/rdataset.h patch 4545dist/bind/lib/dns/include/dns/rdataset.h patch
4546dist/bind/lib/dns/include/dns/rdataslab.h patch 4546dist/bind/lib/dns/include/dns/rdataslab.h patch
4547dist/bind/lib/dns/include/dns/request.h patch 4547dist/bind/lib/dns/include/dns/request.h patch
4548dist/bind/lib/dns/include/dns/resolver.h patch 4548dist/bind/lib/dns/include/dns/resolver.h patch
4549dist/bind/lib/dns/include/dns/sdb.h patch 4549dist/bind/lib/dns/include/dns/sdb.h patch
4550dist/bind/lib/dns/include/dns/time.h patch 4550dist/bind/lib/dns/include/dns/time.h patch
4551dist/bind/lib/dns/include/dns/tsig.h patch 4551dist/bind/lib/dns/include/dns/tsig.h patch
4552dist/bind/lib/dns/include/dns/types.h patch 4552dist/bind/lib/dns/include/dns/types.h patch
4553dist/bind/lib/dns/include/dns/validator.h patch 4553dist/bind/lib/dns/include/dns/validator.h patch
4554dist/bind/lib/dns/include/dns/version.h patch 4554dist/bind/lib/dns/include/dns/version.h patch
4555dist/bind/lib/dns/include/dns/xfrin.h patch 4555dist/bind/lib/dns/include/dns/xfrin.h patch
4556dist/bind/lib/dns/include/dns/zone.h patch 4556dist/bind/lib/dns/include/dns/zone.h patch
4557dist/bind/lib/dns/include/dns/zt.h patch 4557dist/bind/lib/dns/include/dns/zt.h patch
4558dist/bind/lib/dns/journal.c patch 4558dist/bind/lib/dns/journal.c patch
4559dist/bind/lib/dns/keytable.c patch 4559dist/bind/lib/dns/keytable.c patch
4560dist/bind/lib/dns/lib.c patch 4560dist/bind/lib/dns/lib.c patch
4561dist/bind/lib/dns/lookup.c patch 4561dist/bind/lib/dns/lookup.c patch
4562dist/bind/lib/dns/master.c patch 4562dist/bind/lib/dns/master.c patch
4563dist/bind/lib/dns/masterdump.c patch 4563dist/bind/lib/dns/masterdump.c patch
4564dist/bind/lib/dns/message.c patch 4564dist/bind/lib/dns/message.c patch
4565dist/bind/lib/dns/name.c patch 4565dist/bind/lib/dns/name.c patch
4566dist/bind/lib/dns/openssl_link.c patch 4566dist/bind/lib/dns/openssl_link.c patch
4567dist/bind/lib/dns/openssldh_link.c patch 4567dist/bind/lib/dns/openssldh_link.c patch
4568dist/bind/lib/dns/openssldsa_link.c patch 4568dist/bind/lib/dns/openssldsa_link.c patch
4569dist/bind/lib/dns/opensslrsa_link.c patch 4569dist/bind/lib/dns/opensslrsa_link.c patch
4570dist/bind/lib/dns/order.c patch 4570dist/bind/lib/dns/order.c patch
4571dist/bind/lib/dns/peer.c patch 4571dist/bind/lib/dns/peer.c patch
4572dist/bind/lib/dns/portlist.c patch 4572dist/bind/lib/dns/portlist.c patch
4573dist/bind/lib/dns/rbt.c patch 4573dist/bind/lib/dns/rbt.c patch
4574dist/bind/lib/dns/rbtdb.c patch 4574dist/bind/lib/dns/rbtdb.c patch
4575dist/bind/lib/dns/rdata.c patch 4575dist/bind/lib/dns/rdata.c patch
4576dist/bind/lib/dns/rdata/generic/dlv_32769.c patch 4576dist/bind/lib/dns/rdata/generic/dlv_32769.c patch
4577dist/bind/lib/dns/rdata/generic/dlv_32769.h patch 4577dist/bind/lib/dns/rdata/generic/dlv_32769.h patch
4578dist/bind/lib/dns/rdata/generic/dlv_65323.c patch 4578dist/bind/lib/dns/rdata/generic/dlv_65323.c patch
4579dist/bind/lib/dns/rdata/generic/dlv_65323.h patch 4579dist/bind/lib/dns/rdata/generic/dlv_65323.h patch
4580dist/bind/lib/dns/rdata/generic/ds_43.c patch 4580dist/bind/lib/dns/rdata/generic/ds_43.c patch
4581dist/bind/lib/dns/rdata/generic/gpos_27.c patch 4581dist/bind/lib/dns/rdata/generic/gpos_27.c patch
4582dist/bind/lib/dns/rdata/generic/hinfo_13.c patch 4582dist/bind/lib/dns/rdata/generic/hinfo_13.c patch
4583dist/bind/lib/dns/rdata/generic/isdn_20.c patch 4583dist/bind/lib/dns/rdata/generic/isdn_20.c patch
4584dist/bind/lib/dns/rdata/generic/minfo_14.c patch 4584dist/bind/lib/dns/rdata/generic/minfo_14.c patch
4585dist/bind/lib/dns/rdata/generic/null_10.c patch 4585dist/bind/lib/dns/rdata/generic/null_10.c patch
4586dist/bind/lib/dns/rdata/generic/nxt_30.h patch 4586dist/bind/lib/dns/rdata/generic/nxt_30.h patch
4587dist/bind/lib/dns/rdata/generic/opt_41.c patch 4587dist/bind/lib/dns/rdata/generic/opt_41.c patch
4588dist/bind/lib/dns/rdata/generic/proforma.c patch 4588dist/bind/lib/dns/rdata/generic/proforma.c patch
4589dist/bind/lib/dns/rdata/generic/rp_17.c patch 4589dist/bind/lib/dns/rdata/generic/rp_17.c patch
4590dist/bind/lib/dns/rdata/generic/soa_6.c patch 4590dist/bind/lib/dns/rdata/generic/soa_6.c patch
4591dist/bind/lib/dns/rdata/generic/txt_16.c patch 4591dist/bind/lib/dns/rdata/generic/txt_16.c patch
4592dist/bind/lib/dns/rdata/generic/unspec_103.c patch 4592dist/bind/lib/dns/rdata/generic/unspec_103.c patch
4593dist/bind/lib/dns/rdata/generic/x25_19.c patch 4593dist/bind/lib/dns/rdata/generic/x25_19.c patch
4594dist/bind/lib/dns/rdata/hs_4/a_1.c patch 4594dist/bind/lib/dns/rdata/hs_4/a_1.c patch
4595dist/bind/lib/dns/rdata/in_1/a_1.c patch 4595dist/bind/lib/dns/rdata/in_1/a_1.c patch
4596dist/bind/lib/dns/rdata/in_1/aaaa_28.c patch 4596dist/bind/lib/dns/rdata/in_1/aaaa_28.c patch
4597dist/bind/lib/dns/rdata/in_1/apl_42.c patch 4597dist/bind/lib/dns/rdata/in_1/apl_42.c patch
4598dist/bind/lib/dns/rdata/in_1/apl_42.h patch 4598dist/bind/lib/dns/rdata/in_1/apl_42.h patch
4599dist/bind/lib/dns/rdata/in_1/nsap_22.c patch 4599dist/bind/lib/dns/rdata/in_1/nsap_22.c patch
4600dist/bind/lib/dns/rdata/in_1/wks_11.c patch 4600dist/bind/lib/dns/rdata/in_1/wks_11.c patch
4601dist/bind/lib/dns/rdataset.c patch 4601dist/bind/lib/dns/rdataset.c patch
4602dist/bind/lib/dns/request.c patch 4602dist/bind/lib/dns/request.c patch
4603dist/bind/lib/dns/resolver.c patch 4603dist/bind/lib/dns/resolver.c patch
4604dist/bind/lib/dns/rootns.c patch 4604dist/bind/lib/dns/rootns.c patch
4605dist/bind/lib/dns/sdb.c patch 4605dist/bind/lib/dns/sdb.c patch
4606dist/bind/lib/dns/tcpmsg.c patch 4606dist/bind/lib/dns/tcpmsg.c patch
4607dist/bind/lib/dns/tkey.c patch 4607dist/bind/lib/dns/tkey.c patch
4608dist/bind/lib/dns/tsig.c patch 4608dist/bind/lib/dns/tsig.c patch
4609dist/bind/lib/dns/ttl.c patch 4609dist/bind/lib/dns/ttl.c patch
4610dist/bind/lib/dns/validator.c patch 4610dist/bind/lib/dns/validator.c patch
4611dist/bind/lib/dns/version.c patch 4611dist/bind/lib/dns/version.c patch
4612dist/bind/lib/dns/view.c patch 4612dist/bind/lib/dns/view.c patch
4613dist/bind/lib/dns/win32/DLLMain.c patch 4613dist/bind/lib/dns/win32/DLLMain.c patch
4614dist/bind/lib/dns/win32/gen.mak patch 4614dist/bind/lib/dns/win32/gen.mak patch
4615dist/bind/lib/dns/win32/libdns.def patch 4615dist/bind/lib/dns/win32/libdns.def patch
4616dist/bind/lib/dns/win32/libdns.dsp patch 4616dist/bind/lib/dns/win32/libdns.dsp patch
4617dist/bind/lib/dns/win32/libdns.mak patch 4617dist/bind/lib/dns/win32/libdns.mak patch
4618dist/bind/lib/dns/win32/version.c patch 4618dist/bind/lib/dns/win32/version.c patch
4619dist/bind/lib/dns/xfrin.c patch 4619dist/bind/lib/dns/xfrin.c patch
4620dist/bind/lib/dns/zone.c patch 4620dist/bind/lib/dns/zone.c patch
4621dist/bind/lib/dns/zt.c patch 4621dist/bind/lib/dns/zt.c patch
4622dist/bind/lib/isc/api patch 4622dist/bind/lib/isc/api patch
4623dist/bind/lib/isc/buffer.c patch 4623dist/bind/lib/isc/buffer.c patch
4624dist/bind/lib/isc/event.c patch 4624dist/bind/lib/isc/event.c patch
4625dist/bind/lib/isc/hash.c patch 4625dist/bind/lib/isc/hash.c patch
4626dist/bind/lib/isc/heap.c patch 4626dist/bind/lib/isc/heap.c patch
4627dist/bind/lib/isc/hmacmd5.c patch 4627dist/bind/lib/isc/hmacmd5.c patch
4628dist/bind/lib/isc/include/isc/buffer.h patch 4628dist/bind/lib/isc/include/isc/buffer.h patch
4629dist/bind/lib/isc/include/isc/entropy.h patch 4629dist/bind/lib/isc/include/isc/entropy.h patch
4630dist/bind/lib/isc/include/isc/event.h patch 4630dist/bind/lib/isc/include/isc/event.h patch
4631dist/bind/lib/isc/include/isc/file.h patch 4631dist/bind/lib/isc/include/isc/file.h patch
4632dist/bind/lib/isc/include/isc/heap.h patch 4632dist/bind/lib/isc/include/isc/heap.h patch
4633dist/bind/lib/isc/include/isc/ipv6.h patch 4633dist/bind/lib/isc/include/isc/ipv6.h patch
4634dist/bind/lib/isc/include/isc/lex.h patch 4634dist/bind/lib/isc/include/isc/lex.h patch
4635dist/bind/lib/isc/include/isc/lib.h patch 4635dist/bind/lib/isc/include/isc/lib.h patch
4636dist/bind/lib/isc/include/isc/list.h patch 4636dist/bind/lib/isc/include/isc/list.h patch
4637dist/bind/lib/isc/include/isc/log.h patch 4637dist/bind/lib/isc/include/isc/log.h patch
4638dist/bind/lib/isc/include/isc/mem.h patch 4638dist/bind/lib/isc/include/isc/mem.h patch
4639dist/bind/lib/isc/include/isc/netaddr.h patch 4639dist/bind/lib/isc/include/isc/netaddr.h patch
4640dist/bind/lib/isc/include/isc/netscope.h patch 4640dist/bind/lib/isc/include/isc/netscope.h patch
4641dist/bind/lib/isc/include/isc/parseint.h patch 4641dist/bind/lib/isc/include/isc/parseint.h patch
4642dist/bind/lib/isc/include/isc/platform.h.in patch 4642dist/bind/lib/isc/include/isc/platform.h.in patch
4643dist/bind/lib/isc/include/isc/quota.h patch 4643dist/bind/lib/isc/include/isc/quota.h patch
4644dist/bind/lib/isc/include/isc/ratelimiter.h patch 4644dist/bind/lib/isc/include/isc/ratelimiter.h patch
4645dist/bind/lib/isc/include/isc/region.h patch 4645dist/bind/lib/isc/include/isc/region.h patch
4646dist/bind/lib/isc/include/isc/result.h patch 4646dist/bind/lib/isc/include/isc/result.h patch
4647dist/bind/lib/isc/include/isc/sockaddr.h patch 4647dist/bind/lib/isc/include/isc/sockaddr.h patch
4648dist/bind/lib/isc/include/isc/socket.h patch 4648dist/bind/lib/isc/include/isc/socket.h patch
4649dist/bind/lib/isc/include/isc/string.h patch 4649dist/bind/lib/isc/include/isc/string.h patch
4650dist/bind/lib/isc/include/isc/symtab.h patch 4650dist/bind/lib/isc/include/isc/symtab.h patch
4651dist/bind/lib/isc/include/isc/timer.h patch 4651dist/bind/lib/isc/include/isc/timer.h patch
4652dist/bind/lib/isc/include/isc/util.h patch 4652dist/bind/lib/isc/include/isc/util.h patch
4653dist/bind/lib/isc/include/isc/version.h patch 4653dist/bind/lib/isc/include/isc/version.h patch
4654dist/bind/lib/isc/inet_aton.c patch 4654dist/bind/lib/isc/inet_aton.c patch
4655dist/bind/lib/isc/inet_ntop.c patch 4655dist/bind/lib/isc/inet_ntop.c patch
4656dist/bind/lib/isc/lex.c patch 4656dist/bind/lib/isc/lex.c patch
4657dist/bind/lib/isc/lfsr.c patch 4657dist/bind/lib/isc/lfsr.c patch
4658dist/bind/lib/isc/lib.c patch 4658dist/bind/lib/isc/lib.c patch
4659dist/bind/lib/isc/log.c patch 4659dist/bind/lib/isc/log.c patch
4660dist/bind/lib/isc/mem.c patch 4660dist/bind/lib/isc/mem.c patch
4661dist/bind/lib/isc/mutexblock.c patch 4661dist/bind/lib/isc/mutexblock.c patch
4662dist/bind/lib/isc/netaddr.c patch 4662dist/bind/lib/isc/netaddr.c patch
4663dist/bind/lib/isc/netscope.c patch 4663dist/bind/lib/isc/netscope.c patch
4664dist/bind/lib/isc/nls/msgcat.c patch 4664dist/bind/lib/isc/nls/msgcat.c patch
4665dist/bind/lib/isc/nothreads/condition.c patch 4665dist/bind/lib/isc/nothreads/condition.c patch
4666dist/bind/lib/isc/nothreads/mutex.c patch 4666dist/bind/lib/isc/nothreads/mutex.c patch
4667dist/bind/lib/isc/print.c patch 4667dist/bind/lib/isc/print.c patch
4668dist/bind/lib/isc/pthreads/condition.c patch 4668dist/bind/lib/isc/pthreads/condition.c patch
4669dist/bind/lib/isc/pthreads/include/isc/mutex.h patch 4669dist/bind/lib/isc/pthreads/include/isc/mutex.h patch
4670dist/bind/lib/isc/pthreads/mutex.c patch 4670dist/bind/lib/isc/pthreads/mutex.c patch
4671dist/bind/lib/isc/quota.c patch 4671dist/bind/lib/isc/quota.c patch
4672dist/bind/lib/isc/ratelimiter.c patch 4672dist/bind/lib/isc/ratelimiter.c patch
4673dist/bind/lib/isc/region.c patch 4673dist/bind/lib/isc/region.c patch
4674dist/bind/lib/isc/result.c patch 4674dist/bind/lib/isc/result.c patch
4675dist/bind/lib/isc/sockaddr.c patch 4675dist/bind/lib/isc/sockaddr.c patch
4676dist/bind/lib/isc/symtab.c patch 4676dist/bind/lib/isc/symtab.c patch
4677dist/bind/lib/isc/taskpool.c patch 4677dist/bind/lib/isc/taskpool.c patch
4678dist/bind/lib/isc/timer.c patch 4678dist/bind/lib/isc/timer.c patch
4679dist/bind/lib/isc/timer_p.h patch 4679dist/bind/lib/isc/timer_p.h patch
4680dist/bind/lib/isc/unix/Makefile.in patch 4680dist/bind/lib/isc/unix/Makefile.in patch
4681dist/bind/lib/isc/unix/app.c patch 4681dist/bind/lib/isc/unix/app.c patch
4682dist/bind/lib/isc/unix/dir.c patch 4682dist/bind/lib/isc/unix/dir.c patch
4683dist/bind/lib/isc/unix/entropy.c patch 4683dist/bind/lib/isc/unix/entropy.c patch
4684dist/bind/lib/isc/unix/errno2result.c patch 4684dist/bind/lib/isc/unix/errno2result.c patch
4685dist/bind/lib/isc/unix/file.c patch 4685dist/bind/lib/isc/unix/file.c patch
4686dist/bind/lib/isc/unix/fsaccess.c patch 4686dist/bind/lib/isc/unix/fsaccess.c patch
4687dist/bind/lib/isc/unix/ifiter_getifaddrs.c patch 4687dist/bind/lib/isc/unix/ifiter_getifaddrs.c patch
4688dist/bind/lib/isc/unix/ifiter_ioctl.c patch 4688dist/bind/lib/isc/unix/ifiter_ioctl.c patch
4689dist/bind/lib/isc/unix/include/isc/dir.h patch 4689dist/bind/lib/isc/unix/include/isc/dir.h patch
4690dist/bind/lib/isc/unix/include/isc/strerror.h patch 4690dist/bind/lib/isc/unix/include/isc/strerror.h patch
4691dist/bind/lib/isc/unix/include/isc/time.h patch 4691dist/bind/lib/isc/unix/include/isc/time.h patch
4692dist/bind/lib/isc/unix/ipv6.c patch 4692dist/bind/lib/isc/unix/ipv6.c patch
4693dist/bind/lib/isc/unix/keyboard.c patch 4693dist/bind/lib/isc/unix/keyboard.c patch
4694dist/bind/lib/isc/unix/net.c patch 4694dist/bind/lib/isc/unix/net.c patch
4695dist/bind/lib/isc/unix/os.c patch 4695dist/bind/lib/isc/unix/os.c patch
4696dist/bind/lib/isc/unix/resource.c patch 4696dist/bind/lib/isc/unix/resource.c patch
4697dist/bind/lib/isc/unix/socket.c patch 4697dist/bind/lib/isc/unix/socket.c patch
4698dist/bind/lib/isc/unix/stdtime.c patch 4698dist/bind/lib/isc/unix/stdtime.c patch
4699dist/bind/lib/isc/unix/strerror.c patch 4699dist/bind/lib/isc/unix/strerror.c patch
4700dist/bind/lib/isc/unix/syslog.c patch 4700dist/bind/lib/isc/unix/syslog.c patch
4701dist/bind/lib/isc/version.c patch 4701dist/bind/lib/isc/version.c patch
4702dist/bind/lib/isc/win32/DLLMain.c patch 4702dist/bind/lib/isc/win32/DLLMain.c patch
4703dist/bind/lib/isc/win32/app.c patch 4703dist/bind/lib/isc/win32/app.c patch
4704dist/bind/lib/isc/win32/condition.c patch 4704dist/bind/lib/isc/win32/condition.c patch
4705dist/bind/lib/isc/win32/dir.c patch 4705dist/bind/lib/isc/win32/dir.c patch
4706dist/bind/lib/isc/win32/entropy.c patch 4706dist/bind/lib/isc/win32/entropy.c patch
4707dist/bind/lib/isc/win32/errno2result.c patch 4707dist/bind/lib/isc/win32/errno2result.c patch
4708dist/bind/lib/isc/win32/errno2result.h patch 4708dist/bind/lib/isc/win32/errno2result.h patch
4709dist/bind/lib/isc/win32/file.c patch 4709dist/bind/lib/isc/win32/file.c patch
4710dist/bind/lib/isc/win32/fsaccess.c patch 4710dist/bind/lib/isc/win32/fsaccess.c patch
4711dist/bind/lib/isc/win32/include/isc/bind_registry.h patch 4711dist/bind/lib/isc/win32/include/isc/bind_registry.h patch
4712dist/bind/lib/isc/win32/include/isc/condition.h patch 4712dist/bind/lib/isc/win32/include/isc/condition.h patch
4713dist/bind/lib/isc/win32/include/isc/dir.h patch 4713dist/bind/lib/isc/win32/include/isc/dir.h patch
4714dist/bind/lib/isc/win32/include/isc/ipv6.h patch 4714dist/bind/lib/isc/win32/include/isc/ipv6.h patch
4715dist/bind/lib/isc/win32/include/isc/ntgroups.h patch 4715dist/bind/lib/isc/win32/include/isc/ntgroups.h patch
4716dist/bind/lib/isc/win32/include/isc/ntpaths.h patch 4716dist/bind/lib/isc/win32/include/isc/ntpaths.h patch
4717dist/bind/lib/isc/win32/include/isc/platform.h patch 4717dist/bind/lib/isc/win32/include/isc/platform.h patch
4718dist/bind/lib/isc/win32/include/isc/strerror.h patch 4718dist/bind/lib/isc/win32/include/isc/strerror.h patch
4719dist/bind/lib/isc/win32/include/isc/time.h patch 4719dist/bind/lib/isc/win32/include/isc/time.h patch
4720dist/bind/lib/isc/win32/include/isc/win32os.h patch 4720dist/bind/lib/isc/win32/include/isc/win32os.h patch
4721dist/bind/lib/isc/win32/interfaceiter.c patch 4721dist/bind/lib/isc/win32/interfaceiter.c patch
4722dist/bind/lib/isc/win32/ipv6.c patch 4722dist/bind/lib/isc/win32/ipv6.c patch
4723dist/bind/lib/isc/win32/libisc.def patch 4723dist/bind/lib/isc/win32/libisc.def patch
4724dist/bind/lib/isc/win32/libisc.mak patch 4724dist/bind/lib/isc/win32/libisc.mak patch
4725dist/bind/lib/isc/win32/net.c patch 4725dist/bind/lib/isc/win32/net.c patch
4726dist/bind/lib/isc/win32/netdb.h patch 4726dist/bind/lib/isc/win32/netdb.h patch
4727dist/bind/lib/isc/win32/ntgroups.c patch 4727dist/bind/lib/isc/win32/ntgroups.c patch
4728dist/bind/lib/isc/win32/ntpaths.c patch 4728dist/bind/lib/isc/win32/ntpaths.c patch
4729dist/bind/lib/isc/win32/once.c patch 4729dist/bind/lib/isc/win32/once.c patch
4730dist/bind/lib/isc/win32/os.c patch 4730dist/bind/lib/isc/win32/os.c patch
4731dist/bind/lib/isc/win32/resource.c patch 4731dist/bind/lib/isc/win32/resource.c patch
4732dist/bind/lib/isc/win32/socket.c patch 4732dist/bind/lib/isc/win32/socket.c patch
4733dist/bind/lib/isc/win32/strerror.c patch 4733dist/bind/lib/isc/win32/strerror.c patch
4734dist/bind/lib/isc/win32/syslog.h patch 4734dist/bind/lib/isc/win32/syslog.h patch
4735dist/bind/lib/isc/win32/unistd.h patch 4735dist/bind/lib/isc/win32/unistd.h patch
4736dist/bind/lib/isc/win32/version.c patch 4736dist/bind/lib/isc/win32/version.c patch
4737dist/bind/lib/isc/win32/win32os.c patch 4737dist/bind/lib/isc/win32/win32os.c patch
4738dist/bind/lib/isccc/api patch 4738dist/bind/lib/isccc/api patch
4739dist/bind/lib/isccc/cc.c patch 4739dist/bind/lib/isccc/cc.c patch
4740dist/bind/lib/isccc/include/isccc/Makefile.in patch 4740dist/bind/lib/isccc/include/isccc/Makefile.in patch
4741dist/bind/lib/isccc/include/isccc/lib.h patch 4741dist/bind/lib/isccc/include/isccc/lib.h patch
4742dist/bind/lib/isccc/include/isccc/version.h patch 4742dist/bind/lib/isccc/include/isccc/version.h patch
4743dist/bind/lib/isccc/lib.c patch 4743dist/bind/lib/isccc/lib.c patch
4744dist/bind/lib/isccc/sexpr.c patch 4744dist/bind/lib/isccc/sexpr.c patch
4745dist/bind/lib/isccc/symtab.c patch 4745dist/bind/lib/isccc/symtab.c patch
4746dist/bind/lib/isccc/version.c patch 4746dist/bind/lib/isccc/version.c patch
4747dist/bind/lib/isccc/win32/DLLMain.c patch 4747dist/bind/lib/isccc/win32/DLLMain.c patch
4748dist/bind/lib/isccc/win32/libisccc.mak patch 4748dist/bind/lib/isccc/win32/libisccc.mak patch
4749dist/bind/lib/isccc/win32/version.c patch 4749dist/bind/lib/isccc/win32/version.c patch
4750dist/bind/lib/isccfg/api patch 4750dist/bind/lib/isccfg/api patch
4751dist/bind/lib/isccfg/include/isccfg/Makefile.in patch 4751dist/bind/lib/isccfg/include/isccfg/Makefile.in patch
4752dist/bind/lib/isccfg/include/isccfg/cfg.h patch 4752dist/bind/lib/isccfg/include/isccfg/cfg.h patch
4753dist/bind/lib/isccfg/include/isccfg/grammar.h patch 4753dist/bind/lib/isccfg/include/isccfg/grammar.h patch
4754dist/bind/lib/isccfg/include/isccfg/log.h patch 4754dist/bind/lib/isccfg/include/isccfg/log.h patch
4755dist/bind/lib/isccfg/include/isccfg/namedconf.h patch 4755dist/bind/lib/isccfg/include/isccfg/namedconf.h patch
4756dist/bind/lib/isccfg/include/isccfg/version.h patch 4756dist/bind/lib/isccfg/include/isccfg/version.h patch
4757dist/bind/lib/isccfg/log.c patch 4757dist/bind/lib/isccfg/log.c patch
4758dist/bind/lib/isccfg/namedconf.c patch 4758dist/bind/lib/isccfg/namedconf.c patch
4759dist/bind/lib/isccfg/parser.c patch 4759dist/bind/lib/isccfg/parser.c patch
4760dist/bind/lib/isccfg/version.c patch 4760dist/bind/lib/isccfg/version.c patch
4761dist/bind/lib/isccfg/win32/DLLMain.c patch 4761dist/bind/lib/isccfg/win32/DLLMain.c patch
4762dist/bind/lib/isccfg/win32/libisccfg.mak patch 4762dist/bind/lib/isccfg/win32/libisccfg.mak patch
4763dist/bind/lib/isccfg/win32/version.c patch 4763dist/bind/lib/isccfg/win32/version.c patch
4764dist/bind/lib/lwres/Makefile.in patch 4764dist/bind/lib/lwres/Makefile.in patch
4765dist/bind/lib/lwres/api patch 4765dist/bind/lib/lwres/api patch
4766dist/bind/lib/lwres/context.c patch 4766dist/bind/lib/lwres/context.c patch
4767dist/bind/lib/lwres/gai_strerror.c patch 4767dist/bind/lib/lwres/gai_strerror.c patch
4768dist/bind/lib/lwres/getaddrinfo.c patch 4768dist/bind/lib/lwres/getaddrinfo.c patch
4769dist/bind/lib/lwres/getipnode.c patch 4769dist/bind/lib/lwres/getipnode.c patch
4770dist/bind/lib/lwres/include/lwres/Makefile.in patch 4770dist/bind/lib/lwres/include/lwres/Makefile.in patch
4771dist/bind/lib/lwres/include/lwres/lwres.h patch 4771dist/bind/lib/lwres/include/lwres/lwres.h patch
4772dist/bind/lib/lwres/include/lwres/platform.h.in patch 4772dist/bind/lib/lwres/include/lwres/platform.h.in patch
4773dist/bind/lib/lwres/include/lwres/version.h patch 4773dist/bind/lib/lwres/include/lwres/version.h patch
4774dist/bind/lib/lwres/lwconfig.c patch 4774dist/bind/lib/lwres/lwconfig.c patch
4775dist/bind/lib/lwres/lwres_gabn.c patch 4775dist/bind/lib/lwres/lwres_gabn.c patch
4776dist/bind/lib/lwres/lwres_gnba.c patch 4776dist/bind/lib/lwres/lwres_gnba.c patch
4777dist/bind/lib/lwres/lwres_grbn.c patch 4777dist/bind/lib/lwres/lwres_grbn.c patch
4778dist/bind/lib/lwres/man/lwres.3 patch 4778dist/bind/lib/lwres/man/lwres.3 patch
4779dist/bind/lib/lwres/man/lwres.docbook patch 4779dist/bind/lib/lwres/man/lwres.docbook patch
4780dist/bind/lib/lwres/man/lwres.html patch 4780dist/bind/lib/lwres/man/lwres.html patch
4781dist/bind/lib/lwres/man/lwres_buffer.3 patch 4781dist/bind/lib/lwres/man/lwres_buffer.3 patch
4782dist/bind/lib/lwres/man/lwres_buffer.docbook patch 4782dist/bind/lib/lwres/man/lwres_buffer.docbook patch
4783dist/bind/lib/lwres/man/lwres_buffer.html patch 4783dist/bind/lib/lwres/man/lwres_buffer.html patch
4784dist/bind/lib/lwres/man/lwres_config.3 patch 4784dist/bind/lib/lwres/man/lwres_config.3 patch
4785dist/bind/lib/lwres/man/lwres_config.docbook patch 4785dist/bind/lib/lwres/man/lwres_config.docbook patch
4786dist/bind/lib/lwres/man/lwres_config.html patch 4786dist/bind/lib/lwres/man/lwres_config.html patch
4787dist/bind/lib/lwres/man/lwres_context.3 patch 4787dist/bind/lib/lwres/man/lwres_context.3 patch
4788dist/bind/lib/lwres/man/lwres_context.docbook patch 4788dist/bind/lib/lwres/man/lwres_context.docbook patch
4789dist/bind/lib/lwres/man/lwres_context.html patch 4789dist/bind/lib/lwres/man/lwres_context.html patch
4790dist/bind/lib/lwres/man/lwres_gabn.3 patch 4790dist/bind/lib/lwres/man/lwres_gabn.3 patch
4791dist/bind/lib/lwres/man/lwres_gabn.docbook patch 4791dist/bind/lib/lwres/man/lwres_gabn.docbook patch
4792dist/bind/lib/lwres/man/lwres_gabn.html patch 4792dist/bind/lib/lwres/man/lwres_gabn.html patch
4793dist/bind/lib/lwres/man/lwres_gai_strerror.3 patch 4793dist/bind/lib/lwres/man/lwres_gai_strerror.3 patch
4794dist/bind/lib/lwres/man/lwres_gai_strerror.docbook patch 4794dist/bind/lib/lwres/man/lwres_gai_strerror.docbook patch
4795dist/bind/lib/lwres/man/lwres_gai_strerror.html patch 4795dist/bind/lib/lwres/man/lwres_gai_strerror.html patch
4796dist/bind/lib/lwres/man/lwres_getaddrinfo.3 patch 4796dist/bind/lib/lwres/man/lwres_getaddrinfo.3 patch
4797dist/bind/lib/lwres/man/lwres_getaddrinfo.docbook patch 4797dist/bind/lib/lwres/man/lwres_getaddrinfo.docbook patch
4798dist/bind/lib/lwres/man/lwres_getaddrinfo.html patch 4798dist/bind/lib/lwres/man/lwres_getaddrinfo.html patch
4799dist/bind/lib/lwres/man/lwres_gethostent.3 patch 4799dist/bind/lib/lwres/man/lwres_gethostent.3 patch
4800dist/bind/lib/lwres/man/lwres_gethostent.docbook patch 4800dist/bind/lib/lwres/man/lwres_gethostent.docbook patch
4801dist/bind/lib/lwres/man/lwres_gethostent.html patch 4801dist/bind/lib/lwres/man/lwres_gethostent.html patch
4802dist/bind/lib/lwres/man/lwres_getipnode.3 patch 4802dist/bind/lib/lwres/man/lwres_getipnode.3 patch
4803dist/bind/lib/lwres/man/lwres_getipnode.docbook patch 4803dist/bind/lib/lwres/man/lwres_getipnode.docbook patch
4804dist/bind/lib/lwres/man/lwres_getipnode.html patch 4804dist/bind/lib/lwres/man/lwres_getipnode.html patch
4805dist/bind/lib/lwres/man/lwres_getnameinfo.3 patch 4805dist/bind/lib/lwres/man/lwres_getnameinfo.3 patch
4806dist/bind/lib/lwres/man/lwres_getnameinfo.docbook patch 4806dist/bind/lib/lwres/man/lwres_getnameinfo.docbook patch
4807dist/bind/lib/lwres/man/lwres_getnameinfo.html patch 4807dist/bind/lib/lwres/man/lwres_getnameinfo.html patch
4808dist/bind/lib/lwres/man/lwres_getrrsetbyname.3 patch 4808dist/bind/lib/lwres/man/lwres_getrrsetbyname.3 patch
4809dist/bind/lib/lwres/man/lwres_getrrsetbyname.docbook patch 4809dist/bind/lib/lwres/man/lwres_getrrsetbyname.docbook patch
4810dist/bind/lib/lwres/man/lwres_getrrsetbyname.html patch 4810dist/bind/lib/lwres/man/lwres_getrrsetbyname.html patch
4811dist/bind/lib/lwres/man/lwres_gnba.3 patch 4811dist/bind/lib/lwres/man/lwres_gnba.3 patch
4812dist/bind/lib/lwres/man/lwres_gnba.docbook patch 4812dist/bind/lib/lwres/man/lwres_gnba.docbook patch
4813dist/bind/lib/lwres/man/lwres_gnba.html patch 4813dist/bind/lib/lwres/man/lwres_gnba.html patch
4814dist/bind/lib/lwres/man/lwres_hstrerror.3 patch 4814dist/bind/lib/lwres/man/lwres_hstrerror.3 patch
4815dist/bind/lib/lwres/man/lwres_hstrerror.docbook patch 4815dist/bind/lib/lwres/man/lwres_hstrerror.docbook patch
4816dist/bind/lib/lwres/man/lwres_hstrerror.html patch 4816dist/bind/lib/lwres/man/lwres_hstrerror.html patch
4817dist/bind/lib/lwres/man/lwres_inetntop.3 patch 4817dist/bind/lib/lwres/man/lwres_inetntop.3 patch
4818dist/bind/lib/lwres/man/lwres_inetntop.docbook patch 4818dist/bind/lib/lwres/man/lwres_inetntop.docbook patch
4819dist/bind/lib/lwres/man/lwres_inetntop.html patch 4819dist/bind/lib/lwres/man/lwres_inetntop.html patch
4820dist/bind/lib/lwres/man/lwres_noop.3 patch 4820dist/bind/lib/lwres/man/lwres_noop.3 patch
4821dist/bind/lib/lwres/man/lwres_noop.docbook patch 4821dist/bind/lib/lwres/man/lwres_noop.docbook patch
4822dist/bind/lib/lwres/man/lwres_noop.html patch 4822dist/bind/lib/lwres/man/lwres_noop.html patch
4823dist/bind/lib/lwres/man/lwres_packet.3 patch 4823dist/bind/lib/lwres/man/lwres_packet.3 patch
4824dist/bind/lib/lwres/man/lwres_packet.docbook patch 4824dist/bind/lib/lwres/man/lwres_packet.docbook patch
4825dist/bind/lib/lwres/man/lwres_packet.html patch 4825dist/bind/lib/lwres/man/lwres_packet.html patch
4826dist/bind/lib/lwres/man/lwres_resutil.3 patch 4826dist/bind/lib/lwres/man/lwres_resutil.3 patch
4827dist/bind/lib/lwres/man/lwres_resutil.docbook patch 4827dist/bind/lib/lwres/man/lwres_resutil.docbook patch
4828dist/bind/lib/lwres/man/lwres_resutil.html patch 4828dist/bind/lib/lwres/man/lwres_resutil.html patch
4829dist/bind/lib/lwres/unix/include/lwres/net.h patch 4829dist/bind/lib/lwres/unix/include/lwres/net.h patch
4830dist/bind/lib/lwres/version.c patch 4830dist/bind/lib/lwres/version.c patch
4831dist/bind/lib/lwres/win32/DLLMain.c patch 4831dist/bind/lib/lwres/win32/DLLMain.c patch
4832dist/bind/lib/lwres/win32/include/lwres/net.h patch 4832dist/bind/lib/lwres/win32/include/lwres/net.h patch
4833dist/bind/lib/lwres/win32/include/lwres/platform.h patch 4833dist/bind/lib/lwres/win32/include/lwres/platform.h patch
4834dist/bind/lib/lwres/win32/liblwres.dsp patch 4834dist/bind/lib/lwres/win32/liblwres.dsp patch
4835dist/bind/lib/lwres/win32/liblwres.mak patch 4835dist/bind/lib/lwres/win32/liblwres.mak patch
4836dist/bind/lib/lwres/win32/lwconfig.c patch 4836dist/bind/lib/lwres/win32/lwconfig.c patch
4837dist/bind/lib/lwres/win32/socket.c patch 4837dist/bind/lib/lwres/win32/socket.c patch
4838dist/bind/lib/lwres/win32/version.c patch 4838dist/bind/lib/lwres/win32/version.c patch
4839dist/bind/lib/tests/t_api.c patch 4839dist/bind/lib/tests/t_api.c patch
4840dist/bind/lib/win32/bindevt/bindevt.mak patch 4840dist/bind/lib/win32/bindevt/bindevt.mak patch
4841dist/bind/libtool.m4 patch 4841dist/bind/libtool.m4 patch
4842dist/bind/ltmain.sh patch 4842dist/bind/ltmain.sh patch
4843dist/bind/make/includes.in patch 4843dist/bind/make/includes.in patch
4844dist/bind/make/rules.in patch 4844dist/bind/make/rules.in patch
4845dist/bind/version patch 4845dist/bind/version patch
4846dist/bind/win32utils/BINDBuild.dsw patch 4846dist/bind/win32utils/BINDBuild.dsw patch
4847dist/bind/win32utils/BuildAll.bat patch 4847dist/bind/win32utils/BuildAll.bat patch
4848dist/bind/win32utils/BuildOpenSSL.bat patch 4848dist/bind/win32utils/BuildOpenSSL.bat patch
4849dist/bind/win32utils/BuildSetup.bat patch 4849dist/bind/win32utils/BuildSetup.bat patch
4850dist/bind/win32utils/index.html patch 4850dist/bind/win32utils/index.html patch
4851dist/bind/win32utils/makeversion.pl patch 4851dist/bind/win32utils/makeversion.pl patch
4852dist/bind/win32utils/readme1st.txt patch 4852dist/bind/win32utils/readme1st.txt patch
4853dist/bind/win32utils/updateopenssl.pl patch 4853dist/bind/win32utils/updateopenssl.pl patch
4854dist/bind/win32utils/win32-build.txt patch 4854dist/bind/win32utils/win32-build.txt patch
4855usr.sbin/bind/Makefile.inc patch 4855usr.sbin/bind/Makefile.inc patch
4856usr.sbin/bind/include/config.h patch 4856usr.sbin/bind/include/config.h patch
4857usr.sbin/bind/include/dns/code.h patch 4857usr.sbin/bind/include/dns/code.h patch
4858usr.sbin/bind/include/dns/enumclass.h patch 4858usr.sbin/bind/include/dns/enumclass.h patch
4859usr.sbin/bind/include/dns/enumtype.h patch 4859usr.sbin/bind/include/dns/enumtype.h patch
4860usr.sbin/bind/include/dns/rdatastruct.h patch 4860usr.sbin/bind/include/dns/rdatastruct.h patch
4861usr.sbin/bind/include/isc/platform.h patch 4861usr.sbin/bind/include/isc/platform.h patch
4862usr.sbin/bind/include/lwres/platform.h patch 4862usr.sbin/bind/include/lwres/platform.h patch
4863 4863
4864 Update BIND to 9.3.5-P1 to fix CVE-2008-1447 and turn off pthreads. 4864 Update BIND to 9.3.5-P1 to fix CVE-2008-1447 and turn off pthreads.
4865 [adrianp, ticket #1948] 4865 [adrianp, ticket #1948]
4866 4866
4867sys/net/if_pppoe.c 1.88 4867sys/net/if_pppoe.c 1.88
4868 Apply patch from Yasuoka Masahiko in PR kern/39321: fix length check 4868 Apply patch from Yasuoka Masahiko in PR kern/39321: fix length check
4869 when parsing pppoe discovery phase packets. 4869 when parsing pppoe discovery phase packets.
4870 [martin, ticket #1953] 4870 [martin, ticket #1953]
4871 4871
4872sys/arch/powerpc/powerpc/trap_subr.S 1.65 4872sys/arch/powerpc/powerpc/trap_subr.S 1.65
4873 4873
4874 Fix bug where SRR1 (%r2) was being accidently misused and modifed 4874 Fix bug where SRR1 (%r2) was being accidently misused and modifed
4875 in place of segreg (%r1). 4875 in place of segreg (%r1).
4876 > From Konrad Karpowicz <konradk at pacomp dot pl>. 4876 > From Konrad Karpowicz <konradk at pacomp dot pl>.
4877 [matt, ticket #1950] 4877 [matt, ticket #1950]
4878 4878
4879sys/arch/hppa/hppa/copy.S 1.8 4879sys/arch/hppa/hppa/copy.S 1.8
4880 4880
4881 Fix potential kernel / userland memory corruption in copy{in,out}str 4881 Fix potential kernel / userland memory corruption in copy{in,out}str
4882 on hppa. 4882 on hppa.
4883 [skrll, ticket #1954] 4883 [skrll, ticket #1954]
4884 4884
4885dist/bind/CHANGES patch 4885dist/bind/CHANGES patch
4886dist/bind/bin/dig/dighost.c patch 4886dist/bind/bin/dig/dighost.c patch
4887dist/bind/bin/named/client.c patch 4887dist/bind/bin/named/client.c patch
4888dist/bind/bin/named/config.c patch 4888dist/bind/bin/named/config.c patch
4889dist/bind/bin/named/controlconf.c patch 4889dist/bind/bin/named/controlconf.c patch
4890dist/bind/bin/named/interfacemgr.c patch 4890dist/bind/bin/named/interfacemgr.c patch
4891dist/bind/bin/named/lwresd.c patch 4891dist/bind/bin/named/lwresd.c patch
4892dist/bind/bin/named/named.conf.docbook patch 4892dist/bind/bin/named/named.conf.docbook patch
4893dist/bind/bin/named/server.c patch 4893dist/bind/bin/named/server.c patch
4894dist/bind/bin/tests/sig0_test.c patch 4894dist/bind/bin/tests/sig0_test.c patch
4895dist/bind/bin/tests/sock_test.c patch 4895dist/bind/bin/tests/sock_test.c patch
4896dist/bind/bin/tests/system/ifconfig.sh patch 4896dist/bind/bin/tests/system/ifconfig.sh patch
4897dist/bind/configure patch 4897dist/bind/configure patch
4898dist/bind/configure.in patch 4898dist/bind/configure.in patch
4899dist/bind/doc/arm/Bv9ARM-book.xml patch 4899dist/bind/doc/arm/Bv9ARM-book.xml patch
4900dist/bind/lib/bind/configure patch 4900dist/bind/lib/bind/configure patch
4901dist/bind/lib/bind/configure.in patch 4901dist/bind/lib/bind/configure.in patch
4902dist/bind/lib/dns/api patch 4902dist/bind/lib/dns/api patch
4903dist/bind/lib/dns/dispatch.c patch 4903dist/bind/lib/dns/dispatch.c patch
4904dist/bind/lib/dns/include/dns/dispatch.h patch 4904dist/bind/lib/dns/include/dns/dispatch.h patch
4905dist/bind/lib/dns/message.c patch 4905dist/bind/lib/dns/message.c patch
4906dist/bind/lib/dns/request.c patch 4906dist/bind/lib/dns/request.c patch
4907dist/bind/lib/dns/resolver.c patch 4907dist/bind/lib/dns/resolver.c patch
4908dist/bind/lib/dns/xfrin.c patch 4908dist/bind/lib/dns/xfrin.c patch
4909dist/bind/lib/isc/api patch 4909dist/bind/lib/isc/api patch
4910dist/bind/lib/isc/include/isc/resource.h patch 4910dist/bind/lib/isc/include/isc/resource.h patch
4911dist/bind/lib/isc/include/isc/socket.h patch 4911dist/bind/lib/isc/include/isc/socket.h patch
4912dist/bind/lib/isc/include/isc/timer.h patch 4912dist/bind/lib/isc/include/isc/timer.h patch
4913dist/bind/lib/isc/timer.c patch 4913dist/bind/lib/isc/timer.c patch
4914dist/bind/lib/isc/unix/app.c patch 4914dist/bind/lib/isc/unix/app.c patch
4915dist/bind/lib/isc/unix/resource.c patch 4915dist/bind/lib/isc/unix/resource.c patch
4916dist/bind/lib/isc/unix/socket.c patch 4916dist/bind/lib/isc/unix/socket.c patch
4917dist/bind/lib/isc/unix/socket_p.h patch 4917dist/bind/lib/isc/unix/socket_p.h patch
4918dist/bind/lib/isc/win32/libisc.def patch 4918dist/bind/lib/isc/win32/libisc.def patch
4919dist/bind/lib/isc/win32/resource.c patch 4919dist/bind/lib/isc/win32/resource.c patch
4920dist/bind/lib/isc/win32/socket.c patch 4920dist/bind/lib/isc/win32/socket.c patch
4921dist/bind/lib/isccfg/api patch 4921dist/bind/lib/isccfg/api patch
4922dist/bind/lib/isccfg/namedconf.c patch 4922dist/bind/lib/isccfg/namedconf.c patch
4923dist/bind/version patch 4923dist/bind/version patch
4924 4924
4925 Update BIND to 9.3.5-P2 (performance and bug fixes) 4925 Update BIND to 9.3.5-P2 (performance and bug fixes)
4926 [he, ticket #1955] 4926 [he, ticket #1955]
4927 4927
4928sys/netinet/if_arp.c 1.141 4928sys/netinet/if_arp.c 1.141
4929 4929
4930 Missing "\n" in log(9) messages. 4930 Missing "\n" in log(9) messages.
4931 [uebayasi, ticket #1956] 4931 [uebayasi, ticket #1956]
4932 4932
4933crypto/dist/heimdal/lib/krb5/crypto.c patch 4933crypto/dist/heimdal/lib/krb5/crypto.c patch
4934 Fix a file descriptor leak in seed_something(). 4934 Fix a file descriptor leak in seed_something().
4935 This prevents pam_krb5 from leaking file descriptors. 4935 This prevents pam_krb5 from leaking file descriptors.
4936 [bad, ticket #1957] 4936 [bad, ticket #1957]
4937 4937
4938libexec/ftpd/ftpd.c 1.169 4938libexec/ftpd/ftpd.c 1.169
4939 4939
4940 logxfer(): don't use the same buffer to store the results of two 4940 logxfer(): don't use the same buffer to store the results of two
4941 separate concurrent realpath(3)s, otherwise we'll log the wrong 4941 separate concurrent realpath(3)s, otherwise we'll log the wrong
4942 information for a rename. 4942 information for a rename.
4943 [lukem, ticket #1958] 4943 [lukem, ticket #1958]
4944 4944
4945libexec/ftpd/ftpd.c 1.170 4945libexec/ftpd/ftpd.c 1.170
4946 4946
4947 NLST should return 450 instead of 550 upon error, per RFC 959. 4947 NLST should return 450 instead of 550 upon error, per RFC 959.
4948 [lukem, ticket #1959] 4948 [lukem, ticket #1959]
4949 4949
4950libexec/ftpd/ftpd.c 1.173 4950libexec/ftpd/ftpd.c 1.173
4951 4951
4952 Make sure that "su" is initialized before dereferencing it. 4952 Make sure that "su" is initialized before dereferencing it.
4953 Fixes Coverity CID 1075. 4953 Fixes Coverity CID 1075.
4954 [lukem, ticket #1960] 4954 [lukem, ticket #1960]
4955 4955
4956libexec/ftpd/ftpd.c 1.174 4956libexec/ftpd/ftpd.c 1.174
4957 4957
4958 Set file to NULL after calling fclose(). 4958 Set file to NULL after calling fclose().
4959 Fixes Coverity CID 2669. 4959 Fixes Coverity CID 2669.
4960 [lukem, ticket #1961] 4960 [lukem, ticket #1961]
4961 4961
4962libexec/ftpd/ftpd.c 1.175 4962libexec/ftpd/ftpd.c 1.175
4963 4963
4964 Remove unreachable code (res could never be NULL here). 4964 Remove unreachable code (res could never be NULL here).
4965 Fixes Coverity CID 712. 4965 Fixes Coverity CID 712.
4966 [lukem, ticket #1962] 4966 [lukem, ticket #1962]
4967 4967
4968libexec/ftpd/ftpd.c 1.179 4968libexec/ftpd/ftpd.c 1.179
4969 4969
4970 PR/35449: Shigeya Suzuki: ftpd does not register socket address 4970 PR/35449: Shigeya Suzuki: ftpd does not register socket address
4971 into PAM 4971 into PAM
4972 [lukem, ticket #1963] 4972 [lukem, ticket #1963]
4973 4973
4974libexec/ftpd/extern.h 1.58 via patch 4974libexec/ftpd/extern.h 1.58 via patch
4975libexec/ftpd/ftpcmd.y 1.88 via patch 4975libexec/ftpd/ftpcmd.y 1.88 via patch
4976libexec/ftpd/ftpd.c 1.187 via patch 4976libexec/ftpd/ftpd.c 1.187 via patch
4977libexec/ftpd/version.h patch 4977libexec/ftpd/version.h patch
4978 4978
4979 Don't split large commands into multiple commands; just fail on them. 4979 Don't split large commands into multiple commands; just fail on them.
4980 This prevents CSRF-like attacks, when a web browser is used to access 4980 This prevents CSRF-like attacks, when a web browser is used to access
4981 an ftp server. 4981 an ftp server.
4982 Reported by Maksymilian Arciemowicz <cxib@securityreason.com>. 4982 Reported by Maksymilian Arciemowicz <cxib@securityreason.com>.
4983 Fix mostly derived from OpenBSD, written by 4983 Fix mostly derived from OpenBSD, written by
4984 Moritz Jodeit <moritz@OpenBSD.org> 4984 Moritz Jodeit <moritz@OpenBSD.org>
4985 [lukem, ticket #1964] 4985 [lukem, ticket #1964]
4986 4986
4987sys/arch/amd64/include/cpufunc.h patch 4987sys/arch/amd64/include/cpufunc.h patch
4988sys/arch/i386/include/cpufunc.h patch 4988sys/arch/i386/include/cpufunc.h patch
4989sys/arch/x86/x86/bus_dma.c 1.45 via patch 4989sys/arch/x86/x86/bus_dma.c 1.45 via patch
4990 4990
4991 Add appropriate x86_lfence or x86_mfence calls to bus_dmamap_sync(), 4991 Add appropriate x86_lfence or x86_mfence calls to bus_dmamap_sync(),
4992 depending on the BUS_DMASYNC flag. This makes sure that the kernel 4992 depending on the BUS_DMASYNC flag. This makes sure that the kernel
4993 reads data from main memory in the intended order. PR#38935. 4993 reads data from main memory in the intended order. PR#38935.
4994 [bouyer, ticket #1945] 4994 [bouyer, ticket #1945]
4995 4995
4996sys/dev/usb/ehci.c 1.138 via patch 4996sys/dev/usb/ehci.c 1.138 via patch
4997sys/dev/usb/ehcivar.h 1.31 via patch 4997sys/dev/usb/ehcivar.h 1.31 via patch
4998sys/dev/usb/ohci.c 1.195 via patch 4998sys/dev/usb/ohci.c 1.195 via patch
4999sys/dev/usb/ohcivar.h 1.45 via patch 4999sys/dev/usb/ohcivar.h 1.45 via patch
5000sys/dev/usb/uhci.c 1.223 via patch 5000sys/dev/usb/uhci.c 1.223 via patch
5001sys/dev/usb/uhcivar.h 1.45 via patch 5001sys/dev/usb/uhcivar.h 1.45 via patch
5002sys/dev/usb/usb_mem.c 1.37 via patch 5002sys/dev/usb/usb_mem.c 1.37 via patch
5003sys/dev/usb/usb_mem.h 1.27 via patch 5003sys/dev/usb/usb_mem.h 1.27 via patch
5004 5004
5005 Add appropriate bus_dmamap_sync() calls to uhci(4), ohci(4) and 5005 Add appropriate bus_dmamap_sync() calls to uhci(4), ohci(4) and
5006 ehci(4). This adds explicit barrier between DMA descriptors 5006 ehci(4). This adds explicit barrier between DMA descriptors
5007 read/writes, fixing race condition on DMA descriptors access with 5007 read/writes, fixing race condition on DMA descriptors access with
5008 the controller. 5008 the controller.
5009 [bouyer, ticket #1946] 5009 [bouyer, ticket #1946]
5010 5010
 5011sys/netinet6/icmp6.c 1.150
 5012 Fix for CVE-2008-3530 from matt@
 5013 Implement improved checking for MTU values on ICMP 'Packet Too Big
 5014 Messages'
 5015 [adrianp, ticket #1966]
 5016