synergy-service/synergy/tests/unit
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 Added unit tests 2016-10-04 10:37:08 +00:00
test_client_command_executecommand.py add some unit tests for ExecuteCommand 2017-02-22 16:32:46 +00:00
test_client_command_httpcommand.py Missing security support 2017-05-23 12:57:50 +00:00
test_client_command_managercommand.py add some unit tests for the ManagerCommand class 2017-02-21 14:00:59 +00:00
test_client_shell.py CLI: remove auth_token, unused vars and add tests 2017-02-24 10:37:21 +01:00
test_manager_abstract.py Added unit tests 2016-10-04 10:37:08 +00:00
test_manager_implementation.py Added unit tests 2016-10-04 10:37:08 +00:00
test_serializer.py Added unit tests 2016-10-04 10:37:08 +00:00