Comment 3 for bug 1691352

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to synergy-service (master)

Reviewed: https://review.openstack.org/466668
Committed: https://git.openstack.org/cgit/openstack/synergy-service/commit/?id=b99f2078a1cdd010b814a2491f2b245bbe4affa7
Submitter: Jenkins
Branch: master

commit b99f2078a1cdd010b814a2491f2b245bbe4affa7
Author: Lisa Zangrando <email address hidden>
Date: Mon May 22 12:23:38 2017 +0200

    Missing security support

    This fix provides to Synergy a security mechanism highly configurable.
    The security policies are pluggable so that it is possible to define any
    kind of authorization checks.
    This commit includes a very simple authorization plugin (i.e.
    synergy.auth.plugin.LocalHostAuthorization) which denies any command
    coming from clients having IP address different from the Synergy's one.

    Bug: #1691352
    Change-Id: I2535b2a3edeea5e56cd8918d01070a6f8a534c3e
    Sem-Ver: bugfix