~ubuntu-branches/ubuntu/oneiric/dbus/oneiric-security

« back to all changes in this revision

Viewing changes to doc/dbus-test-plan.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2010-12-21 13:43:26 UTC
  • mfrom: (1.1.24 upstream)
  • Revision ID: james.westby@ubuntu.com-20101221134326-tphabew59n072ej1
Tags: 1.4.1-0ubuntu1
* New upstream release:
  - Fix for CVE-2010-4352: sending messages with excessively-nested
    variants can crash the bus. The existing restriction to 64-levels
    of nesting previously only applied to the static type signature;
    now it also applies to dynamic nesting using variants.
  - Various bug fixes.

* Dropped patch from 1.4.0-0ubuntu2 since it's now included upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
        Message Builder. The message builder can take a serialized
39
39
        message in string-form and convert it into a raw character
40
40
        string which can then be loaded by the message loader. 
41
 
      </p><div class="figure"><a name="id387911"></a><p class="title"><b>Figure�1.�Example of a message in string form</b></p><div class="figure-contents"><pre class="programlisting">
 
41
      </p><div class="figure"><a name="id368459"></a><p class="title"><b>Figure�1.�Example of a message in string form</b></p><div class="figure-contents"><pre class="programlisting">
42
42
          # Standard org.freedesktop.DBus.Hello message
43
43
 
44
44
          VALID_HEADER
75
75
        can read authentication sequences from a file and play them
76
76
        back to a dummy server and client to make sure that
77
77
        authentication is working according to the specification.
78
 
      </p><div class="figure"><a name="id357283"></a><p class="title"><b>Figure�2.�Example of an authentication script</b></p><div class="figure-contents"><pre class="programlisting">
 
78
      </p><div class="figure"><a name="id365459"></a><p class="title"><b>Figure�2.�Example of an authentication script</b></p><div class="figure-contents"><pre class="programlisting">
79
79
          ## this tests a successful auth of type EXTERNAL
80
80
          
81
81
          SERVER