Separate password_set and password_reset APIs on socket level.
authorMarcin Niesluchowski <m.niesluchow@samsung.com>
Wed, 27 Nov 2013 15:41:52 +0000 (16:41 +0100)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Thu, 6 Feb 2014 16:13:24 +0000 (17:13 +0100)
commita8a963077e38cee32ff69626b283d72fcb99eef4
tree7387335f9f0a5c6d095f94b92c16191362a258c5
parentc9c27586df6f1e680886cbbaffaceef7ebd4d9c3
Separate password_set and password_reset APIs on socket level.

[Issue#]        SSDWSSP-691
[Bug/Feature]   N/A
[Cause]         Applications should have access only to those functions they
                need.
[Solution]      Moving password_reset to new socket with different label.
[Verification]  Build and install. Run security-server password tests.

Change-Id: I318e649314fd7410ccfa065124b7d6175cf6687e
packaging/security-server.manifest
packaging/security-server.spec
src/include/security-server.h
src/server/client/client-password.cpp
src/server/common/protocols.cpp
src/server/common/protocols.h
src/server/service/password.cpp
src/server/service/password.h
systemd/CMakeLists.txt
systemd/security-server-password-reset.socket [new file with mode: 0644]
systemd/security-server.service