OBS User unknown 2008-04-26 09:40:18 +00:00 committed by Git OBS Bridge
parent 188d539bd4
commit b5f470adf1
9 changed files with 225 additions and 153 deletions

View File

@ -1,6 +1,4 @@
libnetapi0
libsmbclient0 libsmbclient0
libsmbsharemodes0
libtalloc1 libtalloc1
libtdb0 libtdb0
libwbclient0 libwbclient0

View File

@ -1,2 +1,2 @@
1728 1736
Branch : trunk Branch : trunk

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:b242de7da6001f7e6d9a4d51e2c04c5a2f4f89396977eb5b81ea6b6653916bfa oid sha256:5116e17338b2c6c3d10a4233aba49cfcef2ad917b8747f90218cc273131fe107
size 74081 size 72835

View File

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

3
samba-3.2.0pre3.tar.bz2 Normal file
View File

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

View File

@ -14,12 +14,12 @@
Name: samba-doc 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 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.0
%define samba_ver_suffix pre2 %define samba_ver_suffix pre3
%define samba_ver_full %{samba_ver}%{samba_ver_suffix} %define samba_ver_full %{samba_ver}%{samba_ver_suffix}
License: GPL v3 or later License: GPL v3 or later
Url: http://www.samba.org/ Url: http://www.samba.org/
Version: 3.2.0 Version: 3.2.0
Release: 3 Release: 4
Summary: Samba Documentation Summary: Samba Documentation
Group: Documentation/Other Group: Documentation/Other
AutoReqProv: on AutoReqProv: on
@ -208,7 +208,7 @@ cp -p config/smb.conf.vendor ../examples/smb.conf.%{VENDOR}
cp -p docu/Samba.desktop ${RPM_BUILD_ROOT}/%{_datadir}/susehelp/meta/Administration/System cp -p docu/Samba.desktop ${RPM_BUILD_ROOT}/%{_datadir}/susehelp/meta/Administration/System
cp -p docu/manpages.html ../docs/htmldocs cp -p docu/manpages.html ../docs/htmldocs
popd popd
for file in manpages Samba3-ByExample Samba3-Developers-Guide Samba3-HOWTO; do for file in Samba3-ByExample Samba3-Developers-Guide Samba3-HOWTO; do
touch "${RPM_BUILD_ROOT}/%{SWATDIR}/help/${file}" touch "${RPM_BUILD_ROOT}/%{SWATDIR}/help/${file}"
done done
cp -a swat/help/welcome.html "${RPM_BUILD_ROOT}/%{SWATDIR}/help" cp -a swat/help/welcome.html "${RPM_BUILD_ROOT}/%{SWATDIR}/help"
@ -299,7 +299,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 1728 Source Timestamp: 1736
Branch : trunk Branch : trunk
%changelog %changelog

View File

