- Fix wrong reply to smb2 durable handle reconnect (DHnC) request; (bso#8428).

- Fix infinite loop in ACL module code; (bso#8422).

Plus a minor cleanup of the last changelog formating.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=182
This commit is contained in:
Lars Müller
2011-08-30 19:18:27 +00:00
committed by Git OBS Bridge
parent 1e06183c5c
commit 7a0087a796
6 changed files with 48 additions and 38 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Aug 30 18:41:20 UTC 2011 - lmuelle@suse.de
- Fix wrong reply to smb2 durable handle reconnect (DHnC) request; (bso#8428).
-------------------------------------------------------------------
Tue Aug 30 18:31:29 UTC 2011 - lmuelle@suse.de
- Fix infinite loop in ACL module code; (bso#8422).
-------------------------------------------------------------------
Mon Aug 29 19:28:54 UTC 2011 - lmuelle@suse.de
@@ -17,12 +27,12 @@ Sat Aug 27 19:38:01 UTC 2011 - lmuelle@suse.de
Sat Aug 27 19:29:37 UTC 2011 - lmuelle@suse.de
- talloc:
- check block count after references test.
- added test suite for talloc_free_children().
- license info erratum in the manpage.
- fix typos and better differentiation between versions 1 and 2.
- preserve context name on talloc_free_children().
- ensure the sibling linked list remains valid during a free.
+ check block count after references test.
+ added test suite for talloc_free_children().
+ license info erratum in the manpage.
+ fix typos and better differentiation between versions 1 and 2.
+ preserve context name on talloc_free_children().
+ ensure the sibling linked list remains valid during a free.
-------------------------------------------------------------------
Sat Aug 27 18:50:21 UTC 2011 - lmuelle@suse.de