summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-08-31 17:26:22 +0000
committerHavoc Pennington <hp@redhat.com>2003-08-31 17:26:22 +0000
commitfdb114e5cce2790fd3c68cfa13113c7b59b83e4e (patch)
treeabf62353e1b91cd56c8d5d1618b0665d72262af3
parent1dd3f1788f1b4c9af2f4fa744abdb7892d0a14b9 (diff)
downloaddbus-fdb114e5cce2790fd3c68cfa13113c7b59b83e4e.tar.gz
2003-08-31 Havoc Pennington <hp@pobox.com>
* fix build with --disable-tests
-rw-r--r--ChangeLog4
-rw-r--r--dbus/dbus-internals.c2
-rw-r--r--dbus/dbus-marshal.c6
-rw-r--r--doc/dbus-specification.sgml7
4 files changed, 11 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 4930c689..5965b50a 100644
--- 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
diff --git a/dbus/dbus-internals.c b/dbus/dbus-internals.c
index ccc11776..47a2b404 100644
--- a/dbus/dbus-internals.c
+++ b/dbus/dbus-internals.c
@@ -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
diff --git a/dbus/dbus-marshal.c b/dbus/dbus-marshal.c
index 6343056e..5297cb67 100644
--- a/dbus/dbus-marshal.c
+++ b/dbus/dbus-marshal.c
@@ -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
diff --git a/doc/dbus-specification.sgml b/doc/dbus-specification.sgml
index 6c6f679a..031bb329 100644
--- a/doc/dbus-specification.sgml
+++ b/doc/dbus-specification.sgml
@@ -770,6 +770,13 @@
</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>