This commit is contained in:
committed by
Git OBS Bridge
parent
da43b6d09d
commit
f4a111d029
147
samba.changes
147
samba.changes
@@ -1,8 +1,155 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 5 13:27:03 CET 2009 - lmuelle@suse.de
|
||||
|
||||
- Update to 3.2.7.
|
||||
+ Samba 3.2.0 to 3.2.6 can potentially give root filesystem access
|
||||
to older versions of smbclient; CVE-2009-0022; (bnc#460764).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 27 13:27:24 CET 2008 - jmcdonough@suse.de
|
||||
|
||||
- Samba 3.2.0 to 3.2.6 can potentially give root filesystem access
|
||||
to older versions of smbclient; CVE-2009-0022; (bnc#460764).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 25 07:59:49 CET 2008 - boyang@suse.de
|
||||
|
||||
- Fix nmbstatus dipslay when workgroup parameter is given; (bnc#459785).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 25 07:36:24 CET 2008 - boyang@suse.de
|
||||
|
||||
- Fix Mounting failure when there is white spaces in service; (bnc#460793).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 12 17:49:48 CET 2008 - lmuelle@suse.de
|
||||
|
||||
- Fix all remaining conditional macro calls; (bnc#456469).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 12 15:50:33 CET 2008 - anschneider@suse.de
|
||||
|
||||
- Add IPv6 support for mount.cifs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 10 23:14:12 CET 2008 - lmuelle@suse.de
|
||||
|
||||
- Update to 3.2.6.
|
||||
+ Fix potential segfault in vfs_tsmsm.
|
||||
+ Don't list the domain twice when expanding internal aliases.
|
||||
+ Fix the output of "getent group" when "winbind use default domain = yes"
|
||||
with "security = ads".
|
||||
+ Add domain prefix to username in lookup_groupmem().
|
||||
+ Prevent negative GM/ cache entries due to broken connections.
|
||||
+ Fix crash in sync_eventlog_params().
|
||||
+ Fix timeouts when calling 'getgrent'.
|
||||
+ BUG 1254: Fix "write list" in setups using "security = share".
|
||||
+ BUG 5080: Fix access to cups-printers with cups 1.3.4.
|
||||
+ BUG 5737: Fix Winbind crash in an unusual failure mode.
|
||||
+ BUG 5783: Fix FindFirst where search pattern equals the mangled filename.
|
||||
+ BUG 5790: Fix returning of STATUS_OBJECT_NAME_NOT_FOUND on set file
|
||||
disposition.
|
||||
+ BUG 5797: Fix moving of readonly files.
|
||||
+ BUG 5814: Fix Winbind crash bug while doing "rescan_trusted_domain".
|
||||
+ BUG 5818: Sort ACEs in smbcacl output properly and honor inheritance.
|
||||
+ BUG 5825: Fix account locking with LDAP backend.
|
||||
+ BUG 5826: Fix truncated filenames when accessing old servers.
|
||||
+ BUG 5889: Fix "delete veto files = no".
|
||||
+ BUG 5891: Fix smbd crash when viewing the eventlog exported by "eventlog
|
||||
list".
|
||||
+ BUG 5900: Fix vfs_readonly.
|
||||
+ BUG 5903: Fix vfs_streams_xattr breaking contents of files.
|
||||
+ BUG 5904: Fix libnss_wins causing SIGABRT while servicing getaddrinfo()
|
||||
request.
|
||||
+ BUG 5914: Fix build failure: redefinition of struct name_list.
|
||||
+ BUG 5937: Fix filenames with "*" char hiding other files.
|
||||
+ BUG 5953: Fix smbclient crashes.
|
||||
+ Fix rename_open_files.
|
||||
+ Restructure VFS SMB traffic analyzer VFS module.
|
||||
+ Correctly fix smbclient to terminate on eof from server.
|
||||
+ Unify access checks for lsa server functions.
|
||||
+ Remove the requirement for ldap call made as root.
|
||||
+ Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.
|
||||
+ Fix net rpc vampire, based on an *amazing* piece of debugging work by
|
||||
"Cooper S. Blake" <the_analogkid@yahoo.com>.
|
||||
+ Fix Coverity IDs 456, 574, 592, 606 and 607.
|
||||
+ Fix net rpc vampire.
|
||||
+ Use the same prerequisite for DDNS update as Windows XP.
|
||||
+ Make "lwinet ads dns register" honor the "interfaces" parameter.
|
||||
+ Fix extended DN parse error when AD object does not have a SID.
|
||||
+ BUG 5888: Fix PNP_GetHwProfInfo().
|
||||
+ BUG 5957: Do not abort rename process on valid rename script.
|
||||
+ BUG 5898: Fix 'net rpc shutdown'.
|
||||
+ Fix duplicate installation of cifs.upcall.
|
||||
+ Fix _srvsvc_NetShareAdd segfault.
|
||||
+ Ensure consistency when reporting password complexity.
|
||||
+ Fix _lsa_GetUserName.
|
||||
+ Fix access check in _samr_QuerySecurity().
|
||||
+ _samr_DeleteUser needs to wipe out the user_handle on success.
|
||||
+ NetGroupEnum_r needs to handle servers with no groups.
|
||||
+ Search for gpfs functions in both libgpfs_gpl.so an libgpfs.so.
|
||||
+ BUG 5908: Fix internal change notify on shared directory.
|
||||
+ BUG 5135 and 5446: Prevent calling POSIX ACL vfs methods on zfs share.
|
||||
+ BUG 5929: Fix building of vfs_prealloc with option --with-cluster-support
|
||||
and GPFS.
|
||||
+ Add new VFS module to analyze SMB traffic
|
||||
+ BUG 5928: Fix 'testparm --version'.
|
||||
+ Have uppercase_string return success on NULL pointer in mount.cifs.
|
||||
+ Make mount.cifs return codes match the return codes for /bin/mount.
|
||||
+ Use lock/unlock_mtab scheme from util-linux-ng mount prog in mount.cifs.
|
||||
+ BUG 5778: Check if strlcpy and strlcat are already defined.
|
||||
+ BUG 5840: Fix segfault in "rpcclient lsaaddacctrights".
|
||||
+ BUG 5860: Fix nasty error message for overlong strings in safe_strcpy.
|
||||
+ Fix a potential NULL deref in found by the IBM Checker.
|
||||
+ Fix an uninitialized variable found by the IBM Checker.
|
||||
+ Fix an unlikely memleak found by the IBM Checker.
|
||||
+ Fix some missing error handlings.
|
||||
+ Add workaround for domain joins using a netbios name which is different
|
||||
from the hostname.
|
||||
+ Fix crash bug when freeing a non-malloc'ed buffer if the client sends a
|
||||
non-encrypted packet with the crypto state set.
|
||||
+ Fix trans2findfirst for the large directory optimization.
|
||||
+ Fix checking for presence of cups-devel and correct cups-devel test for
|
||||
HAVE_IPRINT.
|
||||
+ BUG 5805: Don't close stdout when calling setup_logging multiple times.
|
||||
+ Fix setting of trust password using 'net rpc trustdom add'.
|
||||
+ Fix several issues in vfs_streams_xattr and vfs_stream_depot.
|
||||
+ Return an error instead of crashing when no realm is given (trigerred by
|
||||
"net ads info -S 127.8.7.6" (where 127.8.7.6 doesn't exist) and
|
||||
"disable netbios = yes").
|
||||
+ Fix the new vfs_smb_traffic_analyzer build for static links.
|
||||
+ BUG 5901: Fix default for streams_depot location.
|
||||
+ Fix several build warnings.
|
||||
+ Delete the krb5 ccname variable from the PAM environment if set.
|
||||
+ Fix circular dependency error with autoconf 2.6.3.
|
||||
+ Add @CIFSUPCALL_PROGS@ to "all" target so cifs.upcall gets built at
|
||||
compile time rather than install time.
|
||||
+ BUG 5906: Fix Winbind crash when calling 'getent group'.
|
||||
+ Fix logging to syslog.
|
||||
+ Allow SYSLOG_FACILITY to be modified with a new configure option called
|
||||
--with-syslog-facility.
|
||||
+ BUG 5909: Fix MS-DFS on Vista clients.
|
||||
+ BUG 5944: Fix starting of nmbd with "socket address" set to "".
|
||||
+ Fix segfault on startup with trusted domains.
|
||||
+ Re-add "winbind:ignore domains" parameter.
|
||||
+ Avoid freeing fsp twice when opening new_file fails (Debian #431696).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 10 19:24:29 CET 2008 - anschneider@suse.de
|
||||
|
||||
- Fix the conditional macro to start smbfs by default; (bnc#456469).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 3 16:07:17 CET 2008 - anschneider@suse.de
|
||||
|
||||
- Readd libsmbclient to baselibs.conf for pre 11.0 distributions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 09:12:45 CET 2008 - boyang@suse.de
|
||||
|
||||
|
Reference in New Issue
Block a user