[SCM] Samba Shared Repository - annotated tag samba-4.6.0rc4 created

Karolin Seeger kseeger at samba.org
Tue Feb 28 20:06:39 UTC 2017


The annotated tag, samba-4.6.0rc4 has been created
        at  d6c7fd0ffaf123fb8ed80e30e37824fe33b8b220 (tag)
   tagging  7600d323a24bfd98cf309773d121e1b8cbd4c8a0 (commit)
  replaces  samba-4.6.0rc3
 tagged by  Karolin Seeger
        on  Tue Feb 28 21:06:12 2017 +0100

- Log -----------------------------------------------------------------
samba: tag release samba-4.6.0rc4
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iD8DBQBYtdg0bzORW2Vot+oRAqfIAJ9CcoeEbLLBzEPKEqptdBWni52tigCePc7F
iLhqXDMzFcSb74u2k44CWVs=
=fXst
-----END PGP SIGNATURE-----

Amitay Isaacs (5):
      ctdb-common: Fix use-after-free error in comm_fd_handler()
      ctdb-tests: Add more comm tests
      ctdb-build: Split dist() target to generate manpages separately
      ctdb-build: Add make target for generating manpages
      build: Fix generation of CTDB manpages while creating tarball

Andreas Schneider (1):
      s3-vfs: Only walk the directory once in open_and_sort_dir()

Andrew Bartlett (2):
      WHATSNEW: Clarify and extend the the AD DC performance improvement text
      WHATSNEW: Fix spelling of Messages

Bryan Mason (1):
      Modify smbspool_krb5_wrapper to just fall through to smbspool if AUTH_INFO_REQUIRED is not set or is not "negotiate".

Garming Sam (3):
      tests/dbcheck: Add a test for two live objects, with a dangling backlink
      tests/dbcheck: Add a test for two live objects, with a dangling forward link
      dbchecker: Stop ignoring linked cases where both objects are alive

Jeremy Allison (3):
      s3: smbd: Don't loop infinitely on bad-symlink resolution.
      s3: torture: Regression test for smbd trying to open an invalid symlink.
      lib: talloc: Make it clear that talloc_get_size(NULL) returns 0.

Karolin Seeger (5):
      VERSION: Bump version up to 4.6.0rc4...
      WHATSNEW: Add link to known issues.
      WHATSNEW: Fix obvious typo.
      WHATSNEW: Add release notes for Samba 4.6.0rc4.
      VERSION: Disable git snapshots for the 4.6.0rc4 release.

Martin Schwenke (3):
      ctdb-scripts: Initialise CTDB_NFS_CALLOUT in statd-callout
      ctdb-build: Add WAFLOCK magic to manpages target
      ctdb-build: Fix RPM build

Ralph Boehme (10):
      vfs_fruit: correct Netatalk metadata xattr on FreeBSD
      vfs_fruit: cleanup metadata and resource xattr name defines
      vfs_fruit: fix resource fork xattr name
      lib/replace: validate xattr namespace prefix on FreeBSD
      s3/util: mvxattr, a tool to rename extended attributes
      WHATSNEW: vfs_fruit metadata xattr name on *BSD and mvxattr
      selftest: also run test base.createx_access against ad_dc
      s3/smbd: check for invalid access_mask smbd_calculate_access_mask()
      s3/rpc_server/mdssvc: add attribute "kMDItemContentType"
      vfs_streams_xattr: use fsp, not base_fsp

Stefan Metzmacher (43):
      libcli/auth: check E_md4hash() result in netlogon_creds_cli_ServerPasswordSet_send()
      libcli/auth: add netlogon_creds_cli_debug_string()
      lib/util: add generate_random_machine_password() function
      s3:libsmb: let trust_pw_change() debug more verbose information
      s3:libsmb: let trust_pw_change() verify the new password at the end.
      s3:libsmb: add trust_pw_new_value() helper function
      s3:libsmb: use trust_pw_new_value() in trust_pw_change()
      s3:libads: use trust_pw_new_value() for krb5 machine passwords
      s3:libnet_join: make use of trust_pw_new_value()
      s3:net_rpc_trust: make use of trust_pw_new_value()
      s3:include: remove unused DEFAULT_TRUST_ACCOUNT_PASSWORD_LENGTH
      s4:libcli/raw: remove unused DEFAULT_TRUST_ACCOUNT_PASSWORD_LENGTH
      s4:libnet: make use of generate_random_machine_password()
      s4:dsdb: autogenerate a random utf16 buffer for krbtgt password resets.
      python/samba: provision_dns_add_samba.ldif expects utf-16-le passwords
      python/samba: use an explicit .encode('utf-8') where we expect utf8 passwords
      pyglue: add generate_random_machine_password() wrapper
      samba-tool:domain: use generate_random_machine_password() for trusted domains
      samba-tool:domain: use generate_random_machine_password() for machine passwords
      samba-tool:provision: use generate_random_machine_password() for machine passwords
      s4:scripting: use generate_random_machine_password() for machine passwords
      krb5_wrap: use our own code to calculate the ENCTYPE_ARCFOUR_HMAC key
      librpc/rpc: fix regression in NT_STATUS_RPC_ENUM_VALUE_OUT_OF_RANGE error mapping
      libcli/auth: use the correct creds value against servers without LogonSamLogonEx
      s3:winbindd: make sure cm_prepare_connection() only returns OK with a valid tree connect
      Revert "s3-winbind: Fix schannel connections against trusted domain DCs"
      s3:winbindd: try a NETLOGON connection with noauth over NCACN_NP against trusted domains.
      auth/credentials: try to use kerberos with the machine account unless we're in an AD domain
      s3:winbindd: fix the valid usage anonymous smb authentication
      s3:passdb: use cli_credentials_set_kerberos_state() for trusts in pdb_get_trust_credentials()
      s3:winbindd: add more debugging to cm_prepare_connection()
      s3:winbindd: rely on the kerberos_state from pdb_get_trust_credentials()
      s3:libads: add more debugging to ads_sasl_spnego_bind()
      s3:winbindd: allow a fallback to NTLMSSP for LDAP connections
      s3:idmap_ad: make use of pdb_get_trust_credentials() to get the machine account creds
      talloc/wscript: avoid passing pointless enabled=True to SAMBA_PYTHON()
      talloc: fix TALLOC_VERSION_* mismatch detection
      pytalloc: add pytalloc_GenericObject_{steal,reference}[_ex]()
      talloc: version 2.1.9
      py_net: make use of pytalloc_GenericObject_steal()
      pidl:Python: make sure print HASH references for STRUCT types
      pidl:Python: replace pytalloc_CObject_FromTallocPtr() with pytalloc_GenericObject_reference_ex()
      pidl:Python: use of pytalloc_GenericObject_reference*() for pyrpc_{ex,im}port_union() wrapping

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


-- 
Samba Shared Repository



More information about the samba-cvs mailing list