[SCM] Samba Shared Repository - annotated tag samba-4.18.7 created

Jule Anger janger at samba.org
Wed Sep 27 08:13:10 UTC 2023


The annotated tag, samba-4.18.7 has been created
        at  71318427726a65b6053d39c84b79146e594a4ea1 (tag)
   tagging  7ee4d12e5c3a880618b600f37df08d4c8fa94e6a (commit)
  replaces  samba-4.18.6
 tagged by  Jule Anger
        on  Wed Sep 27 10:12:23 2023 +0200

- Log -----------------------------------------------------------------
samba: tag release samba-4.18.7
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEgfXigyvSVFoYl7cTqplEL7aAtiAFAmUT4+cACgkQqplEL7aA
tiCEOg/+KWcENLyu5CCmsHaIQGuW6Kt2pANTLGlDMUTe3H2Bt7irjym1vGoRblLS
3JhHgE09IIo5GiuLMunN16dobiqe+sWg4c31GU3enkiSSy0X0wvhwrXUgfebR+4H
oSzr4+dXpcFlY1zmkUa3hPvhngRfSIkCBbqAHa5S724apcDxLBDcefNf/VhpRxUI
EJQNe38xfinBRylR6BZp9RkBZsR0924AQXPDyJKf6ITiKRWS3iE0cKBEY3qcg8TA
HRzNZV5kwWDneIuQo9nbcOry+n5X5+SNNV42+fhOk6UTMPHXnfsH8dLwvSWFasqf
AR1zA2ep/Mcsr1lb8rFz9jWpbh9Xd4GSQDAB/i41Pvjm5KIfN6WlKFCMePXiVAce
gMKk4yQol55OKsdS2lz26O2apT+liKRqOQ56rYPI4dzaRKCOrajO8KVEHh5+0rEU
VLVxLokTVs70RXEwzKnbJD5mSTMko4UbEs3tZbVj6JVJnB4jRDf/iSAjUWSptZVY
Z7TZFrTXnVxQMkcnbTK6thVb7+zehRO4D/u+JzKIf2TmzCFhgT0ss040bkzvcTlf
3TZTvkpDyfoYPpRotLJ0x2uqEZWI6sOFk3VNwAQcrhueBKeLYlpgUwl7yDyOot47
ViFE8fsY2J5jg/3WmI2/dGflWIAS0x9+JxIJZTFa7+QJb1mk078=
=m2oP
-----END PGP SIGNATURE-----

Andrew Bartlett (18):
      s4-rpc_server/drsuapi: Add tmp_highest_usn tracking to replication log
      s4-rpc_server/drsuapi: Improve debugging of invalid DNs
      s4-rpc_server/drsuapi: Improve debug message for drs_ObjectIdentifier_to_dn_and_nc_root() failure
      s4-dsdb: Improve logging for drs_ObjectIdentifier_to_dn_and_nc_root()
      s4-rpc_server/drsuapi: Remove rudundant check for valid and non-NULL ncRoot_dn
      s4-torture/drs: Save the server dnsname on the DcConnection object
      s4-torture/drs: Create temp OU with a unique name per test
      s4-torture/drs: Use addCleanup() in getchanges.py for OU handling
      s4-torture/drs: Add a test matching Azure AD Connect REPL_OBJ behaviour
      s4-torture/drs: Add test demonstrating that a GetNCChanges REPL_OBJ will not reset the replication cookie
      s4-torture/drs: Add test showing that if present in the set the NC root leads and tmp_highest_usn moves
      s4-rpc_server/drsuapi: Only keep and invalidate replication cycle state for normal replication
      s4-rpc_server/drsuapi: Fix indentation in GetNCChanges()
      s4-rpc_server/drsuapi: Avoid modification to ncRoot input variable in GetNCChanges
      s4-rpc_server/drsuapi: Rename ncRoot -> untrusted_ncRoot to avoid misuse
      s4-rpc_server/drsuapi: Update getnc_state to be != NULL
      s4-rpc_server/drsuapi: Ensure logs show DN for replicated objects, not (null)
      s4-rpc_server/drsupai: Avoid looping with Azure AD Connect by not incrementing temp_highest_usn for the NC root

Jeremy Allison (10):
      s3: smbd: init_smb1_request() isn't being passed zero'ed memory from any codepath.
      s3: torture: Add SMB1-NEGOTIATE-TCON that shows the SMB1 server crashes on the uninitialized req->session.
      s3: smbd: Ensure init_smb1_request() zeros out what the incoming pointer points to.
      s3: torture: Add test to show an SMB1 DFS path of "\\x//\\/" crashes smbd.
      s3: smbd: Sanitize any "server" and "share" components of SMB1 DFS paths to remove UNIX separators.
      s3: smbd: Add some DEVELOPER-only code to panic if the destructor for an aio_lnk is called and the associated fsp doesn't exist.
      s3: smbd: named pipe reads are async. Use the same logic as for named pipe transacts to avoid crashes on shutdown.
      s3: smbd: named pipe writes are async. Use the same logic as for named pipe transacts to avoid crashes on shutdown.
      s3: torture: Add a new SMB2 test: SMB2-PIPE-READ-ASYNC-DISCONNECT
      s3: smbd: Ensure we remove any pending aio values for named pipes on forced shutdown.

Joseph Sutton (3):
      s4:kdc: Don't pass a NULL pointer into krb5_pac_add_buffer()
      s4:kdc: Avoid copying data if not needed
      s4:kdc: Add correct Asserted Identity SID in response to an S4U2Self request

Jule Anger (3):
      VERSION: Bump version up to Samba 4.18.7...
      WHATSNEW: Add release notes for Samba 4.18.7.
      VERSION: Disable GIT_SNAPSHOT for the 4.18.7 release.

Martin Schwenke (3):
      ctdb-common: Improve error handling
      ctdb-common: Replace pcap_open_live() by lower level calls
      ctdb-common: Set immediate mode for pcap capture

MikeLiu (1):
      vfs_aio_pthread: use SMB_VFS_NEXT_OPENAT() in aio_pthread_openat_fn()

Ralph Boehme (1):
      mdssvc: better support for search with mdfind from Macs

Remi Collet (2):
      libsmb: fix regression on smbc_getxattr and fix doc
      libsmb: Fix test for smbc_getxattr

Stefan Metzmacher (5):
      nsswitch: add test for pthread_key_delete missuse (bug 15464)
      nsswitch/wb_common.c: fix build without HAVE_PTHREAD
      nsswitch/wb_common.c: winbind_destructor can always use get_wb_global_ctx()
      nsswitch/wb_common.c: don't operate on a stale wb_global_ctx.key
      nsswitch/wb_common.c: fix socket fd and memory leaks of global state

Volker Lendecke (2):
      tests: Add reproducer for BZ15481
      smbd: Fix BZ15481

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


-- 
Samba Shared Repository



More information about the samba-cvs mailing list