[SCM] Samba Shared Repository - branch master updated

2021-03-09 Thread Jeremy Allison
The branch, master has been updated
   via  26bc731212b winbindd: Apply some const to normalize_name_map()
   via  f815ad9bb80 smbd: Fix a DEBUG message
   via  b5705cc70ce srvsrvc: Reload conf after changing a share
   via  81d01a1addb lib: Fix file_ploadv_send/recv cleanup
   via  023f68cb761 g_lock: Add extensive debug information
   via  c74213830d4 librpc: Simplify struct dcesrv_handle
   via  833fcdc0246 libcli: Simplify tstream_npa_connect_readv_done()
   via  9d656edffb9 libcli: Add a NULL check to tstream_npa
   via  bcbfae42795 lib: Fix samba_sockaddr_[get|set]_port
   via  da906fbc87f lib: Protect "messaging_dgm_init()" from NULL dirs
   via  559b4df1431 rpc_server: Use any_nt_status_not_ok() in 
srv_netlog_nt.c
   via  3e58a4d9d75 rpc_server: Use direct struct initialization instead of 
ZERO_STRUCT
   via  a53cc3adc6c epmapper: talloc_stackframe() panics on failure
   via  3a7f099b6bc rpc_server: talloc_stackframe() panics on failure
   via  49efd6113b6 rpc_client: Save a few lines with direct struct 
initialization
   via  e0ce7169348 rpcclient: talloc_stackframe() panics on failure
   via  9db63646c7a lib: Align integer types
   via  4f83814d443 lib: Avoid a cast in messages_dgm
   via  723a4648dd2 lib: Avoid a memleak in pidfile_unlink()
   via  4b8dc750851 lib: Avoid ZERO_STRUCT in pidfile_pid()
   via  15dad4dba85 lib: Make socket options output less chatty
   via  2fc974fdfa7 lib: Fix an uninitialized variable read
   via  dead4d05aba librpc: Fix typos
   via  ce9df5080d1 smbd: Fix a typo (recieve->receive), reformat comment
   via  b1ba5d58727 librpc: Fix a typo, while there linewrap the comment
   via  dd56d415b15 rpc_server: Fix a typo
   via  8d4f0242658 winbindd: Fix a typo
   via  72cc8dce4c9 lib: Fix a typo
   via  409da523a71 rpc_client: Fix a typo
   via  dab793469f9 lib: Fix a typo
   via  06b740e2fb4 ctdb: Fix a typo
   via  ca1f67406f9 rpc_server: Align integer types
   via  6d1049796fe rpc_server: Fix a typo
   via  1ea49c426cc samba: Fix indentation
  from  77f96a3079e samba-tool: Add a gpo command for setting VGP Issue 
Group Policy

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -
commit 26bc731212ba9be439757b5084492d01354b54e0
Author: Volker Lendecke 
Date:   Tue Feb 23 16:27:44 2021 +0100

winbindd: Apply some const to normalize_name_map()

Signed-off-by: Volker Lendecke 
Reviewed-by: Jeremy Allison 

Autobuild-User(master): Jeremy Allison 
Autobuild-Date(master): Tue Mar  9 23:45:51 UTC 2021 on sn-devel-184

commit f815ad9bb807be3baa8265362be5ef8f4a56a25e
Author: Volker Lendecke 
Date:   Fri Mar 5 11:36:20 2021 +0100

smbd: Fix a DEBUG message

Signed-off-by: Volker Lendecke 
Reviewed-by: Jeremy Allison 

commit b5705cc70ce26c6ebd86abed15c0ffd8573bf84e
Author: Volker Lendecke 
Date:   Tue Mar 9 08:50:26 2021 +0100

srvsrvc: Reload conf after changing a share

The call to messaging_send_all() skips ourselves. This is tested in
source3/script/tests/test_rpcclientsrvsvc.sh, which right now we only
survive because the rpcclient call spawns a new smbd, which reloads
smb.conf. Once you start running srvsvcd in a long-running daemon,
this fails.

Signed-off-by: Volker Lendecke 
Reviewed-by: Jeremy Allison 

commit 81d01a1addb52100d6de7eb89dbc6b161a8c6c22
Author: Volker Lendecke 
Date:   Sat Feb 13 11:40:34 2021 +0100

lib: Fix file_ploadv_send/recv cleanup

We have to first TALLOC_FREE() the waiting event before closing the
pipe. Otherwise EPOLL_CTL_DEL is unhappy and might remove an unrelated
file descriptor.

Signed-off-by: Volker Lendecke 
Reviewed-by: Jeremy Allison 

commit 023f68cb761de2d3b9dcd587f6de906c5909ea8e
Author: Volker Lendecke 
Date:   Thu Feb 4 18:46:59 2021 +0100

g_lock: Add extensive debug information

Signed-off-by: Volker Lendecke 
Reviewed-by: Jeremy Allison 

commit c74213830d498fde113a59f77e49bf7a6f679949
Author: Volker Lendecke 
Date:   Wed Jan 27 14:59:16 2021 +0100

librpc: Simplify struct dcesrv_handle

This saves a tiny bit of memory: dom_sid_dup() allocates a full struct
dom_sid, although it might not have to. Save the additional talloc
object and the pointer, be more cache-friendly

Signed-off-by: Volker Lendecke 
Reviewed-by: Jeremy Allison 

commit 833fcdc02467f20dfec3b1e220f8b8db60a7fb5c
Author: Volker Lendecke 
Date:   Tue Feb 16 17:21:57 2021 +0100

libcli: Simplify tstream_npa_connect_readv_done()

tevent_req_error takes care of the ==0 case

Signed-off-by: Volker Lendecke 
Reviewed-by: Jeremy Allison 

