Reorganize directory structure
authorSangwan Kwon <sangwan.kwon@samsung.com>
Thu, 5 Sep 2019 08:13:13 +0000 (17:13 +0900)
committerSangwan Kwon <sangwan.kwon@samsung.com>
Fri, 6 Sep 2019 06:35:23 +0000 (15:35 +0900)
commit42233e7e5c8b4be9aecf9d62b22e18eb57d41f2e
tree2dabbe6defd55453a90b18ff0a548c31e87e4c1a
parenta39ad1bcdf2e56beb1e06314b8eba94f1facb816
Reorganize directory structure

Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
385 files changed:
CMake/Macro.cmake
CMakeLists.txt
include/osquery/config.h [deleted file]
include/osquery/core.h [deleted file]
include/osquery/database.h [deleted file]
include/osquery/database/results.h [deleted file]
include/osquery/events.h [deleted file]
include/osquery/extensions.h [deleted file]
include/osquery/filesystem.h [deleted file]
include/osquery/flags.h [deleted file]
include/osquery/hash.h [deleted file]
include/osquery/logger.h [deleted file]
include/osquery/notification.h [deleted file]
include/osquery/registry.h [deleted file]
include/osquery/sdk.h [deleted file]
include/osquery/sql.h [deleted file]
include/osquery/status.h [deleted file]
include/osquery/tables.h [deleted file]
osquery/CMakeLists.txt [deleted file]
osquery/config/CMakeLists.txt [deleted file]
osquery/config/config.cpp [deleted file]
osquery/config/parsers/query_packs.cpp [deleted file]
osquery/config/parsers/tests/query_packs_tests.cpp [deleted file]
osquery/config/plugins/filesystem.cpp [deleted file]
osquery/config/tests/config_tests.cpp [deleted file]
osquery/config/update.cpp [deleted file]
osquery/core/CMakeLists.txt [deleted file]
osquery/core/conversions.cpp [deleted file]
osquery/core/conversions.h [deleted file]
osquery/core/flags.cpp [deleted file]
osquery/core/hash.cpp [deleted file]
osquery/core/init.cpp [deleted file]
osquery/core/system.cpp [deleted file]
osquery/core/tables.cpp [deleted file]
osquery/core/test_util.cpp [deleted file]
osquery/core/test_util.h [deleted file]
osquery/core/tests/conversions_tests.cpp [deleted file]
osquery/core/tests/flags_tests.cpp [deleted file]
osquery/core/tests/hash_tests.cpp [deleted file]
osquery/core/tests/status_tests.cpp [deleted file]
osquery/core/tests/tables_tests.cpp [deleted file]
osquery/core/tests/text_tests.cpp [deleted file]
osquery/core/text.cpp [deleted file]
osquery/core/watcher.cpp [deleted file]
osquery/core/watcher.h [deleted file]
osquery/database/CMakeLists.txt [deleted file]
osquery/database/database.cpp [deleted file]
osquery/database/db_handle.cpp [deleted file]
osquery/database/db_handle.h [deleted file]
osquery/database/query.cpp [deleted file]
osquery/database/query.h [deleted file]
osquery/database/tests/db_handle_tests.cpp [deleted file]
osquery/database/tests/query_tests.cpp [deleted file]
osquery/database/tests/results_tests.cpp [deleted file]
osquery/devtools/CMakeLists.txt [deleted file]
osquery/devtools/devtools.h [deleted file]
osquery/devtools/printer.cpp [deleted file]
osquery/devtools/shell.cpp [deleted file]
osquery/devtools/tests/printer_tests.cpp [deleted file]
osquery/dispatcher/CMakeLists.txt [deleted file]
osquery/dispatcher/dispatcher.cpp [deleted file]
osquery/dispatcher/dispatcher.h [deleted file]
osquery/dispatcher/scheduler.cpp [deleted file]
osquery/dispatcher/scheduler.h [deleted file]
osquery/dispatcher/tests/dispatcher_tests.cpp [deleted file]
osquery/distributed/CMakeLists.txt [deleted file]
osquery/distributed/distributed.cpp [deleted file]
osquery/distributed/distributed.h [deleted file]
osquery/distributed/tests/distributed_tests.cpp [deleted file]
osquery/events/CMakeLists.txt [deleted file]
osquery/events/events.cpp [deleted file]
osquery/events/linux/inotify.cpp [deleted file]
osquery/events/linux/inotify.h [deleted file]
osquery/events/linux/tests/inotify_tests.cpp [deleted file]
osquery/events/linux/udev.cpp [deleted file]
osquery/events/linux/udev.h [deleted file]
osquery/events/tests/events_database_tests.cpp [deleted file]
osquery/events/tests/events_tests.cpp [deleted file]
osquery/examples/example_extension.cpp [deleted file]
osquery/examples/example_module.cpp [deleted file]
osquery/extensions/CMakeLists.txt [deleted file]
osquery/extensions/extensions.cpp [deleted file]
osquery/extensions/interface.cpp [deleted file]
osquery/extensions/interface.h [deleted file]
osquery/extensions/tests/extensions_tests.cpp [deleted file]
osquery/filesystem/CMakeLists.txt [deleted file]
osquery/filesystem/filesystem.cpp [deleted file]
osquery/filesystem/linux/mem.cpp [deleted file]
osquery/filesystem/linux/proc.cpp [deleted file]
osquery/filesystem/tests/filesystem_tests.cpp [deleted file]
osquery/logger/CMakeLists.txt [deleted file]
osquery/logger/logger.cpp [deleted file]
osquery/logger/plugins/filesystem.cpp [deleted file]
osquery/logger/plugins/syslog.cpp [deleted file]
osquery/logger/tests/logger_tests.cpp [deleted file]
osquery/main/daemon.cpp [deleted file]
osquery/main/empty.cpp [deleted file]
osquery/main/lib.cpp [deleted file]
osquery/main/run.cpp [deleted file]
osquery/main/shell.cpp [deleted file]
osquery/main/tests.cpp [deleted file]
osquery/registry/CMakeLists.txt [deleted file]
osquery/registry/registry.cpp [deleted file]
osquery/registry/tests/registry_tests.cpp [deleted file]
osquery/sql/CMakeLists.txt [deleted file]
osquery/sql/sql.cpp [deleted file]
osquery/sql/sqlite_util.cpp [deleted file]
osquery/sql/sqlite_util.h [deleted file]
osquery/sql/tests/sql_tests.cpp [deleted file]
osquery/sql/tests/sqlite_util_tests.cpp [deleted file]
osquery/sql/tests/virtual_table_tests.cpp [deleted file]
osquery/sql/virtual_table.cpp [deleted file]
osquery/sql/virtual_table.h [deleted file]
osquery/tables/CMakeLists.txt [deleted file]
osquery/tables/events/linux/file_events.cpp [deleted file]
osquery/tables/events/linux/hardware_events.cpp [deleted file]
osquery/tables/events/linux/passwd_changes.cpp [deleted file]
osquery/tables/networking/etc_hosts.cpp [deleted file]
osquery/tables/networking/etc_protocols.cpp [deleted file]
osquery/tables/networking/etc_services.cpp [deleted file]
osquery/tables/networking/linux/arp_cache.cpp [deleted file]
osquery/tables/networking/linux/inet_diag.h [deleted file]
osquery/tables/networking/linux/ip_tables.h [deleted file]
osquery/tables/networking/linux/iptables.cpp [deleted file]
osquery/tables/networking/linux/libiptc.h [deleted file]
osquery/tables/networking/linux/process_open_sockets.cpp [deleted file]
osquery/tables/networking/linux/routes.cpp [deleted file]
osquery/tables/networking/linux/tests/iptables_tests.cpp [deleted file]
osquery/tables/networking/listening_ports.cpp [deleted file]
osquery/tables/networking/tests/etc_hosts_tests.cpp [deleted file]
osquery/tables/networking/tests/etc_protocols_tests.cpp [deleted file]
osquery/tables/networking/utils.cpp [deleted file]
osquery/tables/networking/utils.h [deleted file]
osquery/tables/system/crontab.cpp [deleted file]
osquery/tables/system/last.cpp [deleted file]
osquery/tables/system/linux/acpi_tables.cpp [deleted file]
osquery/tables/system/linux/groups.cpp [deleted file]
osquery/tables/system/linux/kernel_info.cpp [deleted file]
osquery/tables/system/linux/kernel_modules.cpp [deleted file]
osquery/tables/system/linux/memory_map.cpp [deleted file]
osquery/tables/system/linux/model_specific_register.cpp [deleted file]
osquery/tables/system/linux/mounts.cpp [deleted file]
osquery/tables/system/linux/os_version.cpp [deleted file]
osquery/tables/system/linux/pci_devices.cpp [deleted file]
osquery/tables/system/linux/process_open_files.cpp [deleted file]
osquery/tables/system/linux/processes.cpp [deleted file]
osquery/tables/system/linux/shared_memory.cpp [deleted file]
osquery/tables/system/linux/smbios_tables.cpp [deleted file]
osquery/tables/system/linux/sysctl_utils.cpp [deleted file]
osquery/tables/system/linux/usb_devices.cpp [deleted file]
osquery/tables/system/linux/user_groups.cpp [deleted file]
osquery/tables/system/linux/users.cpp [deleted file]
osquery/tables/system/logged_in_users.cpp [deleted file]
osquery/tables/system/shell_history.cpp [deleted file]
osquery/tables/system/smbios_utils.cpp [deleted file]
osquery/tables/system/smbios_utils.h [deleted file]
osquery/tables/system/suid_bin.cpp [deleted file]
osquery/tables/system/sysctl_utils.h [deleted file]
osquery/tables/system/system_controls.cpp [deleted file]
osquery/tables/system/uptime.cpp [deleted file]
osquery/tables/system/user_groups.h [deleted file]
osquery/tables/utility/file.cpp [deleted file]
osquery/tables/utility/hash.cpp [deleted file]
osquery/tables/utility/osquery.cpp [deleted file]
osquery/tables/utility/time.cpp [deleted file]
osquery/tizen/CMakeLists.txt [deleted file]
osquery/tizen/manager/manager.cpp [deleted file]
osquery/tizen/manager/manager_impl.cpp [deleted file]
osquery/tizen/manager/manager_impl.h [deleted file]
osquery/tizen/manager/tests/manager_tests.cpp [deleted file]
osquery/tizen/notification/notification.cpp [deleted file]
osquery/tizen/notification/tests/notification_tests.cpp [deleted file]
osquery/tizen/property/property.cpp [deleted file]
osquery/tizen/property/tests/property_tests.cpp [deleted file]
osquery/tizen/tables/bluetooth_policy.cpp [deleted file]
osquery/tizen/tables/tests/policy_tests.cpp [deleted file]
osquery/tizen/tables/usb_policy.cpp [deleted file]
osquery/tizen/tables/wifi_policy.cpp [deleted file]
osquery/tizen/tsqb/include/column-pack.hxx [deleted file]
osquery/tizen/tsqb/include/column.hxx [deleted file]
osquery/tizen/tsqb/include/condition.hxx [deleted file]
osquery/tizen/tsqb/include/crud.hxx [deleted file]
osquery/tizen/tsqb/include/database.hxx [deleted file]
osquery/tizen/tsqb/include/expression.hxx [deleted file]
osquery/tizen/tsqb/include/table-pack.hxx [deleted file]
osquery/tizen/tsqb/include/table.hxx [deleted file]
osquery/tizen/tsqb/include/tuple-helper.hxx [deleted file]
osquery/tizen/tsqb/include/type.hxx [deleted file]
osquery/tizen/tsqb/include/util.hxx [deleted file]
osquery/tizen/tsqb/tests/tsqb-tests.cpp [deleted file]
osquery/tizen/tsqb/tsqb.hxx [deleted file]
packaging/osquery.spec
plugins/CMakeLists.txt
plugins/bluetooth/CMakeLists.txt
plugins/wifi/CMakeLists.txt
src/CMakeLists.txt [new file with mode: 0644]
src/apix/CMakeLists.txt [new file with mode: 0644]
src/apix/main/tests.cpp [new file with mode: 0644]
src/apix/manager/CMakeLists.txt [new file with mode: 0644]
src/apix/manager/manager.cpp [new file with mode: 0644]
src/apix/manager/manager_impl.cpp [new file with mode: 0644]
src/apix/manager/manager_impl.h [new file with mode: 0644]
src/apix/manager/tests/manager_tests.cpp [new file with mode: 0644]
src/apix/notification/CMakeLists.txt [new file with mode: 0644]
src/apix/notification/notification.cpp [new file with mode: 0644]
src/apix/notification/tests/notification_tests.cpp [new file with mode: 0644]
src/apix/property/CMakeLists.txt [new file with mode: 0644]
src/apix/property/property.cpp [new file with mode: 0644]
src/apix/property/tests/property_tests.cpp [new file with mode: 0644]
src/apix/tsqb/CMakeLists.txt [new file with mode: 0644]
src/apix/tsqb/include/column-pack.hxx [new file with mode: 0644]
src/apix/tsqb/include/column.hxx [new file with mode: 0644]
src/apix/tsqb/include/condition.hxx [new file with mode: 0644]
src/apix/tsqb/include/crud.hxx [new file with mode: 0644]
src/apix/tsqb/include/database.hxx [new file with mode: 0644]
src/apix/tsqb/include/expression.hxx [new file with mode: 0644]
src/apix/tsqb/include/table-pack.hxx [new file with mode: 0644]
src/apix/tsqb/include/table.hxx [new file with mode: 0644]
src/apix/tsqb/include/tuple-helper.hxx [new file with mode: 0644]
src/apix/tsqb/include/type.hxx [new file with mode: 0644]
src/apix/tsqb/include/util.hxx [new file with mode: 0644]
src/apix/tsqb/tests/tsqb-tests.cpp [new file with mode: 0644]
src/apix/tsqb/tsqb.hxx [new file with mode: 0644]
src/osquery/CMakeLists.txt [new file with mode: 0644]
src/osquery/config/CMakeLists.txt [new file with mode: 0644]
src/osquery/config/config.cpp [new file with mode: 0644]
src/osquery/config/parsers/query_packs.cpp [new file with mode: 0644]
src/osquery/config/parsers/tests/query_packs_tests.cpp [new file with mode: 0644]
src/osquery/config/plugins/filesystem.cpp [new file with mode: 0644]
src/osquery/config/tests/config_tests.cpp [new file with mode: 0644]
src/osquery/config/update.cpp [new file with mode: 0644]
src/osquery/core/CMakeLists.txt [new file with mode: 0644]
src/osquery/core/conversions.cpp [new file with mode: 0644]
src/osquery/core/conversions.h [new file with mode: 0644]
src/osquery/core/flags.cpp [new file with mode: 0644]
src/osquery/core/hash.cpp [new file with mode: 0644]
src/osquery/core/init.cpp [new file with mode: 0644]
src/osquery/core/system.cpp [new file with mode: 0644]
src/osquery/core/tables.cpp [new file with mode: 0644]
src/osquery/core/test_util.cpp [new file with mode: 0644]
src/osquery/core/test_util.h [new file with mode: 0644]
src/osquery/core/tests/conversions_tests.cpp [new file with mode: 0644]
src/osquery/core/tests/flags_tests.cpp [new file with mode: 0644]
src/osquery/core/tests/hash_tests.cpp [new file with mode: 0644]
src/osquery/core/tests/status_tests.cpp [new file with mode: 0644]
src/osquery/core/tests/tables_tests.cpp [new file with mode: 0644]
src/osquery/core/tests/text_tests.cpp [new file with mode: 0644]
src/osquery/core/text.cpp [new file with mode: 0644]
src/osquery/core/watcher.cpp [new file with mode: 0644]
src/osquery/core/watcher.h [new file with mode: 0644]
src/osquery/database/CMakeLists.txt [new file with mode: 0644]
src/osquery/database/database.cpp [new file with mode: 0644]
src/osquery/database/db_handle.cpp [new file with mode: 0644]
src/osquery/database/db_handle.h [new file with mode: 0644]
src/osquery/database/query.cpp [new file with mode: 0644]
src/osquery/database/query.h [new file with mode: 0644]
src/osquery/database/tests/db_handle_tests.cpp [new file with mode: 0644]
src/osquery/database/tests/query_tests.cpp [new file with mode: 0644]
src/osquery/database/tests/results_tests.cpp [new file with mode: 0644]
src/osquery/devtools/CMakeLists.txt [new file with mode: 0644]
src/osquery/devtools/devtools.h [new file with mode: 0644]
src/osquery/devtools/printer.cpp [new file with mode: 0644]
src/osquery/devtools/shell.cpp [new file with mode: 0644]
src/osquery/devtools/tests/printer_tests.cpp [new file with mode: 0644]
src/osquery/dispatcher/CMakeLists.txt [new file with mode: 0644]
src/osquery/dispatcher/dispatcher.cpp [new file with mode: 0644]
src/osquery/dispatcher/dispatcher.h [new file with mode: 0644]
src/osquery/dispatcher/scheduler.cpp [new file with mode: 0644]
src/osquery/dispatcher/scheduler.h [new file with mode: 0644]
src/osquery/dispatcher/tests/dispatcher_tests.cpp [new file with mode: 0644]
src/osquery/distributed/CMakeLists.txt [new file with mode: 0644]
src/osquery/distributed/distributed.cpp [new file with mode: 0644]
src/osquery/distributed/distributed.h [new file with mode: 0644]
src/osquery/distributed/tests/distributed_tests.cpp [new file with mode: 0644]
src/osquery/events/CMakeLists.txt [new file with mode: 0644]
src/osquery/events/events.cpp [new file with mode: 0644]
src/osquery/events/linux/inotify.cpp [new file with mode: 0644]
src/osquery/events/linux/inotify.h [new file with mode: 0644]
src/osquery/events/linux/tests/inotify_tests.cpp [new file with mode: 0644]
src/osquery/events/linux/udev.cpp [new file with mode: 0644]
src/osquery/events/linux/udev.h [new file with mode: 0644]
src/osquery/events/tests/events_database_tests.cpp [new file with mode: 0644]
src/osquery/events/tests/events_tests.cpp [new file with mode: 0644]
src/osquery/examples/example_extension.cpp [new file with mode: 0644]
src/osquery/examples/example_module.cpp [new file with mode: 0644]
src/osquery/extensions/CMakeLists.txt [new file with mode: 0644]
src/osquery/extensions/extensions.cpp [new file with mode: 0644]
src/osquery/extensions/interface.cpp [new file with mode: 0644]
src/osquery/extensions/interface.h [new file with mode: 0644]
src/osquery/extensions/tests/extensions_tests.cpp [new file with mode: 0644]
src/osquery/filesystem/CMakeLists.txt [new file with mode: 0644]
src/osquery/filesystem/filesystem.cpp [new file with mode: 0644]
src/osquery/filesystem/linux/mem.cpp [new file with mode: 0644]
src/osquery/filesystem/linux/proc.cpp [new file with mode: 0644]
src/osquery/filesystem/tests/filesystem_tests.cpp [new file with mode: 0644]
src/osquery/include/osquery/config.h [new file with mode: 0644]
src/osquery/include/osquery/core.h [new file with mode: 0644]
src/osquery/include/osquery/database.h [new file with mode: 0644]
src/osquery/include/osquery/database/results.h [new file with mode: 0644]
src/osquery/include/osquery/events.h [new file with mode: 0644]
src/osquery/include/osquery/extensions.h [new file with mode: 0644]
src/osquery/include/osquery/filesystem.h [new file with mode: 0644]
src/osquery/include/osquery/flags.h [new file with mode: 0644]
src/osquery/include/osquery/hash.h [new file with mode: 0644]
src/osquery/include/osquery/logger.h [new file with mode: 0644]
src/osquery/include/osquery/notification.h [new file with mode: 0644]
src/osquery/include/osquery/registry.h [new file with mode: 0644]
src/osquery/include/osquery/sdk.h [new file with mode: 0644]
src/osquery/include/osquery/sql.h [new file with mode: 0644]
src/osquery/include/osquery/status.h [new file with mode: 0644]
src/osquery/include/osquery/tables.h [new file with mode: 0644]
src/osquery/logger/CMakeLists.txt [new file with mode: 0644]
src/osquery/logger/logger.cpp [new file with mode: 0644]
src/osquery/logger/plugins/filesystem.cpp [new file with mode: 0644]
src/osquery/logger/plugins/syslog.cpp [new file with mode: 0644]
src/osquery/logger/tests/logger_tests.cpp [new file with mode: 0644]
src/osquery/main/empty.cpp [new file with mode: 0644]
src/osquery/main/lib.cpp [new file with mode: 0644]
src/osquery/main/run.cpp [new file with mode: 0644]
src/osquery/main/shell.cpp [new file with mode: 0644]
src/osquery/main/tests.cpp [new file with mode: 0644]
src/osquery/registry/CMakeLists.txt [new file with mode: 0644]
src/osquery/registry/registry.cpp [new file with mode: 0644]
src/osquery/registry/tests/registry_tests.cpp [new file with mode: 0644]
src/osquery/sql/CMakeLists.txt [new file with mode: 0644]
src/osquery/sql/sql.cpp [new file with mode: 0644]
src/osquery/sql/sqlite_util.cpp [new file with mode: 0644]
src/osquery/sql/sqlite_util.h [new file with mode: 0644]
src/osquery/sql/tests/sql_tests.cpp [new file with mode: 0644]
src/osquery/sql/tests/sqlite_util_tests.cpp [new file with mode: 0644]
src/osquery/sql/tests/virtual_table_tests.cpp [new file with mode: 0644]
src/osquery/sql/virtual_table.cpp [new file with mode: 0644]
src/osquery/sql/virtual_table.h [new file with mode: 0644]
src/osquery/tables/CMakeLists.txt [new file with mode: 0644]
src/osquery/tables/events/linux/file_events.cpp [new file with mode: 0644]
src/osquery/tables/events/linux/hardware_events.cpp [new file with mode: 0644]
src/osquery/tables/events/linux/passwd_changes.cpp [new file with mode: 0644]
src/osquery/tables/networking/etc_hosts.cpp [new file with mode: 0644]
src/osquery/tables/networking/etc_protocols.cpp [new file with mode: 0644]
src/osquery/tables/networking/etc_services.cpp [new file with mode: 0644]
src/osquery/tables/networking/linux/arp_cache.cpp [new file with mode: 0644]
src/osquery/tables/networking/linux/inet_diag.h [new file with mode: 0644]
src/osquery/tables/networking/linux/ip_tables.h [new file with mode: 0644]
src/osquery/tables/networking/linux/iptables.cpp [new file with mode: 0644]
src/osquery/tables/networking/linux/libiptc.h [new file with mode: 0644]
src/osquery/tables/networking/linux/process_open_sockets.cpp [new file with mode: 0644]
src/osquery/tables/networking/linux/routes.cpp [new file with mode: 0644]
src/osquery/tables/networking/linux/tests/iptables_tests.cpp [new file with mode: 0644]
src/osquery/tables/networking/listening_ports.cpp [new file with mode: 0644]
src/osquery/tables/networking/tests/etc_hosts_tests.cpp [new file with mode: 0644]
src/osquery/tables/networking/tests/etc_protocols_tests.cpp [new file with mode: 0644]
src/osquery/tables/networking/utils.cpp [new file with mode: 0644]
src/osquery/tables/networking/utils.h [new file with mode: 0644]
src/osquery/tables/system/crontab.cpp [new file with mode: 0644]
src/osquery/tables/system/last.cpp [new file with mode: 0644]
src/osquery/tables/system/linux/acpi_tables.cpp [new file with mode: 0644]
src/osquery/tables/system/linux/groups.cpp [new file with mode: 0644]
src/osquery/tables/system/linux/kernel_info.cpp [new file with mode: 0644]
src/osquery/tables/system/linux/kernel_modules.cpp [new file with mode: 0644]
src/osquery/tables/system/linux/memory_map.cpp [new file with mode: 0644]
src/osquery/tables/system/linux/model_specific_register.cpp [new file with mode: 0644]
src/osquery/tables/system/linux/mounts.cpp [new file with mode: 0644]
src/osquery/tables/system/linux/os_version.cpp [new file with mode: 0644]
src/osquery/tables/system/linux/pci_devices.cpp [new file with mode: 0644]
src/osquery/tables/system/linux/process_open_files.cpp [new file with mode: 0644]
src/osquery/tables/system/linux/processes.cpp [new file with mode: 0644]
src/osquery/tables/system/linux/shared_memory.cpp [new file with mode: 0644]
src/osquery/tables/system/linux/smbios_tables.cpp [new file with mode: 0644]
src/osquery/tables/system/linux/sysctl_utils.cpp [new file with mode: 0644]
src/osquery/tables/system/linux/usb_devices.cpp [new file with mode: 0644]
src/osquery/tables/system/linux/user_groups.cpp [new file with mode: 0644]
src/osquery/tables/system/linux/users.cpp [new file with mode: 0644]
src/osquery/tables/system/logged_in_users.cpp [new file with mode: 0644]
src/osquery/tables/system/shell_history.cpp [new file with mode: 0644]
src/osquery/tables/system/smbios_utils.cpp [new file with mode: 0644]
src/osquery/tables/system/smbios_utils.h [new file with mode: 0644]
src/osquery/tables/system/suid_bin.cpp [new file with mode: 0644]
src/osquery/tables/system/sysctl_utils.h [new file with mode: 0644]
src/osquery/tables/system/system_controls.cpp [new file with mode: 0644]
src/osquery/tables/system/uptime.cpp [new file with mode: 0644]
src/osquery/tables/system/user_groups.h [new file with mode: 0644]
src/osquery/tables/utility/file.cpp [new file with mode: 0644]
src/osquery/tables/utility/hash.cpp [new file with mode: 0644]
src/osquery/tables/utility/osquery.cpp [new file with mode: 0644]
src/osquery/tables/utility/time.cpp [new file with mode: 0644]