SHA256
1
0
forked from pool/samba

Accepting request 20255 from network:samba:STABLE

Copy from network:samba:STABLE/samba based on submit request 20255 from user lmuelle

OBS-URL: https://build.opensuse.org/request/show/20255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=45
This commit is contained in:
OBS User autobuild 2009-09-10 10:45:07 +00:00 committed by Git OBS Bridge
parent bc2565accb
commit 4891fdb6a6
8 changed files with 173 additions and 122 deletions

View File

@ -1,2 +1,2 @@
2186
2196
Branch : trunk

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:abfa8a1fe668183afa20ddbdfd5fc471b2dc67feffabe489d744a18669cbd065
size 78242
oid sha256:7abcdd67fa112992bb7d4a0d79461a33015a26468fb63d7c131ac43757967f08
size 60541

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c94a42a0a6dd249128745f502aadf7fd576ff424cb2ebc1f29e5d67bbf429ca
size 31850206

3
samba-3.4.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cbfa0f247740571a6a6bd3ec83e4c76b93c9654dda90f4ae0a723630005c0f45
size 31577969

View File

@ -1,5 +1,5 @@
#
# spec file for package samba-doc (Version 3.4.0)
# spec file for package samba-doc (Version 3.4.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -47,15 +47,15 @@ BuildRequires: keyutils-devel
%if 0%{?suse_version} > 1000 || 0%{?fedora_version} || 0%{?rhel_version} || 0%{?mandriva_version}
BuildRequires: ctdb-devel
%endif
%define samba_ver 3.4.0
%define samba_ver 3.4.1
%define samba_ver_suffix %nil
%define samba_ver_full %{samba_ver}%{samba_ver_suffix}
%if 0%{?suse_version} && 0%{?suse_version} < 1111
%define guards_symbols pre_1111
%endif
Url: http://www.samba.org/
Version: 3.4.0
Release: 3
Version: 3.4.1
Release: 1
License: GPL v3 or later
Summary: Samba Documentation
Group: Documentation/Other
@ -361,13 +361,10 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
%changelog

View File