commit 9d656edffb94027475fd91c6a3a875c37a268b34
Author: Volker Lendecke 
Date:   Tue Feb 16 17:21:33 2021 +0100

libcli: Add a NULL 

[SCM] Samba Website Repository - branch master updated

2021-03-09 Thread Karolin Seeger
The branch, master has been updated
   via  51f2c9e Add Samba 4.14.0.
   via  930cd3f NEWS[4.14.0]: Samba 4.14.0 Available for Download
  from  ea6f9a7 Add Samba 4.13.5 to the list.

https://git.samba.org/?p=samba-web.git;a=shortlog;h=master


- Log -
commit 51f2c9e42538b9c82ddcebb28455ba0014ee2378
Author: Karolin Seeger 
Date:   Tue Mar 9 13:40:02 2021 +0100

Add Samba 4.14.0.

Signed-off-by: Karolin Seeger 

commit 930cd3fd871135a23f188953968ed613fd23df61
Author: Karolin Seeger 
Date:   Tue Mar 9 13:37:57 2021 +0100

NEWS[4.14.0]: Samba 4.14.0 Available for Download

Signed-off-by: Karolin Seeger 

---

Summary of changes:
 history/header_history.html  |   1 +
 history/samba-4.14.0.html| 263 +++
 posted_news/20210309-123934.4.14.0.body.html |  12 ++
 posted_news/20210309-123934.4.14.0.headline.html |   3 +
 4 files changed, 279 insertions(+)
 create mode 100644 history/samba-4.14.0.html
 create mode 100644 posted_news/20210309-123934.4.14.0.body.html
 create mode 100644 posted_news/20210309-123934.4.14.0.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index 67a4636..44b0570 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -9,6 +9,7 @@
Release Notes


+   samba-4.14.0
samba-4.13.5
samba-4.13.4
samba-4.13.3
diff --git a/history/samba-4.14.0.html b/history/samba-4.14.0.html
new file mode 100644
index 000..86c3685
--- /dev/null
+++ b/history/samba-4.14.0.html
@@ -0,0 +1,263 @@
+http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>
+http://www.w3.org/1999/xhtml;>
+
+Samba 4.14.0 - Release Notes
+
+
+Samba 4.14.0 Available for Download
+
+https://download.samba.org/pub/samba/stable/samba-4.14.0.tar.gz;>Samba 
4.14.0 (gzipped)
+https://download.samba.org/pub/samba/stable/samba-4.14.0.tar.asc;>Signature
+
+
+
+   ==
+   Release Notes for Samba 4.14.0
+  March 09, 2021
+   ==
+
+
+This is the first stable release of the Samba 4.14 release series.
+Please read the release notes carefully before upgrading.
+
+
+New GPG key
+===
+
+The GPG release key for Samba releases changed from:
+
+pub   dsa1024/6F33915B6568B7EA 2007-02-04 [SC] [expires: 2021-02-05]
+  Key fingerprint = 52FB C0B8 6D95 4B08 4332  4CDC 6F33 915B 6568 B7EA
+uid [  full  ] Samba Distribution Verification Key 
samba-b...@samba.org
+sub   elg2048/9C6ED163DA6DFB44 2007-02-04 [E] [expires: 2021-02-05]
+
+to the following new key:
+
+pub   rsa4096/AA99442FB680B620 2020-12-21 [SC] [expires: 2022-12-21]
+  Key fingerprint = 81F5 E283 2BD2 545A 1897  B713 AA99 442F B680 B620
+uid [ultimate] Samba Distribution Verification Key 
samba-b...@samba.org
+sub   rsa4096/97EF9386FBFD4002 2020-12-21 [E] [expires: 2022-12-21]
+
+Starting from Jan 21th 2021, all Samba releases will be signed with the new 
key.
+
+See also GPG_AA99442FB680B620_replaces_6F33915B6568B7EA.txt
+
+
+NEW FEATURES/CHANGES
+
+
+Here is a copy of a clarification note added to the Samba code
+in the file: VFS-License-clarification.txt.
+--
+
+A clarification of our GNU GPL License enforcement boundary within the Samba
+Virtual File System (VFS) layer.
+
+Samba is licensed under the GNU GPL. All code committed to the Samba
+project or that creates a modified version or software based 
on Samba must
+be either licensed under the GNU GPL or a compatible license.
+
+Samba has several plug-in interfaces where external code may be called
+from Samba GNU GPL licensed code. The most important of these is the
+Samba VFS layer.
+
+Samba VFS modules are intimately connected by header files and API
+definitions to the part of the Samba code that provides file services,
+and as such, code that implements a plug-in Samba VFS module must be
+licensed under the GNU GPL or a compatible license.
+
+However, Samba VFS modules may themselves call third-party external
+libraries that are not part of the Samba project and are externally
+developed and maintained.
+
+As long as these third-party external libraries do not use any of the
+Samba internal structure, APIs or interface definitions created by the
+Samba project (to the extent that they would be considered subject to the GNU
+GPL), then the Samba Team will not consider such third-party external
+libraries called from Samba VFS modules as based on and/or 
creating a
+modified version of the Samba code for 

[SCM] Samba Shared Repository - branch v4-14-stable updated

2021-03-09 Thread Karolin Seeger
The branch, v4-14-stable has been updated
   via  9b49519cae3 VERSION: Bump version up to 4.14.0...
   via  d42d46964b7 WHATSNEW: Add release notes for Samba 4.14.0.
   via  fc0c01be970 Revert "wscript: use --as-needed only if tested 
successfully"
   via  f912b8f600a g_lock: Fix uninitalized variable reads
   via  02264306200 locking: Fix an uninitialized variable read
   via  1c02f82ec6f s3:modules:vfs_virusfilter: Recent talloc changes cause 