@ -1,7 +1,46 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 25 15:14:07 CEST 2008 - ro@suse.de Fri Apr 25 21:46:25 CEST 2008 - lmuelle@suse.de
- update baselibs.conf for the newly created library packages - Update to 3.2.0pre3.
+ Use of IDL generated parsing layer for several DCE/RPC interfaces.
+ Removal of the 1024 byte limit on pathnames and 256 byte limit on filename
components to honor the MAX_PATH setting from the host OS.
+ Introduction of a registry based configuration system.
+ Improved CIFS Unix Extensions support.
+ Experimental support for file serving clusters.
+ Support for IPv6 in the server, and client tools and libraries.
+ Support for storing alternate data streams in xattrs.
+ Encrypted SMB transport in client tools and libraries, and server.
+ Support for Vista clients authenticating via Kerberos.
+ Full support for Windows 2003 cross-forest, transitive trusts and one-way
domain trusts.
+ Support for userPrincipalName logons via pam_winbind and NSS lookups.
+ Expansion of nested domain groups via NSS calls.
+ Support for Active Directory LDAP Signing policy.
+ New LGPL Winbind client library (libwbclient.so).
+ New NetApi library for domain join related queries (libnetapi.so) and
example GTK+ Domain join gui.
+ New client and server support for remotely joining and unjoining Domains.
+ Support for joining into Windows 2008 domains.
+ New ldb backend for local group mapping tables
+ Raised level of security defaults for authentication operations.
+ Inclusion of an HTML version of the 3rd edition of "Using Samba" from
O'Reilly Publishing.
-------------------------------------------------------------------
Fri Apr 25 16:28:44 CEST 2008 - lmuelle@suse.de
- Add libtalloc1, libtdb0, and libwbclient0 to baselibs.conf.
-------------------------------------------------------------------
Fri Apr 25 14:35:11 CEST 2008 - lmuelle@suse.de
- Remove obsoletes and provides samba3 for post 10.3 systems.
-------------------------------------------------------------------
Fri Apr 25 14:09:56 CEST 2008 - lmuelle@suse.de
- Let libsmbsharemodes-devel require libsmbsharemodes0 for post 10.3 systems.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 23 13:30:26 CEST 2008 - lmuelle@suse.de Wed Apr 23 13:30:26 CEST 2008 - lmuelle@suse.de
@ -29,71 +68,71 @@ Thu Apr 17 11:30:17 CEST 2008 - anschneider@suse.de
Mon Apr 14 23:14:07 CEST 2008 - lmuelle@suse.de Mon Apr 14 23:14:07 CEST 2008 - lmuelle@suse.de
- Update to 3.2.0pre2. - Update to 3.2.0pre2.
- Add library for access to the registry configuration data. + Add library for access to the registry configuration data.
- BUG 5023: Separate NFS4 and POSIX ACL code in file access checks. + BUG 5023: Separate NFS4 and POSIX ACL code in file access checks.
- BUG 4308: Fix Excel save operation ACL bug. + BUG 4308: Fix Excel save operation ACL bug.
- BUG 4801: Correctly implement LSA lookup levels for LookupNames. + BUG 4801: Correctly implement LSA lookup levels for LookupNames.
- Add new option "debug class" to control printing of the debug class. + Add new option "debug class" to control printing of the debug class.
- Enable building of the zfsacl and notify_fam vfs modules. + Enable building of the zfsacl and notify_fam vfs modules.
- BUG 5083: Fix memleak in solarisacl module. + BUG 5083: Fix memleak in solarisacl module.
- BUG 5063: Fix build on RHEL5. + BUG 5063: Fix build on RHEL5.
- New smb.conf parameter "config backend = registry" to enable registry only + New smb.conf parameter "config backend = registry" to enable registry only
configuration. configuration.
- Added support for IPv6 client and server connections. + Added support for IPv6 client and server connections.
- Remove unused utilities: smbctool and rpctorture. + Remove unused utilities: smbctool and rpctorture.
- Fix service principal detection to match Windows Vista + Fix service principal detection to match Windows Vista
(based on work from Andreas Schneider). (based on work from Andreas Schneider).
- Encrypted SMB transport in client tools and libraries, and server. + Encrypted SMB transport in client tools and libraries, and server.
- Added support for an SMB_CONF_PATH environment variable containing the + Added support for an SMB_CONF_PATH environment variable containing the
path to smb.conf. path to smb.conf.
- Various fixes to ntlm_auth. + Various fixes to ntlm_auth.
- Correctly handle mixed-case hostnames in NTLMv2 authentication. + Correctly handle mixed-case hostnames in NTLMv2 authentication.
- Add Winbind client library. + Add Winbind client library.
- Enhance client and server remote registry access. + Enhance client and server remote registry access.
- Add client calls for remotely joining a computer to a domain (including + Add client calls for remotely joining a computer to a domain (including
calls from "net dom" command). calls from "net dom" command).
- Add libnetapi.so library for joining domains including sample GTK+ app. + Add libnetapi.so library for joining domains including sample GTK+ app.
- Fixes for Vista SP1 Kerberos authdata handling to only pickup the PAC. + Fixes for Vista SP1 Kerberos authdata handling to only pickup the PAC.
- Various fixes for DsGetDcName and conversion to IDL based structures. + Various fixes for DsGetDcName and conversion to IDL based structures.
- Add ads_get_joinable_ous() to libads to get list of joinable ous. + Add ads_get_joinable_ous() to libads to get list of joinable ous.
- Add get_logon_hours_from_pdb() to comply with new IDL based structures. + Add get_logon_hours_from_pdb() to comply with new IDL based structures.
- Migration of the entire client and server DCE/RPC code to IDL based + Migration of the entire client and server DCE/RPC code to IDL based
structures and autogenerated code for DSSETUP, LSA, SAMR and NETLOGON. structures and autogenerated code for DSSETUP, LSA, SAMR and NETLOGON.
- Started migration of client and server DCE/RPC code to IDL based + Started migration of client and server DCE/RPC code to IDL based
structures and autogenerated code for NTSSVC, SVCCTL and EVENTLOG. structures and autogenerated code for NTSSVC, SVCCTL and EVENTLOG.
- Use IDL and autogenerated code for samlogoncache and Kerberos PAC + Use IDL and autogenerated code for samlogoncache and Kerberos PAC
handling. handling.
- Add remote join/unjoin server-side implementation. + Add remote join/unjoin server-side implementation.
- Import the Linux red-black tree implementation. + Import the Linux red-black tree implementation.
- Support for storing xattrs in tdb files. + Support for storing xattrs in tdb files.
- Support for storing alternate data streams in xattrs. + Support for storing alternate data streams in xattrs.
- Implement a generic in-memory cache based on rb-trees. + Implement a generic in-memory cache based on rb-trees.
- Speed up the smbclient "get" command. + Speed up the smbclient "get" command.
- Add the aio_fork module. + Add the aio_fork module.
- Modified libsmbclient API for more easily maintaining ABI compatibility + Modified libsmbclient API for more easily maintaining ABI compatibility
while adding new features to libsmbclient. while adding new features to libsmbclient.
- Refactor Winbind internal parent-child interface tables to achieve better + Refactor Winbind internal parent-child interface tables to achieve better
unit testing support. unit testing support.
- Networking fixes to the libreplace library. + Networking fixes to the libreplace library.
- Add support for DNS Service Discovery. Based on work from Rishi + Add support for DNS Service Discovery. Based on work from Rishi
Srivatsavai <rishisv@gmail.com>. Srivatsavai <rishisv@gmail.com>.
- Don't restart winbind if a corrupted tdb is found during initialization. + Don't restart winbind if a corrupted tdb is found during initialization.
- Add share parameter "administrative share". + Add share parameter "administrative share".
- Improve error messages of net subcommands. + Improve error messages of net subcommands.
- Add 'net rap file user'. + Add 'net rap file user'.
- Change LDAP search filter to find machine accounts which are not located + Change LDAP search filter to find machine accounts which are not located
in the user suffix. in the user suffix.
- Remove smbmount. + Remove smbmount.
- BUG 5073: Allow "delete readonly = yes" to correctly override deletion of + BUG 5073: Allow "delete readonly = yes" to correctly override deletion of
a file. a file.
- Register the smb service with mDNS if mDNS is supported. + Register the smb service with mDNS if mDNS is supported.
- Add smbclient support for basic mDNS browsing. + Add smbclient support for basic mDNS browsing.
- Fix padding between Winbind 32bit/64bit client library in the request/ + Fix padding between Winbind 32bit/64bit client library in the request/
response structures. response structures.
- Added a syncops VFS module for file systems which do not guarantee + Added a syncops VFS module for file systems which do not guarantee
meta-data operations are immediately committed to disk in stable form. meta-data operations are immediately committed to disk in stable form.
- Additional portability support for building shared libraries. + Additional portability support for building shared libraries.
- Get Samba version or capability information from Windows user space. + Get Samba version or capability information from Windows user space.
- Add new sub packages libnetapi0, libnetapi-devel, libtalloc1, - Add new sub packages libnetapi0, libnetapi-devel, libtalloc1,
libtalloc-devel, libtdb0, libtdb-devel, libwbclient0, libwbclient-devel. libtalloc-devel, libtdb0, libtdb-devel, libwbclient0, libwbclient-devel.
@ -129,8 +168,8 @@ Tue Mar 11 14:45:11 CET 2008 - lmuelle@suse.de
Mon Mar 10 10:49:16 CET 2008 - lmuelle@suse.de Mon Mar 10 10:49:16 CET 2008 - lmuelle@suse.de
- Update to 3.0.28a. - Update to 3.0.28a.
- Failure to join Windows 2008 domains. + Failure to join Windows 2008 domains.
- Windows Vista (including SP1 RC) interop issues. + Windows Vista (including SP1 RC) interop issues.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 4 13:46:45 CET 2008 - lmuelle@suse.de Tue Mar 4 13:46:45 CET 2008 - lmuelle@suse.de

