- s3:winbindd fix a return code check; (bso#8406).
- s3: Add rmdir operation to streams_depot; (bso#8733). - s3:smbd:smb2: fix an assignment-instead-of-check bug conn_snum_used(); (bso#8738). - s3:auth: fill the sids array of the info3 in wbcAuthUserInfo_to_netr_SamInfo3(); (bso#8739). - s3:client: ignore SMBecho errors (the server may not support it); (bso#8139). - Be more strict when using PAM_AUTH API from winbind if Kerberos auth is enabled and don't unintentionally use a bogus domain name; (bso#8734). - smbclient fails with posix large reads; (bso#8727). - Fixes various deadlocks in if-up.d / if-down.d when running under systemd; (bnc#732395). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=221
This commit is contained in:
parent
98ae601d34
commit
07fe6fc054
@ -1,2 +1,2 @@
|
||||
2749
|
||||
2757
|
||||
Branch : trunk
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a78cd2e7ae056b6ab1bcc7ee45a291d09a0335250aa5c46b16b5416fddbc22fa
|
||||
size 33487
|
||||
oid sha256:7427cace3ec1f73691892e3ac13ba7ded5303332f4ef8be51ac28546bb048063
|
||||
size 37215
|
||||
|
@ -437,7 +437,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2749
|
||||
Source Timestamp: 2757
|
||||
Branch : trunk
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 13:39:48 UTC 2012 - lmuelle@suse.de
|
||||
|
||||
- s3:winbindd fix a return code check; (bso#8406).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 13:36:38 UTC 2012 - lmuelle@suse.de
|
||||
|
||||
- s3: Add rmdir operation to streams_depot; (bso#8733).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 13:34:09 UTC 2012 - lmuelle@suse.de
|
||||
|
||||
- s3:smbd:smb2: fix an assignment-instead-of-check bug conn_snum_used();
|
||||
(bso#8738).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 13:30:53 UTC 2012 - lmuelle@suse.de
|
||||
|
||||
- s3:auth: fill the sids array of the info3 in
|
||||
wbcAuthUserInfo_to_netr_SamInfo3(); (bso#8739).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 13:26:26 UTC 2012 - lmuelle@suse.de
|
||||
|
||||
- s3:client: ignore SMBecho errors (the server may not support it);
|
||||
(bso#8139).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 13:14:05 UTC 2012 - lmuelle@suse.de
|
||||
|
||||
- Be more strict when using PAM_AUTH API from winbind if Kerberos auth is
|
||||
enabled and don't unintentionally use a bogus domain name; (bso#8734).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 13:07:57 UTC 2012 - lmuelle@suse.de
|
||||
|
||||
- smbclient fails with posix large reads; (bso#8727).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 2 20:27:25 UTC 2012 - lmuelle@suse.de
|
||||
|
||||
@ -9,6 +48,12 @@ Mon Jan 30 15:03:43 UTC 2012 - lmuelle@suse.de
|
||||
|
||||
- s3: Compile IDL files in autogen, some configure tests need this.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 30 15:46:17 CET 2012 - fcrozat@suse.com
|
||||
|
||||
- Fixes various deadlocks in if-up.d / if-down.d when running under
|
||||
systemd; (bnc#732395).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 29 21:06:24 UTC 2012 - lmuelle@suse.de
|
||||
|
||||
|
52
samba.spec
52
samba.spec
@ -208,7 +208,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2749
|
||||
Source Timestamp: 2757
|
||||
Branch : trunk
|
||||
|
||||
%package client
|
||||
@ -252,7 +252,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2749
|
||||
Source Timestamp: 2757
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
|
||||
@ -278,7 +278,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2749
|
||||
Source Timestamp: 2757
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -308,7 +308,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2749
|
||||
Source Timestamp: 2757
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -335,7 +335,7 @@ Authors:
|
||||
--------
|
||||
Jeremy Allison <jra at samba dot org>
|
||||
|
||||
Source Timestamp: 2749
|
||||
Source Timestamp: 2757
|
||||
Branch : trunk
|
||||
|
||||
%if %{make_utils}
|
||||
@ -356,7 +356,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2749
|
||||
Source Timestamp: 2757
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -391,7 +391,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2749
|
||||
Source Timestamp: 2757
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
@ -417,14 +417,14 @@ PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libsmbclient
|
||||
|
||||
Source Timestamp: 2749
|
||||
Source Timestamp: 2757
|
||||
Branch : trunk
|
||||
|
||||
%else
|
||||
|
||||
%description -n libsmbclient0
|
||||
|
||||
Source Timestamp: 2749
|
||||
Source Timestamp: 2757
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -472,7 +472,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2749
|
||||
Source Timestamp: 2757
|
||||
Branch : trunk
|
||||
|
||||
%package -n libnetapi0
|
||||
@ -490,7 +490,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2749
|
||||
Source Timestamp: 2757
|
||||
Branch : trunk
|
||||
|
||||
%package -n libnetapi-devel
|
||||
@ -514,7 +514,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2749
|
||||
Source Timestamp: 2757
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
@ -535,14 +535,14 @@ PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libsmbsharemodes
|
||||
|
||||
Source Timestamp: 2749
|
||||
Source Timestamp: 2757
|
||||
Branch : trunk
|
||||
|
||||
%else
|
||||
|
||||
%description -n libsmbsharemodes0
|
||||
|
||||
Source Timestamp: 2749
|
||||
Source Timestamp: 2757
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -578,7 +578,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2749
|
||||
Source Timestamp: 2757
|
||||
Branch : trunk
|
||||
|
||||
%package -n libwbclient0
|
||||
@ -596,7 +596,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2749
|
||||
Source Timestamp: 2757
|
||||
Branch : trunk
|
||||
|
||||
%package -n libwbclient-devel
|
||||
@ -620,7 +620,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2749
|
||||
Source Timestamp: 2757
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtalloc2
|
||||
@ -640,7 +640,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2749
|
||||
Source Timestamp: 2757
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtalloc-devel
|
||||
@ -666,7 +666,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2749
|
||||
Source Timestamp: 2757
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtdb1
|
||||
@ -686,7 +686,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2749
|
||||
Source Timestamp: 2757
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtdb-devel
|
||||
@ -708,7 +708,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2749
|
||||
Source Timestamp: 2757
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtevent0
|
||||
@ -728,7 +728,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2749
|
||||
Source Timestamp: 2757
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtevent-devel
|
||||
@ -756,7 +756,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2749
|
||||
Source Timestamp: 2757
|
||||
Branch : trunk
|
||||
|
||||
%package -n libldb1
|
||||
@ -778,7 +778,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2749
|
||||
Source Timestamp: 2757
|
||||
Branch : trunk
|
||||
|
||||
%package -n libldb-devel
|
||||
@ -805,7 +805,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2749
|
||||
Source Timestamp: 2757
|
||||
Branch : trunk
|
||||
|
||||
%if %{make_ldapsmb}
|
||||
@ -828,7 +828,7 @@ Authors:
|
||||
--------
|
||||
Guenther Deschner <guenther at deschner dot de>
|
||||
|
||||
Source Timestamp: 2749
|
||||
Source Timestamp: 2757
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:564e8e2d4488ad5074890bcfdca671044bc671ab173d5aa5ff47b616744a937e
|
||||
size 52391
|
||||
oid sha256:384bc34686b41ca2d07cab2a1da6d302c09843446700f3c5e6b1072233059d79
|
||||
size 52719
|
||||
|
Loading…
Reference in New Issue
Block a user