SHA256
1
0
forked from pool/samba

- Update to 4.1.17.

+ Ensure we don't call talloc_free on an uninitialized pointer;
    CVE-2015-0240; (bso#11077); (bnc#917376).

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=452
This commit is contained in:
Lars Müller
2015-02-23 13:46:57 +00:00
committed by Git OBS Bridge
parent b53d44ec93
commit de0266b36d
8 changed files with 26 additions and 18 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 12 13:25:42 UTC 2015 - lmuelle@suse.com
- Update to 4.1.17.
+ Ensure we don't call talloc_free on an uninitialized pointer;
CVE-2015-0240; (bso#11077); (bnc#917376).
-------------------------------------------------------------------
Thu Jan 22 14:03:52 UTC 2015 - ddiss@suse.com
@@ -189,7 +196,8 @@ Tue Sep 23 12:02:16 UTC 2014 - lmuelle@suse.com
- Update to 4.1.12.
+ s3: winbindd: On new client connect, prune idle or hung connections older
than "winbind request timeout". Add new parameter "winbind request
timeout". Please see smb.conf man page for details; (bso#3204).
timeout". Please see smb.conf man page for details; (bso#3204);
(bnc#872912).
+ Fix smbd crashes when filename contains non-ascii character; (bso#10716).
+ s4-rpc: dnsserver: Handle updates of tombstoned dnsNode objects;
(bso#10749).