SHA256
1
0
forked from pool/samba

Accepting request 41853 from network:samba:STABLE

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

OBS-URL: https://build.opensuse.org/request/show/41853
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=69
This commit is contained in:
OBS User autobuild
2010-06-22 08:18:30 +00:00
committed by Git OBS Bridge
parent 5017cec7e6
commit 1af9cca18c
6 changed files with 58 additions and 50 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Jun 21 19:52:13 UTC 2010 - lmuelle@suse.de
- Remove all provides and obsoletes samba3 from the spec file. Packages with
this base name have not been offered as part of a product.
-------------------------------------------------------------------
Fri Jun 11 09:13:09 UTC 2010 - lmuelle@suse.de
- Fix a NULL pointer dereference in smbd of the 3.4 code base;
CVE-2010-1635; (bso#7229); (bnc#605935).
-------------------------------------------------------------------
Tue Jun 8 14:38:18 UTC 2010 - lmuelle@suse.de
- Address possible buffer overrun in chain_reply code of pre-3.4 versions;
CVE-2010-2063; (bso#7494); (bnc#611927).
-------------------------------------------------------------------
Mon Jun 7 17:43:35 CEST 2010 - hhetter@suse.de
@@ -72,7 +90,8 @@ Wed Apr 7 12:08:54 UTC 2010 - lmuelle@suse.de
+ Fix smbd segfaults in _netr_SamLogon for clients sending null domain;
(bso#7237).
+ Fix smbd segfaults in "waiting for connections" message; (bso#7251).
+ Fix an uninitialized variable read in smbd; (bso#7254); (bnc#605935).
+ Fix an uninitialized variable read in smbd; (bso#7254); (bnc#605935);
CVE-2010-1642.
+ Fix a memleak in Winbind; (bso#7278).
+ Fix Winbind reconnection to it's own domain; (bso#7295).
@@ -94,7 +113,8 @@ Wed Apr 7 12:08:54 UTC 2010 - lmuelle@suse.de
+ Fix returning of group members with 'getent group'; (bso#7212).
+ Fix the build of net_afs.c with --fake-kaserver=yes; (bso#7216).
+ Make Winbind logs more verbose for troubleshooting; (bso#7225).
+ Fix a NULL pointer dereference in smbd; (bso#7229).
+ Fix a NULL pointer dereference in smbd; CVE-2010-1635; (bso#7229);
(bnc#605935).
+ Fix automatic building of vfs_tsmsm if gpfs and dmapi are present;
(bso#7231).
+ Fix race conditions in CTDB persistent transactions; (bso#7232).
@@ -149,7 +169,7 @@ Mon Mar 22 16:12:05 UTC 2010 - lmuelle@suse.de
Mon Mar 22 15:55:51 UTC 2010 - lmuelle@suse.de
- An uninitialized variable read could cause an smbd crash; (bso#7254);
(bnc#605935).
(bnc#605935); CVE-2010-1642.
-------------------------------------------------------------------
Mon Mar 22 15:42:58 UTC 2010 - lmuelle@suse.de