Move security server cookie API to new framework
authorPawel Polawski <p.polawski@partner.samsung.com>
Thu, 1 Aug 2013 13:15:43 +0000 (15:15 +0200)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Thu, 6 Feb 2014 16:13:21 +0000 (17:13 +0100)
commit4cd2ac4d1be6ec16ba62a3da662cc803739082d3
tree6f41e37010c2e26740dfd8600e2f3a477e9107f6
parentb6ffc4e43ed2d5f91fbfd007a290ddc86f9e630d
Move security server cookie API to new framework

[Issue#]        SSDWSSP-365
[Bug/Feature]   Rewrite cookie functions to new security-server framework
[Cause]         API functions in deprecated framework
[Solution]      API functions moved to the new framework
[Verification]  No tests should fail

Change-Id: If0a12680c8d966a78a940c3656920da1beaf4285
25 files changed:
packaging/security-server.spec
src/CMakeLists.txt
src/client/security-server-client.c
src/communication/security-server-comm.c
src/include/security-server-comm.h
src/include/security-server-cookie.h [deleted file]
src/include/security-server-util.h
src/include/security-server.h
src/server/security-server-cookie.c [deleted file]
src/server/security-server-main.c
src/server2/client/client-cookie.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/app-permissions.h
src/server2/service/cookie-jar.cpp [new file with mode: 0644]
src/server2/service/cookie-jar.h [new file with mode: 0644]
src/server2/service/cookie.cpp [new file with mode: 0644]
src/server2/service/cookie.h [new file with mode: 0644]
src/util/security-server-util-common.c
systemd/CMakeLists.txt
systemd/security-server-cookie-check.socket [new file with mode: 0644]
systemd/security-server-cookie-get.socket [new file with mode: 0644]
systemd/security-server.service