SHA256
1
0
forked from pool/samba

Consolidate the talloc changes to one log entry.

- 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.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=181
This commit is contained in:
Lars Müller
2011-08-29 20:02:41 +00:00
committed by Git OBS Bridge
parent 65563bac78
commit 1e06183c5c
5 changed files with 37 additions and 56 deletions

View File

@@ -16,32 +16,13 @@ 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.
-------------------------------------------------------------------
Sat Aug 27 19:26:06 UTC 2011 - lmuelle@suse.de
- talloc: added test suite for talloc_free_children().
-------------------------------------------------------------------
Sat Aug 27 19:21:58 UTC 2011 - lmuelle@suse.de
- talloc: license info erratum in the manpage.
-------------------------------------------------------------------
Sat Aug 27 19:08:11 UTC 2011 - lmuelle@suse.de
- talloc: fix typos and better differentiation between versions 1 and 2.
-------------------------------------------------------------------
Sat Aug 27 19:05:09 UTC 2011 - lmuelle@suse.de
- talloc: preserve context name on talloc_free_children().
-------------------------------------------------------------------
Sat Aug 27 19:01:41 UTC 2011 - lmuelle@suse.de
- talloc: ensure the sibling linked list remains valid during a free.
- 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.
-------------------------------------------------------------------
Sat Aug 27 18:50:21 UTC 2011 - lmuelle@suse.de