Rewrite security-server password service to security-server 2
authorLukasz Kostyra <l.kostyra@partner.samsung.com>
Tue, 24 Sep 2013 12:23:54 +0000 (14:23 +0200)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Thu, 6 Feb 2014 16:13:23 +0000 (17:13 +0100)
commit0a12b69ae0b91db2236ee5b69dfe41dd750026cf
treee57b788e6d1371a81e2c4035d7f6011fec85cbcb
parentc7bec3a2933e742251ce306f3fbb3442309eb897
Rewrite security-server password service to security-server 2

[Issue#]        SSDWSSP-366
[Feature]       New password service to security-server 2 API
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run security-server-tests-password --output=text. With commit that
                adapts tests to this framework ( http://slp-info.sec.samsung.net/gerrit/#/c/339854 )
                all tests should pass.

Conflicts:

packaging/security-server.spec
src/CMakeLists.txt
src/server2/client/client-common.h
src/server2/common/protocols.cpp
src/server2/common/protocols.h
src/server2/main/server2-main.cpp
src/server2/service/cookie.h
systemd/CMakeLists.txt
systemd/security-server.service
src/server/security-server-password.c

Change-Id: Id1534e2cac06b499580d0ba94ff117275f7c00e8
29 files changed:
packaging/security-server.spec
src/CMakeLists.txt
src/client/security-server-client.c [deleted file]
src/communication/security-server-comm.c
src/include/security-server-comm.h
src/include/security-server-common.h
src/include/security-server-password.h [deleted file]
src/include/security-server.h
src/server/security-server-main.c
src/server/security-server-password.c [deleted file]
src/server2/client/client-common.h
src/server2/client/client-password.cpp [new file with mode: 0644]
src/server2/common/protocols.cpp
src/server2/common/protocols.h
src/server2/dpl/core/include/dpl/serialization.h
src/server2/main/server2-main.cpp
src/server2/service/password-exception.h [new file with mode: 0644]
src/server2/service/password-file-buffer.cpp [new file with mode: 0644]
src/server2/service/password-file-buffer.h [new file with mode: 0644]
src/server2/service/password-file.cpp [new file with mode: 0644]
src/server2/service/password-file.h [new file with mode: 0644]
src/server2/service/password-manager.cpp [new file with mode: 0644]
src/server2/service/password-manager.h [new file with mode: 0644]
src/server2/service/password.cpp [new file with mode: 0644]
src/server2/service/password.h [new file with mode: 0644]
systemd/CMakeLists.txt
systemd/security-server-password-check.socket [new file with mode: 0644]
systemd/security-server-password-set.socket [new file with mode: 0644]
systemd/security-server.service