- Update to 3.6.0rc3.
+ BUG 7841: Explicitly pass domain_sid to wbint_LookupRids(). + BUG 7888: Deal with buggy 3.0 based PDCs. + BUG 8083: Fix "inherit owner = yes" with vfs_acl_xattr or vfs_acl_tdb module. + BUG 8102: Do not allow to change file ACLs from normal domusers. + BUG 8102: Do not allow to change file ACLs from normal domusers. + BUG 8193: Add new command 'enumerate_recursive'. + BUG 8195: Make rpc client code working against NT4 servers. + BUG 8211: Fix "inherit owner = yes" when "inherit permissions = yes" is set. + BUG 8213: Fixes in idmap_autorid. + BUG 8214: Fix smbd crash on printer driver upgrade. + BUG 8215: Fix Winbind unix username lookup. + BUG 8216: Make Winbind returning correct results with 'sids2xids'. + BUG 8217: Do not stat-check the share path in 'net conf addshare'. + BUG 8219: Fix SMB Panic from Windows 7 client. + BUG 8224: Fix the build on FreeBSD. + BUG 8226: Use c99 initializers which are supported by old gcc 2.95 compilers. + BUG 8230: Move .nmbd socket directory to non-hidden name PREFIX/var/nmbd. + BUG 8231: Fix crash bug in 'net cache get'. + BUG 8235: Fix smbd crash on startup caused by migrate_printer(). + BUG 8240: Fix Valgrind warnings in winreg/spoolss code. + BUG 8244: Fix copying files larger than 2 GB to a Samba share. + BUG 8247: Fix Coverity ID 2582: FORWARD_NULL. + BUG 8253: Fix Winbind panic if verify_idpool() fails. + BUG 8254: Fix "acl check permissions = no". + BUG 8260: Fix DCERPC responses with fragments larger than 1024 bytes. + BUG 8262: Fix build of vfs_commit. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=167
This commit is contained in:
parent
327c358aef
commit
831b108aa5
@ -1,2 +1,2 @@
|
||||
2573
|
||||
2573M
|
||||
Branch : trunk
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d663dce064f610b0c33347fb28546b1f1be7a1d91fc0b3a408b9ada35bef051d
|
||||
size 63325
|
||||
oid sha256:23623865336a2cab6f9cc6e48f66063abef0729ec3c02e2d5fff09d3cb16887e
|
||||
size 59511
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a82f6f4af5acb40daaaf231f2a64f01fd3aca228410920fbccbb3636bf1f8e6
|
||||
size 24491093
|
3
samba-3.6.0rc3.tar.bz2
Normal file
3
samba-3.6.0rc3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82ec69f2bb90e1f27fe2320b42f8ea7428ef81efbc9f5bb53f7154b3cba82b03
|
||||
size 24439714
|
@ -59,7 +59,7 @@ BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig
|
||||
%endif
|
||||
%define samba_ver 3.6.0
|
||||
%define samba_ver_suffix rc2
|
||||
%define samba_ver_suffix rc3
|
||||
%define samba_ver_full %{samba_ver}%{samba_ver_suffix}
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1111
|
||||
%define guards_symbols pre_1111
|
||||
@ -415,7 +415,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2573
|
||||
Source Timestamp: 2573M
|
||||
Branch : trunk
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 27 01:40:00 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Update to 3.6.0rc3.
|
||||
+ BUG 7841: Explicitly pass domain_sid to wbint_LookupRids().
|
||||
+ BUG 7888: Deal with buggy 3.0 based PDCs.
|
||||
+ BUG 8083: Fix "inherit owner = yes" with vfs_acl_xattr or vfs_acl_tdb
|
||||
module.
|
||||
+ BUG 8102: Do not allow to change file ACLs from normal domusers.
|
||||
+ BUG 8102: Do not allow to change file ACLs from normal domusers.
|
||||
+ BUG 8193: Add new command 'enumerate_recursive'.
|
||||
+ BUG 8195: Make rpc client code working against NT4 servers.
|
||||
+ BUG 8211: Fix "inherit owner = yes" when "inherit permissions = yes" is
|
||||
set.
|
||||
+ BUG 8213: Fixes in idmap_autorid.
|
||||
+ BUG 8214: Fix smbd crash on printer driver upgrade.
|
||||
+ BUG 8215: Fix Winbind unix username lookup.
|
||||
+ BUG 8216: Make Winbind returning correct results with 'sids2xids'.
|
||||
+ BUG 8217: Do not stat-check the share path in 'net conf addshare'.
|
||||
+ BUG 8219: Fix SMB Panic from Windows 7 client.
|
||||
+ BUG 8224: Fix the build on FreeBSD.
|
||||
+ BUG 8226: Use c99 initializers which are supported by old gcc 2.95
|
||||
compilers.
|
||||
+ BUG 8230: Move .nmbd socket directory to non-hidden name PREFIX/var/nmbd.
|
||||
+ BUG 8231: Fix crash bug in 'net cache get'.
|
||||
+ BUG 8235: Fix smbd crash on startup caused by migrate_printer().
|
||||
+ BUG 8240: Fix Valgrind warnings in winreg/spoolss code.
|
||||
+ BUG 8244: Fix copying files larger than 2 GB to a Samba share.
|
||||
+ BUG 8247: Fix Coverity ID 2582: FORWARD_NULL.
|
||||
+ BUG 8253: Fix Winbind panic if verify_idpool() fails.
|
||||
+ BUG 8254: Fix "acl check permissions = no".
|
||||
+ BUG 8260: Fix DCERPC responses with fragments larger than 1024 bytes.
|
||||
+ BUG 8262: Fix build of vfs_commit.
|
||||
+ BUG 8263: Fix build with --with-fake-kaserver or --with-vfs-afsacl.
|
||||
+ BUG 8264: Fix Valgrind bugs in svcctl.
|
||||
+ BUG 8276: Close all sockets attached to a subnet in close_subnet().
|
||||
+ BUG 8278: Fix smbd panic when CTDB is unhealthy.
|
||||
+ BUG 8281: Fix build of examples/VFS/*.
|
||||
+ BUG 8286: Fix smbd crash on premature end of smb2 conn.
|
||||
+ BUG 8292: Fix a major architectural flaw in the SMB2 server code.
|
||||
+ BUG 8293: Fix log file rotating in SMB2.
|
||||
+ BUG 8304: Fix uninitialized variable in error path.
|
||||
+ BUG 8305: Fix segfault in nmbd when using 'smbtree ...'..
|
||||
+ BUG 8307: brl_close_fnum does not call SMB_VFS_BRL_UNLOCK_WINDOWS on all
|
||||
locks.
|
||||
+ BUG 8310: toupper_ascii() is broken on big-endian systems.
|
||||
+ BUG 8314: Fix smbd crash with unknown user.
|
||||
|
||||
+ Mark 'time offset' parameter as deprecated.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 26 23:57:01 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
|
48
samba.spec
48
samba.spec
@ -59,7 +59,7 @@ BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig
|
||||
%endif
|
||||
%define samba_ver 3.6.0
|
||||
%define samba_ver_suffix rc2
|
||||
%define samba_ver_suffix rc3
|
||||
%define samba_ver_full %{samba_ver}%{samba_ver_suffix}
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1111
|
||||
%define guards_symbols pre_1111
|
||||
@ -187,7 +187,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2573
|
||||
Source Timestamp: 2573M
|
||||
Branch : trunk
|
||||
|
||||
%package client
|
||||
@ -227,7 +227,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2573
|
||||
Source Timestamp: 2573M
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
|
||||
@ -254,7 +254,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2573
|
||||
Source Timestamp: 2573M
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -284,7 +284,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2573
|
||||
Source Timestamp: 2573M
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -311,7 +311,7 @@ Authors:
|
||||
--------
|
||||
Jeremy Allison <jra at samba dot org>
|
||||
|
||||
Source Timestamp: 2573
|
||||
Source Timestamp: 2573M
|
||||
Branch : trunk
|
||||
|
||||
%if %{make_utils}
|
||||
@ -361,7 +361,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2573
|
||||
Source Timestamp: 2573M
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
@ -387,7 +387,7 @@ PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libsmbclient
|
||||
|
||||
Source Timestamp: 2573
|
||||
Source Timestamp: 2573M
|
||||
Branch : trunk
|
||||
|
||||
%else
|
||||
@ -437,7 +437,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2573
|
||||
Source Timestamp: 2573M
|
||||
Branch : trunk
|
||||
|
||||
%package -n libnetapi0
|
||||
@ -456,7 +456,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2573
|
||||
Source Timestamp: 2573M
|
||||
Branch : trunk
|
||||
|
||||
%package -n libnetapi-devel
|
||||
@ -481,7 +481,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2573
|
||||
Source Timestamp: 2573M
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
@ -502,7 +502,7 @@ PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libsmbsharemodes
|
||||
|
||||
Source Timestamp: 2573
|
||||
Source Timestamp: 2573M
|
||||
Branch : trunk
|
||||
|
||||
%else
|
||||
@ -543,7 +543,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2573
|
||||
Source Timestamp: 2573M
|
||||
Branch : trunk
|
||||
|
||||
%package -n libwbclient0
|
||||
@ -562,7 +562,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2573
|
||||
Source Timestamp: 2573M
|
||||
Branch : trunk
|
||||
|
||||
%package -n libwbclient-devel
|
||||
@ -587,7 +587,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2573
|
||||
Source Timestamp: 2573M
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtalloc2
|
||||
@ -608,7 +608,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2573
|
||||
Source Timestamp: 2573M
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtalloc-devel
|
||||
@ -635,7 +635,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2573
|
||||
Source Timestamp: 2573M
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtdb1
|
||||
@ -656,7 +656,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2573
|
||||
Source Timestamp: 2573M
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtdb-devel
|
||||
@ -679,7 +679,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2573
|
||||
Source Timestamp: 2573M
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtevent0
|
||||
@ -700,7 +700,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2573
|
||||
Source Timestamp: 2573M
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtevent-devel
|
||||
@ -728,7 +728,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2573
|
||||
Source Timestamp: 2573M
|
||||
Branch : trunk
|
||||
|
||||
%package -n libldb1
|
||||
@ -751,7 +751,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2573
|
||||
Source Timestamp: 2573M
|
||||
Branch : trunk
|
||||
|
||||
%package -n libldb-devel
|
||||
@ -778,7 +778,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2573
|
||||
Source Timestamp: 2573M
|
||||
Branch : trunk
|
||||
|
||||
%if %{make_ldapsmb}
|
||||
@ -802,7 +802,7 @@ Authors:
|
||||
--------
|
||||
Guenther Deschner <guenther at deschner dot de>
|
||||
|
||||
Source Timestamp: 2573
|
||||
Source Timestamp: 2573M
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:57b89fe8bd2bdcecce69bdce8d5be91685059769f031af7de7d9d678f43f2ecd
|
||||
size 51339
|
||||
oid sha256:d4c8d1eb1383cce55a582d662b340538073c32c76f7cae7623cdcf5bdc6aab01
|
||||
size 51397
|
||||
|
Loading…
Reference in New Issue
Block a user