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

Karolin Seeger kseeger at samba.org
Tue Jul 13 10:33:01 UTC 2021


The annotated tag, samba-4.14.6 has been created
        at  3dab93fc85e214dac45cc268ed7aaf555aa8218d (tag)
   tagging  507cdfb744e8f6d5023ba821959b6572bc71a709 (commit)
  replaces  samba-4.14.5
 tagged by  Karolin Seeger
        on  Tue Jul 13 12:29:09 2021 +0200

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

iQIzBAABCgAdFiEEgfXigyvSVFoYl7cTqplEL7aAtiAFAmDtavUACgkQqplEL7aA
tiBFuxAAs3wzPY49ZCZao1L+qFX3WSB5Y1GSEPqTqJqdnG1GArlg24m8UorjeX3a
a6BP8ZdwcKlhz1TidD6N1QriDLJFSFg3YprP2zh/uep8buykbreFRHWeTUm/sKBz
0UtH+YHsnJyDNemlxJ7xFHLG+pRtYljz9h8oWwFN2PjtI9hraAwtPINT8xikZdEs
FmlRjwitTEjWbiGowpoX/sa/tdH5ZK7ctB+4bbvb1WCwBbnO5b+/+5wNaA/bqykQ
50flXbjSTwC4TSpHAvDeQQWIsqKmsmN5gTpW7i/K3fJFKGZViM9JW4MyTrdrwQQd
1r2wPyZMoyvNtOErajxB5jgzrB/QVhXZ6T5hPiiB6sYst6IfB96OnkG733yVIZ9+
LWDZ/gTJvDeQWLRfo+aYWkYUhHQmU1OYyepkqLU2lkC/9Ofirqe6H0gcr/S7Y/Mu
XmOqG5lJpFsdE4Sw5rozLtHPe4yNthyUNHesGbCL7BgCKMGxe9nmOVhjhHanif10
BI4Tyq0AHgujqBQnnUMOUqAK2Fzy3xVm6HukbZbKB7JNzOCuZ996mdWqz89AZpnQ
aFz7PymIbAkQHE+O5wtMzL6RXXr3NOLwsq+yRKEl8NGaGxSuKEUwEGNuQbntaCvp
bBWArfyx44vLCveCSTOxxQNvEl2UzU9pjtJmzDb99SLhvuZxbIY=
=pyny
-----END PGP SIGNATURE-----

Jeremy Allison (4):
      smbd: fix pathref unlinking in create_file_unixpath()
      s3: lib: Fix talloc heirarcy error in parent_smb_fname().
      s3: VFS: default: Add proc_fd's fallback for vfswrap_fchown().
      s3: smbd: Remove erroneous TALLOC_FREE(smb_fname_parent) in change_file_owner_to_parent() error path.

Joseph Sutton (10):
      netcmd: Add test for an offline backup of a directory containing hardlinks
      netcmd: Add test for an offline backup of nested directories
      netcmd: Determine which files are to be copied for an offline domain backup
      netcmd: Avoid database corruption by opting not to create database files during an offline domain backup
      netcmd: Fix error-checking condition
      netcmd: Ignore rIDUsedPool attribute in offline domain backup test
      netcmd: Add tests for performing an offline backup immediately after joining a domain
      dsdb: Add next_free_rid() function to allocate a RID without modifying the database
      python/tests/dsdb: Add tests for RID allocation functions
      netcmd: Use next_free_rid() function to calculate a SID for restoring a backup

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

Ralph Boehme (31):
      s3/libadouble: stat path before calling openat_pathref_fsp() in ad_unconvert_open_ad()
      smbd: stat path before calling openat_pathref_fsp() in unlink_internals()
      smbd: fix a resource leak in create_file_unixpath()
      smbd: call stat before openat_pathref_fsp() in create_file_unixpath()
      smbd: remove a redundant fstat()in create_file_unixpath()
      smbd: stat path before calling openat_pathref_fsp() in open_pathref_base_fsp()
      smbd: move smb_fname creation to earlier point in smbd_dirptr_get_entry()
      smbd: stat path before calling openat_pathref_fsp() in smbd_dirptr_get_entry()
      smbd: expect valid stat info in openat_pathref_fsp()
      smbd: simplify error codepath in openat_pathref_fsp()
      smbd: don't return NT_STATUS_STOPPED_ON_SYMLINK in openat_pathref_fsp()
      net: remove NT_STATUS_STOPPED_ON_SYMLINK status code check from openat_pathref_fsp()
      smbd: remove NT_STATUS_STOPPED_ON_SYMLINK status code check from get_file_handle_for_metadata()
      smbd: remove NT_STATUS_STOPPED_ON_SYMLINK status code check from open_streams_for_delete()
      smbd: remove NT_STATUS_STOPPED_ON_SYMLINK status code check from create_file_unixpath()
      smbd: remove NT_STATUS_STOPPED_ON_SYMLINK status code check from reply_search()
      smbd: remove NT_STATUS_STOPPED_ON_SYMLINK status code check from rename_internals()
      smbd: remove NT_STATUS_STOPPED_ON_SYMLINK status code check from rename_internals()
      smbd: remove NT_STATUS_STOPPED_ON_SYMLINK status code check from copy_file()
      smbd: remove NT_STATUS_STOPPED_ON_SYMLINK status code check from copy_file()
      smbd: remove NT_STATUS_STOPPED_ON_SYMLINK status code check from call_trans2findfirst()
      s3/modules: fchmod: fallback to path based chmod if pathref
      smbd: add synthetic_pathref()
      mdssvc: use a helper variable in mds_add_result()
      mdssvc: don't fail mds_add_result() if result is not found in CNID set
      mdssvc: pass messaging context to mds_init_ctx()
      smbd: pass tevent context to create_conn_struct_as_root()
      smbd: add create_conn_struct_cwd()
      mdssvc: maintain a connection struct in the mds_ctx
      mdssvc: chdir() to the conn of the RPC request
      mdssvc: avoid direct filesystem access, use the VFS

Stefan Metzmacher (2):
      gensec_krb5: restore ipv6 support for kpasswd
      smbXsrv_{open,session,tcon}: protect smbXsrv_{open,session,tcon}_global_traverse_fn against invalid records

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


-- 
Samba Shared Repository



More information about the samba-cvs mailing list