The Samba-Bugzilla – Attachment 16360 Details for
Bug 14576
unsupported DNS update requests "Can't handle updates of type 255 yet" from OS X/macOS clients
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix
0001-dns_update.c-handle-DNS_QTYPE_ALL.patch (text/plain), 906 bytes, created by
Björn Jacke
on 2020-12-08 10:23:22 UTC
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Björn Jacke
Created:
2020-12-08 10:23:22 UTC
Size:
906 bytes
patch
obsolete
>From ff12c0c3932eddb8c7edde47769905bc7f9e4cf1 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Bj=C3=B6rn=20Jacke?= <bjacke@samba.org> >Date: Thu, 19 Nov 2020 12:18:28 +0100 >Subject: [PATCH] dns_update.c: handle DNS_QTYPE_ALL > >we have code to handle this, we should not refuse the request > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=14576 > >Signed-off-by: Bjoern Jacke <bjacke@samba.org> >--- > source4/dns_server/dns_update.c | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/source4/dns_server/dns_update.c b/source4/dns_server/dns_update.c >index f98666111197..631e6d7f0db3 100644 >--- a/source4/dns_server/dns_update.c >+++ b/source4/dns_server/dns_update.c >@@ -413,6 +413,7 @@ static WERROR handle_one_update(struct dns_server *dns, > case DNS_QTYPE_AAAA: > case DNS_QTYPE_SRV: > case DNS_QTYPE_TXT: >+ case DNS_QTYPE_ALL: > break; > default: > DEBUG(0, ("Can't handle updates of type %u yet\n", >-- >2.25.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
jra
:
review+
Actions:
View
Attachments on
bug 14576
: 16360