[SCM] Samba Shared Repository - branch master updated

Björn Jacke bjacke at samba.org
Sat Dec 19 18:21:01 UTC 2020


The branch, master has been updated
       via  18d68e85c8a dns_update.c: handle DNS_QTYPE_ALL
      from  9b44f7a71ec gpo: Apply Group Policy Sudo Rights from VGP

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 18d68e85c8a1ef7fd570d3d3fd4dde484aea417e
Author: Björn Jacke <bj at sernet.de>
Date:   Thu Nov 19 12:18:28 2020 +0100

    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 at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    
    Autobuild-User(master): Björn Jacke <bjacke at samba.org>
    Autobuild-Date(master): Sat Dec 19 18:20:30 UTC 2020 on sn-devel-184

-----------------------------------------------------------------------

Summary of changes:
 source4/dns_server/dns_update.c | 1 +
 1 file changed, 1 insertion(+)


Changeset truncated at 500 lines:

diff --git a/source4/dns_server/dns_update.c b/source4/dns_server/dns_update.c
index b6d39e4c034..529ee7894a3 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",


-- 
Samba Shared Repository



More information about the samba-cvs mailing list