diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2010-01-06 21:45:30 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2010-01-06 21:45:30 +0000 |
commit | fbcab568df003324cb5791cfaa44e0b01e5d66e6 (patch) | |
tree | 0307959ca3ced1b86952e056df13220108df95a8 /contrib/bind9/lib/dns/masterdump.c | |
parent | 84a603b232bc54dcf086c4d99668bcb91d378a77 (diff) | |
download | src-fbcab568df003324cb5791cfaa44e0b01e5d66e6.tar.gz src-fbcab568df003324cb5791cfaa44e0b01e5d66e6.zip |
Fix BIND named(8) cache poisoning with DNSSEC validation.
[SA-10:01]
Fix ntpd mode 7 denial of service. [SA-10:02]
Fix ZFS ZIL playback with insecure permissions. [SA-10:03]
Various FreeBSD 8.0-RELEASE improvements. [EN-10:01]
Security: FreeBSD-SA-10:01.bind
Security: FreeBSD-SA-10:02.ntpd
Security: FreeBSD-SA-10:03.zfs
Errata: FreeBSD-EN-10:01.freebsd
Approved by: so (simon)
Notes
Notes:
svn path=/releng/7.2/; revision=201679
Diffstat (limited to 'contrib/bind9/lib/dns/masterdump.c')
-rw-r--r-- | contrib/bind9/lib/dns/masterdump.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/bind9/lib/dns/masterdump.c b/contrib/bind9/lib/dns/masterdump.c index 1ffdfcb717ab..8b637ef1e243 100644 --- a/contrib/bind9/lib/dns/masterdump.c +++ b/contrib/bind9/lib/dns/masterdump.c @@ -774,7 +774,8 @@ dump_order_compare(const void *a, const void *b) { static const char *trustnames[] = { "none", - "pending", + "pending-additional", + "pending-answer", "additional", "glue", "answer", |