Refactoring: there will be only one service 22/26922/1
authorRafal Krypa <r.krypa@samsung.com>
Fri, 29 Aug 2014 16:34:49 +0000 (18:34 +0200)
committerRafal Krypa <r.krypa@samsung.com>
Fri, 29 Aug 2014 18:55:42 +0000 (20:55 +0200)
commit8af9d44cf707942fd107a48d91ee1e30b94e37d7
treeee61fabeae44982e3b09dc0a80489d6075ab2fda
parentafa17b7a57716977f8c1c2bc1168a72eaa18a7f2
Refactoring: there will be only one service

Security-manager started with installer service implementation. It was
created in a way supporting future creation of other services, working
in separate threads and listening on separate sockets. Such design is
however not planned for this project. The installer service recently
began to implement methods not related to installation, which begged for
some refactoring.
Hereby the installer service is renamed as just "service". There will be
a single socket and single service for all security-manager functions.

Change-Id: I40e939ded1b0e20c4e92c86738fb62ea4acd4a50
Signed-off-by: Rafal Krypa <r.krypa@samsung.com>
packaging/security-manager.spec
src/client/client-security-manager.cpp
src/common/include/protocols.h
src/common/protocols.cpp
src/server/CMakeLists.txt
src/server/main/server-main.cpp
src/server/service/include/service.h [moved from src/server/service/include/installer.h with 90% similarity]
src/server/service/service.cpp [moved from src/server/service/installer.cpp with 92% similarity]
systemd/CMakeLists.txt
systemd/security-manager.service.in
systemd/security-manager.socket [moved from systemd/security-manager-installer.socket with 77% similarity]