OBS User unknown 2009-05-06 16:53:12 +00:00 committed by Git OBS Bridge
parent 10998f21a3
commit 9d2b6dc376
9 changed files with 1051 additions and 230 deletions

View File

@ -1,2 +1,2 @@
2082
Branch : 3.2.8
2112
Branch : trunk

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a208da7cc84a5382d88af9ba6e12e31e36f24c904155005f2a7b073cdad98527
size 60728
oid sha256:3e5e977205e4202bef23156a74713d6f633ef5b1a12695c952d0cea5629c3af6
size 58683

View File

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

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

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 10 15:07:29 CET 2009 - lmuelle@suse.de
- Only call '%find_lang pam_winbind' in the samba spec file, not samba-doc.
-------------------------------------------------------------------
Thu Jan 24 11:50:09 CET 2008 - lmuelle@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package samba-doc (Version 3.2.8)
# spec file for package samba-doc (Version 3.3.4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -20,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.8
%define samba_ver 3.3.4
%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.8
Release: 3
Version: 3.3.4
Release: 1
Summary: Samba Documentation
Group: Documentation/Other
AutoReqProv: on
@ -70,7 +70,7 @@ BuildRequires: ccache
%else
%define NET_CFGDIR network-scripts
%endif
%define idmap_modules idmap_ad,idmap_ldap,idmap_rid
%define idmap_modules idmap_ad,idmap_adex,idmap_hash,idmap_ldap,idmap_rid
%define vfs_modules vfs_cacheprime,vfs_readahead
%if 0%{?ul_version} >= 1
%define VENDOR UL
@ -158,10 +158,11 @@ CONFIGURE_OPTIONS="\
--localstatedir=%{LOCKDIR} \
--sysconfdir=%{CONFIGDIR} \
--with-configdir=%{CONFIGDIR} \
--with-libdir=%{_libdir} \
--libdir=%{_libdir} \
--with-lockdir=%{LOCKDIR} \
--with-logfilebase=%{LOGDIR} \
--with-mandir=%{_mandir} \
--with-modulesdir=%{_libdir}/samba \
--with-rootsbindir=/sbin \
--enable-cups \
--enable-debug \
@ -322,10 +323,12 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2082
Branch : 3.2.8
Source Timestamp: 2112
Branch : trunk
%changelog
* Tue Mar 10 2009 lmuelle@suse.de
- Only call '%%find_lang pam_winbind' in the samba spec file, not samba-doc.
* Thu Jan 24 2008 lmuelle@suse.de
- Remove NoSource tags from samba-doc spec file; [#351370].
* Fri Jun 16 2006 schwab@suse.de

View File

@ -1,3 +1,240 @@
-------------------------------------------------------------------
Thu Apr 30 15:15:41 CEST 2009 - lmuelle@suse.de
- Update to 3.3.4.
+ Fix domain logins for WinXP clients pre SP3 (bug #6263).
+ Fix samr_OpenDomain access checks (bug #6089).
+ Fix usrmgr.exe creating a user (bug #6243).
+ BUG 6089: Fix samr_OpenDomain access checks.
+ BUG 6254: Fix IPv6 PUT/GET errors to an SMB server (3.3) with
"msdfs root" set to "yes".
+ BUG 6279: Fix Winbind crash.
+ BUG 5329: Add "net rpc service delete/create".
+ BUG 6238: Make sure wbcLogoffUserParams are properly initialized before
freed.
+ BUG 6263: Fix domain logins for WinXP clients pre SP3.
+ BUG 6286: Call init function for builtin idmap modules before probing for
them as shared modules.
+ BUG 6243: Fix usrmgr.exe creating a user.
+ net conf: Save share name as given, not as lower case only.
+ Prevent creation of registry keys containing the '/' character.
+ Allow pdbedit to change a user rid/sid.
+ When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid.
+ Don't access a freed structure when logging off and re-using a vuid.
+ Try to to fix password_expired flag handling.
+ Make sure to grey out change fields in the netdomjoin-gui when not
running as root.
+ Don't look up local user for remote changes, even when root.
+ Use procid_str in debug messages for better cluster-debuggability.
+ Use cluster-aware procid_is_me instead of comparing pids.
+ Fix smbd crash for close_on_completion.
+ Fix a memleak in an unlikely error path in change_notify_create().
+ Do not use the file system GET_REAL_FILENAME for mangled names.
+ Fix a crash bug if we timeout in net rpc trustdom list.
+ Add '--request-timeout' option to net.
+ In net_conf_import, start a transaction when importing a single share.
+ Fix writing of roaming profiles with "profile acls" set to "yes".
-------------------------------------------------------------------
Fri Apr 17 21:36:47 CEST 2009 - lmuelle@suse.de
- Update to 3.2.11.
+ Fix domain logins for WinXP clients pre SP3 (bug #6263).
+ Fix samr_OpenDomain access checks (bug #6089).
+ Fix smbd crash for close_on_completion.
+ BUG 6089: Fix samr_OpenDomain access checks.
+ BUG 6205: Correct sample smb.conf share configuration.
+ BUG 6254: Fix IPv6 PUT/GET errors to an SMB server (3.3) with
"msdfs root" set to "yes".
+ BUG 6263: Fix domain logins for WinXP clients pre SP3.
+ Allow pdbedit to change a user rid/sid.
+ When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid.
+ Fix resume command typo for "printing = vlp".
+ Fix smbd crash for close_on_completion.
+ Fix a memleak in an unlikely error path in change_notify_create().
+ Don't look up local user for remote changes, even when root.
-------------------------------------------------------------------
Fri Apr 17 10:34:29 CEST 2009 - jmcdonough@suse.de
- Don't lookup local user for remote password changes; (bnc#493507).
-------------------------------------------------------------------
Thu Apr 2 22:14:03 CEST 2009 - lmuelle@suse.de
- Update to 3.3.3.
+ Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb
correctly (bug #6195).
+ Fix serving of files with colons to CIFS/VFS client (bug #6196).
+ Fix "map readonly" (bug #6186).
+ BUG 6195: Don't let smbd child processes panic.
+ Add backend_requires_messaging() method to libsmbconf.
+ Add methods is_writeable() and wrapper smbconf_is_writeable() to libsmbconf.
+ Fall back to file backend when no valid backend was found.
+ Fix a memleak in dbwrap_rbt.
+ Provide transaction_start|commit|cancel fns for the registry tdb.
+ Speed up "net conf drop".
+ Speed up "net conf import".
+ Add transactions to the libsmbconf API.
+ Reduce memory usage of "net conf import".
+ Registry cleanup.
+ Fix handling of SAMBA_VERSION_VENDOR_PATCH.
+ Fix build of pam_winbind.so with static linking.
+ Tidy up some convert_string_internal error cases.
+ BUG 6224: nmbd waits 5 minutes at startup before checking if it needs to
run elections.
+ Allow DFS client paths to work when POSIX pathnames have been selected.
+ Try and fix the build farm RAW-STREAMS errors.
+ Ensure files starting with multiple dots are hidden.
+ BUG 6102: NetQueryDisplayInformation could return wrong information.
+ BUG 6193: Avoid messing with sync_context in libnet_samsync_delta().
+ Fix notify_printer_status_byname.
+ Fix Coverity IDs 722, 762, 774, 775, 776.
+ Fix build on old Heimdal based systems.
+ Fix compile warning.
+ Use parentheses in if condition to make negation clear.
+ Add dirsort module.
+ BUG 6147: Fix detection of the GNU ld version.
+ BUG 6097: Fix smbd segfault.
+ BUG 6130: Don't crash in winbindd_rpc lookup_groupmem() on unmapped
members.
+ BUG 6139: Add missing whitespace in mount.cifs error message.
+ Fix a malloc/talloc mismatch when cli_initialise() fails.
+ Fix a valgrind error.
+ Speed up "net conf list".
+ Add sorted subkey cache.
+ Use StrCaseCmp in the dirsort module.
+ Document the dirsort module.
+ Disable dns_sd by default.
+ Add avahi detection to configure.
+ Add event avahi binding.
+ Use avahi to register _smb._tcp in smbd.
+ Fix two memleaks in the encryption code.
+ Fix a scary "fill_share_mode_lock failed" message.
+ BUG 6228: Fix SMBC_open_ctx failure due to path resolve failure doesn't set
errno.
+ Don't use reserved words in smbconftort.
+ Fix smb signing for fragmented trans/trans2/nttrans requests.
+ Parse_packet can return NULL which is then dereferenced in
match_mailslot_name.
+ Format the header check for netinet/ip.h more nicely.
+ Missing break in conversion function prevents tdb password database
update.
-------------------------------------------------------------------
Wed Apr 1 16:04:11 CEST 2009 - jmcdonough@suse.de
- Update to 3.2.10.
+ BUG #6195: Don't let smbd child processes panic.
-------------------------------------------------------------------
Wed Apr 1 13:03:44 CEST 2009 - jmcdonough@suse.de
- BUG 6195: Fix crash on passdb conversion.
-------------------------------------------------------------------
Tue Mar 31 15:06:03 CET 2009 - jmcdonough@suse.de
- Update to 3.2.9.
+ BUG 5920: The length of the memcpy was calculated wrong.
+ BUG 6097: Fix smbd segfault.
+ BUG 6098: Fix ads_find_dc() with "security = domain" when the DNS
server is invalid.
+ BUG 6099: Samba returns incurrate capabilities list.
+ BUG 6100: Implement _netr_LogonGetCapabilities() with
NT_STATUS_NOT_IMPLEMENTED.
+ BUG 6102: NetQueryDisplayInformation could return wrong information.
+ BUG 6130: Fix crash in winbindd_rpc lookup_groupmem() on unmapped
members.
+ BUG 6133: Cannot delete non-ACL files on NFSv4 ACL filesystem.
+ BUG 6161: smbclient corrupts source path in tar mode.
+ BUG 6193: Avoid messing with sync_context in fetch_database_to_ldif().
+ BUG 6196: Unable to serve files with colons to Linux CIFS/VFS client.
+ BUG 6224: nmbd waits 5 minutes before checking to run elections.
+ BUG 6228: Fix SMBC_open_ctx failure when path failure doesn't set errno.
+ Numerous Coverity fixes
+ Fix double free caused by incorrect talloc_steal usage.
+ Backport delete semantics of alternate data streams on a file truncate.
+ Allow set attributes on a stream fnum to redirect to the base filename.
+ Fix use of streams modules with CIFSFS client.
+ Fix more POSIX path lstat calls.
+ Allow DFS client paths to work with POSIX pathnames.
+ Ensure files starting with multiple dots are hidden.
+ Fix guest auth when Winbind is running.
+ Fix memleak in get_remote_printer_publishing_data().
+ cifs mount fix for handling -V parameter.
+ Fix guest mounts.
+ Clean-up entries in /etc/mtab after unmount.
+ Add fakemount (-f) and nomtab (-n) flags to mount.cifs.
+ Enable total anonymization in vfs_smb_traffic_analyzer.
+ Don't try and delete a default ACL from a file.
+ Fix remotely adding a share via MMC.
+ Fix resume handle for _samr_EnumDomainGroups.
+ Fix a buffer handling bug when adding lots of registry keys.
+ Fix a O(n^2) algorithm in regdb_fetch_keys().
+ Fix a valgrind error / segfault in dns_register_smbd().
+ Don't log NDR_PRINT_DEBUG at level 0, this always ends up in syslog.
+ Fix a malloc/talloc mismatch when cli_initialise() fails.
+ Fix two memleaks in the encryption code.
+ Fix "fill_share_mode_lock failed" message.
+ Add S-1-22-X-Y sids to the local token.
+ Fix smb signing for fragmented trans/trans2/nttrans requests.
+ Don't miss an absolute pathname as a kerberos keytab path.
+ Have nmbd check all available interfaces for WINS before failing.
+ Initialize the id_map status in idmap_ldap to avoid surprise.
-------------------------------------------------------------------
Sun Mar 15 12:48:28 CET 2009 - lmuelle@suse.de
- Obsolete change from 2008-03-05 by removing the needless examples cleanup.
-------------------------------------------------------------------
Sat Mar 14 12:17:03 CET 2009 - lmuelle@suse.de
- Update to 3.3.2.
+ Fix "force group" (bug #6155).
+ Fix saving of files on Samba share using MS Office 2007 (bug #6160).
+ Fix guest authentication in setups with "security = share" and "guest ok =
yes" when Winbind is running.
+ Fix corruptions of source path in tar mode of smbclient (bug #6161).
+ BUG 6082: Fix renaming and deleting of directories using Windows clients.
+ BUG 6154: Make ZFS honor admin users.
+ BUG 6155: Fix "force group".
+ BUG 6160: Fix saving of files on Samba share using MS Office 2007.
+ BUG 6161: Fix corruptions of source path in tar mode of smbclient.
+ Fix some NetBSD warnings.
+ Fix bug in processing of open modes in POSIX open.
+ Fix use of streams modules with CIFSFS client.
+ Ensure ACL modules work with POSIX paths.
+ Use fsp->posix_open in preference if we have it.
+ Fix more POSIX path lstat calls.
+ Fix a bug in message handling for the change notify code.
+ Fix guest authentication in setups with "security = share" and "guest ok =
yes" when Winbind is running.
+ BUG 4640: Fix guest mounts in mount.cifs.
+ Fix displaying the version string properly when no other parameters passed
in in mount.cifs.
+ Prefer gssapi header files from subdirectory.
+ BUG 6176: winbindd -n should disable the winbind idmap cache.
+ Add a vfs_preopen module to hide fs latencies.
+ Don't log NDR_PRINT_DEBUG at level 0, this always ends up in syslog.
+ Fix a valgrind error / segfault in dns_register_smbd().
+ Fix build on SLES8.
+ Decremented by 1 for ntcancel requests.
+ Fix creation of core files.
+ Fix first mapping of uids/gids in Winbind.
+ Initialize the id_map status in idmap_ldap to avoid surprise.
+ Fix initialization of idmap status.
-------------------------------------------------------------------
Tue Mar 10 15:07:29 CET 2009 - lmuelle@suse.de
- Only call '%find_lang pam_winbind' in the samba spec file, not samba-doc.
-------------------------------------------------------------------
Thu Mar 5 16:07:10 CET 2009 - ro@suse.de
@ -9,10 +246,88 @@ Wed Feb 25 09:24:25 CET 2009 - boyang@suse.de
- Make libsmbclient work with DFS, backported from 3.3; (bnc#475995).
-------------------------------------------------------------------
Mon Feb 23 17:35:25 CET 2009 - hhetter@suse.de
Tue Feb 24 16:43:02 CET 2009 - lmuelle@suse.de
- Update to 3.3.1.
+ Fix net ads join when "ldap ssl = start tls" (bug #6073).
+ Fix renaming/deleting of files using Windows clients (bug #6082).
+ Fix renaming/deleting a "not matching/resolving" symlink (bug #6090).
+ Fix remotely adding a share via the Windows MMC.
+ BUG 6082: Fix renaming/deleting of files using Windows clients.
+ BUG 6069: Fix build with too many arguments.
+ BUG 6090: Fix renaming/deleting a "not matching/resolving" symlink.
+ BUG 6099: Try to fix domain join of Win7 Beta.
+ BUG 6117: Fix core dump of pdbedit -a.
+ BUG 6133: Fix deletion of non-ACL files on Solaris/ZFS/NFSv4 ACL
filesystem.
+ Fix Coverity IDs 115, 116, 117, 602.
+ Fix warning (bad handler prototype).
+ Unify the detection of the timespec code in configure.in, and the
application of it in time.c.
+ Correctly use chroot().
+ Parameterize in local.h the MAX_RPC_DATA_SIZE, and ensure that "offered"
read from the rpc packet in spoolss is under that size.
+ Backport the semantics of when to delete alternate data streams on a file
truncate.
+ Fix printf warnings.
+ BUG 6073: Prevent ads_connect() from using SSL unless explicitly
requested.
+ Fix 'getent passwd' to allocate new uids.
+ Fix 'getent group' to allocate new gids.
+ Remove check for sharename being a username in 'net conf addshare'.
+ Fix Coverity ID 848.
+ Remove unused ENUM_HND from 'net'.
+ Fix getform command asprintf return code in rpcclient.
+ Fix memleak in get_remote_printer_publishing_data().
+ Remove duplicate prototypes for generated rpc server functions.
+ Enable total anonymization in vfs_smb_traffic_analyzer.
+ Fix build with external dns_sd libraries.
+ Fix configure check "sub-second timestamps without struct timespec".
+ Use correct BSD evironment variable.
+ Don't try and delete a default ACL from a file.
+ BUG 5798: CFLAGS info lost in configure.
+ Fix Coverity IDs 740, 742, 744, 745, 876, 879, 880.
+ Fix remotely adding a share via the Windows MMC.
+ Avoid valgrind errors.
+ Fix 'net rpc join' for users with the SeMachineAccountPrivilege.
+ Fix resume handle for _samr_EnumDomainGroups.
+ Fix a buffer handling bug when adding lots of registry keys.
+ Fix a O(n^2) algorithm in regdb_fetch_keys().
+ Initialize rc to 0 in main in mount.cifs.
+ BUG 6069: Add a fstatvfs function for libsmbclient.
+ Eliminate compiler warnings.
+ Don't miss an absolute pathname as a kerberos keytab path.
+ BUG 6100: Implement _netr_LogonGetCapabilities() with
NT_STATUS_NOT_IMPLEMENTED.
+ Make Samba work with older ctdb versions.
+ Add S-1-22-X-Y sids to the local token.
+ Conditional install of the cifs.upcall man page.
+ Adjust regex to match variable names including underscores.
+ BUG 4370: Clean-up entries in /etc/mtab after unmount.
+ Add fakemount (-f) and nomtab (-n) flags to mount.cifs.
+ Fix a crash during name resolution.
+ Fix "assignment discards qualifiers from pointer target type" warnings.
+ Fix SMB_VFS_RECVFILE/SENDFILE macros.
+ Change "ldap ssl:ads" parameter to "ldap ssl ads".
+ Add manpages for vfs_acl_xattr and vfs_acl_tdb.
+ Fix double free caused by incorrect talloc_steal usage.
+ Build ldbrename.
+ Make nmbd check all available interfaces for WINS before failing.
+ Fix compilation of vfs_default on systems that do not support utimes().
+ BUG 5920: Fix the calculation of the memcpy length.
+ BUG 6098: Fix ads_find_dc() in setups with "security = domain".
+ Make libsmbclient work with DFS.
-------------------------------------------------------------------
Mon Feb 23 17:29:02 CET 2009 - hhetter@suse.de
- Define init_samba_module in all samba-vscan modules; (bnc#469218).
-------------------------------------------------------------------
Sat Feb 21 15:30:41 CET 2009 - lmuelle@suse.de
- Add GPLv3 header to all init scripts; (bnc#459766).
-------------------------------------------------------------------
Mon Feb 9 15:53:40 CET 2009 - jmcdonough@suse.de
@ -86,6 +401,33 @@ Wed Jan 28 22:17:33 CET 2009 - lmuelle@suse.de
- Only add ccache to BuildRequires if it is used.
-------------------------------------------------------------------
Tue Jan 27 22:41:19 CET 2009 - lmuelle@suse.de
- Update to 3.3.0.
+ The passdb tdbsam version has been raised.
+ Splitting of library directory into library directory and separate modules
directory.
+ The default value of "ldap ssl" has been changed to "start tls".
+ Extended Cluster support.
+ New experimental VFS modules "vfs_acl_xattr" and "vfs_acl_tdb" to store
NTFS ACLs on Samba file servers.
+ Simplified idmap configuration.
+ New idmap backends "adex" and "hash".
+ Added new parameter "winbind reconnect delay".
+ Added support for user and group aliasing.
+ Added support for multiple domains to idmap_ad.
+ The destination "all" of smbcontrol does now affect all running daemons
including nmbd and winbindd.
+ New 'net rpc vampire keytab' and 'net rpc vampire ldif' commands.
+ The 'net' utility can now use kerberos for joining and authentication.
+ The 'wbinfo' utility can now add, modify and remove identity mapping
entries.
+ NetApi library implements various new calls for User- and Group Account
Management.
+ libsmbclient does now determine case sensitivity based on file system
attributes.
-------------------------------------------------------------------
Fri Jan 23 16:32:16 CET 2009 - anschneider@suse.de
@ -98,6 +440,18 @@ Fri Jan 23 14:01:29 CET 2009 - anschneider@suse.de
- Add SuSEfirewall2 service config file to allow samba browsing on
post-10.2 systems; (bnc#460902).
-------------------------------------------------------------------
Tue Jan 20 20:57:38 CET 2009 - lmuelle@suse.de
- Update to 3.0.34.
+ Fix update of machine account passwords.
+ Fix SMB signing issue on Windows Vista with MS Hotfix KB955302.
+ Fix Winbind crashes.
+ Correctly detect if the current dc is the closest one.
+ Add saf_join_store() function to memorize the dc used at join time. This
avoids problems caused by replication delays shortly after domain joins.
+ Fix write list in setups using "security = share".
-------------------------------------------------------------------
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
@ -126,6 +480,26 @@ Thu Dec 25 07:36:24 CET 2008 - boyang@suse.de
- Fix Mounting failure when there is white spaces in service; (bnc#460793).
-------------------------------------------------------------------
Mon Dec 15 16:56:26 CET 2008 - anschneider@suse.de
- Update to 3.3.0rc2.
+ Splitting of library directory into library directory and separate
modules directory.
+ Extended Cluster support.
+ Simplified idmap configuration.
+ New idmap backends "adex" and "hash".
+ Added new parameter "winbind reconnect delay".
+ Added support for user and group aliasing.
+ Added support for multiple domains to idmap_ad.
+ The destination "all" of smbcontrol does now affect all running
daemons including nmbd and winbindd.
+ New 'net rpc vampire keytab' and 'net rpc vampire ldif' commands.
+ The 'net' utility can now use kerberos for joining and authentication.
+ The 'wbinfo' utility can now add, modify and remove identity mapping entries.
+ NetApi library implements various new calls for User- and Group
Account Management.
-------------------------------------------------------------------
Fri Dec 12 17:49:48 CET 2008 - lmuelle@suse.de
@ -255,6 +629,28 @@ Wed Dec 3 12:17:40 CET 2008 - anschneider@suse.de
- Use %__install macro to install files with the right permissions
instead of cp.
-------------------------------------------------------------------
Mon Dec 1 10:37:03 CET 2008 - anschneider@suse.de
- Update to 3.3.0rc1.
+ Splitting of library directory into library directory and separate
modules directory.
+ Extended Cluster support.
+ Simplified idmap configuration.
+ New idmap backends "adex" and "hash".
+ Added new parameter "winbind reconnect delay".
+ Added support for user and group aliasing.
+ The destination "all" of smbcontrol does now affect all running
daemons including nmbd and winbindd.
+ New 'net rpc vampire keytab' and 'net rpc vampire ldif' commands.
+ The 'net' utility can now use kerberos for joining and authentication.
+ The 'wbinfo' utility can now add, modify and remove identity mapping
entries.
+ NetApi library implements various new calls for User- and Group
Account Management.
- Added German translation for pam_winbind.
-------------------------------------------------------------------
Mon Dec 1 09:12:45 CET 2008 - boyang@suse.de
@ -293,7 +689,7 @@ Thu Nov 27 11:39:36 CET 2008 - anschneider@suse.de
- Fix perl v5.10 warnings in nmbstatus; (bnc#448225).
-------------------------------------------------------------------
Tue Nov 25 13:41:12 CET 2008 - sjayaraman@suse.de
Tue Nov 25 12:31:24 CET 2008 - sjayaraman@suse.de
- Make cifs-mount depend on keyutils, keyutils-libs packages as they
are required to support dfs and kerberos; (bnc#432494).
@ -341,6 +737,11 @@ Thu Oct 16 14:49:16 CEST 2008 - anschneider@suse.de
- Move the nss_info modules to the samba-winbind package.
-------------------------------------------------------------------
Thu Oct 16 13:40:25 CEST 2008 - anschneider@suse.de
- Activate the idmap backends "adex" and "hash".
-------------------------------------------------------------------
Thu Oct 16 11:40:17 CEST 2008 - anschneider@suse.de
@ -384,16 +785,94 @@ Thu Oct 2 21:30:06 CEST 2008 - lmuelle@suse.de
- Only use SUSE rpm macros and SuSEconfig.permissions if available.
-------------------------------------------------------------------
Thu Oct 2 18:03:21 CEST 2008 - lmuelle@suse.de
- Update to 3.3.0pre2.
+ BUG 5729: Explicitly allow "-valid".
+ BUG 5737: Fix winbindd crash in an unusual failure mode.
+ BUG 5751: Fix showing of ACLs on DFS in (lib)smbclient.
+ BUG 5762: Fix opening of mangled directory name (resulted 'is a stream
name').
+ BUG 5783: Fix FindFirst where search pattern == mangled filename.
+ BUG 5790: Fix returning of STATUS_OBJECT_NAME_NOT_FOUND on set file
disposition.
+ BUG 5797: Fix moving of readonly files.
+ Fix crashes when looking up a non-existant uid.
+ Fix getting/setting of NT ACLs on a file.
+ Fix the wcache_invalidate_samlogon calls.
+ Clarify usage of "force create mode".
+ Get smbd to look (read-only) into the winbindd cache for uid/gid <--> sid
mappings.
+ Write times code update.
+ Add experimental version of VFS module acl_xattr.
+ Fix rename_open_files.
+ Make SMB traffic analyzer VFS module more efficient.
+ Fix segfault when calling nss_get_info() with a NULL ads structure.
+ Add support for name aliasing in Winbind.
+ Add the idmap/nss-info provider from Likewise Open.
+ Allow an admin to define the "uid" attribute for a RFC2307 user object in
AD to be the username alias.
+ Add new idmap backend "adex" to support RFC2307 enabled AD forests.
+ Add new idmap backend "hash".
+ Fix build warnings.
+ Cleanup of DC enumeration in get_dcs().
+ BUG 5710: Fix changing of machine account passwords.
+ BUG 5784: Fix pam_winbind build issue on Solaris.
+ Fix invalid sid copy (hit when enumerating sibling domains) in Winbind.
+ Fix double installation of cifs.upcall.
+ Add change-user-password command to wbinfo.
+ Fix segfault in _srvsvc_NetShareAdd.
+ BUG 5736: Fix Winbind crash bug with trusted domains.
+ Correct the netsamlogon_clear_cached_user function.
+ Add new VFS module to analyze SMB traffic to record write and read
operations on the Samba server.
+ Fix build warnings in cifs.upcall.
+ BUG 5707: Do proper error handling if the socket is closed.
+ BUG 5778: Don't define 'strlcat' and 'strlcpy' if it's already defined.
+ Fix Coverity IDs 587 and 589.
+ Increase the default positive idmap cache time to a week.
+ Fix calculation of useable_space for trans2 and nttrans replies.
+ Add mapping of generic bits when setting an NFSv4 ACL.
+ Some write time fixes.
+ Add new parameter "cups connection timeout".
+ Fix enumeration of nested group memberships in Winbind. This affected
only setups using "security = ads".
+ Fix cut and paste error in quota code.
+ Fix display of POSIX ACLs.
+ Fix permissions of group_mapping.ldb (CVE-2008-3789).
+ Avoid a race condition in glibc between AIO and setresuid().
+ Add missing become root for AIO operations.
+ Fix an errno handling bug that could lead to an infinite loop.
+ Fix logic of tsmsm_sendfile().
+ Fix handling of arbitrary new PAC types.
+ Fix segfault on startup with trusted domains.
+ Fix segfault on the CTDB destructor code.
+ Re-add "winbind:ignore domains".
+ BUG 5609: Remove configure option "--with-libdir" and add
"--with-modulesdir".
+ Extend "net rpc vampire keytab" to support differential replication and
storing of kerberos keys.
+ Rework internal logic of registry tdb code.
+ Freeze autogenerated prototype headers (good bye "make proto").
+ Add new "winbind reconnect delay" parameter.
+ Make the change to smbcontrol for "all" to mean broadcast, and "smbd" to
mean the main smb daemon.
+ Allow an admin to define the "uid" attribute for a RFC2307 user object in
AD to be the username alias.
+ Add "net rpc vampire keytab" and "net rpc vampire ldif".
+ Rework of the Winbind idmap backend.
-------------------------------------------------------------------
Wed Oct 1 22:30:49 CEST 2008 - lmuelle@suse.de
- Define PAM_AUTHTOK_RECOVERY_ERR when not available on older Linux products.
-------------------------------------------------------------------
Mon Sep 29 16:09:11 CEST 2008 - lmuelle@suse.de
- Adopt samba-vscan to build after the change to the bool type define.
-------------------------------------------------------------------
Wed Sep 24 19:40:30 MDT 2008 - tlaxmeshwar@novell.com
- Fix winbindd crash in an unusual failure mode; (bnc#416598).
-------------------------------------------------------------------
Mon Sep 22 15:13:40 CEST 2008 - lmuelle@suse.de
@ -404,54 +883,6 @@ Sat Sep 20 14:53:45 CEST 2008 - lmuelle@suse.de
- Call mkinitrd_setup during %post and %postun for post-9.2 systems only.
-------------------------------------------------------------------
Sat Sep 20 12:59:43 CEST 2008 - lmuelle@suse.de
- Update to 3.2.4.
+ BUG 5590: Fix binary stripping on older OS.
+ Fix linking of cifs.upcall when nscd_flush_cache() is found.
+ BUG 5052: Allow inheritable permissions.
+ BUG 5697: Fix spinning of nmbd in reload_interfaces when only loopback has
an IPv4 address.
+ BUG 5698: Fix non guest connections to shares when "security = share" is
used.
+ BUG 5729: Explicitly allow "-valid".
+ BUG 5745: Fix Kerberos authentication with (lib)smbclient.
+ BUG 5751: Fix showing of ACLs on DFS in (lib)smbclient.
+ BUG 5761: Fix opening of mangled directory name (resulted 'is a stream
name').
+ Fix the wcache_invalidate_samlogon calls.
+ Clarify usage of "force create mode".
+ Write times code update.
+ Fix Winbind crash.
+ idmap_ad: Fix a segfault when calling nss_get_info() with a NULL ads
structure.
+ Fix build warnings.
+ Cleanup of DC enumeration in get_dcs().
+ BUG 5710: Fix changing of machine account passwords.
+ Fix several build warnings.
+ Fix invalid sid copy (hit when enumerating sibling domains) in Winbind.
+ BUG 5736: Fix Winbind crash bug with trusted domains.
+ Correct the netsamlogon_clear_cached_user function.
+ Fix handling of MSKRB5 OID in cifs.upcall.
+ Fix build warnings in cifs.upcall.
+ Change default install location of cifs.upcall to EPREFIX/sbin.
+ Enable building of cifs.upcall by default on Linux.
+ BUG 5707: Do proper error handling if the socket is closed.
+ Fix calculation of useable_space for trans2 and nttrans replies.
+ Fix Coverity ID 587.
+ Add mapping of generic bits when setting an NFSv4 ACL.
+ Some write time fixes.
+ BUG 4516: No IPv6 on Solaris 2.6.
+ BUG 5571: Fix group memeberships in Winbind.
+ Fix cut and paste error in quota code.
+ Fix display of POSIX ACLs.
+ Avoid a race condition in glibc between AIO and setresuid().
+ Add missing become root for AIO operations.
+ Fix logic of tsmsm_sendfile().
+ Fix an errno handling bug that could lead to an infinite loop.
+ Fix handling of arbitrary new PAC types.
-------------------------------------------------------------------
Thu Sep 18 14:17:24 CEST 2008 - anschneider@suse.de
@ -470,11 +901,17 @@ Wed Sep 3 11:09:34 CEST 2008 - hare@suse.de
(bnc#413709).
-------------------------------------------------------------------
Wed Aug 27 18:33:40 CEST 2008 - lmuelle@suse.de
Wed Aug 27 23:29:09 CEST 2008 - lmuelle@suse.de
- Update to 3.2.3.
+ Force the permissions on group_mapping.ldb to 0600; CVE-2008-3789;
(bnc#420634).
- Update to 3.3.0pre1.
+ Splitting of library directory into library directory and separate modules
directory.
+ Extended Cluster support.
+ Simplyfied idmap configuration.
+ Added new parameter "winbind reconnect delay".
+ The destination "all" of smbcontrol does now affect all running daemons
including nmbd and winbindd.
+ New 'net rpc vampire keytab' and 'net rpc vampire ldif' commands.
-------------------------------------------------------------------
Tue Aug 19 14:55:16 CEST 2008 - lmuelle@suse.de
@ -937,12 +1374,6 @@ Fri May 23 11:34:27 CEST 2008 - lmuelle@suse.de
+ Fix alignment bug when marshalling printer data replies.
+ Fix DeleteDriverDriverEx() checks to prevent removing in use files.
-------------------------------------------------------------------
Tue May 20 16:14:01 CEST 2008 - hhetter@suse.de
- Prevent errors during the cache validation when ua keys reach a size larger
than 1024; [bnc#372558].
-------------------------------------------------------------------
Sat May 17 23:58:01 CEST 2008 - lmuelle@suse.de
@ -970,6 +1401,7 @@ Fri May 16 13:20:11 CEST 2008 - hhetter@suse.de
than 1024; [bnc#372558].
-------------------------------------------------------------------
Thu May 15 00:16:13 CEST 2008 - lmuelle@suse.de
- Package man page files independent of the used compression method (gz,lzma).

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef04d402ca3ecab7578305c32e05383ce66bce7968b759c75a15e27fac8ab261
size 23209
oid sha256:b594672aa69fe879710ad15157e3b7fd0a9b49b4a51d49651caa223f50f5d349
size 23504