s4-messaging: add support for no_reply in irpc messages
authorAndrew Tridgell <tridge@samba.org>
Sun, 12 Sep 2010 00:02:02 +0000 (10:02 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 15 Sep 2010 05:39:34 +0000 (15:39 +1000)
commitf6d85be52830d17dbf6e7b01bf854a49dccbc7f8
tree7a518bc54a292b100301fb7cd40486b52239d06d
parentb9393e48963bb0e800383d5fdf6888b472d44fb2
s4-messaging: add support for no_reply in irpc messages

It can be useful for a irpc message to be one-way, where the client
sends a messages and the server does not reply. This will be used for
things like a triger message from an auth context to the drepl server
to tell it to try a REPL_SECRET on a user in a RODC.

Previously we've used raw messaging for messages that have no reply,
but that doesn't allow us to use messages described by IDL

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
source4/lib/messaging/irpc.h
source4/lib/messaging/messaging.c