2003-08-31 Havoc Pennington <hp@pobox.com>
authorHavoc Pennington <hp@redhat.com>
Sun, 31 Aug 2003 17:26:22 +0000 (17:26 +0000)
committerHavoc Pennington <hp@redhat.com>
Sun, 31 Aug 2003 17:26:22 +0000 (17:26 +0000)
* fix build with --disable-tests

ChangeLog
dbus/dbus-internals.c
dbus/dbus-marshal.c
doc/dbus-specification.sgml

index 4930c68..5965b50 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-31  Havoc Pennington  <hp@pobox.com>
+
+       * fix build with --disable-tests
+
 2003-08-30  Havoc Pennington  <hp@pobox.com>
 
        * dbus/dbus-connection.c: purge DBusMessageHandler
index ccc1177..47a2b40 100644 (file)
@@ -265,7 +265,6 @@ _dbus_strdup (const char *str)
   return copy;
 }
 
-#ifdef DBUS_BUILD_TESTS /* memdup not used at the moment */
 /**
  * Duplicates a block of memory. Returns
  * #NULL on failure.
@@ -288,7 +287,6 @@ _dbus_memdup (const void  *mem,
   
   return copy;
 }
-#endif
 
 /**
  * Duplicates a string array. Result may be freed with
index 6343056..5297cb6 100644 (file)
@@ -1906,12 +1906,6 @@ validate_array_data (const DBusString *str,
  * returns #TRUE if a valid arg begins at "pos"
  *
  * @todo security: need to audit this function.
- *
- * @todo For array types that can't be invalid, we should not
- * walk the whole array validating it. e.g. just skip all the
- * int values in an int array. (maybe this is already done now -hp)
- *
- * @todo support DBUS_TYPE_OBJECT_PATH
  * 
  * @param str a string
  * @param byte_order the byte order to use
index 6c6f679..031bb32 100644 (file)
        </figure>
       </para>
     </sect2>
+    <sect2 id="auth-states">
+      <title>Authentication state diagrams</title>
+      
+      <para>
+        WRITEME
+      </para>
+    </sect2>
     <sect2 id="auth-mechanisms">
       <title>Authentication mechanisms</title>
       <para>