forked from pool/samba
This commit is contained in:
parent
3449f49c67
commit
c4d725ee5e
@ -1,2 +1,2 @@
|
||||
1863
|
||||
1870
|
||||
Branch : trunk
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f0b9710cad57024c06596f9fa879ea1c693e5a12b38d4fb618817e90ac730df
|
||||
size 75012
|
||||
oid sha256:252b847e589d3bea616c2f2528805150efb32e2214515ee1e099e4eed9815266
|
||||
size 72927
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e050a8d3281fa07c5890d907d36f071e27809a0cd2e2ea231c500302fb78a921
|
||||
size 21469352
|
3
samba-3.2.1.tar.bz2
Normal file
3
samba-3.2.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d02ed51930611653c4c9158922ce5a60759570b2770a142d59b26159a82a24ae
|
||||
size 21474020
|
@ -1,10 +1,17 @@
|
||||
#
|
||||
# spec file for package samba-doc (Version 3.2.0)
|
||||
# spec file for package samba-doc (Version 3.2.1)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@ -13,13 +20,13 @@
|
||||
|
||||
Name: samba-doc
|
||||
BuildRequires: ccache cracklib-devel cups-devel e2fsprogs-devel gdbm-devel krb5-devel libacl-devel libiniparser-devel libnscd-devel openldap2-devel pam-devel popt-devel pwdutils python-devel readline-devel
|
||||
%define samba_ver 3.2.0
|
||||
%define samba_ver 3.2.1
|
||||
%define samba_ver_suffix %nil
|
||||
%define samba_ver_full %{samba_ver}%{samba_ver_suffix}
|
||||
License: GPL v3 or later
|
||||
Url: http://www.samba.org/
|
||||
Version: 3.2.0
|
||||
Release: 39
|
||||
Version: 3.2.1
|
||||
Release: 1
|
||||
Summary: Samba Documentation
|
||||
Group: Documentation/Other
|
||||
AutoReqProv: on
|
||||
@ -296,7 +303,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 1863
|
||||
Source Timestamp: 1870
|
||||
Branch : trunk
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +1,77 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 14 14:53:28 CEST 2008 - lmuelle@suse.de
|
||||
|
||||
- Set Required- and Should-Stop in the init info part of all init scripts.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 14 03:15:25 CEST 2008 - jmcdonough@suse.de
|
||||
|
||||
- Fix libsmbclient to older servers; (bnc#402776).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 5 22:03:11 CEST 2008 - lmuelle@suse.de
|
||||
|
||||
- Update to 3.2.1.
|
||||
+ BUG 5594: Fix "make test" by adding and using a new testparm switch
|
||||
"--skip-logic-checks".
|
||||
+ Fix creation of libaddns.a, libsmbclient.a and libsharemodes.a.
|
||||
+ Update the section about net conf in the net(8) manpage.
|
||||
+ Improve processing of registry shares.
|
||||
+ Fix listing of registry shares with testparm.
|
||||
+ Fix several build issues.
|
||||
+ BUG 5578: Fix error from strlcat.
|
||||
+ BUG 5613: Fix flushing of smb.conf when creating a new share using SWAT.
|
||||
+ Ensure consistent use of pdb_get_nt_passwd instead of
|
||||
pdb_get_lanman_passwd.
|
||||
+ Remove worrying warning message when safe_strcpy tries to copy a pseaudo
|
||||
interface name that's too long.
|
||||
+ Canonicalize servername in the printer functions to remove leading '\\'
|
||||
characters.
|
||||
+ Fix option processing in smbcacls - add POPT_COMMON_CONNECTION.
|
||||
+ Fix bug creating files using DOS clients with mixed case files.
|
||||
+ Fix uninitialized variable.
|
||||
+ BUG 5616: Fix session keys also in rpccli_netr_LogonSamLogonEx wrapper.
|
||||
+ BUG 5570: Fix bogus error message during AD domain join.
|
||||
+ Fix trusted domain handling in Winbindd.
|
||||
+ Fix build warning.
|
||||
+ BUG 5202: Fix setting of ACEs for users/groups with write access in setups
|
||||
with 'dos filemode = yes'.
|
||||
+ Re-activate 'acl group control' parameter and make it only apply to owning
|
||||
group.
|
||||
+ Make ntimes function more like POSIX and allow NULL arg.
|
||||
+ BUG 5512: Fix alignment problems on sparc.
|
||||
+ BUG 5616: Fix share connections in setups with
|
||||
"server signing = mandatory" or SMB signing set on the client side.
|
||||
+ Fix a race condition in Winbind leading to a crash.
|
||||
+ Fix a segfault in base64_encode_data_blob.
|
||||
+ Fix some uninitialized variable references via ndr_print.
|
||||
+ Fix error message if trying to join with a non-privileged user.
|
||||
+ Fix setups using "include = registry" without [global] settings in the
|
||||
registry.
|
||||
+ Fix "net sam rights" on domain member servers.
|
||||
+ Add documentation for the vfs streams modules.
|
||||
+ Cleanup some duplicate code by passing the password to the wbinfo_auth*
|
||||
functions.
|
||||
+ Allow SID with 0 in subauthority to be converted properly.
|
||||
+ Set sin[6]_family instead of ss_family in in[6]_addr_to_sockaddr_storage.
|
||||
+ Fix realpath() check so that it doesn't generate a core() when it fails.
|
||||
+ Fix overwriting of winbind logfiles.
|
||||
+ Fix "vfs_full_audit.c: name table not in sync with vfs.h" panic.
|
||||
+ Add broadcasting of the debug message to all winbindd children.
|
||||
+ BUG 5635: Fix updating of printer queues.
|
||||
+ Release still reachable memory if the smbclient context is freed.
|
||||
+ Remove trailing withespace from wbinfo -m which breaks gdm auth.
|
||||
+ BUG 5540: Fix "set primary group script" user option substitution.
|
||||
+ Fix regression in Winbindd offline mode.
|
||||
+ Allow authentication and memory credential refresh after password
|
||||
change from gdm/xdm.
|
||||
+ Allow %u parameters for print job username.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 29 09:59:36 CEST 2008 - anschneider@suse.de
|
||||
|
||||
- Fix a race condition in winbind leading to a crash; (bnc#406623).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 28 17:00:42 CEST 2008 - anschneider@suse.de
|
||||
|
||||
@ -7,7 +81,7 @@ Mon Jul 28 17:00:42 CEST 2008 - anschneider@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 27 08:53:56 CEST 2008 - anschneider@suse.de
|
||||
|
||||
- Fix emptying the printing queue; [bnc#411493].
|
||||
- Fix emptying the printing queue; (bnc#411493).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 25 09:22:13 CEST 2008 - anschneider@suse.de
|
||||
@ -90,7 +164,7 @@ Thu Jul 17 18:10:03 CEST 2008 - lmuelle@suse.de
|
||||
Tue Jul 8 08:14:38 CEST 2008 - boyang@suse.de
|
||||
|
||||
- Allow authentication and memory credential refresh after password change
|
||||
from gdm/xdm. Patch from boyang <boyang@novell.com>. Jeremy; [bnc#395578].
|
||||
from gdm/xdm; [bnc#395578].
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 4 16:22:17 CEST 2008 - lmuelle@suse.de
|
||||
|
151
samba.spec
151
samba.spec
@ -1,10 +1,17 @@
|
||||
#
|
||||
# spec file for package samba (Version 3.2.0)
|
||||
# spec file for package samba (Version 3.2.1)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@ -34,7 +41,7 @@ BuildRequires: ccache cracklib-devel
|
||||
%if 0%{?centos_version} || 0%{?fedora_version} || 0%{?rhel_version} || 0%{?mandriva_version}
|
||||
BuildRequires: krb5-devel openldap-devel
|
||||
%endif
|
||||
%define samba_ver 3.2.0
|
||||
%define samba_ver 3.2.1
|
||||
%define samba_ver_suffix %nil
|
||||
%define samba_ver_full %{samba_ver}%{samba_ver_suffix}
|
||||
%define vscan_ver 0.3.6b
|
||||
@ -43,8 +50,8 @@ License: GPL v3 or later
|
||||
Group: Productivity/Networking/Samba
|
||||
Url: http://www.samba.org/
|
||||
AutoReqProv: on
|
||||
Version: 3.2.0
|
||||
Release: 38
|
||||
Version: 3.2.1
|
||||
Release: 1
|
||||
Requires: samba-client >= %{version}
|
||||
%if 0%{?suse_version} > 1030
|
||||
Recommends: cron logrotate
|
||||
@ -111,7 +118,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 1863
|
||||
Source Timestamp: 1870
|
||||
Branch : trunk
|
||||
|
||||
%package client
|
||||
@ -148,7 +155,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 1863
|
||||
Source Timestamp: 1870
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
|
||||
@ -169,7 +176,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 1863
|
||||
Source Timestamp: 1870
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -199,7 +206,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 1863
|
||||
Source Timestamp: 1870
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -225,7 +232,7 @@ Authors:
|
||||
--------
|
||||
Jeremy Allison <jra at samba dot org>
|
||||
|
||||
Source Timestamp: 1863
|
||||
Source Timestamp: 1870
|
||||
Branch : trunk
|
||||
|
||||
%if %{make_utils}
|
||||
@ -271,17 +278,17 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 1863
|
||||
Source Timestamp: 1870
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
|
||||
%package -n libsmbclient
|
||||
License: GPL v2 or later
|
||||
License: GPL v3 or later
|
||||
%else
|
||||
|
||||
%package -n libsmbclient0
|
||||
License: GPL v2 or later
|
||||
License: GPL v3 or later
|
||||
Provides: libsmbclient = %{version}-%{release}
|
||||
Obsoletes: libsmbclient
|
||||
%endif
|
||||
@ -306,7 +313,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 1863
|
||||
Source Timestamp: 1870
|
||||
Branch : trunk
|
||||
|
||||
%else
|
||||
@ -320,7 +327,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 1863
|
||||
Source Timestamp: 1870
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -330,7 +337,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
%package -n libsmbclient-devel
|
||||
License: GPL v2 or later
|
||||
License: GPL v3 or later
|
||||
Summary: Libraries and Header Files to Develop Programs with smbclient Support
|
||||
Group: Development/Libraries/C and C++
|
||||
AutoReqProv: on
|
||||
@ -354,7 +361,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 1863
|
||||
Source Timestamp: 1870
|
||||
Branch : trunk
|
||||
|
||||
%package -n libnetapi0
|
||||
@ -373,7 +380,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 1863
|
||||
Source Timestamp: 1870
|
||||
Branch : trunk
|
||||
|
||||
%package -n libnetapi-devel
|
||||
@ -393,7 +400,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 1863
|
||||
Source Timestamp: 1870
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
@ -420,7 +427,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 1863
|
||||
Source Timestamp: 1870
|
||||
Branch : trunk
|
||||
|
||||
%else
|
||||
@ -434,7 +441,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 1863
|
||||
Source Timestamp: 1870
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -465,13 +472,13 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 1863
|
||||
Source Timestamp: 1870
|
||||
Branch : trunk
|
||||
|
||||
%if %{make_ldapsmb}
|
||||
|
||||
%package -n libtalloc1
|
||||
License: GPL v3 or later
|
||||
License: LGPL v3 or later
|
||||
Summary: Samba talloc Library
|
||||
Group: Productivity/Networking/Samba
|
||||
AutoReqProv: on
|
||||
@ -486,11 +493,11 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 1863
|
||||
Source Timestamp: 1870
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtalloc-devel
|
||||
License: GPL v3 or later
|
||||
License: LGPL v3 or later
|
||||
Summary: Libraries and Header Files to Develop Programs with talloc Support
|
||||
Group: Development/Libraries/C and C++
|
||||
AutoReqProv: on
|
||||
@ -506,11 +513,11 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 1863
|
||||
Source Timestamp: 1870
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtdb1
|
||||
License: GPL v3 or later
|
||||
License: LGPL v3 or later
|
||||
Summary: Samba tdb Library
|
||||
Group: Productivity/Networking/Samba
|
||||
AutoReqProv: on
|
||||
@ -525,11 +532,11 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 1863
|
||||
Source Timestamp: 1870
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtdb-devel
|
||||
License: GPL v3 or later
|
||||
License: LGPL v3 or later
|
||||
Summary: Libraries and Header Files to Develop Programs with tdb Support
|
||||
Group: Development/Libraries/C and C++
|
||||
AutoReqProv: on
|
||||
@ -545,7 +552,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 1863
|
||||
Source Timestamp: 1870
|
||||
Branch : trunk
|
||||
|
||||
%package -n libwbclient0
|
||||
@ -564,7 +571,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 1863
|
||||
Source Timestamp: 1870
|
||||
Branch : trunk
|
||||
|
||||
%package -n libwbclient-devel
|
||||
@ -584,7 +591,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 1863
|
||||
Source Timestamp: 1870
|
||||
Branch : trunk
|
||||
|
||||
%package -n ldapsmb
|
||||
@ -593,7 +600,7 @@ Summary: Tool to administer Samba's LDAP backend
|
||||
Group: Productivity/Networking/Samba
|
||||
AutoReqProv: on
|
||||
Version: 1.34b
|
||||
Release: 211
|
||||
Release: 219
|
||||
Requires: perl-ldap
|
||||
|
||||
%description -n ldapsmb
|
||||
@ -606,14 +613,14 @@ Authors:
|
||||
--------
|
||||
Guenther Deschner <guenther at deschner dot de>
|
||||
|
||||
Source Timestamp: 1863
|
||||
Source Timestamp: 1870
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 920
|
||||
|
||||
%package -n cifs-mount
|
||||
License: GPL v2 or later
|
||||
License: GPL v3 or later
|
||||
Summary: Mount using the Common Internet File System (CIFS)
|
||||
Group: System/Filesystems
|
||||
AutoReqProv: on
|
||||
@ -628,7 +635,7 @@ Authors:
|
||||
--------
|
||||
Steve French <sfrench at Samba dot org>
|
||||
|
||||
Source Timestamp: 1863
|
||||
Source Timestamp: 1870
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -658,7 +665,7 @@ Authors:
|
||||
--------
|
||||
Rainer Link <rainer@openantivirus.org>
|
||||
|
||||
Source Timestamp: 1863
|
||||
Source Timestamp: 1870
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -1304,6 +1311,7 @@ fi
|
||||
%doc %{_mandir}/man8/vfs_catia.8.*
|
||||
%doc %{_mandir}/man8/vfs_commit.8.*
|
||||
%doc %{_mandir}/man8/vfs_default_quota.8.*
|
||||
%doc %{_mandir}/man8/vfs_streams_depot.8.*
|
||||
%doc %{_mandir}/man8/vfs_extd_audit.8.*
|
||||
%doc %{_mandir}/man8/vfs_fake_perms.8.*
|
||||
%doc %{_mandir}/man8/vfs_full_audit.8.*
|
||||
@ -1315,6 +1323,7 @@ fi
|
||||
%doc %{_mandir}/man8/vfs_readonly.8.*
|
||||
%doc %{_mandir}/man8/vfs_recycle.8.*
|
||||
%doc %{_mandir}/man8/vfs_shadow_copy.8.*
|
||||
%doc %{_mandir}/man8/vfs_streams_xattr.8.*
|
||||
%doc %{_mandir}/man8/vfs_xattr_tdb.8.*
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1021
|
||||
%{_includedir}/samba
|
||||
@ -1618,11 +1627,73 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Aug 14 2008 lmuelle@suse.de
|
||||
- Set Required- and Should-Stop in the init info part of all init scripts.
|
||||
* Thu Aug 14 2008 jmcdonough@suse.de
|
||||
- Fix libsmbclient to older servers; (bnc#402776).
|
||||
* Wed Aug 06 2008 lmuelle@suse.de
|
||||
- Update to 3.2.1.
|
||||
+ BUG 5594: Fix "make test" by adding and using a new testparm switch
|
||||
"--skip-logic-checks".
|
||||
+ Fix creation of libaddns.a, libsmbclient.a and libsharemodes.a.
|
||||
+ Update the section about net conf in the net(8) manpage.
|
||||
+ Improve processing of registry shares.
|
||||
+ Fix listing of registry shares with testparm.
|
||||
+ Fix several build issues.
|
||||
+ BUG 5578: Fix error from strlcat.
|
||||
+ BUG 5613: Fix flushing of smb.conf when creating a new share using SWAT.
|
||||
+ Ensure consistent use of pdb_get_nt_passwd instead of
|
||||
pdb_get_lanman_passwd.
|
||||
+ Remove worrying warning message when safe_strcpy tries to copy a pseaudo
|
||||
interface name that's too long.
|
||||
+ Canonicalize servername in the printer functions to remove leading '\\'
|
||||
characters.
|
||||
+ Fix option processing in smbcacls - add POPT_COMMON_CONNECTION.
|
||||
+ Fix bug creating files using DOS clients with mixed case files.
|
||||
+ Fix uninitialized variable.
|
||||
+ BUG 5616: Fix session keys also in rpccli_netr_LogonSamLogonEx wrapper.
|
||||
+ BUG 5570: Fix bogus error message during AD domain join.
|
||||
+ Fix trusted domain handling in Winbindd.
|
||||
+ Fix build warning.
|
||||
+ BUG 5202: Fix setting of ACEs for users/groups with write access in setups
|
||||
with 'dos filemode = yes'.
|
||||
+ Re-activate 'acl group control' parameter and make it only apply to owning
|
||||
group.
|
||||
+ Make ntimes function more like POSIX and allow NULL arg.
|
||||
+ BUG 5512: Fix alignment problems on sparc.
|
||||
+ BUG 5616: Fix share connections in setups with
|
||||
"server signing = mandatory" or SMB signing set on the client side.
|
||||
+ Fix a race condition in Winbind leading to a crash.
|
||||
+ Fix a segfault in base64_encode_data_blob.
|
||||
+ Fix some uninitialized variable references via ndr_print.
|
||||
+ Fix error message if trying to join with a non-privileged user.
|
||||
+ Fix setups using "include = registry" without [global] settings in the
|
||||
registry.
|
||||
+ Fix "net sam rights" on domain member servers.
|
||||
+ Add documentation for the vfs streams modules.
|
||||
+ Cleanup some duplicate code by passing the password to the wbinfo_auth*
|
||||
functions.
|
||||
+ Allow SID with 0 in subauthority to be converted properly.
|
||||
+ Set sin[6]_family instead of ss_family in in[6]_addr_to_sockaddr_storage.
|
||||
+ Fix realpath() check so that it doesn't generate a core() when it fails.
|
||||
+ Fix overwriting of winbind logfiles.
|
||||
+ Fix "vfs_full_audit.c: name table not in sync with vfs.h" panic.
|
||||
+ Add broadcasting of the debug message to all winbindd children.
|
||||
+ BUG 5635: Fix updating of printer queues.
|
||||
+ Release still reachable memory if the smbclient context is freed.
|
||||
+ Remove trailing withespace from wbinfo -m which breaks gdm auth.
|
||||
+ BUG 5540: Fix "set primary group script" user option substitution.
|
||||
+ Fix regression in Winbindd offline mode.
|
||||
+ Allow authentication and memory credential refresh after password
|
||||
change from gdm/xdm.
|
||||
+ Allow %%u parameters for print job username.
|
||||
* Tue Jul 29 2008 anschneider@suse.de
|
||||
- Fix a race condition in winbind leading to a crash; (bnc#406623).
|
||||
* Mon Jul 28 2008 anschneider@suse.de
|
||||
- Use the configure option to enable debugging. This fixes the creation
|
||||
of the debuginfo and debugsource package.
|
||||
* Sun Jul 27 2008 anschneider@suse.de
|
||||
- Fix emptying the printing queue; [bnc#411493].
|
||||
- Fix emptying the printing queue; (bnc#411493).
|
||||
* Fri Jul 25 2008 anschneider@suse.de
|
||||
- Remove trailing withespace from wbinfo -m which breaks gdm auth.
|
||||
* Thu Jul 24 2008 anschneider@suse.de
|
||||
@ -1687,7 +1758,7 @@ fi
|
||||
+ Memory leak fixes.
|
||||
* Tue Jul 08 2008 boyang@suse.de
|
||||
- Allow authentication and memory credential refresh after password change
|
||||
from gdm/xdm. Patch from boyang <boyang@novell.com>. Jeremy; [bnc#395578].
|
||||
from gdm/xdm; [bnc#395578].
|
||||
* Fri Jul 04 2008 lmuelle@suse.de
|
||||
- Add SMB_VFS_OP_RECVFILE to vfs_op_names to get it in sync with vfs.h.
|
||||
* Wed Jul 02 2008 lmuelle@suse.de
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:287babe2f6bd721073bacad7e2587b4bfe52c15543e04248ac8f819fcc7c4ce1
|
||||
size 22675
|
||||
oid sha256:00f87f23816c6e70ea79325097677518a8a4bec4324cdfb100d3047ec0b36eea
|
||||
size 22578
|
||||
|
Loading…
Reference in New Issue
Block a user