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

Karolin Seeger kseeger at samba.org
Mon Feb 12 10:28:43 UTC 2018


The annotated tag, samba-4.8.0rc3 has been created
        at  3f716fdb1e4d9442e60551cdcb40a42b0c3c0f99 (tag)
   tagging  4348e6471e0a4f17c8564bbb883de83f9197c154 (commit)
  replaces  samba-4.8.0rc2
 tagged by  Karolin Seeger
        on  Mon Feb 12 11:28:12 2018 +0100

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

iEYEABECAAYFAlqBbD0ACgkQbzORW2Vot+qmIACbBVUo65z4mmyTuQ7FwaRCDLWV
jHgAnRZvYSxQRz7xvxby7PgPAFsh/ROT
=kIQx
-----END PGP SIGNATURE-----

Andrew Bartlett (2):
      WHATSNEW: Mention new option "apply group policies"
      WHATSNEW: Add section for "samba-tool visualize"

David Disseldorp (1):
      WHATSNEW: briefly mention the new vfs_virusfilter module

David Mulder (2):
      gpo: Correct documentation
      gpo: Correct WHATSNEW

Günther Deschner (1):
      python: fix the build with python3.

Karolin Seeger (4):
      VERSION: Bump version up to 4.8.0rc3...
      docs-xml: Add 'samba-tool visualize' to man samba-tool.8.
      WHATSNEW: Add release notes for Samba 4.8.0rc3.
      VERSION: Disable GIT_SNAPSHOT for the 4.8.0rc3 release.

Ralph Boehme (18):
      Revert "dbcheck: disable fixing duplicate linked attributes until we can recover lost forward links"
      selftest/dbcheck: add a test for corrupt forward links restoration
      dbcheck: rename and reorder err_orphaned_backlink arguments
      dbcheck: add forward_syntax argument to err_orphaned_backlink
      dbcheck: rename err_duplicate_links arguments
      dbcheck: add link direction to error message for duplicate links
      dbcheck: rename err_duplicate_links() to err_recover_forward_links() and adjust the output message
      dbcheck: split out check_duplicate_links from check_dn
      dbcheck: add a dict where we remember attributes with duplicate links
      dbcheck: add a helper function that checks is a value has duplicate links
      dbcheck: add find_missing_forward_links_from_backlinks()
      dbcheck: add support for restoring missing forward links
      winbindd: add routing_domain as parameter to add_trusted_domain
      winbindd: move loading of trusted domains on a DC to a seperate function
      winbindd: use add_trusted_domains_dc in wb_imsg_new_trusted_domain
      s4/rpc_server: remove unused data argument from MSG_WINBIND_NEW_TRUSTED_DOMAIN
      winbindd: rename MSG_WINBIND_NEW_TRUSTED_DOMAIN to MSG_WINBIND_RELOAD_TRUSTED_DOMAINS
      s4/rpc_server: trigger trusts reload in winbindd after successfull trust info acquisition

Stefan Metzmacher (41):
      python:tests: use TestCaseInTempDir for "samba.tests.common"
      python:tests: remove test_dsdb_Dn() to test_dsdb_Dn_binary()
      python:tests: add test_dsdb_Dn_sorted() to "samba.tests.common"
      python/common: add __cmp__ function to dsdb_Dn similar to parsed_dn_compare()
      dbcheck: only pass obj_dn to err_orphaned_backlink()
      dbcheck: remove ldb.FLAG_MOD_REPLACE when replacing search results for forward links
      dbcheck: store fixed forward link attributes with the correct sorting
      dbcheck: make sure we always ask for the objectGUID attribute explicitly
      dbcheck: make sure we ask for replPropertyMetaData if we need to process any forward link attributes
      dbcheck: skip find_missing_forward_links_from_backlinks() if the db has the sortedLinks feature
      winbindd: fix LSA connections via DCERPC_AUTH_SCHANNEL
      winbindd: remove useless calls to get_trust_credentials() before cli_rpc_pipe_open_schannel_with_creds()
      winbindd: add missing can_do_ncacn_ip_tcp initialisation
      s3:rpc_client: allow Netlogon{Network,Interactive}TransitiveInformation in rpccli_netlogon_password_logon()
      s3:rpc_client: allow passing NetlogonNetwork[Transitive]Information to rpccli_netlogon_network_logon()
      winbindd: use Netlogon{Interactive,Network}TransitiveInformation on transitive trusts
      winbindd: remove const from set_routing_domain()
      winbindd: prepare find_auth_domain() transitive trusts on a DC
      winbindd: prepare find_lookup_domain_from_{name,sid}() transitive trusts on a DC
      s3:rpc_client: pass down lsa_LookupNamesLevel to dcerpc_lsa_lookup_sids_generic()
      winbindd: don't force using LSA_LOOKUP_NAMES_ALL for non workstation trusts.
      winbindd: fix debug message in find_default_route_domain() on a DC
      wbinfo: avoid segfault in wbinfo_auth_crap() if winbindd is not available
      winbindd: add_trusted_domain_from_auth() should not use dns_name = ""
      s3/rpc_client: add rpccli_netlogon_interactive_logon()
      winbindd: separate plaintext given and interactive in winbind_samlogon_retry_loop()
      winbindd: add a comment to a parameter in _winbind_SamLogon()
      winbindd: pass 'bool interactive' to winbind_dual_SamLogon()
      winbindd: handle interactive logons in _winbind_SamLogon()
      winbindd: introduce a cm_connect_netlogon_secure() which gives a valid netlogon_creds_ctx
      s3/rpc_client: add copy_netr_SamInfo6() and map_validation_to_info6()
      winbindd: allow validation level 6 in winbind_SamLogon
      s4/auth_winbind: ask for validation level 6
      s3/auth: add create_info6_from_pac()
      s3/rpc_client: add map_info6_to_validation()
      winbindd: get netr_SamInfo6 out of winbindd_dual_pam_auth_kerberos()
      winbindd: call add_trusted_domain_from_auth() in winbindd_pam_auth_crap_done()
      winbindd: let winbindd_pam_auth_pac_send() compute info6 from PAC
      winbindd: complete WBFLAG_PAM_AUTH_PAC handling in winbindd_pam_auth_crap_send()
      winbindd: rename winbindd_pam_auth_pac_send and let it return validation
      winbindd: WBFLAG_PAM_AUTH_PAC should call add_trusted_domain_from_auth() is the result is trusted

Trever L. Adams (6):
      Samba-VirusFilter: memcache changes.
      Samba-VirusFilter: common headers and sources.
      Samba-VirusFilter: Sophos VFS backend.
      Samba-VirusFilter: F-Secure AntiVirus (fsav) VFS and man page.
      Samba-VirusFilter: clamav VFS and man page.
      Samba-VirusFilter: fix virusfilter_vfs_close() crash

Volker Lendecke (4):
      pdb: Fix CID 1427624 Resource leak
      winbind: Fix CID 1427626 Uninitialized scalar variable
      pdb: Fix CID 1427620 Resource leak
      winbind: Fix CID 1427626 Uninitialized scalar variable

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


-- 
Samba Shared Repository



More information about the samba-cvs mailing list