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

Stefan Metzmacher metze at samba.org
Mon Jan 15 09:15:54 UTC 2018


The annotated tag, samba-4.8.0rc1 has been created
        at  94ec3bd89a2ea1d490af2459c17641c2fcb201ce (tag)
   tagging  e5f4aff68507cdfcacc551235e4a6f2edbb9da45 (commit)
  replaces  ldb-1.3.1
 tagged by  Stefan Metzmacher
        on  Mon Jan 15 10:15:07 2018 +0100

- Log -----------------------------------------------------------------
samba: tag release samba-4.8.0rc1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iD8DBQBaXHEbbzORW2Vot+oRAm6WAJ9HFs6lMvqfr+S6sa8v0raVRAyF4QCfU/ld
Zs0TKT2zDYf8G0eab5IryG0=
=rtBX
-----END PGP SIGNATURE-----

Andreas Schneider (2):
      s3:test: Always validate the join after changing the secret
      s4:torture: Improve error message in whoami test

Andrej Gessel (1):
      samba_kcc: do not commit new nTDSConnection, if we are rodc

Björn Jacke (2):
      params: mark "unicode" parameter as deprecated
      params: mark "ldap ssl ads" as deprecated

David Disseldorp (2):
      vfs_ceph: add fs_capabilities hook to avoid local statvfs
      vfs_default: use VFS statvfs macro in fs_capabilities

David Mulder (4):
      gpo: Fix crashes in gpo unapply
      gpo: Continue parsing GPOs even if one fails
      Revert "gpo: Create the gpo update service"
      gpo: Add the winbind call to gpupdate

Douglas Bagnall (17):
      Mark rfc2307 test flapping
      Mark whoami test flapping
      Mark wbinfo test flapping
      samba_kcc: documentation fix
      python tests: assert string equality, with diff
      python: module containing ANSI colour sequences
      samba_kcc: kcc.debug module defers to samba.colour
      samba_kcc: respect kcc.read_only flag on RODC
      python/graph: module for generating ASCII and graphviz visualisations
      samba_kcc: use new graph module for writing dot files
      samba-tool visualize for understanding AD DC behaviour
      samba_kcc: remove an unused function
      samba_kcc: fix dot_file_dir documentation
      samba_kcc: remove unused functions
      samba_kcc: clarify readonly logging, removing now unused function
      samba_kcc: simplify NCReplica constructor
      samba_kcc: simplify NCReplica.set_instantiated_flags()

Garming Sam (1):
      docs: Remove reference to environment variables for now

Justin Maggard via samba-technical (2):
      s3/smbd: Add new file information classes
      s3/smbd: Fix error code for unsupported SET_INFO requests

Karolin Seeger (2):
      WHATSNEW: Add release notes for Samba 4.8.0rc1.
      VERSION: Bump version up to 4.8.0rc1...

Mathieu Parent (4):
      systemd: syslog.target is obsolete
      systemd: Add documentation to Unit files
      systemd: Fix kill path
      waf: Remove build system info (uname -a)

Ralph Boehme (43):
      s3/torture: fix an error message
      s3/rpc_client: fix overly long lines
      winbindd: fix overly long lines
      winbindd: remove a space
      winbindd: remove an else branch
      winbindd: simplify if condition in find_domain_from_name_noinit()
      winbindd: prevent long lines in a later commit
      s3/rpc_client: move copy_netr_SamInfo3() to util_netlogon
      s3/rpc_client: in map_validation_to_info3() make a deep copy
      s3/rpc_client: make map_validation_to_info3() public and move to util_netlogon
      s3/rpc_client: add map_info3_to_validation()
      s3/rpc_client: return validation from rpccli_netlogon functions
      winbindd: remove a redundant check from winbindd_dual_pam_auth_samlogon
      winbindd: let winbind_samlogon_retry_loop return validation info
      winbindd: let winbindd_dual_pam_auth_samlogon() return validation info
      winbindd: remove a space in winbind_dual_SamLogon
      winbindd: let winbind_dual_SamLogon return validation
      winbindd: simplify an if condition in winbindd_dual_pam_auth
      winbindd: pass down validation to append_auth_data()
      winbindd: pass validation in append_info3_as_txt
      nsswitch: add "validation_level" and "info6" to winbindd_response
      nsswitch: fill out wbcAuthUserInfo user_principal and dns_domain_name from info6
      winbindd: set info6 data in append_info3_as_txt
      winbindd: enforce valid SID in add_trusted_domain_from_tdc()
      winbindd: only use NetBIOS name when searching domain list in add_trusted_domain_from_tdc()
      winbindd: rework add_trusted_domain(), replacing add_trusted_domain_from_tdc()
      s3/torture/pdbtest: creating a trusted domain requires a valid SID
      s3/torture/pdbtest: delete trusted domain at test end
      pdb_samba_dsdb: implement pdb_samba_dsdb_set_trusted_domain
      pdb_samba_dsdb: implement pdb_samba_dsdb_del_trusted_domain
      pdb_samba_dsdb: set PDB_CAP_TRUSTED_DOMAINS_EX
      winbindd: add find_default_route_domain()
      winbindd: add set_routing_domain()
      winbindd: add add_trusted_domain_from_auth
      winbindd: use add_trusted_domain_from_auth
      winbindd: transitive trust logic in trust_is_transitive()
      winbindd: fix trust_is_inbound()
      winbindd: fix trust_is_oubound()
      libwbclient: add trust routing and more trust-types
      wbinfo: support for local, workstation and routed trust types
      libwbclient: add more trust types
      winbindd: add more trust types to get_trust_type_string
      winbindd: set routing_domain when enumerating trusts

Stefan Metzmacher (14):
      s3:vfs: remove unused smb_vfs_call_{is,set}_offline() prototypes
      winbindd: rename alternative_name to dns_name
      winbindd: initialize some stack pointers to NULL
      winbindd: remember the secure_channel_type in winbindd_domain
      winbindd: add find_trust_from_{name,sid}_noinit()
      winbindd: use find_trust_from_name_noinit when we require a direct trust
      s4:dsdb: add dsdb_trust_search_tdo_by_sid() helper function
      pdb_samba_dsdb: implement pdb_samba_dsdb_enum_trusteddoms()
      pdb_samba_dsdb: implement PDB_CAP_TRUSTED_DOMAINS_EX related functions
      winbindd: load the trusted domains on a DC already in init_domain_list()
      winbindd: avoid automatic enumerating trusts on DCs
      winbindd: add "winbind scan trusted domains = no" to avoid trust enumeration
      WHATSNEW: document some more new options
      s4:torture/samba_tool_drs: demote the test dc at the end of test_samba_tool_replicate_local()

Volker Lendecke (6):
      smbd: Fix a typo
      torture4: Fix typos
      smbd: Remove a "!" from an if-condition for easier readability
      smbd: Fix channel sequence number checks for long-running requests
      smbXcli: Add "force_channel_sequence"
      torture: Add test for channel sequence number handling

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


-- 
Samba Shared Repository



More information about the samba-cvs mailing list