Accepting request 88635 from network:samba:STABLE
- s3/doc: add man page for aio_fork vfs module. - Fix uninitialized memory problem in group_sids_to_info3; (bso#8455). - s3: Samba PDC is looking up only primary user group; (bso#8455). - Add script to create or update an AppArmor sniplet with permissions for all Samba shares; (bnc#688040). - Retain the smbd startproc return value for correct startup status reporting. unset was incorrectly being called prior to rc_status; (bnc#723724). - Prevent deadlock in systemd triggered by if-down.d handler on shutdown; (bnc#721598). - smb2_find uses a hard coded max reply size of 0x10000 instead of smb2_max_trans; changed defaults and documentation (bso8473). - Empty CIFS share can be blocked for other clients by deleting it via empty path (DELETE_PENDING until the last client); (bso#8515). - winbindd cache timeout expiry test was reversed; (bso#8521). - Fix SMB2 SMB2_OP_GETINFO and SMB2_OP_IOCTL parsing requirements; (bso#8520). - 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. - s3-docs: document -k switch in net manpage. - Fix winbind internal error; (bso#7636); (bnc#659424). OBS-URL: https://build.opensuse.org/request/show/88635 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=105
This commit is contained in:
commit
5260bd8d18
@ -1,2 +1,2 @@
|
||||
2665
|
||||
2686
|
||||
Branch : trunk
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d47e45e4585b6351a009de6bd503080f59d55ff1f74ba2eb662f0d473e3b8d3f
|
||||
size 67064
|
||||
oid sha256:0ab03d292af2041c059a7a49e5109677decbc0093845324018de7ac58d0ad4f6
|
||||
size 79084
|
||||
|
@ -432,7 +432,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2686
|
||||
Branch : trunk
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +1,81 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 18 21:27:31 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- s3/doc: add man page for aio_fork vfs module.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 18 21:23:57 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Fix uninitialized memory problem in group_sids_to_info3; (bso#8455).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 18 21:11:37 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- s3: Samba PDC is looking up only primary user group; (bso#8455).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 18 18:33:34 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Add script to create or update an AppArmor sniplet with permissions for all
|
||||
Samba shares; (bnc#688040).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 14 14:00:57 CEST 2011 - ddiss@suse.de
|
||||
|
||||
- Retain the smbd startproc return value for correct startup status reporting.
|
||||
unset was incorrectly being called prior to rc_status; (bnc#723724).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 14 11:46:53 CEST 2011 - ddiss@suse.de
|
||||
|
||||
- Prevent deadlock in systemd triggered by if-down.d handler on shutdown;
|
||||
(bnc#721598).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 13 19:44:22 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- smb2_find uses a hard coded max reply size of 0x10000 instead of
|
||||
smb2_max_trans; changed defaults and documentation (bso8473).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 13 12:13:27 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Empty CIFS share can be blocked for other clients by deleting it via empty
|
||||
path (DELETE_PENDING until the last client); (bso#8515).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 12 19:48:02 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- winbindd cache timeout expiry test was reversed; (bso#8521).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 12 19:40:16 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Fix SMB2 SMB2_OP_GETINFO and SMB2_OP_IOCTL parsing requirements; (bso#8520).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
@ -82,7 +160,7 @@ Mon Oct 10 13:49:45 UTC 2011 - lmuelle@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 10 13:43:47 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- s3-docs: document -k switch in net manpage.
|
||||
- s3-docs: document -k switch in net manpage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 10 13:35:58 UTC 2011 - lmuelle@suse.de
|
||||
@ -120,7 +198,6 @@ 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
|
||||
|
||||
@ -402,6 +479,11 @@ Thu Jul 14 10:26:22 UTC 2011 - lmuelle@suse.de
|
||||
- Make use of the actual library version as part of the package name on
|
||||
post-11.3 systems only.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 11 21:01:00 CEST 2011 - jmcdonough@suse.de
|
||||
|
||||
- Fix winbind internal error; (bso#7636); (bnc#659424).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 11 16:21:23 CEST 2011 - ddiss@suse.de
|
||||
|
||||
|
55
samba.spec
55
samba.spec
@ -205,7 +205,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2686
|
||||
Branch : trunk
|
||||
|
||||
%package client
|
||||
@ -249,7 +249,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2686
|
||||
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: 2686
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -305,7 +305,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2686
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -332,7 +332,7 @@ Authors:
|
||||
--------
|
||||
Jeremy Allison <jra at samba dot org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2686
|
||||
Branch : trunk
|
||||
|
||||
%if %{make_utils}
|
||||
@ -353,7 +353,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2686
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -388,7 +388,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2686
|
||||
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: 2686
|
||||
Branch : trunk
|
||||
|
||||
%else
|
||||
|
||||
%description -n libsmbclient0
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2686
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -469,7 +469,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2686
|
||||
Branch : trunk
|
||||
|
||||
%package -n libnetapi0
|
||||
@ -487,7 +487,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2686
|
||||
Branch : trunk
|
||||
|
||||
%package -n libnetapi-devel
|
||||
@ -511,7 +511,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2686
|
||||
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: 2686
|
||||
Branch : trunk
|
||||
|
||||
%else
|
||||
|
||||
%description -n libsmbsharemodes0
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2686
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -575,7 +575,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2686
|
||||
Branch : trunk
|
||||
|
||||
%package -n libwbclient0
|
||||
@ -593,7 +593,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2686
|
||||
Branch : trunk
|
||||
|
||||
%package -n libwbclient-devel
|
||||
@ -617,7 +617,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2686
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtalloc2
|
||||
@ -637,7 +637,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2686
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtalloc-devel
|
||||
@ -663,7 +663,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2686
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtdb1
|
||||
@ -683,7 +683,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2686
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtdb-devel
|
||||
@ -705,7 +705,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2686
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtevent0
|
||||
@ -725,7 +725,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2686
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtevent-devel
|
||||
@ -753,7 +753,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2686
|
||||
Branch : trunk
|
||||
|
||||
%package -n libldb1
|
||||
@ -775,7 +775,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2686
|
||||
Branch : trunk
|
||||
|
||||
%package -n libldb-devel
|
||||
@ -802,7 +802,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2686
|
||||
Branch : trunk
|
||||
|
||||
%if %{make_ldapsmb}
|
||||
@ -825,7 +825,7 @@ Authors:
|
||||
--------
|
||||
Guenther Deschner <guenther at deschner dot de>
|
||||
|
||||
Source Timestamp: 2665
|
||||
Source Timestamp: 2686
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -1162,6 +1162,8 @@ for script in ${startScripts}; do
|
||||
done
|
||||
install -m 0755 tools/nmbstatus %{buildroot}/%{_bindir}/nmbstatus
|
||||
pod2man tools/nmbstatus >%{buildroot}/%{_mandir}/man1/nmbstatus.1
|
||||
install -m 0755 tools/update-apparmor-samba-profile \
|
||||
%{buildroot}/%{_datadir}/samba/
|
||||
# PDF generator
|
||||
install -p -m 0755 tools/smbprngenpdf %{buildroot}/%{_bindir}/smbprngenpdf
|
||||
touch %{buildroot}/var/run/%{cifs_init_script}
|
||||
@ -1563,6 +1565,7 @@ fi
|
||||
%attr(0644,root,root) %{_datadir}/omc/svcinfo.d/nmb.xml
|
||||
%attr(0644,root,root) %{_datadir}/omc/svcinfo.d/smb.xml
|
||||
%dir %{_datadir}/samba
|
||||
%{_datadir}/samba/update-apparmor-samba-profile
|
||||
%doc %{_mandir}/man1/smbstatus.1.*
|
||||
%doc %{_mandir}/man5/smbpasswd.5.*
|
||||
%doc %{_mandir}/man8/nmbd.8.*
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce771d247ecd50fc56f5303db9715670511fe3611459449f3b5208b6b7d6f1cd
|
||||
size 51429
|
||||
oid sha256:269fb3ef878a9d7f15fe0a4fe1e15b6ad0b84515e22214d20d02c4d3af767dbf
|
||||
size 52349
|
||||
|
Loading…
Reference in New Issue
Block a user