synergy-service/synergy/common
Lisa Zangrando b99f2078a1 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
2017-05-23 12:57:50 +00:00
..
__init__.py import project from launchpad git repo 2016-04-27 16:29:13 +02:00
command.py import project from launchpad git repo 2016-04-27 16:29:13 +02:00
config.py Missing security support 2017-05-23 12:57:50 +00:00
context.py Replaces uuid.uuid4 with uuidutils.generate_uuid() 2016-12-07 09:21:44 +00:00
manager.py Synergy should never raise Exception directly 2017-05-17 06:21:33 +00:00
serializer.py Synergy should never raise Exception directly 2017-05-17 06:21:33 +00:00
service.py Clean up oslo imports 2016-11-08 11:18:01 +01:00
utils.py Missing security support 2017-05-23 12:57:50 +00:00
wsgi.py Synergy should never raise Exception directly 2017-05-17 06:21:33 +00:00