Remove osquery/json
authorSangwan Kwon <sangwan.kwon@samsung.com>
Thu, 14 May 2020 07:56:24 +0000 (16:56 +0900)
committer권상완/Security 2Lab(SR)/Engineer/삼성전자 <sangwan.kwon@samsung.com>
Wed, 20 May 2020 01:51:37 +0000 (10:51 +0900)
commitb07c5cb11ef17bcfd6f3d6a8f9cb0c2149287376
tree718f1ff10305df59c811eec9b6053f040537de4a
parent2159bfdb0a9fb2b8c6e9bf0103bd09e35f5d87fa
Remove osquery/json

Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
19 files changed:
src/osquery/core/CMakeLists.txt
src/osquery/core/plugins/plugin.h
src/osquery/core/query.cpp
src/osquery/core/sql/diff_results.cpp
src/osquery/core/sql/diff_results.h
src/osquery/core/sql/query_data.cpp [deleted file]
src/osquery/core/sql/query_data.h
src/osquery/core/sql/row.cpp [deleted file]
src/osquery/core/sql/row.h
src/osquery/core/sql/table_row.h
src/osquery/core/sql/table_rows.cpp [deleted file]
src/osquery/core/sql/table_rows.h [deleted file]
src/osquery/include/osquery/query.h
src/osquery/include/osquery/tables.h
src/osquery/registry/registry_factory.cpp
src/osquery/sql/dynamic_table_row.cpp
src/osquery/sql/dynamic_table_row.h
src/osquery/sql/tests/sql.cpp
src/osquery/sql/tests/sqlite_util_tests.cpp