summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-message-factory.h
Commit message (Collapse)AuthorAgeFilesLines
* 2005-02-05 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-02-051-0/+1
| | | | | | | | | | * dbus/dbus-marshal-validate.c (validate_body_helper): fix crash if the signature of a variant was empty (_dbus_validate_signature_with_reason): catch "(a)" (array inside struct with no element type) * dbus/dbus-message-factory.c (generate_uint32_changed): add more mangled messages to break things
* 2005-01-24 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-241-2/+3
| | | | | | | * dbus/dbus-message-factory.c: more testing of message validation * dbus/dbus-protocol.h (DBUS_MINIMUM_HEADER_SIZE): move to this header
* 2005-01-23 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-231-1/+0
| | | | | * dbus/dbus-message-factory.c, dbus/dbus-message-util.c: get this all working, not many tests in the framework yet though
* accidentally committed this stuff along with the doc changes, probably ↵Havoc Pennington2005-01-231-0/+60
broken, will fix it soon