forked from pool/samba
This commit is contained in:
committed by
Git OBS Bridge
parent
188d539bd4
commit
b5f470adf1
149
samba.changes
149
samba.changes
@@ -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
|
||||
@@ -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
|
||||
|
||||
- Update to 3.2.0pre2.
|
||||
- Add library for access to the registry configuration data.
|
||||
- BUG 5023: Separate NFS4 and POSIX ACL code in file access checks.
|
||||
- BUG 4308: Fix Excel save operation ACL bug.
|
||||
- BUG 4801: Correctly implement LSA lookup levels for LookupNames.
|
||||
- Add new option "debug class" to control printing of the debug class.
|
||||
- Enable building of the zfsacl and notify_fam vfs modules.
|
||||
- BUG 5083: Fix memleak in solarisacl module.
|
||||
- BUG 5063: Fix build on RHEL5.
|
||||
- New smb.conf parameter "config backend = registry" to enable registry only
|
||||
+ Add library for access to the registry configuration data.
|
||||
+ BUG 5023: Separate NFS4 and POSIX ACL code in file access checks.
|
||||
+ BUG 4308: Fix Excel save operation ACL bug.
|
||||
+ BUG 4801: Correctly implement LSA lookup levels for LookupNames.
|
||||
+ Add new option "debug class" to control printing of the debug class.
|
||||
+ Enable building of the zfsacl and notify_fam vfs modules.
|
||||
+ BUG 5083: Fix memleak in solarisacl module.
|
||||
+ BUG 5063: Fix build on RHEL5.
|
||||
+ New smb.conf parameter "config backend = registry" to enable registry only
|
||||
configuration.
|
||||
- Added support for IPv6 client and server connections.
|
||||
- Remove unused utilities: smbctool and rpctorture.
|
||||
- Fix service principal detection to match Windows Vista
|
||||
+ Added support for IPv6 client and server connections.
|
||||
+ Remove unused utilities: smbctool and rpctorture.
|
||||
+ Fix service principal detection to match Windows Vista
|
||||
(based on work from Andreas Schneider).
|
||||
- Encrypted SMB transport in client tools and libraries, and server.
|
||||
- Added support for an SMB_CONF_PATH environment variable containing the
|
||||
+ Encrypted SMB transport in client tools and libraries, and server.
|
||||
+ Added support for an SMB_CONF_PATH environment variable containing the
|
||||
path to smb.conf.
|
||||
- Various fixes to ntlm_auth.
|
||||
- Correctly handle mixed-case hostnames in NTLMv2 authentication.
|
||||
- Add Winbind client library.
|
||||
- Enhance client and server remote registry access.
|
||||
- Add client calls for remotely joining a computer to a domain (including
|
||||
+ Various fixes to ntlm_auth.
|
||||
+ Correctly handle mixed-case hostnames in NTLMv2 authentication.
|
||||
+ Add Winbind client library.
|
||||
+ Enhance client and server remote registry access.
|
||||
+ Add client calls for remotely joining a computer to a domain (including
|
||||
calls from "net dom" command).
|
||||
- Add libnetapi.so library for joining domains including sample GTK+ app.
|
||||
- Fixes for Vista SP1 Kerberos authdata handling to only pickup the PAC.
|
||||
- Various fixes for DsGetDcName and conversion to IDL based structures.
|
||||
- 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.
|
||||
- Migration of the entire client and server DCE/RPC code to IDL based
|
||||
+ Add libnetapi.so library for joining domains including sample GTK+ app.
|
||||
+ Fixes for Vista SP1 Kerberos authdata handling to only pickup the PAC.
|
||||
+ Various fixes for DsGetDcName and conversion to IDL based structures.
|
||||
+ 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.
|
||||
+ Migration of the entire client and server DCE/RPC code to IDL based
|
||||
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.
|
||||
- Use IDL and autogenerated code for samlogoncache and Kerberos PAC
|
||||
+ Use IDL and autogenerated code for samlogoncache and Kerberos PAC
|
||||
handling.
|
||||
- Add remote join/unjoin server-side implementation.
|
||||
- Import the Linux red-black tree implementation.
|
||||
- Support for storing xattrs in tdb files.
|
||||
- Support for storing alternate data streams in xattrs.
|
||||
- Implement a generic in-memory cache based on rb-trees.
|
||||
- Speed up the smbclient "get" command.
|
||||
- Add the aio_fork module.
|
||||
- Modified libsmbclient API for more easily maintaining ABI compatibility
|
||||
+ Add remote join/unjoin server-side implementation.
|
||||
+ Import the Linux red-black tree implementation.
|
||||
+ Support for storing xattrs in tdb files.
|
||||
+ Support for storing alternate data streams in xattrs.
|
||||
+ Implement a generic in-memory cache based on rb-trees.
|
||||
+ Speed up the smbclient "get" command.
|
||||
+ Add the aio_fork module.
|
||||
+ Modified libsmbclient API for more easily maintaining ABI compatibility
|
||||
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.
|
||||
- Networking fixes to the libreplace library.
|
||||
- Add support for DNS Service Discovery. Based on work from Rishi
|
||||
+ Networking fixes to the libreplace library.
|
||||
+ Add support for DNS Service Discovery. Based on work from Rishi
|
||||
Srivatsavai <rishisv@gmail.com>.
|
||||
- Don't restart winbind if a corrupted tdb is found during initialization.
|
||||
- Add share parameter "administrative share".
|
||||
- Improve error messages of net subcommands.
|
||||
- Add 'net rap file user'.
|
||||
- Change LDAP search filter to find machine accounts which are not located
|
||||
+ Don't restart winbind if a corrupted tdb is found during initialization.
|
||||
+ Add share parameter "administrative share".
|
||||
+ Improve error messages of net subcommands.
|
||||
+ Add 'net rap file user'.
|
||||
+ Change LDAP search filter to find machine accounts which are not located
|
||||
in the user suffix.
|
||||
- Remove smbmount.
|
||||
- BUG 5073: Allow "delete readonly = yes" to correctly override deletion of
|
||||
+ Remove smbmount.
|
||||
+ BUG 5073: Allow "delete readonly = yes" to correctly override deletion of
|
||||
a file.
|
||||
- Register the smb service with mDNS if mDNS is supported.
|
||||
- Add smbclient support for basic mDNS browsing.
|
||||
- Fix padding between Winbind 32bit/64bit client library in the request/
|
||||
+ Register the smb service with mDNS if mDNS is supported.
|
||||
+ Add smbclient support for basic mDNS browsing.
|
||||
+ Fix padding between Winbind 32bit/64bit client library in the request/
|
||||
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.
|
||||
- Additional portability support for building shared libraries.
|
||||
- Get Samba version or capability information from Windows user space.
|
||||
+ Additional portability support for building shared libraries.
|
||||
+ Get Samba version or capability information from Windows user space.
|
||||
- Add new sub packages libnetapi0, libnetapi-devel, libtalloc1,
|
||||
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
|
||||
|
||||
- Update to 3.0.28a.
|
||||
- Failure to join Windows 2008 domains.
|
||||
- Windows Vista (including SP1 RC) interop issues.
|
||||
+ Failure to join Windows 2008 domains.
|
||||
+ Windows Vista (including SP1 RC) interop issues.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 4 13:46:45 CET 2008 - lmuelle@suse.de
|
||||
|
Reference in New Issue
Block a user