@ -1,8 +1,122 @@
-------------------------------------------------------------------
Wed Sep 9 17:26:58 CEST 2009 - lmuelle@suse.de
- Update to 3.4.1.
+ Fix authentication on member servers without Winbind (bug #6650).
+ Nautilus fails to copy files from an SMB share (bug #6649).
+ Fix connections of Win98 clients (bug #6551).
+ Fix interdomain trusts with Windows 2008 R2 DCs (bug #6697).
+ Fix Winbind authentication issue (bug #6646).
+ BUG 5879: Update LDAP schema for Netscape DS 5.
+ BUG 5886: Fix password change propagation with ldapsam.
+ BUG 6105: Make linking of cifs.upcall and rpcclient --as-needed safe.
+ BUG 6222: Default to DRSUAPI replication for net rpc vampire keytab.
+ BUG 6437: Make open_udp_socket() IPv6 clean.
+ BUG 6496: MS-DFS cannot follow multibyte char link name in libsmbclient.
+ BUG 6506: Smbd server doesn't set EAs when a file is overwritten in
NT_TRANSACT_CREATE.
+ BUG 6532: Fix the build with external talloc.
+ BUG 6538: Cancel all locks that are made before the first failure.
+ BUG 6560: Fix lookupname.
+ BUG 6564: SetPrinter fails (panics) as non root.
+ BUG 6568: Fix _spoolss_GetPrintProcessorDirectory() implementation.
+ BUG 6585: Fix unqualified "net join".
+ BUG 6593: Correctly implement SMB_INFO_STANDARD setfileinfo.
+ BUG 6601: Avoid global fd limits.
+ BUG 6607: Fix crash bug in spoolss_addprinterex_level_2.
+ BUG 6611: Fix a valgrind error in chain_reply.
+ BUG 6615: Fix browsing of DFS when using kerberos in libsmbclient.
+ BUG 6627: Raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds.
+ BUG 6650: Fix authentication on member servers without Winbind.
+ BUG 6651: Fix smbd SIGSEGV when breaking oplocks.
+ BUG 6655: Fix 'smbcontrol smbd ping'.
+ BUG 6620: Fix a bug in renames of directories.
+ BUG 6664: Fix truncation of the session key.
+ BUG 6673: Fix 'smbpasswd' with "unix password sync = yes".
+ BUG 6680: Fix authentication failure from Windows 7 when domain joined.
+ BUG 6688: Fix crash in 'net usershare list'.
+ BUG 6693: Check we read off the complete event from inotify.
+ BUG 6700: Use dns domain name when needing to guess server principal.
-------------------------------------------------------------------
Thu Aug 13 03:52:07 CEST 2009 - boyang@suse.de
- Update to 3.2.14.
+ Fix SAMR access checks (e.g. bugs #6089 and #6112).
+ Fix 'force user' (bug #6291).
+ Improve Win7 support (bug #6099).
+ Fix posix ACLs when setting an ACL without explicit ACE for the
owner (bug #2346).
+ BUG 6387: Fix Winbind crash when multiple IDmappings exist in the
LDAP directory.
+ BUG 6509: Use gid (not uid) cache in fetch_gid_from_cache().
+ BUG 6628: 'smbpasswd -a' uses algorithmic rid base with
'passdb backend = tdbsam'.
+ BUG 6089: Fix SAMR access checks.
+ BUG 6112: Fix SAMR access checks.
+ BUG 6279: Fix Winbind crash.
+ BUG 6291: Fix 'force user'.
+ BUG 6099: Try to fix domain join of Win7 Beta.
+ BUG 6386: Groupdb mapping fix.
+ BUG 6421: Fix POSIX read-only open on read-only shares.
+ BUG 6476: Fix more smbd-zombies in memory.
+ BUG 6488: acl_group_override() call in posix acls references an
uninitialized variable.
+ BUG 6504: Fix SAMR server for Winbind access.
+ BUG 6520: Fix time stamps.
+ BUG 6301: Fix samr_ConnectVersion enum which is 32bit not 16bit.
+ BUG 6340: Don't segfault when cleartext trustdom pwd could not be
retrieved.
+ BUG 6372: Fix usermanager only displaying 1024 groups and aliases.
+ BUG 6465: Fix enum_aliasmem in ldb branch.
+ BUG 6484: Fix searching for users while adding them to groups via
Windows usermanager.
+ BUG 2346: Fix posix ACLs when setting an ACL without explicit ACE for the
owner.
+ BUG 6526: Let parent_dirname() correctly return toplevel filenames.
+ BUG 6627: Raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds.
+ BUG 5798: Preserve CFLAGS info in configure.
+ BUG 6382: Case insensitive access to DFS links broken.
+ BUG 6481: Don't require "Modify property" perms to unjoin.
+ BUG 6628: 'smbpasswd -a' uses algorithmic rid base with
'passdb backend = tdbsam'.
+ BUG 6560: Lookupname failed, cannot find domain when attempt to change
password.
+ Prevent creation of keys containing the '/' character.
+ Fix join of Windows 7 RC to a Samba3 DC.
+ Fix bug in processing of open modes in POSIX open.
+ Fix the negotiate flags.
+ Protect netlogon_creds_server_step() against NULL creds.
+ Also handle DirX return codes.
+ Fix a crash bug if we timeout in net rpc trustdom list.
+ Add '--request-timeout' option to 'net'.
+ Fix a race condition in Winbind leading to a panic.
+ Add workaround for MS KB932762.
+ 5945: Fix out of memory error with Winbind idmap.
+ Avoid duplicate ACEs.
+ Fix profile ACLs in some corner cases.
+ Zero an uninitialized array.
-------------------------------------------------------------------
Wed Aug 12 05:07:06 CEST 2009 - boyang@suse.de
- Unable to browse DFS when using kerberos in libsmbclient; (bnc#528271);
(bso#6615).
-------------------------------------------------------------------
Mon Aug 10 03:53:53 CEST 2009 - boyang@suse.de
- check in .po files for pam_winbind; (bnc#499233); (bso#6602).
-------------------------------------------------------------------
Thu Aug 6 16:24:23 CEST 2009 - hhetter@suse.de
- Add ntp and network-remotefs as Should-Start dependency to the winbind init
script; (bnc#515629).
-------------------------------------------------------------------
Thu Aug 6 14:40:21 CEST 2009 - lmuelle@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package samba (Version 3.4.0)
# spec file for package samba (Version 3.4.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -47,7 +47,7 @@ BuildRequires: keyutils-devel
%if 0%{?suse_version} > 1000 || 0%{?fedora_version} || 0%{?rhel_version} || 0%{?mandriva_version}
BuildRequires: ctdb-devel
%endif
%define samba_ver 3.4.0
%define samba_ver 3.4.1
%define samba_ver_suffix %nil
%define samba_ver_full %{samba_ver}%{samba_ver_suffix}
%if 0%{?suse_version} && 0%{?suse_version} < 1111
@ -59,8 +59,8 @@ License: GPL v3 or later
Group: Productivity/Networking/Samba
Url: http://www.samba.org/
AutoReqProv: on
Version: 3.4.0
Release: 3
Version: 3.4.1
Release: 1
%ifarch ppc64
Obsoletes: samba-64bit
%endif
@ -149,13 +149,10 @@ Authors:
The Samba Team <samba@samba.org>
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
%package client
@ -195,13 +192,10 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
@ -226,13 +220,10 @@ Authors:
The Samba Team <samba@samba.org>
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
%endif
@ -257,13 +248,10 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
%endif
@ -290,13 +278,10 @@ Authors:
--------
Jeremy Allison <jra at samba dot org>
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
%if %{make_utils}
@ -345,13 +330,10 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
%if 0%{?suse_version} && 0%{?suse_version} < 1031
@ -375,13 +357,10 @@ PreReq: /sbin/ldconfig
%if 0%{?suse_version} && 0%{?suse_version} < 1031
%description -n libsmbclient
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
%else
@ -423,13 +402,10 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
%package -n libnetapi0
@ -448,13 +424,10 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
%package -n libnetapi-devel
@ -474,13 +447,10 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
%if 0%{?suse_version} && 0%{?suse_version} < 1031
@ -499,13 +469,10 @@ PreReq: /sbin/ldconfig
%if 0%{?suse_version} && 0%{?suse_version} < 1031
%description -n libsmbsharemodes
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
%else
@ -539,13 +506,10 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
%if %{make_ldapsmb}
@ -566,13 +530,10 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
%package -n libtalloc-devel
@ -592,13 +553,10 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
%package -n libtdb1
@ -617,13 +575,10 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
%package -n libtdb-devel
@ -643,13 +598,10 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
%package -n libwbclient0
@ -668,13 +620,10 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
%package -n libwbclient-devel
@ -694,13 +643,10 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
%package -n ldapsmb
@ -709,7 +655,7 @@ Summary: Tool to administer Samba's LDAP backend
Group: Productivity/Networking/Samba
AutoReqProv: on
Version: 1.34b
Release: 267
Release: 268
Requires: perl-ldap
%description -n ldapsmb
@ -722,13 +668,10 @@ Authors:
--------
Guenther Deschner <guenther at deschner dot de>
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
%endif
@ -751,13 +694,10 @@ Authors:
--------
Steve French <sfrench at Samba dot org>
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Source Timestamp: 2196
Branch : trunk
%endif

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e80612b5a6ccd19e8235d987cc21a2e6a9eb5025c00b008cede453e377a1e123
size 24007
oid sha256:12dab83a56ac2505b3ed12bcb2213539ed0205894ca38366e10073f579c7461d
size 24067