View File

@ -14,7 +14,7 @@
Name: samba Name: samba
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 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.0
%define samba_ver_suffix pre2 %define samba_ver_suffix pre3
%define samba_ver_full %{samba_ver}%{samba_ver_suffix} %define samba_ver_full %{samba_ver}%{samba_ver_suffix}
%define vscan_ver 0.3.6b %define vscan_ver 0.3.6b
%define ldapsmb_ver 1.34b %define ldapsmb_ver 1.34b
@ -23,9 +23,11 @@ Group: Productivity/Networking/Samba
Url: http://www.samba.org/ Url: http://www.samba.org/
AutoReqProv: on AutoReqProv: on
Version: 3.2.0 Version: 3.2.0
Release: 3 Release: 4
%if %{suse_version} < 1031
Provides: samba3 = %{version}-%{release} Provides: samba3 = %{version}-%{release}
Obsoletes: samba3 < %{version} Obsoletes: samba3 < %{version}
%endif
Requires: samba-client >= %{version} Requires: samba-client >= %{version}
PreReq: /bin/cp /bin/mkdir /bin/mv /bin/rm /bin/touch /usr/bin/dirname /usr/bin/grep /usr/sbin/groupadd /usr/bin/tr PreReq: /bin/cp /bin/mkdir /bin/mv /bin/rm /bin/touch /usr/bin/dirname /usr/bin/grep /usr/sbin/groupadd /usr/bin/tr
Summary: A SMB/CIFS File, Print, and Authentication Server Summary: A SMB/CIFS File, Print, and Authentication Server
@ -207,7 +209,11 @@ License: GPL v3 or later
Summary: Samba smbsharemodes Library Summary: Samba smbsharemodes Library
Group: System/Libraries Group: System/Libraries
AutoReqProv: on AutoReqProv: on
%if %{suse_version} < 1031
Requires: libsmbsharemodes = %{version} Requires: libsmbsharemodes = %{version}
%else
Requires: libsmbsharemodes0 = %{version}
%endif
%if %{make_ldapsmb} %if %{make_ldapsmb}
%package -n libtalloc1 %package -n libtalloc1
@ -259,7 +265,7 @@ Summary: Tool to administer Samba's LDAP backend
Group: Productivity/Networking/Samba Group: Productivity/Networking/Samba
AutoReqProv: on AutoReqProv: on
Version: 1.34b Version: 1.34b
Release: 176 Release: 177
Requires: perl-ldap Requires: perl-ldap
%endif %endif
%if %{suse_version} > 920 %if %{suse_version} > 920
@ -630,8 +636,6 @@ dirs="$PDB $SAM $VFS"
%if %{make_vscan} %if %{make_vscan}
mv examples/VFS/samba-vscan-%{vscan_ver} . mv examples/VFS/samba-vscan-%{vscan_ver} .
%endif %endif
## FIXME upstream; don't install these files.
rm ${RPM_BUILD_ROOT}/%{_mandir}/man8/{smbmnt,smbmount,smbumount}.8
# pam_smbpass is missing # pam_smbpass is missing
cp -a source/pam_smbpass/samples examples/pam_smbpass cp -a source/pam_smbpass/samples examples/pam_smbpass
cp -p source/pam_smbpass/{CHANGELOG,INSTALL,README,TODO} examples/pam_smbpass/ cp -p source/pam_smbpass/{CHANGELOG,INSTALL,README,TODO} examples/pam_smbpass/
@ -919,6 +923,7 @@ fi
%doc %{_mandir}/man8/vfs_readonly.8.gz %doc %{_mandir}/man8/vfs_readonly.8.gz
%doc %{_mandir}/man8/vfs_recycle.8.gz %doc %{_mandir}/man8/vfs_recycle.8.gz
%doc %{_mandir}/man8/vfs_shadow_copy.8.gz %doc %{_mandir}/man8/vfs_shadow_copy.8.gz
%doc %{_mandir}/man8/vfs_xattr_tdb.8.gz
%if %{suse_version} < 1021 %if %{suse_version} < 1021
%{_includedir}/samba %{_includedir}/samba
%{_includedir}/*.h %{_includedir}/*.h
@ -1237,7 +1242,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 1728 Source Timestamp: 1736
Branch : trunk Branch : trunk
%if %{suse_version} > 1020 %if %{suse_version} > 1020
@ -1252,7 +1257,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 1728 Source Timestamp: 1736
Branch : trunk Branch : trunk
%endif %endif
@ -1279,7 +1284,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 1728 Source Timestamp: 1736
Branch : trunk Branch : trunk
%description winbind %description winbind
@ -1291,7 +1296,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 1728 Source Timestamp: 1736
Branch : trunk Branch : trunk
%if %{make_utils} %if %{make_utils}
@ -1323,7 +1328,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 1728 Source Timestamp: 1736
Branch : trunk Branch : trunk
%endif %endif
@ -1337,7 +1342,7 @@ Authors:
-------- --------
Jeremy Allison <jra at samba dot org> Jeremy Allison <jra at samba dot org>
Source Timestamp: 1728 Source Timestamp: 1736
Branch : trunk Branch : trunk
%if %{make_pdb} %if %{make_pdb}
@ -1351,7 +1356,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 1728 Source Timestamp: 1736
Branch : trunk Branch : trunk
%endif %endif
@ -1369,7 +1374,7 @@ Authors:
-------- --------
Rainer Link <rainer@openantivirus.org> Rainer Link <rainer@openantivirus.org>
Source Timestamp: 1728 Source Timestamp: 1736
Branch : trunk Branch : trunk
%endif %endif
@ -1383,7 +1388,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 1728 Source Timestamp: 1736
Branch : trunk Branch : trunk
%description -n libnetapi-devel %description -n libnetapi-devel
@ -1396,7 +1401,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 1728 Source Timestamp: 1736
Branch : trunk Branch : trunk
%if %{suse_version} < 1031 %if %{suse_version} < 1031
@ -1416,7 +1421,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 1728 Source Timestamp: 1736
Branch : trunk Branch : trunk
%else %else
@ -1430,7 +1435,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 1728 Source Timestamp: 1736
Branch : trunk Branch : trunk
%endif %endif
@ -1449,7 +1454,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 1728 Source Timestamp: 1736
Branch : trunk Branch : trunk
%if %{suse_version} < 1031 %if %{suse_version} < 1031
@ -1463,7 +1468,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 1728 Source Timestamp: 1736
Branch : trunk Branch : trunk
%else %else
@ -1477,7 +1482,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 1728 Source Timestamp: 1736
Branch : trunk Branch : trunk
%endif %endif
@ -1497,7 +1502,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 1728 Source Timestamp: 1736
Branch : trunk Branch : trunk
%description -n libtalloc1 %description -n libtalloc1
@ -1509,7 +1514,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 1728 Source Timestamp: 1736
Branch : trunk Branch : trunk
%description -n libtalloc-devel %description -n libtalloc-devel
@ -1522,7 +1527,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 1728 Source Timestamp: 1736
Branch : trunk Branch : trunk
%description -n libtdb0 %description -n libtdb0
@ -1534,7 +1539,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 1728 Source Timestamp: 1736
Branch : trunk Branch : trunk
%description -n libtdb-devel %description -n libtdb-devel
@ -1547,7 +1552,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 1728 Source Timestamp: 1736
Branch : trunk Branch : trunk
%description -n libwbclient0 %description -n libwbclient0
@ -1559,7 +1564,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 1728 Source Timestamp: 1736
Branch : trunk Branch : trunk
%description -n libwbclient-devel %description -n libwbclient-devel
@ -1572,7 +1577,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 1728 Source Timestamp: 1736
Branch : trunk Branch : trunk
%if %{make_ldapsmb} %if %{make_ldapsmb}
@ -1587,7 +1592,7 @@ Authors:
-------- --------
Guenther Deschner <guenther at deschner dot de> Guenther Deschner <guenther at deschner dot de>
Source Timestamp: 1728 Source Timestamp: 1736
Branch : trunk Branch : trunk
%endif %endif
@ -1603,14 +1608,44 @@ Authors:
-------- --------
Steve French <sfrench at Samba dot org> Steve French <sfrench at Samba dot org>
Source Timestamp: 1728 Source Timestamp: 1736
Branch : trunk Branch : trunk
%endif %endif
%changelog %changelog
* Fri Apr 25 2008 ro@suse.de * Fri Apr 25 2008 lmuelle@suse.de
- update baselibs.conf for the newly created library packages - Update to 3.2.0pre3.
+ Use of IDL generated parsing layer for several DCE/RPC interfaces.
+ Removal of the 1024 byte limit on pathnames and 256 byte limit on filename
components to honor the MAX_PATH setting from the host OS.
+ Introduction of a registry based configuration system.
+ Improved CIFS Unix Extensions support.
+ Experimental support for file serving clusters.
+ Support for IPv6 in the server, and client tools and libraries.
+ Support for storing alternate data streams in xattrs.
+ Encrypted SMB transport in client tools and libraries, and server.
+ Support for Vista clients authenticating via Kerberos.
+ Full support for Windows 2003 cross-forest, transitive trusts and one-way
domain trusts.
+ Support for userPrincipalName logons via pam_winbind and NSS lookups.
+ Expansion of nested domain groups via NSS calls.
+ Support for Active Directory LDAP Signing policy.
+ New LGPL Winbind client library (libwbclient.so).
+ New NetApi library for domain join related queries (libnetapi.so) and
example GTK+ Domain join gui.
+ New client and server support for remotely joining and unjoining Domains.
+ Support for joining into Windows 2008 domains.
+ New ldb backend for local group mapping tables
+ Raised level of security defaults for authentication operations.
+ Inclusion of an HTML version of the 3rd edition of "Using Samba" from
O'Reilly Publishing.
* Fri Apr 25 2008 lmuelle@suse.de
- Add libtalloc1, libtdb0, and libwbclient0 to baselibs.conf.
* Fri Apr 25 2008 lmuelle@suse.de
- Remove obsoletes and provides samba3 for post 10.3 systems.
* Fri Apr 25 2008 lmuelle@suse.de
- Let libsmbsharemodes-devel require libsmbsharemodes0 for post 10.3 systems.
* Wed Apr 23 2008 lmuelle@suse.de * Wed Apr 23 2008 lmuelle@suse.de
- Rename the libsmbsharemodes package to libsmbsharemodes0 to follow the - Rename the libsmbsharemodes package to libsmbsharemodes0 to follow the
shared library packaging policy for post 10.3 systems. shared library packaging policy for post 10.3 systems.
@ -1623,71 +1658,71 @@ Branch : trunk
- Enable the build of vfs_cacheprime and vfs_readahead modules. - Enable the build of vfs_cacheprime and vfs_readahead modules.
* Tue Apr 15 2008 lmuelle@suse.de * Tue Apr 15 2008 lmuelle@suse.de
- Update to 3.2.0pre2. - Update to 3.2.0pre2.
- Add library for access to the registry configuration data. + Add library for access to the registry configuration data.
- BUG 5023: Separate NFS4 and POSIX ACL code in file access checks. + BUG 5023: Separate NFS4 and POSIX ACL code in file access checks.
- BUG 4308: Fix Excel save operation ACL bug. + BUG 4308: Fix Excel save operation ACL bug.
- BUG 4801: Correctly implement LSA lookup levels for LookupNames. + BUG 4801: Correctly implement LSA lookup levels for LookupNames.
- Add new option "debug class" to control printing of the debug class. + Add new option "debug class" to control printing of the debug class.
- Enable building of the zfsacl and notify_fam vfs modules. + Enable building of the zfsacl and notify_fam vfs modules.
- BUG 5083: Fix memleak in solarisacl module. + BUG 5083: Fix memleak in solarisacl module.
- BUG 5063: Fix build on RHEL5. + BUG 5063: Fix build on RHEL5.
- New smb.conf parameter "config backend = registry" to enable registry only + New smb.conf parameter "config backend = registry" to enable registry only
configuration. configuration.
- Added support for IPv6 client and server connections. + Added support for IPv6 client and server connections.
- Remove unused utilities: smbctool and rpctorture. + Remove unused utilities: smbctool and rpctorture.
- Fix service principal detection to match Windows Vista + Fix service principal detection to match Windows Vista
(based on work from Andreas Schneider). (based on work from Andreas Schneider).
- Encrypted SMB transport in client tools and libraries, and server. + Encrypted SMB transport in client tools and libraries, and server.
- Added support for an SMB_CONF_PATH environment variable containing the + Added support for an SMB_CONF_PATH environment variable containing the
path to smb.conf. path to smb.conf.
- Various fixes to ntlm_auth. + Various fixes to ntlm_auth.
- Correctly handle mixed-case hostnames in NTLMv2 authentication. + Correctly handle mixed-case hostnames in NTLMv2 authentication.
- Add Winbind client library. + Add Winbind client library.
- Enhance client and server remote registry access. + Enhance client and server remote registry access.
- Add client calls for remotely joining a computer to a domain (including + Add client calls for remotely joining a computer to a domain (including
calls from "net dom" command). calls from "net dom" command).
- Add libnetapi.so library for joining domains including sample GTK+ app. + Add libnetapi.so library for joining domains including sample GTK+ app.
- Fixes for Vista SP1 Kerberos authdata handling to only pickup the PAC. + Fixes for Vista SP1 Kerberos authdata handling to only pickup the PAC.
- Various fixes for DsGetDcName and conversion to IDL based structures. + Various fixes for DsGetDcName and conversion to IDL based structures.
- Add ads_get_joinable_ous() to libads to get list of joinable ous. + Add ads_get_joinable_ous() to libads to get list of joinable ous.
- Add get_logon_hours_from_pdb() to comply with new IDL based structures. + Add get_logon_hours_from_pdb() to comply with new IDL based structures.
- Migration of the entire client and server DCE/RPC code to IDL based + Migration of the entire client and server DCE/RPC code to IDL based
structures and autogenerated code for DSSETUP, LSA, SAMR and NETLOGON. structures and autogenerated code for DSSETUP, LSA, SAMR and NETLOGON.
- Started migration of client and server DCE/RPC code to IDL based + Started migration of client and server DCE/RPC code to IDL based
structures and autogenerated code for NTSSVC, SVCCTL and EVENTLOG. structures and autogenerated code for NTSSVC, SVCCTL and EVENTLOG.
- Use IDL and autogenerated code for samlogoncache and Kerberos PAC + Use IDL and autogenerated code for samlogoncache and Kerberos PAC
handling. handling.
- Add remote join/unjoin server-side implementation. + Add remote join/unjoin server-side implementation.
- Import the Linux red-black tree implementation. + Import the Linux red-black tree implementation.
- Support for storing xattrs in tdb files. + Support for storing xattrs in tdb files.
- Support for storing alternate data streams in xattrs. + Support for storing alternate data streams in xattrs.
- Implement a generic in-memory cache based on rb-trees. + Implement a generic in-memory cache based on rb-trees.
- Speed up the smbclient "get" command. + Speed up the smbclient "get" command.
- Add the aio_fork module. + Add the aio_fork module.
- Modified libsmbclient API for more easily maintaining ABI compatibility + Modified libsmbclient API for more easily maintaining ABI compatibility
while adding new features to libsmbclient. while adding new features to libsmbclient.
- Refactor Winbind internal parent-child interface tables to achieve better + Refactor Winbind internal parent-child interface tables to achieve better
unit testing support. unit testing support.
- Networking fixes to the libreplace library. + Networking fixes to the libreplace library.
- Add support for DNS Service Discovery. Based on work from Rishi + Add support for DNS Service Discovery. Based on work from Rishi
Srivatsavai <rishisv@gmail.com>. Srivatsavai <rishisv@gmail.com>.
- Don't restart winbind if a corrupted tdb is found during initialization. + Don't restart winbind if a corrupted tdb is found during initialization.
- Add share parameter "administrative share". + Add share parameter "administrative share".
- Improve error messages of net subcommands. + Improve error messages of net subcommands.
- Add 'net rap file user'. + Add 'net rap file user'.
- Change LDAP search filter to find machine accounts which are not located + Change LDAP search filter to find machine accounts which are not located
in the user suffix. in the user suffix.
- Remove smbmount. + Remove smbmount.
- BUG 5073: Allow "delete readonly = yes" to correctly override deletion of + BUG 5073: Allow "delete readonly = yes" to correctly override deletion of
a file. a file.
- Register the smb service with mDNS if mDNS is supported. + Register the smb service with mDNS if mDNS is supported.
- Add smbclient support for basic mDNS browsing. + Add smbclient support for basic mDNS browsing.
- Fix padding between Winbind 32bit/64bit client library in the request/ + Fix padding between Winbind 32bit/64bit client library in the request/
response structures. response structures.
- Added a syncops VFS module for file systems which do not guarantee + Added a syncops VFS module for file systems which do not guarantee
meta-data operations are immediately committed to disk in stable form. meta-data operations are immediately committed to disk in stable form.
- Additional portability support for building shared libraries. + Additional portability support for building shared libraries.
- Get Samba version or capability information from Windows user space. + Get Samba version or capability information from Windows user space.
- Add new sub packages libnetapi0, libnetapi-devel, libtalloc1, - Add new sub packages libnetapi0, libnetapi-devel, libtalloc1,
libtalloc-devel, libtdb0, libtdb-devel, libwbclient0, libwbclient-devel. libtalloc-devel, libtdb0, libtdb-devel, libwbclient0, libwbclient-devel.
* Mon Apr 14 2008 anschneider@suse.de * Mon Apr 14 2008 anschneider@suse.de
@ -1705,8 +1740,8 @@ Branch : trunk
- Prevent tdb lock call getting interrupted by sig alarm; [bnc#364200]. - Prevent tdb lock call getting interrupted by sig alarm; [bnc#364200].
* Mon Mar 10 2008 lmuelle@suse.de * Mon Mar 10 2008 lmuelle@suse.de
- Update to 3.0.28a. - Update to 3.0.28a.
- Failure to join Windows 2008 domains. + Failure to join Windows 2008 domains.
- Windows Vista (including SP1 RC) interop issues. + Windows Vista (including SP1 RC) interop issues.
* Tue Mar 04 2008 lmuelle@suse.de * Tue Mar 04 2008 lmuelle@suse.de
- Rename the libsmbclient package to libsmbclient0 to follow the shared - Rename the libsmbclient package to libsmbclient0 to follow the shared
library packaging policy and remove provides libsmbclient3 for post 10.3 library packaging policy and remove provides libsmbclient3 for post 10.3

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:2728a3a4bc3393021ea1d0a536a0beb56e3647a2da22414eb7b24a8f5b59b1a0 oid sha256:7a241b2e74978bd3820f7c6c9353363dcc7d30da10cfdb3839d5ce0675e06edc
size 21907 size 21902