infinite start-up failure
   via  4d1ed9c319d wscript: use --as-needed only if tested successfully
   via  1fb83efd7d5 s3: VFS: nfs4_acls. Add missing TALLOC_FREE(frame) in 
error path.
   via  cf6df7285fd WHATSNEW: Remove some old stuff.
   via  31defeed802 VERSION: Bump version up to 4.14.0rc5...
  from  205891fc5ac VERSION: Disable GIT_SNAPSHOT for the 4.14.0rc4 release.

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-14-stable


- Log -
---

Summary of changes:
 VERSION   |   2 +-
 WHATSNEW.txt  |  76 +++---
 source3/lib/g_lock.c  |   4 +-
 source3/locking/share_mode_lock.c |   2 +-
 source3/modules/nfs4_acls.c   |   1 +
 source3/modules/vfs_virusfilter.c | 157 ++
 6 files changed, 122 insertions(+), 120 deletions(-)


Changeset truncated at 500 lines:

diff --git a/VERSION b/VERSION
index bb77b697eb0..8ca6b68551c 100644
--- a/VERSION
+++ b/VERSION
@@ -87,7 +87,7 @@ SAMBA_VERSION_PRE_RELEASE=
 # e.g. SAMBA_VERSION_RC_RELEASE=1  #
 #  ->  "3.0.0rc1"  #
 
-SAMBA_VERSION_RC_RELEASE=4
+SAMBA_VERSION_RC_RELEASE=
 
 
 # To mark SVN snapshots this should be set to 'yes'#
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 37805c35f26..7e46022b2b9 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,19 +1,15 @@
-Release Announcements
-=
+   ==
+   Release Notes for Samba 4.14.0
+  March 09, 2021
+   ==
 
-This is the fourth release candidate of Samba 4.14.  This is *not*
-intended for production environments and is designed for testing
-purposes only.  Please report any defects via the Samba bug reporting
-system at https://bugzilla.samba.org/.
 
-Samba 4.14 will be the next version of the Samba suite.
+This is the first stable release of the Samba 4.14 release series.
+Please read the release notes carefully before upgrading.
 
 
-UPGRADING
-=
-
 New GPG key

+===
 
 The GPG release key for Samba releases changed from:
 
@@ -86,7 +82,6 @@ Publishing printers in AD is more reliable and more printer 
features are
 added to the published information in AD. Samba now also supports Windows
 drivers for the ARM64 architecture.
 
-
 Client Group Policy
 ---
 This release extends Samba to support Group Policy functionality for Winbind
@@ -111,7 +106,6 @@ Configuration/Policies/Administrative Templates. 
Alternatively, Samba policy
 may be managed using the `samba-tool gpo manage` command. This tool does not
 require the admx templates to be installed.
 
-
 Python 3.6 or later required
 
 
@@ -123,39 +117,21 @@ Samba's minimum runtime requirement for python was raised 
to Python
 As Python 2.7 has been End Of Life upstream since April 2020, Samba
 is dropping ALL Python 2.x support in this release.
 
-
-NT4-like 'classic' Samba domain controllers

-
-Samba 4.13 deprecates Samba's original domain controller mode.
-
-Sites using Samba as a Domain Controller should upgrade from the
-NT4-like 'classic' Domain Controller to a Samba Active Directory DC
-to ensure full operation with modern windows clients.
-
-
-SMBv1 only protocol options deprecated
---
-
-A number of smb.conf parameters for less-secure authentication methods
-which are only possible over SMBv1 are deprecated in this release.
-
-
 Miscellaneous samba-tool changes
 
 
