Bump version to upstream-1.3.1
authorsangwan.kwon <sangwan.kwon@samsung.com>
Thu, 30 May 2019 04:31:30 +0000 (13:31 +0900)
committerSangwan Kwon <sangwan.kwon@samsung.com>
Wed, 12 Jun 2019 00:04:43 +0000 (09:04 +0900)
commit6eca0f9a063b9597f178afe120933cf5b8cf36a7
tree95e3346f2da4870877f05ff89f3989f6ebbe1236
parentd50f604d71177566b3dfb0810d1eb10aee08a9e7
Bump version to upstream-1.3.1

- New hash apis

Added: smbios

Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
149 files changed:
include/osquery/config.h
include/osquery/config/plugin.h
include/osquery/core.h
include/osquery/database.h
include/osquery/database/db_handle.h
include/osquery/database/query.h
include/osquery/database/results.h
include/osquery/devtools.h
include/osquery/dispatcher.h
include/osquery/events.h
include/osquery/filesystem.h
include/osquery/flags.h
include/osquery/hash.h [new file with mode: 0644]
include/osquery/logger.h
include/osquery/logger/plugin.h
include/osquery/registry.h
include/osquery/scheduler.h
include/osquery/sql.h
include/osquery/status.h
include/osquery/tables.h
osquery/CMakeLists.txt
osquery/config/CMakeLists.txt
osquery/config/config.cpp
osquery/config/config_tests.cpp
osquery/config/plugins/filesystem.cpp
osquery/config/plugins/glog.cpp [deleted file]
osquery/core/CMakeLists.txt
osquery/core/conversions.cpp [new file with mode: 0644]
osquery/core/conversions.h
osquery/core/conversions_tests.cpp
osquery/core/flags.cpp
osquery/core/hash.cpp [new file with mode: 0644]
osquery/core/hash_tests.cpp [new file with mode: 0644]
osquery/core/init.cpp [moved from osquery/core/init_osquery.cpp with 54% similarity]
osquery/core/md5.h [deleted file]
osquery/core/sql.cpp
osquery/core/sql_tests.cpp
osquery/core/sqlite_util.cpp
osquery/core/sqlite_util.h
osquery/core/sqlite_util_tests.cpp
osquery/core/status_tests.cpp
osquery/core/system.cpp
osquery/core/tables.cpp
osquery/core/tables_tests.cpp [new file with mode: 0644]
osquery/core/test_util.cpp
osquery/core/test_util.h
osquery/core/test_util_tests.cpp
osquery/core/text.cpp
osquery/core/text_tests.cpp
osquery/core/virtual_table.cpp
osquery/core/virtual_table.h
osquery/database/db_handle.cpp
osquery/database/db_handle_tests.cpp
osquery/database/query.cpp
osquery/database/query_tests.cpp
osquery/database/results.cpp
osquery/database/results_tests.cpp
osquery/devtools/printer.cpp
osquery/devtools/printer_tests.cpp
osquery/dispatcher/dispatcher.cpp
osquery/dispatcher/dispatcher_tests.cpp
osquery/events/events.cpp
osquery/events/events_database_tests.cpp
osquery/events/events_tests.cpp
osquery/events/linux/inotify.cpp
osquery/events/linux/inotify.h
osquery/events/linux/inotify_tests.cpp
osquery/events/linux/udev.cpp
osquery/events/linux/udev.h
osquery/filesystem/CMakeLists.txt
osquery/filesystem/filesystem.cpp
osquery/filesystem/filesystem_tests.cpp
osquery/filesystem/linux/mem.cpp [new file with mode: 0644]
osquery/filesystem/linux/proc.cpp
osquery/logger/logger.cpp
osquery/logger/logger_tests.cpp
osquery/logger/plugins/filesystem.cpp
osquery/main/daemon.cpp
osquery/main/lib.cpp
osquery/main/run.cpp [new file with mode: 0644]
osquery/main/shell.cpp
osquery/registry/init_registry.h
osquery/registry/registry_template.h
osquery/registry/registry_tests.cpp
osquery/registry/singleton.h
osquery/scheduler/scheduler.cpp
osquery/scheduler/scheduler_tests.cpp
osquery/tables/CMakeLists.txt
osquery/tables/events/linux/hardware_events.cpp
osquery/tables/events/linux/passwd_changes.cpp
osquery/tables/networking/etc_hosts.cpp
osquery/tables/networking/etc_hosts_tests.cpp
osquery/tables/networking/etc_services.cpp [new file with mode: 0644]
osquery/tables/networking/linux/arp_cache.cpp
osquery/tables/networking/linux/inet_diag.h
osquery/tables/networking/linux/port_inode.cpp [deleted file]
osquery/tables/networking/linux/process_open_sockets.cpp [new file with mode: 0644]
osquery/tables/networking/linux/routes.cpp
osquery/tables/networking/linux/socket_inode.cpp [deleted file]
osquery/tables/networking/listening_ports.cpp [new file with mode: 0644]
osquery/tables/networking/utils.cpp
osquery/tables/networking/utils.h
osquery/tables/specs/blacklist
osquery/tables/specs/linux/port_inode.table [deleted file]
osquery/tables/specs/linux/socket_inode.table [deleted file]
osquery/tables/specs/x/acpi_tables.table [new file with mode: 0644]
osquery/tables/specs/x/etc_services.table [new file with mode: 0644]
osquery/tables/specs/x/hardware_events.table [moved from osquery/tables/specs/linux/hardware_events.table with 92% similarity]
osquery/tables/specs/x/hash.table
osquery/tables/specs/x/listening_ports.table [new file with mode: 0644]
osquery/tables/specs/x/osquery_flags.table [new file with mode: 0644]
osquery/tables/specs/x/osquery_info.table [new file with mode: 0644]
osquery/tables/specs/x/pci_devices.table [new file with mode: 0644]
osquery/tables/specs/x/process_open_files.table
osquery/tables/specs/x/process_open_sockets.table [new file with mode: 0644]
osquery/tables/specs/x/smbios_tables.table [new file with mode: 0644]
osquery/tables/specs/x/usb_devices.table [new file with mode: 0644]
osquery/tables/system/crontab.cpp [moved from osquery/tables/utility/crontab.cpp with 90% similarity]
osquery/tables/system/last.cpp
osquery/tables/system/linux/acpi_tables.cpp [new file with mode: 0644]
osquery/tables/system/linux/groups.cpp
osquery/tables/system/linux/kernel_modules.cpp
osquery/tables/system/linux/mounts.cpp
osquery/tables/system/linux/pci_devices.cpp [new file with mode: 0644]
osquery/tables/system/linux/process_open_files.cpp [new file with mode: 0644]
osquery/tables/system/linux/processes.cpp
osquery/tables/system/linux/smbios_tables.cpp [new file with mode: 0644]
osquery/tables/system/linux/usb_devices.cpp [new file with mode: 0644]
osquery/tables/system/linux/users.cpp
osquery/tables/system/logged_in_users.cpp
osquery/tables/system/shell_history.cpp
osquery/tables/system/smbios_utils.cpp [new file with mode: 0644]
osquery/tables/system/smbios_utils.h [new file with mode: 0644]
osquery/tables/system/suid_bin.cpp
osquery/tables/templates/amalgamation.cpp.in
osquery/tables/templates/blacklist.cpp.in
osquery/tables/templates/default.cpp.in
osquery/tables/utility/file.cpp
osquery/tables/utility/hash.cpp
osquery/tables/utility/osquery.cpp [new file with mode: 0644]
osquery/tables/utility/time.cpp
packaging/osquery.spec
tools/codegen/amalgamate.py [changed mode: 0644->0755]
tools/codegen/gentable.py
tools/deployment/osquery.example.conf [new file with mode: 0644]
tools/tests/test.config [new file with mode: 0644]
tools/tests/test_cert.pem [new file with mode: 0644]
tools/tests/test_hashing.bin [new file with mode: 0644]
tools/tests/test_hosts.txt [new file with mode: 0644]