[SCM] Samba Shared Repository - branch master updated

Ralph Böhme slow at samba.org
Fri Jul 21 16:20:02 UTC 2023


The branch, master has been updated
       via  5442c47dad2 libsmb: increase a debug level when site-aware DC lookup failed
      from  9bab902fc50 CVE-2023-3347: smbd: fix "server signing = mandatory"

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


- Log -----------------------------------------------------------------
commit 5442c47dad2d1c018b60a3a1e19c400bd0f4b4ac
Author: Ralph Boehme <slow at samba.org>
Date:   Thu Jul 20 17:08:19 2023 +0200

    libsmb: increase a debug level when site-aware DC lookup failed
    
    Signed-off-by: Ralph Boehme <slow at samba.org>
    Reviewed-by: Noel Power <noel.power at suse.com>
    
    Autobuild-User(master): Ralph Böhme <slow at samba.org>
    Autobuild-Date(master): Fri Jul 21 16:19:35 UTC 2023 on atb-devel-224

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

Summary of changes:
 source3/libsmb/namequery.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/libsmb/namequery.c b/source3/libsmb/namequery.c
index 4733aaed693..e6c0c7d2a09 100644
--- a/source3/libsmb/namequery.c
+++ b/source3/libsmb/namequery.c
@@ -3472,10 +3472,10 @@ NTSTATUS get_sorted_dc_list(TALLOC_CTX *ctx,
 			&ordered);
 	if (NT_STATUS_EQUAL(status, NT_STATUS_NO_LOGON_SERVERS)
 			&& sitename) {
-		DBG_NOTICE("no server for name %s available"
-			" in site %s, fallback to all servers\n",
-			domain,
-			sitename);
+		DBG_WARNING("No server for domain '%s' available"
+			    " in site '%s', fallback to all servers\n",
+			    domain,
+			    sitename);
 		status = get_dc_list(ctx,
 				domain,
 				NULL,


-- 
Samba Shared Repository



More information about the samba-cvs mailing list