Initial commit of server program and common lib 36/66336/1
authorKyungwook Tak <k.tak@samsung.com>
Wed, 16 Mar 2016 04:54:33 +0000 (13:54 +0900)
committerKyungwook Tak <k.tak@samsung.com>
Mon, 18 Apr 2016 11:11:56 +0000 (20:11 +0900)
commit8a5a534f3ea7df9ba2784b0075dfc40955bc94b2
tree3e570c4c9181c24368f5dbd74beebcb8217df7ed
parent1dc960a0c07c549666d0a4cf2d85ea5ce4631694
Initial commit of server program and common lib

Base code of IPC is from device-policy-manager package
which is written by Jaemin Ryu (jm77.ryu@samsung.com)

Change-Id: Id00a88ee5711281ba6fc6a87dbeaba051c630246
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
82 files changed:
CMakeLists.txt
LICENSE
LICENSE.BSL-1.0 [new file with mode: 0644]
README [deleted file]
csr-framework.changes [deleted file]
doc/Tizen Content Screening API Specification.pdf [deleted file]
doc/Tizen Content Screening Plugin API Specification.pdf [deleted file]
doc/Tizen Content Screening Test Specification.pdf [deleted file]
doc/Tizen Content Security Framework Proposal.pdf [deleted file]
doc/Tizen Web Protection API Specification.pdf [deleted file]
doc/Tizen Web Protection Plugin API Specification.pdf [deleted file]
doc/Tizen Web Protection Test Specification.pdf [deleted file]
doc/csrfw_TCSImpl_doc.h [deleted file]
doc/csrfw_TWPImpl_doc.h [deleted file]
doc/csrfw_doc.h [deleted file]
doc/images/csr_framework_overview.png [deleted file]
framework/CMakeLists.txt [deleted file]
framework/CsrLog.h [deleted file]
packaging/csr-client.manifest.in [new file with mode: 0644]
packaging/csr-common.manifest.in [new file with mode: 0644]
packaging/csr-framework.manifest [deleted file]
packaging/csr-framework.spec
packaging/csr.manifest.in [new file with mode: 0644]
pkgconfig/CMakeLists.txt
pkgconfig/csr.pc.in [moved from pkgconfig/csr-framework.pc.in with 79% similarity]
src/CMakeLists.txt
src/framework/CMakeLists.txt
src/framework/client/TCSImpl.c [deleted file]
src/framework/client/TWPImpl.c [deleted file]
src/framework/client/api.cpp [new file with mode: 0644]
src/framework/common/audit/console-sink.cpp [new file with mode: 0644]
src/framework/common/audit/console-sink.h [new file with mode: 0644]
src/framework/common/audit/dlog-sink.cpp [new file with mode: 0644]
src/framework/common/audit/dlog-sink.h [new file with mode: 0644]
src/framework/common/audit/log-sink.h [new file with mode: 0644]
src/framework/common/audit/logger.cpp [new file with mode: 0644]
src/framework/common/audit/logger.h [new file with mode: 0644]
src/framework/common/binary-queue.cpp [new file with mode: 0644]
src/framework/common/binary-queue.h [new file with mode: 0644]
src/framework/common/command-id.h [new file with mode: 0644]
src/framework/common/connection.cpp [new file with mode: 0644]
src/framework/common/connection.h [new file with mode: 0644]
src/framework/common/message-buffer.cpp [new file with mode: 0644]
src/framework/common/message-buffer.h [new file with mode: 0644]
src/framework/common/raw-buffer.h [new file with mode: 0644]
src/framework/common/serialization.h [new file with mode: 0644]
src/framework/common/socket.cpp [new file with mode: 0644]
src/framework/common/socket.h [new file with mode: 0644]
src/framework/main/csr-main.cpp [new file with mode: 0644]
src/framework/main/mainloop.cpp [new file with mode: 0644]
src/framework/main/mainloop.h [new file with mode: 0644]
src/framework/service/logic.cpp [new file with mode: 0644]
src/framework/service/logic.h [new file with mode: 0644]
src/framework/service/service.cpp [new file with mode: 0644]
src/framework/service/service.h [new file with mode: 0644]
src/include/CMakeLists.txt
src/include/csr/TCSErrorCodes.h [deleted file]
src/include/csr/TCSImpl.h [deleted file]
src/include/csr/TWPImpl.h [deleted file]
src/include/csr/api.h [new file with mode: 0644]
src/include/csr/error.h [new file with mode: 0644]
systemd/CMakeLists.txt [new file with mode: 0644]
systemd/csr.service.in [new file with mode: 0644]
systemd/csr.socket.in [new file with mode: 0644]
test/CMakeLists.txt
test/SampleInfo.c [deleted file]
test/SampleInfo.h [deleted file]
test/TCSTest.c [deleted file]
test/TCSTest.h [deleted file]
test/TCSTestUtils.c [deleted file]
test/TWPTest.c [deleted file]
test/TWPTest.h [deleted file]
test/TWPTestUtils.c [deleted file]
test/UrlInfo.h [deleted file]
test/XMHttp.c [deleted file]
test/XMHttp.h [deleted file]
test/XMPHttp.c [deleted file]
test/XMPHttp.h [deleted file]
test/colour_log_formatter.cpp [new file with mode: 0644]
test/colour_log_formatter.h [new file with mode: 0644]
test/test-api.cpp [new file with mode: 0644]
test/test-main.cpp [new file with mode: 0644]