SHA256
1
0
forked from pool/samba

Accepting request 33380 from network:samba:STABLE

Copy from network:samba:STABLE/samba based on submit request 33380 from user lmuelle

OBS-URL: https://build.opensuse.org/request/show/33380
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=57
This commit is contained in:
OBS User autobuild
2010-02-25 10:13:29 +00:00
committed by Git OBS Bridge
parent 48bb073a9b
commit 2a5f02160a
9 changed files with 345 additions and 136 deletions

View File

@@ -1,3 +1,46 @@
-------------------------------------------------------------------
Wed Feb 24 14:55:27 CET 2010 - lmuelle@suse.de
- Update to 3.4.6.
+ Change parameter "wide links" to default to "no"; it's also incompatible
with "unix extensions"; (bso#7104); (bnc#577868).
+ Fix printing with 64 bit clients (bso#6888).
+ Fix core dump on 64 bit Linux (bso#7063).
+ Fix failing of smbd to respond to a read or a write caused by Linux
asynchronous IO (aio) (bso#7067).
+ Fix string buffer overflow causing heap corruption in smbd (bso#7096).
+ Fix bogus ip address in SWAT; (bso#5885).
+ Fix vfs_full_audit; (bso#6557).
+ Use the first "uid" value; (bso#6157).
+ Fix large paged search with DirX LDAP servers; (bso#6981).
+ Fix crash bug in 'cifs.upcall'; (bso#6868).
+ Add cross option to samba_cv_linux_getgrouplist_ok; (bso#7047).
+ Fix DFS on AIX (maybe others); (bso#7052).
+ Fix pdb_search crash as non-root user; (bso#7068).
+ Fix unlocking of accounts from ldap; (bso#7072).
+ Fix vfs_expand_msdfs; (bso#7081).
+ Fix results of 'smbclient -L' with a large browse list; (bso#7098).
+ Normalize "Changing password for" msg IDs and STRs; (bso#7102).
+ Fix malformed require_membership_of_sid; (bso#7106).
+ Fix reading of large browselist; (bso#7122).
+ "mangling method = hash" can crash storing a name containing a '.';
(bso#7154).
+ Valgrind Conditional jump or move depends on uninitialised value(s) error
when "mangling method = hash"; (bso#7155).
+ Fix listing of printjobs in Windows 7; (bso#7130).
+ Spoolss getprinterdriver2 level 101 marshalling is bad; (bso#7136).
+ Make idmap cache persistent for "ldapsam:trusted".
+ Also fill the memcache with sid<->id mappings in ldapsam_sid_to_id() not
only the persistent idmap cache.
+ Shortcut uid_to_sid when "ldapsam:trusted = yes".
+ Make pdb_copy_sam_account also copy the group sid.
+ Shortcut gid_to_sid when "ldapsam:trusted = yes".
+ Speed up pdb_get_group_sid().
+ Try to build the full unix_pw structure with ldapsam:trusted support.
+ Optimize ldapsam_alias_memberships() and cache ldap searches.
-------------------------------------------------------------------
Tue Feb 9 22:10:44 UTC 2010 - lmuelle@suse.de
@@ -11,6 +54,11 @@ Tue Feb 9 17:10:55 UTC 2010 - lmuelle@suse.de
- Check in mount.cifs for invalid characters in device name and mountpoint;
CVE-2010-0547; (brc#562156); (bnc#577925).
-------------------------------------------------------------------
Mon Feb 8 18:51:27 CET 2010 - jmcdonough@suse.de
- Allow forced pw change even with min pw age; (bnc#561894).
-------------------------------------------------------------------
Mon Feb 8 11:44:54 UTC 2010 - lmuelle@suse.de
@@ -144,6 +192,12 @@ Tue Dec 8 18:19:33 UTC 2009 - lmuelle@suse.de
- Rename smbfs init script to cifs for post-11.2 systems.
-------------------------------------------------------------------
Tue Dec 8 19:53:12 CEST 2009 - jmcdonough@suse.de
- Allow Windows 7 to connection to samba domain controllers and
member servers; (bnc#551811); (bso#6099); (bso#6100); (bso#6680).
-------------------------------------------------------------------
Fri Dec 4 18:59:22 CET 2009 - jmcdonough@suse.de
@@ -177,7 +231,7 @@ Tue Nov 3 03:10:47 CET 2009 - boyang@suse.de
- Use full 16byte session key in make_user_info_netlogon_interactive();
(bnc#551811).
------------------------------------------------------------------
-------------------------------------------------------------------
Thu Oct 29 14:22:08 CET 2009 - lmuelle@suse.de
- Update to 3.4.3.
@@ -242,12 +296,12 @@ Fri Oct 23 05:07:37 CEST 2009 - boyang@suse.de
- Don't fail authentication when one or some group of require-membership-of
is invalid; (bnc#525123); (bso#6826).
------------------------------------------------------------------
-------------------------------------------------------------------
Fri Oct 16 10:31:53 CEST 2009 - jmcdonough@suse.de
- Allow winbind to ignore certain domains; (bnc#539506).
------------------------------------------------------------------
-------------------------------------------------------------------
Thu Oct 8 21:54:16 CEST 2009 - lmuelle@suse.de
- Update to 3.4.2.
@@ -255,17 +309,17 @@ Thu Oct 8 21:54:16 CEST 2009 - lmuelle@suse.de
+ Fix potential denial of service; CVE-2009-2906; (bso#6768); (bnc#543115).
+ Fix potential mount.cifs password leaks; CVE-2009-2948; (bnc#542150).
------------------------------------------------------------------
-------------------------------------------------------------------
Wed Sep 30 12:56:02 CEST 2009 - jmcdonough@suse.de
- Fix potential denial of service; CVE-2009-2906; (bnc#543115).
------------------------------------------------------------------
-------------------------------------------------------------------
Fri Sep 25 18:57:30 CEST 2009 - jmcdonough@suse.de
- Fix potential mount.cifs password leaks; CVE-2009-2948; (bnc#542150).
------------------------------------------------------------------
-------------------------------------------------------------------
Wed Sep 23 21:56:35 CEST 2009 - jmcdonough@suse.de
- Fix unresolved home path; CVE-2009-2813; (bnc#539517).
@@ -2244,8 +2298,8 @@ Fri May 16 13:20:11 CEST 2008 - hhetter@suse.de
- Prevent errors during the cache validation when ua keys reach a size larger
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).
@@ -5553,35 +5607,24 @@ Tue Jun 17 18:36:38 MEST 1997 - fehr@suse.de
Mon Jun 2 08:18:20 MEST 1997 - vl@suse.de
- update to version 1.9.16p11
- Starting Samba from /sbin/init.d, not from inetd.conf
-------------------------------------------------------------------
Sun Feb 2 19:26:53 MET 1997 - vl@suse.de
- update to version 1.9.16p10
- Adapted /etc/smb.conf.sample to 4.4.1 manual
-------------------------------------------------------------------
Sat Nov 2 17:35:11 CET 1996 - florian@suse.de
- update to version 1.9.16p9
- configuration file is now /etc/smb.conf
- smbd and nmbd are now in /usr/sbin
- added start-script /sbin/init.d/smb and entry in /etc/rc.config
-------------------------------------------------------------------
Thu Oct 17 16:05:09 CEST 1996 - florian@suse.de
- Update auf neue Version 1.9.16p6.