- s3:smb2_create: fix allocation size return value when opening existing
files; (bso#8518). - SMB2 create doesn't cope with an Apple client using NULL blob in create; (bso#8474). - NFSv4 DENY ACLs always include SYNCHRONIZE flag - blocking renames; (bso#8442). - s3-docs: Fix bug (bso#7908) and typo. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=191
This commit is contained in:
parent
23f8e42e60
commit
741af1a0f4
@ -1,2 +1,2 @@
|
||||
2665
|
||||
2669
|
||||
Branch : trunk
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d47e45e4585b6351a009de6bd503080f59d55ff1f74ba2eb662f0d473e3b8d3f
|
||||
size 67064
|
||||
oid sha256:f0a8b4ba0572de757495bdf21cc04888f2ef83ab0716d75db594b058db108791
|
||||
size 68933
|
||||
|
@ -432,7 +432,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2669
|
||||
Branch : trunk
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 12 16:33:39 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- s3:smb2_create: fix allocation size return value when opening existing
|
||||
files; (bso#8518).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 12 16:28:41 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- SMB2 create doesn't cope with an Apple client using NULL blob in create;
|
||||
(bso#8474).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 12 16:21:50 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- NFSv4 DENY ACLs always include SYNCHRONIZE flag - blocking renames;
|
||||
(bso#8442).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 12 16:13:58 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- s3-docs: Fix bug (bso#7908) and typo.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 10 15:00:19 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
|
52
samba.spec
52
samba.spec
@ -205,7 +205,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2669
|
||||
Branch : trunk
|
||||
|
||||
%package client
|
||||
@ -249,7 +249,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2669
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
|
||||
@ -275,7 +275,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2669
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -305,7 +305,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2669
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -332,7 +332,7 @@ Authors:
|
||||
--------
|
||||
Jeremy Allison <jra at samba dot org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2669
|
||||
Branch : trunk
|
||||
|
||||
%if %{make_utils}
|
||||
@ -353,7 +353,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2669
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -388,7 +388,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2669
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
@ -414,14 +414,14 @@ PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libsmbclient
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2669
|
||||
Branch : trunk
|
||||
|
||||
%else
|
||||
|
||||
%description -n libsmbclient0
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2669
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -469,7 +469,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2669
|
||||
Branch : trunk
|
||||
|
||||
%package -n libnetapi0
|
||||
@ -487,7 +487,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2669
|
||||
Branch : trunk
|
||||
|
||||
%package -n libnetapi-devel
|
||||
@ -511,7 +511,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2669
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
@ -532,14 +532,14 @@ PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libsmbsharemodes
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2669
|
||||
Branch : trunk
|
||||
|
||||
%else
|
||||
|
||||
%description -n libsmbsharemodes0
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2669
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -575,7 +575,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2669
|
||||
Branch : trunk
|
||||
|
||||
%package -n libwbclient0
|
||||
@ -593,7 +593,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2669
|
||||
Branch : trunk
|
||||
|
||||
%package -n libwbclient-devel
|
||||
@ -617,7 +617,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2669
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtalloc2
|
||||
@ -637,7 +637,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2669
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtalloc-devel
|
||||
@ -663,7 +663,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2669
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtdb1
|
||||
@ -683,7 +683,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2669
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtdb-devel
|
||||
@ -705,7 +705,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2669
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtevent0
|
||||
@ -725,7 +725,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2669
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtevent-devel
|
||||
@ -753,7 +753,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2669
|
||||
Branch : trunk
|
||||
|
||||
%package -n libldb1
|
||||
@ -775,7 +775,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2669
|
||||
Branch : trunk
|
||||
|
||||
%package -n libldb-devel
|
||||
@ -802,7 +802,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2669
|
||||
Branch : trunk
|
||||
|
||||
%if %{make_ldapsmb}
|
||||
@ -825,7 +825,7 @@ Authors:
|
||||
--------
|
||||
Guenther Deschner <guenther at deschner dot de>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2669
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce771d247ecd50fc56f5303db9715670511fe3611459449f3b5208b6b7d6f1cd
|
||||
size 51429
|
||||
oid sha256:3bc02881a9b51056966d7ec0d0e79ed211c882289f349cf0d7fbe133c419eb62
|
||||
size 51432
|
||||
|
Loading…
Reference in New Issue
Block a user