- Return error of cli_push when 'put - /some/file' is used; (bso#7551).
- Read-only handles on SAMR allow SAMR_DOMAIN_ACCESS_CREATE_USER; (bso#8509). - smbd doesn't correctly honor the "force create mode" bits from a cifsfs create; (bso#8507). - Default user entry is set to minimal permissions on incoming ACL change with no user specified; (bso#8443). - smb_acl_to_posix: ACL is invalid for set (Invalid argument); (bso#7509). - Handle the SECINFO_LABEL flag in the same was as Win2k3; enable Microsoft Internet Explorer 9 on Windows 7 to download files; (bso#8458). - DFS breaks zip file extracting unless "follow symlinks = no" set; (bso#8493). - s3-docs: Fix typos. - s3:smb2_server: SMB2_OP_CANCEL requests don't have to be signed; (bso#8503). - Remove "experimental" label on VFS ACL modules; (bso#8494). - acl_xattr can free an invalid pointer if no blob is loaded; (bso#8480). - s3-smbd: asserts when SMB2 client breaks the crediting rules; (bso#8476). - s3-libnet: allow to use default krb5 ccache in libnet_Join/libnet_Unjoin; (bso#7465). - smb2_find uses a hard coded max reply size of 0x10000 instead of smb2_max_trans; (bso#8473). - s3-netapi: allow to use default krb5 credential cache for libnetapi users. - s3-docs: document -k switch in net manpage. - Map to guest can return uninitialized blob of data; (bso#8477). - s3-registry: registry/reg_format.c must include includes.h; (bso#8401). - smbclient segfaults when option -m is used for legacy dialects; (bso#8453). - Fix 'widelinks' regression intro'd in 3.2; (bso#8229). - Compound SMB2 requests on an IPC connection can corrupt the reply stream; (bso#8429). - s3-spoolss: Fix bug forms migration; (bso#8351). - s3:libsmb: check the wct of the incoming SMBnegprot responses; (bso#8452). - s3: Do not fork the echo handler for smb2; (bso#8334). - s3-spoolss: Fix bug empty notify servername; (bso#8236). - SMB2 server can return requests out-of-order when processing a compound request; (bso#8407). - Remove smb child crash fix. The issue had been fixed upstream differently. - BuildRequire ctdb-devel version greater than 1.0.105 for post-10.0 systems. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=190
This commit is contained in:
parent
5779f606d3
commit
23f8e42e60
@ -1,2 +1,2 @@
|
||||
2631
|
||||
2665
|
||||
Branch : trunk
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a08bdbeb40452084b78a4dde3aba42fb1cf57eaff29a3b0a5deb971ec7fab53a
|
||||
size 51178
|
||||
oid sha256:d47e45e4585b6351a009de6bd503080f59d55ff1f74ba2eb662f0d473e3b8d3f
|
||||
size 67064
|
||||
|
@ -66,7 +66,7 @@ BuildRequires: keyutils-devel
|
||||
BuildRequires: keyutils-libs-devel
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1000 || 0%{?fedora_version} || 0%{?rhel_version} || 0%{?mandriva_version}
|
||||
BuildRequires: ctdb-devel
|
||||
BuildRequires: ctdb-devel > 1.0.105
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1110
|
||||
BuildRequires: fdupes
|
||||
@ -99,7 +99,7 @@ BuildRequires: pkgconfig
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
Version: 3.6.0
|
||||
Release: 4
|
||||
Release: 5
|
||||
Url: http://www.samba.org/
|
||||
License: GPLv3+
|
||||
Summary: Samba Documentation
|
||||
@ -432,7 +432,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2631
|
||||
Source Timestamp: 2665
|
||||
Branch : trunk
|
||||
|
||||
%changelog
|
||||
|
149
samba.changes
149
samba.changes
@ -1,3 +1,152 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 10 15:00:19 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Return error of cli_push when 'put - /some/file' is used; (bso#7551).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 10 14:57:48 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Read-only handles on SAMR allow SAMR_DOMAIN_ACCESS_CREATE_USER; (bso#8509).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 10 14:53:48 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- smbd doesn't correctly honor the "force create mode" bits from a cifsfs
|
||||
create; (bso#8507).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 10 14:49:21 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Default user entry is set to minimal permissions on incoming ACL change with
|
||||
no user specified; (bso#8443).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 10 14:42:10 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- smb_acl_to_posix: ACL is invalid for set (Invalid argument); (bso#7509).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 10 14:36:05 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Handle the SECINFO_LABEL flag in the same was as Win2k3; enable Microsoft
|
||||
Internet Explorer 9 on Windows 7 to download files; (bso#8458).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 10 14:31:05 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- DFS breaks zip file extracting unless "follow symlinks = no" set;
|
||||
(bso#8493).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 10 14:28:08 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- s3-docs: Fix typos.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 10 14:24:55 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- s3:smb2_server: SMB2_OP_CANCEL requests don't have to be signed; (bso#8503).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 10 14:18:42 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Remove "experimental" label on VFS ACL modules; (bso#8494).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 10 14:07:40 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- acl_xattr can free an invalid pointer if no blob is loaded; (bso#8480).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 10 13:59:43 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- s3-smbd: asserts when SMB2 client breaks the crediting rules; (bso#8476).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 10 13:55:35 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- s3-libnet: allow to use default krb5 ccache in libnet_Join/libnet_Unjoin;
|
||||
(bso#7465).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 10 13:52:16 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- smb2_find uses a hard coded max reply size of 0x10000 instead of
|
||||
smb2_max_trans; (bso#8473).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 10 13:49:45 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- s3-netapi: allow to use default krb5 credential cache for libnetapi users.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 10 13:43:47 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- s3-docs: document -k switch in net manpage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 10 13:35:58 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Map to guest can return uninitialized blob of data; (bso#8477).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 10 13:32:39 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- s3-registry: registry/reg_format.c must include includes.h; (bso#8401).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 10 13:29:19 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- smbclient segfaults when option -m is used for legacy dialects; (bso#8453).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 10 13:24:11 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Fix 'widelinks' regression intro'd in 3.2; (bso#8229).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 10 13:20:41 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Compound SMB2 requests on an IPC connection can corrupt the reply stream;
|
||||
(bso#8429).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 10 13:11:08 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- s3-spoolss: Fix bug forms migration; (bso#8351).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 10 13:04:02 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- s3:libsmb: check the wct of the incoming SMBnegprot responses; (bso#8452).
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 10 12:58:36 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- s3: Do not fork the echo handler for smb2; (bso#8334).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 10 12:54:11 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- s3-spoolss: Fix bug empty notify servername; (bso#8236).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 10 12:50:26 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- SMB2 server can return requests out-of-order when processing a compound
|
||||
request; (bso#8407).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 7 10:40:49 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Remove smb child crash fix. The issue had been fixed upstream differently.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 2 16:23:19 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- BuildRequire ctdb-devel version greater than 1.0.105 for post-10.0 systems.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 9 13:08:58 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
|
74
samba.spec
74
samba.spec
@ -66,7 +66,7 @@ BuildRequires: keyutils-devel
|
||||
BuildRequires: keyutils-libs-devel
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1000 || 0%{?fedora_version} || 0%{?rhel_version} || 0%{?mandriva_version}
|
||||
BuildRequires: ctdb-devel
|
||||
BuildRequires: ctdb-devel > 1.0.105
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1110
|
||||
BuildRequires: fdupes
|
||||
@ -99,7 +99,7 @@ BuildRequires: pkgconfig
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
Version: 3.6.0
|
||||
Release: 4
|
||||
Release: 32
|
||||
%define ldapsmb_ver 1.34b
|
||||
License: GPLv3+
|
||||
Url: http://www.samba.org/
|
||||
@ -205,7 +205,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2631
|
||||
Source Timestamp: 2665
|
||||
Branch : trunk
|
||||
|
||||
%package client
|
||||
@ -249,7 +249,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2631
|
||||
Source Timestamp: 2665
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
|
||||
@ -275,7 +275,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2631
|
||||
Source Timestamp: 2665
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -305,7 +305,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2631
|
||||
Source Timestamp: 2665
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -332,7 +332,7 @@ Authors:
|
||||
--------
|
||||
Jeremy Allison <jra at samba dot org>
|
||||
|
||||
Source Timestamp: 2631
|
||||
Source Timestamp: 2665
|
||||
Branch : trunk
|
||||
|
||||
%if %{make_utils}
|
||||
@ -353,7 +353,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2631
|
||||
Source Timestamp: 2665
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -388,7 +388,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2631
|
||||
Source Timestamp: 2665
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
@ -414,14 +414,14 @@ PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libsmbclient
|
||||
|
||||
Source Timestamp: 2631
|
||||
Source Timestamp: 2665
|
||||
Branch : trunk
|
||||
|
||||
%else
|
||||
|
||||
%description -n libsmbclient0
|
||||
|
||||
Source Timestamp: 2631
|
||||
Source Timestamp: 2665
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -469,7 +469,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2631
|
||||
Source Timestamp: 2665
|
||||
Branch : trunk
|
||||
|
||||
%package -n libnetapi0
|
||||
@ -487,7 +487,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2631
|
||||
Source Timestamp: 2665
|
||||
Branch : trunk
|
||||
|
||||
%package -n libnetapi-devel
|
||||
@ -511,7 +511,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2631
|
||||
Source Timestamp: 2665
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
@ -532,14 +532,14 @@ PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libsmbsharemodes
|
||||
|
||||
Source Timestamp: 2631
|
||||
Source Timestamp: 2665
|
||||
Branch : trunk
|
||||
|
||||
%else
|
||||
|
||||
%description -n libsmbsharemodes0
|
||||
|
||||
Source Timestamp: 2631
|
||||
Source Timestamp: 2665
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -575,7 +575,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2631
|
||||
Source Timestamp: 2665
|
||||
Branch : trunk
|
||||
|
||||
%package -n libwbclient0
|
||||
@ -593,7 +593,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2631
|
||||
Source Timestamp: 2665
|
||||
Branch : trunk
|
||||
|
||||
%package -n libwbclient-devel
|
||||
@ -617,12 +617,12 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2631
|
||||
Source Timestamp: 2665
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtalloc2
|
||||
Version: %{libtalloc_ver}
|
||||
Release: 4
|
||||
Release: 5
|
||||
License: LGPLv3+
|
||||
Summary: Samba talloc Library
|
||||
Group: System/Libraries
|
||||
@ -637,12 +637,12 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2631
|
||||
Source Timestamp: 2665
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtalloc-devel
|
||||
Version: %{libtalloc_ver}
|
||||
Release: 4
|
||||
Release: 5
|
||||
License: LGPLv3+
|
||||
Summary: Libraries and Header Files to Develop Programs with talloc Support
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -663,12 +663,12 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2631
|
||||
Source Timestamp: 2665
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtdb1
|
||||
Version: %{libtdb_ver}
|
||||
Release: 4
|
||||
Release: 5
|
||||
License: LGPLv3+
|
||||
Summary: Samba tdb Library
|
||||
Group: System/Libraries
|
||||
@ -683,12 +683,12 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2631
|
||||
Source Timestamp: 2665
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtdb-devel
|
||||
Version: %{libtdb_ver}
|
||||
Release: 4
|
||||
Release: 5
|
||||
License: LGPLv3+
|
||||
Summary: Libraries and Header Files to Develop Programs with tdb Support
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -705,12 +705,12 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2631
|
||||
Source Timestamp: 2665
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtevent0
|
||||
Version: %{libtevent_ver}
|
||||
Release: 4
|
||||
Release: 5
|
||||
License: LGPLv3+
|
||||
Summary: Samba tevent Library
|
||||
Group: System/Libraries
|
||||
@ -725,12 +725,12 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2631
|
||||
Source Timestamp: 2665
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtevent-devel
|
||||
Version: %{libtevent_ver}
|
||||
Release: 4
|
||||
Release: 5
|
||||
License: LGPLv3+
|
||||
Summary: Libraries and Header Files to Develop Programs with tevent Support
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -753,12 +753,12 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2631
|
||||
Source Timestamp: 2665
|
||||
Branch : trunk
|
||||
|
||||
%package -n libldb1
|
||||
Version: %{libldb_ver}
|
||||
Release: 4
|
||||
Release: 5
|
||||
License: LGPLv3+
|
||||
Summary: Samba ldb Library
|
||||
Group: System/Libraries
|
||||
@ -775,12 +775,12 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2631
|
||||
Source Timestamp: 2665
|
||||
Branch : trunk
|
||||
|
||||
%package -n libldb-devel
|
||||
Version: %{libldb_ver}
|
||||
Release: 4
|
||||
Release: 5
|
||||
License: LGPLv3+
|
||||
Summary: Libraries and Header Files to Develop Programs with ldb Support
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -802,14 +802,14 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2631
|
||||
Source Timestamp: 2665
|
||||
Branch : trunk
|
||||
|
||||
%if %{make_ldapsmb}
|
||||
|
||||
%package -n ldapsmb
|
||||
Version: 1.34b
|
||||
Release: 306
|
||||
Release: 307
|
||||
License: GPLv2+
|
||||
Summary: Tool to administer Samba's LDAP backend
|
||||
Group: Productivity/Networking/Samba
|
||||
@ -825,7 +825,7 @@ Authors:
|
||||
--------
|
||||
Guenther Deschner <guenther at deschner dot de>
|
||||
|
||||
Source Timestamp: 2631
|
||||
Source Timestamp: 2665
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1064f624762892c5d58156b0eebfdd68ed8c4728bab634e4b1e387b341251e3b
|
||||
size 51450
|
||||
oid sha256:ce771d247ecd50fc56f5303db9715670511fe3611459449f3b5208b6b7d6f1cd
|
||||
size 51429
|
||||
|
Loading…
Reference in New Issue
Block a user