[SCM] Samba Shared Repository - annotated tag samba-4.11.0rc3 created

Karolin Seeger kseeger at samba.org
Tue Sep 3 11:16:53 UTC 2019


The annotated tag, samba-4.11.0rc3 has been created
        at  557fd2fc1a9927a9e9567b67d668f614cd064af3 (tag)
   tagging  c1d9e02d06a158f637475ffeca7a6c3f2fb1d773 (commit)
  replaces  samba-4.11.0rc2
 tagged by  Karolin Seeger
        on  Tue Sep 3 13:16:30 2019 +0200

- Log -----------------------------------------------------------------
samba: tag release samba-4.11.0rc3
-----BEGIN PGP SIGNATURE-----

iF0EABECAB0WIQRS+8C4bZVLCEMyTNxvM5FbZWi36gUCXW5LjgAKCRBvM5FbZWi3
6k0lAJ9+CFQ5zXRyUo8c7B6TnGRvOW9LewCgkA2MVh2CVoMInxDC0/V6CvL+rBs=
=3x15
-----END PGP SIGNATURE-----

Aaron Haslett (3):
      downgradedatabase: comply with samba.tests.source
      downgradedatabase: Add man-page documentation
      downgradedatabase: installing script

Andrew Bartlett (3):
      ldb: Release ldb 2.0.6
      docs: Deprecate "rndc command" for Samba 4.11
      WHATSNEW: BIND9_FLATFILE / rndc command deprecated

Anoop C S (1):
      vfs_glusterfs: Enable profiling for file system operations

Christof Schmitt (39):
      Revert "nfs4acl: Fix owner mapping with ID_TYPE_BOTH"
      nfs4_acls: Remove fsp from smbacl4_win2nfs4
      selftest: Start implementing unit test for nfs4_acls
      test_nfs4_acls: Add tests for mapping of empty ACLs
      test_nfs4_acls: Add tests for mapping of ACL types
      test_nfs4_acls: Add test for flags mapping from NFS4 ACL to DACL
      test_nfs4_acls: Add test for flags mapping from DACL to NFS4 ACL
      test_nfs4_acls: Add test for mapping permissions from NFS4 ACL to DACL
      test_nfs4_acls: Add test for mapping permissions from DACL to NFS4 ACL
      test_nfs4_acls: Add test for mapping of special NFS4 ACL entries to DACL entries
      test_nfs4_acls: Add test for mapping from DACL to special NFS4 ACL entries
      test_nfs4_acls: Add test for mapping CREATOR entries to NFS4 ACL entries
      test_nfs4_acls: Add test for mapping from NFS4 to DACL CREATOR entries
      test_nfs4_acls: Add test for 'map full control' option
      test_nfs4_acls: Add test for acedup settings
      test_nfs4_acls: Add test for matching DACL entries for acedup
      test_nfs4_acls: Add test for mapping from DACL to NFS4 ACL with config special
      test_nfs4_acls: Add test for mapping from NFS4 to DACL in config mode special
      test_nfs4_acls: Add test for mapping from NFS4 ACL to DACL with IDMAP_TYPE_BOTH
      test_nfs4_acls: Add test for mapping from DACL to NFS4 ACL with IDMAP_TYPE_BOTH
      nfs4_acls: Use sids_to_unixids to lookup uid or gid
      nfs4_acls: Use switch/case for checking idmap type
      nfs4_acls: Use correct type when checking ownerGID
      nfs4_acls: Add helper function for checking INHERIT flags.
      nfs4_acls: Add missing braces in smbacl4_win2nfs4
      nfs4_acls: Remove i argument from smbacl4_MergeIgnoreReject
      nfs4_acls: Move smbacl4_MergeIgnoreReject function
      nfs4_acls: Move adding of NFS4 ACE to ACL to smbacl4_fill_ace4
      nfs4_acls: Remove redundant logging from smbacl4_fill_ace4
      nfs4_acls: Remove redundant pointer variable
      nfs4_acls: Add additional owner entry when mapping to NFS4 ACL with IDMAP_TYPE_BOTH
      nfs4_acls: Rename smbacl4_fill_ace4 function
      nfs4_acls: Remove duplicate entries when mapping from NFS4 ACL to DACL
      nfs4_acls: Add test for merging duplicates when mapping from NFS4 ACL to DACL
      nfs4_acls: Use correct owner information for ACL after owner change
      vfs_gpfs: Remove merge_writeappend parameter
      docs: Remove gpfs:merge_writeappend from vfs_gpfs manpage
      vfs_gpfs: Move mapping from generic NFSv ACL to GPFS ACL to separate function
      vfs_gpfs: Implement special case for denying owner access to ACL

Jeremy Allison (1):
      CVE-2019-10197: smbd: separate out impersonation debug info into a new function.

Karolin Seeger (3):
      VERSION: Bump version up to 4.11.0rc3...
      WHATSNEW: Add release notes for Samba 4.11.0rc3.
      VERSION: Disable GIT_SNAPSHOT for the 4.11.0rc3 release.

Martin Schwenke (12):
      ctdb-tools: Drop 'o' option from getopts command
      ctdb-daemon: Add function ctdb_ip_to_node()
      ctdb-tcp: Rename fd -> out_fd
      ctdb-tcp: Move incoming fd and queue into struct ctdb_tcp_node
      ctdb-tcp: Use TALLOC_FREE()
      ctdb-tcp: Create outbound queue when the connection becomes writable
      ctdb-tcp: Only mark a node connected if both directions are up
      ctdb-tcp: Mark node as disconnected if incoming connection goes away
      ctdb-daemon: Factor out new function ctdb_node_become_inactive()
      ctdb-daemon: Switch banning code to use ctdb_node_become_inactive()
      ctdb-daemon: Drop unused function ctdb_local_node_got_banned()
      ctdb-daemon: Make node inactive in the NODE_STOP control

Michael Adam (2):
      vfs:glusterfs_fuse: ensure fileids are constant across nodes
      vfs:glusterfs_fuse: build only if we have setmntent()

Ralph Boehme (2):
      vfs_default: use correct flag in vfswrap_fs_file_id
      vfs_glusterfs: initialize st_ex_file_id, st_ex_itime and st_ex_iflags

Stefan Metzmacher (5):
      CVE-2019-10197: smbd: make sure that change_to_user_internal() always resets current_user.done_chdir
      CVE-2019-10197: smbd: make sure we reset current_user.{need,done}_chdir in become_root()
      CVE-2019-10197: selftest: make fsrvp_share its own independent subdirectory
      CVE-2019-10197: test_smbclient_s3.sh: add regression test for the no permission on share root problem
      CVE-2019-10197: smbd: split change_to_user_impersonate() out of change_to_user_internal()

Tim Beale (8):
      tests: Avoid hardcoding relative filepath
      downgradedatabase: rename to samba_downgrade_db
      ldb: Always log when the database pack format changes
      ldb: Move where we update the pack format version
      ldb: Change pack format defines to enum
      ldb: Log pack format in user-friendly way
      ldb: Log the partition we're repacking
      ldb: Free memory when repacking database

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


-- 
Samba Shared Repository



More information about the samba-cvs mailing list