Added Message.check(), which validates a signature or throws WvDbusError.
commitf6e730dff7cac0659d04fa621608c1d960676ac1
authorAvery Pennarun <apenwarr@gmail.com>
Tue, 7 Oct 2008 04:33:14 +0000 (7 00:33 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Tue, 7 Oct 2008 04:37:16 +0000 (7 00:37 -0400)
treebfc61da52b6b76315cea602bc6f2e50ff5554867
parenta28b37893b745c0813007f01785845ac23702bec
Added Message.check(), which validates a signature or throws WvDbusError.

This replaces a bunch of code that did the work by hand.  If the message is
a MessageType.Error, it always throws, regardless of the signature.

Finally we can get rid of vxdbusutils.cs.
dbus-sharp/Message.cs
dbus-sharp/Protocol.cs
versaplexd/Makefile
versaplexd/t/Makefile
versaplexd/t/schemamatic.t.cs
versaplexd/t/versaplextester.cs
versaplexd/t/vxsanity.t.cs
versaplexd/vxdbusschema.cs
versaplexd/vxdbusutils.cs [deleted file]
versaplexd/vxexceptions.cs