-The samba-tool commands to manage AD objects (e.g. users, computers and
+The 'samba-tool' subcommands to manage AD objects (e.g. users, computers and
 groups) now consistently use the "add" command when adding a new object to
-the AD. The previous deprecation warnings when using the "add" commands
-have been removed. For compatibility reasons, both the "add" and "create"
+the AD. The previous deprecation warnings when using the 'add' commands
+have been removed. For compatibility reasons, both the 'add' and 'create'
 commands can be used now.
 
 Users, groups and contacts can now 

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

2021-03-09 Thread Karolin Seeger
The annotated tag, samba-4.14.0 has been created
at  df16a3a9b5ec9a7df397d55ae6c5504b638a9c24 (tag)
   tagging  9b49519cae3e967af9ea48dc5fcfb6c145e31db4 (commit)
  replaces  samba-4.14.0rc4
 tagged by  Karolin Seeger
on  Tue Mar 9 13:37:38 2021 +0100

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

iQIzBAABCgAdFiEEgfXigyvSVFoYl7cTqplEL7aAtiAFAmBHbBIACgkQqplEL7aA
tiBnWw//Y9FZldNwXC5TO3/RVyFpbX8l/sh14TjKt1agySUXF9ivdi5/yzeEm3xY
Txni+HpZmbk3t9yYy7ZhAkVjsdjuvP6D8cT1Tt12mKKoEn+VmenLjE9561eHqq7H
k6RlAOtJpuvXJgWqOqBE1tuYJzChM2d0NvxWH/OK2QxoJCHCh4NbAHx7TZEVG/bG
nXtakAO5bNwgOL+T+QwblDpBHiO0bxhMuuG013BrIY300bXVBi8OCSuijabbg3eU
Qb1ve3wIHjbPF49umwOg4TGYFOgWQDSLUXQZeZVejpd13wa73usfhNgc5Y35AClc
qLZ47fO/ultlI+WEZN/tz2c+siobsdbRaL4I2VjrlkSaC3pj41UILs1rAPdqD3NJ
ebBc34eKVa9DLTeWE21PRmmc4jYzSrMZ5pZNK2VP41XSWBpv4lLXxWI1YJ9MoDhn
w+FCeGEUbV/C3dtI+s4Ok830OvHSHC+HTE0YLt460CNnoCxBb3GpyhfC1FOdjL34
/fcAxVBlFshY+z7eodnP4qRUXXCVstdyufRsSAJLEWnvc+O8NZgZqEBuvm5GD4RX
rW6bi0tkqsX1Toec4byl8BIEOthm5qDYlpdwWKJtzO3/+59qS9rsQcomSmT5GGPr
6YgMeaRLsp6yUDWgBn/ndBlSHbEGnticoLnXOeGBs3FaRbjSwE4=
=LAzO
-END PGP SIGNATURE-

Björn Jacke (1):
  wscript: use --as-needed only if tested successfully

Karolin Seeger (5):
  VERSION: Bump version up to 4.14.0rc5...
  WHATSNEW: Remove some old stuff.
  Revert "wscript: use --as-needed only if tested successfully"
  WHATSNEW: Add release notes for Samba 4.14.0.
  VERSION: Bump version up to 4.14.0...

Peter Eriksson (1):
  s3: VFS: nfs4_acls. Add missing TALLOC_FREE(frame) in error path.

Trever L. Adams (1):
  s3:modules:vfs_virusfilter: Recent talloc changes cause infinite start-up 
failure

Volker Lendecke (2):
  locking: Fix an uninitialized variable read
  g_lock: Fix uninitalized variable reads

---


-- 
Samba Shared Repository



[SCM] Samba Shared Repository - branch v4-14-test updated

2021-03-09 Thread Karolin Seeger
The branch, v4-14-test has been updated
   via  3fa3608e8f0 VERSION: Bump version up to 4.14.1...
   via  9b49519cae3 VERSION: Bump version up to 4.14.0...
   via  d42d46964b7 WHATSNEW: Add release notes for Samba 4.14.0.
   via  fc0c01be970 Revert "wscript: use --as-needed only if tested 
successfully"
  from  f912b8f600a g_lock: Fix uninitalized variable reads

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-14-test


- Log -
commit 3fa3608e8f00df81ae7504f26459b42da069d322
Author: Karolin Seeger 
Date:   Tue Mar 9 13:31:47 2021 +0100

VERSION: Bump version up to 4.14.1...

and-re-enable GIT_SNAPSHOT.

Signed-off-by: Karolin Seeger 

commit 9b49519cae3e967af9ea48dc5fcfb6c145e31db4
Author: Karolin Seeger 
Date:   Tue Mar 9 13:30:50 2021 +0100

VERSION: Bump version up to 4.14.0...

and disable GIT_SNAPSHOT for the release.

Signed-off-by: Karolin Seeger 

commit d42d46964b758e2fd2374828f7cb52ad24f28a2f
Author: Karolin Seeger 
Date:   Tue Mar 9 13:27:49 2021 +0100

WHATSNEW: Add release notes for Samba 4.14.0.

Signed-off-by: Karolin Seeger 

commit fc0c01be9700f9e4bb50211a53f3ec2d2d4b3a3d
Author: Karolin Seeger 
Date:   Tue Mar 9 09:18:16 2021 +0100

Revert "wscript: use --as-needed only if tested successfully"

This reverts commit 4d1ed9c319deac5cba1682611dcefdf002cb9d48.

---

Summary of changes:
 VERSION  |  4 ++--
 WHATSNEW.txt | 50 +++---
 wscript  |  3 +--
 3 files changed, 30 insertions(+), 27 deletions(-)


Changeset truncated at 500 lines:

diff --git a/VERSION b/VERSION
index 14663dc058f..626f0afffe6 100644
--- a/VERSION
+++ b/VERSION
@@ -25,7 +25,7 @@
 
 SAMBA_VERSION_MAJOR=4
 SAMBA_VERSION_MINOR=14
-SAMBA_VERSION_RELEASE=0
+SAMBA_VERSION_RELEASE=1
 
 
 # If a official release has a serious bug  #
@@ -87,7 +87,7 @@ SAMBA_VERSION_PRE_RELEASE=
 # e.g. SAMBA_VERSION_RC_RELEASE=1  #
 #  ->  "3.0.0rc1"  #
 
-SAMBA_VERSION_RC_RELEASE=5
+SAMBA_VERSION_RC_RELEASE=
 
 
 # To mark SVN snapshots this should be set to 'yes'#
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 32bf4adf3e5..7e46022b2b9 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,19 +1,15 @@
-Release Announcements
-=
+   ==
+   Release Notes for Samba 4.14.0
+  March 09, 2021
+   ==
 
-This is the fourth release candidate of Samba 4.14.  This is *not*
-intended for production environments and is designed for testing
-purposes only.  Please report any defects via the Samba bug reporting
-system at https://bugzilla.samba.org/.
 
-Samba 4.14 will be the next version of the Samba suite.
+This is the first stable release of the Samba 4.14 release series.
+Please read the release notes carefully before upgrading.
 
 
-UPGRADING
-=
-
 New GPG key

+===
 
 The GPG release key for Samba releases changed from:
 
@@ -86,7 +82,6 @@ Publishing printers in AD is more reliable and more printer 
features are
 added to the published information in AD. Samba now also supports Windows
 drivers for the ARM64 architecture.
 
-
 Client Group Policy
 ---
 This release extends Samba to support Group Policy functionality for Winbind
@@ -111,7 +106,6 @@ Configuration/Policies/Administrative Templates. 
Alternatively, Samba policy
 may be managed using the `samba-tool gpo manage` command. This tool does not
 require the admx templates to be installed.
 
-
 Python 3.6 or later required
 
 
@@ -123,22 +117,21 @@ Samba's minimum runtime requirement for python was raised 
to Python
 As Python 2.7 has been End Of Life upstream since April 2020, Samba
 is dropping ALL Python 2.x support in this release.
 
-
 Miscellaneous samba-tool changes
 
 
-The samba-tool commands to manage AD objects (e.g. users, computers and
+The 'samba-tool' subcommands to manage AD objects (e.g. users, computers and
 groups) now consistently use the "add" command when adding a new object to
-the AD. The previous deprecation warnings when using the "add" commands
-have been removed. For compatibility reasons, both the "add" and "create"
+the AD. The previous deprecation warnings when using the 'add' commands
+have been removed. For compatibility reasons, both the 'add' and 'create'
 commands can be used now.
 
 Users, groups and contacts can now be renamed with the respective rename
 commands.
 

[SCM] Samba Website Repository - branch master updated

2021-03-09 Thread Karolin Seeger
The branch, master has been updated
   via  ea6f9a7 Add Samba 4.13.5 to the list.
   via  f616af6 NEWS[4.13.5]: Samba 4.13.5 Available for Download
  from  8c41327 NEWS[SambaXP2021]: SambaXP 2021

https://git.samba.org/?p=samba-web.git;a=shortlog;h=master


- Log -
commit ea6f9a74cda6995e7be55c8595e45b5e8e2a5b27
Author: Karolin Seeger 
Date:   Tue Mar 9 12:04:55 2021 +0100

Add Samba 4.13.5 to the list.

Signed-off-by: Karolin Seeger 

commit f616af645fd3e4cf73d7a5d3465e2ad180fea078
Author: Karolin Seeger 
Date:   Tue Mar 9 11:59:35 2021 +0100

NEWS[4.13.5]: Samba 4.13.5 Available for Download

Signed-off-by: Karolin Seeger 

---

Summary of changes:
 history/header_history.html  |  1 +
 history/samba-4.13.5.html| 74 
 posted_news/20210309-110052.4.13.5.body.html | 13 +
 posted_news/20210309-110052.4.13.5.headline.html |  3 +
 4 files changed, 91 insertions(+)
 create mode 100644 history/samba-4.13.5.html
 create mode 100644 posted_news/20210309-110052.4.13.5.body.html
 create mode 100644 posted_news/20210309-110052.4.13.5.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index 7ab832d..67a4636 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -9,6 +9,7 @@
Release Notes


+   samba-4.13.5
samba-4.13.4
samba-4.13.3
samba-4.13.2
diff --git a/history/samba-4.13.5.html b/history/samba-4.13.5.html
new file mode 100644
index 000..ae37e8a
--- /dev/null
+++ b/history/samba-4.13.5.html
@@ -0,0 +1,74 @@
+http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>
+http://www.w3.org/1999/xhtml;>
+
+Samba 4.13.5 - Release Notes
+
+
+Samba 4.13.5 Available for Download
+
+https://download.samba.org/pub/samba/stable/samba-4.13.5.tar.gz;>Samba 
4.13.5 (gzipped)
+https://download.samba.org/pub/samba/stable/samba-4.13.5.tar.asc;>Signature
+
+
+https://download.samba.org/pub/samba/patches/samba-4.13.4-4.13.5.diffs.gz;>Patch
 (gzipped) against Samba 4.13.4
+https://download.samba.org/pub/samba/patches/samba-4.13.4-4.13.5.diffs.asc;>Signature
+
+
+
+   ==
+   Release Notes for Samba 4.13.5
+   March 09, 2021
+   ==
+
+
+This is the latest stable release of the Samba 4.13 release series.
+
+
+Changes since 4.13.4
+
+
+o  Trever L. Adams trever.ad...@gmail.com
+   * BUG 14634: s3:modules:vfs_virusfilter: Recent talloc changes cause 
infinite
+ start-up failure.
+
+o  Jeremy Allison j...@samba.org
+   * BUG 13992: s3: libsmb: Add missing cli_tdis() in error path if encryption
+ setup failed on temp proxy connection.
+   * BUG 14604: smbd: In conn_force_tdis_done() when forcing a connection 
closed
+ force a full reload of services.
+
+o  Andrew Bartlett abart...@samba.org
+   * BUG 14593: dbcheck: Check Deleted Objects and reduce noise in reports 
about
+ expired tombstones.
+
+o  Ralph Boehme s...@samba.org
+   * BUG 14503: s3: Fix fcntl waf configure check.
+   * BUG 14602: s3/auth: Implement winbind:ignore domains.
+   * BUG 14617: smbd: Use fsp-conn-session_info for the initial
+ delete-on-close token.
+
+o  Peter Eriksson p...@lysator.liu.se
+   * BUG 14648: s3: VFS: nfs4_acls. Add missing TALLOC_FREE(frame) in error
+ path.
+
+o  Bjrn Jacke b...@sernet.de
+   * BUG 14624: classicupgrade: Treat old never expires value right.
+
+o  Volker Lendecke v...@samba.org
+   * BUG 14636: g_lock: Fix uninitalized variable reads.
+
+o  Stefan Metzmacher me...@samba.org
+   * BUG 13898: s3:pysmbd: Fix fd leak in py_smbd_create_file().
+
+o  Andreas Schneider a...@samba.org
+   * BUG 14625: lib:util: Avoid freeing our own pointer.
+
+o  Paul Wise pa...@bonedaddy.net
+   * BUG 12505: HEIMDAL: krb5_storage_free(NULL) should work.
+
+
+
+
+
+
diff --git a/posted_news/20210309-110052.4.13.5.body.html 
b/posted_news/20210309-110052.4.13.5.body.html
new file mode 100644
index 000..c320801
--- /dev/null
+++ b/posted_news/20210309-110052.4.13.5.body.html
@@ -0,0 +1,13 @@
+
+09 March 2021
+Samba 4.13.5 Available for Download
+
+This is the latest stable release of the Samba 4.13 release series.
+
+
+The uncompressed tarball has been signed using GnuPG (ID AA99442FB680B620).
+The source code can be https://download.samba.org/pub/samba/stable/samba-4.13.5.tar.gz;>downloaded
 now.
+A https://download.samba.org/pub/samba/patches/samba-4.13.4-4.13.5.diffs.gz;>patch
 against Samba 4.13.4 is also available.
+See https://www.samba.org/samba/history/samba-4.13.5.html;>

[SCM] Samba Shared Repository - branch v4-13-stable updated

2021-03-09 Thread Karolin Seeger
The branch, v4-13-stable has been updated
   via  6df178003a3 VERSION: Disable GIT_SNAPSHOT for the 4.13.5 release.
   via  7eb253a4221 Revert "wscript: use --as-needed only if tested 
successfully"
   via  5d765d7358d WHATSNEW: Add release notes for Samba 4.13.5.
   via  6c5e6046345 g_lock: Fix uninitalized variable reads
   via  efd3ee23123 locking: Fix an uninitialized variable read
   via  a04f19ecdd3 s3:modules:vfs_virusfilter: Recent talloc changes cause 
infinite start-up failure
   via  eebf510fbd8 wscript: use --as-needed only if tested successfully
   via  0eb58c2d68b s3: VFS: nfs4_acls. Add missing TALLOC_FREE(frame) in 
error path.
   via  4917b5e93d1 script/autobuild.py: let cleanup() ignore errors from 
rmdir_force() by default
   via  6d93064e188 script/autobuild.py: split out a rmdir_force() helper 
function
   via  35dc71bbc19 selftest: make/use a copy of GNUPGHOME
   via  70a46568228 s4:selftest: use plansmbtorture4testsuite() for 
'rpc.echo'
   via  01a0a619adf s3:selftest: run test_smbclient_tarmode.pl with a fixed 
subdirectory name
   via  86c7854a1bb selftest/Samba4: allow get_cmd_env_vars() to take an 
overwrite dictionary
   via  8f95912a5d3 selftest/Samba4: correctly pass KRB5CCNAME to provision
   via  98051444a58 selftest/Samba4: make more use of get_cmd_env_vars()
   via  7a72dc8cd36 selftest:Samba4: avoid File::Path 'make_path' in 
setup_dns_hub_internal()
   via  57994ca68f2 selftest: allow a prefix under /m/username/
   via  aa9a1644f41 Makefile: add support for 'make testonly'
   via  9806b67ee4c s3: fix fcntl waf configure check
   via  331e4d8363f smbd: In conn_force_tdis_done() when forcing a 
connection closed force a full reload of services.
   via  55400f08000 dbcheck: Check Deleted Objects and reduce noise in 
reports about expired tombstones
   via  02b4ddcaed8 selftest: Confirm that we fix any errors on the Deleted 
Objects container itself
   via  ac0e7f6a0cd classicupgrade: treat old never expires value right
   via  5957cf2e2ca s3:pysmbd: fix fd leak in py_smbd_create_file()
   via  780fbc30041 HEIMDAL: krb5_storage_free(NULL) should work
   via  cf9066b2153 lib:util: Avoid free'ing our own pointer
   via  a3fa41c7429 lib:util: Add cache oversize test for memcache
   via  32d62beae34 lib:util: Add basic memcache unit test
   via  4914efd0cc4 s3: libsmb: Add missing cli_tdis() in error path if 
encryption setup failed on temp proxy connection.
   via  d78648963ed s3: libsmb: cli_state_save_tcon(). Don't deepcopy tcon 
struct when temporarily swapping out a connection on a cli_state.
   via  1b609f04661 s3: torture: Change the SMB1-only UID-REGRESSION-TEST 
to do an explicit copy of the tcon struct in use.
   via  643fcfd5566 s3: smbtorture3: Ensure run_tcon_test() always replaces 
any saved tcon and shuts down correctly even in error paths.
   via  2a6ba7ab9eb s3: smbtorture3: Ensure we *always* replace the saved 
saved_tcon even in an error condition.
   via  47581202cf3 s3: tests: Add regression test for bug 13992.
   via  f6e5fe6f122 smbd: use fsp->conn->session_info for the initial 
delete-on-close token
   via  ba12f0c3ae0 selftest: add a test that verifies unlink works when 
"force user" is set
   via  35eddb388f2 selftest: add force_user_error_inject share in 
maptoguest env
   via  483c1dc818e vfs_error_inject: add unlinkat hook
   via  2c0987d6564 s3/auth: implement "winbind:ignore domains"
   via  b236cbcf9d2 winbind: check for allowed domains in 
winbindd_pam_auth_pac_verify()
   via  f0225b0adcb winbind: check for allowed domains in 
winbindd_dual_pam_chauthtok()
   via  888e1d67229 winbind: check for allowed domains in 
winbindd_dual_pam_chng_pswd_auth_crap()
   via  7878dec1da0 winbind: check for allowed domains in 
winbindd_dual_pam_auth_crap()
   via  c983012811e winbind: check for allowed domains in 
winbindd_dual_pam_auth()
   via  86a96954c1f winbind: move "winbind:ignore domain" logic to a 
seperate function
   via  2e2e854f04e selftest: add a test for "winbind:ignore domains"
   via  27dc8f4e90b winbind: handle MSG_SMB_CONF_UPDATED in the winbinds 
children
   via  3b5fa17d9bd winbind: set logfile after reloading config
   via  19f39e67942 winbind: move config-reloading code to winbindd_dual.c
   via  7003d050b0c selftest: use correct DNS domain name for wrapper hosts 
file
   via  670eddc646a VERSION: Bump version up to 4.13.5...
  from  19965edb713 VERSION: Disable GIT_SNAPSHOT for the 4.13.4 release.

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-13-stable


- Log -
---

Summary of changes:
 Makefile   |   3 +
 VERSION

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

2021-03-09 Thread Karolin Seeger
The annotated tag, samba-4.13.5 has been created
at  c25207af5b237a758c6ccb128245e26a8c3815d5 (tag)
   tagging  6df178003a32483a4d98785806c716a942213f21 (commit)
  replaces  samba-4.13.4
 tagged by  Karolin Seeger
on  Tue Mar 9 11:59:08 2021 +0100

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

iQIzBAABCgAdFiEEgfXigyvSVFoYl7cTqplEL7aAtiAFAmBHVPwACgkQqplEL7aA
tiCu9hAApvu4kppXNdRlg4ANJjqPMRu/WzWeUJ8r84pQqKUHF9gmrwCF3byCmz/+
sCpCjdKBK6RL6vj7J1dHo5y8/edILlXozxBiPYlidkreztnoUaz+iM+Pk6CsGi6O
FJljhL0rLugPvl5ID342rZqx9hi43n1FkYdaGJltNAG0Qeo2OT0+vGlf/NS43nuO
wUvN84pOw1E93e6WXZIDsiJLixRUY9yIyJNtYia0EHw9XNWO3rgGX7f2xOJPEhqy
ggpz4m7RDv0fyXAWtm9Zp/g22yBu6MDO9yDPxU5NnjAIB7eQqZXU6/TEbYvP/dcO
Fob5AbINasXiA/j8Uk5Euoe6cxEshIMRdxvKT+r8ihtrx+oFIYX22su8xvl35Ni8
2zwaJPHfl6CBQjsLbSjMwHqAeB/giUlt6Et6lQ3OQyWRymBhaKpLQyAQghyG3cwb
hXEW68c382RinE/4GI8NriSOuX4gAbbTrXv6zlw6vAWw8HgD1/DiDfqhy5rPq7Uh
0OUFdAnGWIg1UntunF/k2yaJ6O+4dhM7kNKG1NUr3adN5fDq6AVwgVxAcC3qAa3J
EAgZh4HTRJ+AFKuiGKV+lZbqlg0SU2TGJrVVdoaIdxf8bxfiqOrzVB1p5LxpodPg
tYRVcaouwmtL1aQaej9fUAgzCKM4N1a+Ro4LLG+7D7MD1Es8pCU=
=r0AY
-END PGP SIGNATURE-

Andreas Schneider (3):
  lib:util: Add basic memcache unit test
  lib:util: Add cache oversize test for memcache
  lib:util: Avoid free'ing our own pointer

Andrew Bartlett (2):
  selftest: Confirm that we fix any errors on the Deleted Objects container 
itself
  dbcheck: Check Deleted Objects and reduce noise in reports about expired 
tombstones

Björn Jacke (2):
  classicupgrade: treat old never expires value right
  wscript: use --as-needed only if tested successfully

Jeremy Allison (7):
  s3: tests: Add regression test for bug 13992.
  s3: smbtorture3: Ensure we *always* replace the saved saved_tcon even in 
an error condition.
  s3: smbtorture3: Ensure run_tcon_test() always replaces any saved tcon 
and shuts down correctly even in error paths.
  s3: torture: Change the SMB1-only UID-REGRESSION-TEST to do an explicit 
copy of the tcon struct in use.
  s3: libsmb: cli_state_save_tcon(). Don't deepcopy tcon struct when 
temporarily swapping out a connection on a cli_state.
  s3: libsmb: Add missing cli_tdis() in error path if encryption setup 
failed on temp proxy connection.
  smbd: In conn_force_tdis_done() when forcing a connection closed force a 
full reload of services.

Karolin Seeger (4):
  VERSION: Bump version up to 4.13.5...
  WHATSNEW: Add release notes for Samba 4.13.5.
  Revert "wscript: use --as-needed only if tested successfully"
  VERSION: Disable GIT_SNAPSHOT for the 4.13.5 release.

Paul Wise (1):
  HEIMDAL: krb5_storage_free(NULL) should work

Peter Eriksson (1):
  s3: VFS: nfs4_acls. Add missing TALLOC_FREE(frame) in error path.

Ralph Boehme (17):
  selftest: use correct DNS domain name for wrapper hosts file
  winbind: move config-reloading code to winbindd_dual.c
  winbind: set logfile after reloading config
  winbind: handle MSG_SMB_CONF_UPDATED in the winbinds children
  selftest: add a test for "winbind:ignore domains"
  winbind: move "winbind:ignore domain" logic to a seperate function
  winbind: check for allowed domains in winbindd_dual_pam_auth()
  winbind: check for allowed domains in winbindd_dual_pam_auth_crap()
  winbind: check for allowed domains in 
winbindd_dual_pam_chng_pswd_auth_crap()
  winbind: check for allowed domains in winbindd_dual_pam_chauthtok()
  winbind: check for allowed domains in winbindd_pam_auth_pac_verify()
  s3/auth: implement "winbind:ignore domains"
  vfs_error_inject: add unlinkat hook
  selftest: add force_user_error_inject share in maptoguest env
  selftest: add a test that verifies unlink works when "force user" is set
  smbd: use fsp->conn->session_info for the initial delete-on-close token
  s3: fix fcntl waf configure check

Stefan Metzmacher (12):
  s3:pysmbd: fix fd leak in py_smbd_create_file()
  Makefile: add support for 'make testonly'
  selftest: allow a prefix under /m/username/
  selftest:Samba4: avoid File::Path 'make_path' in setup_dns_hub_internal()
  selftest/Samba4: make more use of get_cmd_env_vars()
  selftest/Samba4: correctly pass KRB5CCNAME to provision
  selftest/Samba4: allow get_cmd_env_vars() to take an overwrite dictionary
  s3:selftest: run test_smbclient_tarmode.pl with a fixed subdirectory name
  s4:selftest: use plansmbtorture4testsuite() for 'rpc.echo'
  selftest: make/use a copy of GNUPGHOME
  script/autobuild.py: split out a rmdir_force() helper function
  script/autobuild.py: let cleanup() ignore errors from rmdir_force() by 
default

Trever L. Adams (1):
  s3:modules:vfs_virusfilter: Recent talloc changes cause infinite start-up 
failure

Volker Lendecke (2):
  locking: Fix an uninitialized variable read
  g_lock: Fix 

[SCM] Samba Shared Repository - branch v4-13-test updated

2021-03-09 Thread Karolin Seeger
The branch, v4-13-test has been updated
   via  b30c0416390 VERSION: Bump version up to 4.13.6...
   via  6df178003a3 VERSION: Disable GIT_SNAPSHOT for the 4.13.5 release.
   via  7eb253a4221 Revert "wscript: use --as-needed only if tested 
successfully"
   via  5d765d7358d WHATSNEW: Add release notes for Samba 4.13.5.
  from  6c5e6046345 g_lock: Fix uninitalized variable reads

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-13-test


- Log -
commit b30c0416390ce4151a6bf97ea44e18e9d668e596
Author: Karolin Seeger 
Date:   Tue Mar 9 09:16:21 2021 +0100

VERSION: Bump version up to 4.13.6...

and re-enable GIT_SNAPSHOT.

Signed-off-by: Karolin Seeger 

commit 6df178003a32483a4d98785806c716a942213f21
Author: Karolin Seeger 
Date:   Tue Mar 9 09:15:02 2021 +0100

VERSION: Disable GIT_SNAPSHOT for the 4.13.5 release.

Signed-off-by: Karolin Seeger 

commit 7eb253a42217ab7cde72e5216efbdb4a6ec1725b
Author: Karolin Seeger 
Date:   Tue Mar 9 09:10:12 2021 +0100

Revert "wscript: use --as-needed only if tested successfully"

This reverts commit eebf510fbd8847077c7bec72a1cda674b5a02714.

commit 5d765d7358d5d7bbe03b19aa6c00da520435a19e
Author: Karolin Seeger 
Date:   Mon Mar 8 09:02:43 2021 +0100

WHATSNEW: Add release notes for Samba 4.13.5.

Signed-off-by: Karolin Seeger 

---

Summary of changes:
 VERSION  |  2 +-
 WHATSNEW.txt | 79 ++--
 wscript  |  3 +--
 3 files changed, 79 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/VERSION b/VERSION
index 9efcef67b3a..2a2707bfcf2 100644
--- a/VERSION
+++ b/VERSION
@@ -25,7 +25,7 @@
 
 SAMBA_VERSION_MAJOR=4
 SAMBA_VERSION_MINOR=13
-SAMBA_VERSION_RELEASE=5
+SAMBA_VERSION_RELEASE=6
 
 
 # If a official release has a serious bug  #
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 544f4377bfd..8b8c349eaa5 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,3 +1,79 @@
+   ==
+   Release Notes for Samba 4.13.5
+   March 09, 2021
+   ==
+
+
+This is the latest stable release of the Samba 4.13 release series.
+
+
+Changes since 4.13.4
+
+
+o  Trever L. Adams 
+   * BUG 14634: s3:modules:vfs_virusfilter: Recent talloc changes cause 
infinite
+ start-up failure.
+
+o  Jeremy Allison 
+   * BUG 13992: s3: libsmb: Add missing cli_tdis() in error path if encryption
+ setup failed on temp proxy connection.
+   * BUG 14604: smbd: In conn_force_tdis_done() when forcing a connection 
closed
+ force a full reload of services.
+
+o  Andrew Bartlett 
+   * BUG 14593: dbcheck: Check Deleted Objects and reduce noise in reports 
about
+ expired tombstones.
+
+o  Ralph Boehme conn->session_info for the initial
+ delete-on-close token.
+
+o  Peter Eriksson 
+   * BUG 14648: s3: VFS: nfs4_acls. Add missing TALLOC_FREE(frame) in error
+ path.
+
+o  Björn Jacke 
+   * BUG 14624: classicupgrade: Treat old never expires value right.
+
+o  Volker Lendecke 
+   * BUG 14636: g_lock: Fix uninitalized variable reads.
+
+o  Stefan Metzmacher 
+   * BUG 13898: s3:pysmbd: Fix fd leak in py_smbd_create_file().
+
+o  Andreas Schneider 
+   * BUG 14625: lib:util: Avoid free'ing our own pointer.
+
+o  Paul Wise 
+   * BUG 12505: HEIMDAL: krb5_storage_free(NULL) should work.
+
+
+###
+Reporting bugs & Development Discussion
+###
+
+Please discuss this release on the samba-technical mailing list or by
+joining the #samba-technical IRC channel on irc.freenode.net.
+
+If you do report problems then please try to send high quality
+feedback. If you don't provide vital information to help us track down
+the problem then you will probably be ignored.  All bug reports should
+be filed under the Samba 4.1 and newer product in the project's Bugzilla
+database (https://bugzilla.samba.org/).
+
+
+==
+== Our Code, Our Bugs, Our Responsibility.
+== The Samba Team
+==
+
+
+Release notes for older releases follow:
+
+
+
==
Release Notes for Samba 4.13.4
   January 26, 2021
@@ -65,8 +141,7 @@ database (https://bugzilla.samba.org/).
 ==
 
 
-Release notes for older releases follow:
-