Reject non-sideband connections.
authorAndre Noll <maan@systemlinux.org>
Mon, 23 Jul 2012 17:07:07 +0000 (19:07 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 1 Apr 2013 02:19:28 +0000 (02:19 +0000)
commit36ba180901dd97003208ee6c51b0795cf351cb03
treeb845fd704bbecefb7cb6201c12b6385e7bdccace
parent6ca50bc4766fab54698a6c86b5395a49221c3408
Reject non-sideband connections.

This makes the client abort the connection if the server does not
support sideband. Conversely, the server closes the socket if the
client did not request a sideband connection.

This breaks compatibility with earlier versions of para_server and
para_client but allows to clean up the code considerably.
client_common.c
command.c
error.h