osquery-1/osquery/registry
Stefano Bonicatti e1dca49663 Fix regression in calling core only plugins from extensions (#5875)
PR osquery/osquery#5464 makes it impossible to call plugins
which are only registered in the core, as its happening with osquery/osquery#5839.

What happens when this is working is that the filesystem plugin is not present
in the extension registry, so when Registry::call tries to search for a plugin
that provides the "config" feature, it won't find one and the resulting plugin name,
and later item_name, will be empty.

This results in the RegistryInterface::call reroute the call to the core,
through Thrift, which will end up in the plugin correctly answering.
2019-10-11 17:15:19 -07:00
..
tests Refactor third-party libraries to build from source on Linux (#5706) 2019-08-30 16:25:19 +02:00
BUCK Remove duplication of the target names (#5391) 2019-01-25 07:23:20 -08:00
CMakeLists.txt Refactor third-party libraries to build from source on Linux (#5706) 2019-08-30 16:25:19 +02:00
registry_factory.cpp Replace Status(0) calls with Status::success() to appease Lint (#5487) 2019-03-01 04:29:33 -08:00
registry_interface.cpp Fix regression in calling core only plugins from extensions (#5875) 2019-10-11 17:15:19 -07:00