osquery-1/osquery/dispatcher
Teddy Reed 04896c85cd
killswitch: Remove killswitch code (#5949)
This was determined to be the wrong approach to adding simple
killswitches. The intent was to quickly flip on/off features. It was
not widely adopted due to the dependencies killswitching has.

A different approach is to implement the same functions with something
simple like filesystem flags.
2019-10-29 19:14:35 -04:00
..
tests Refactor third-party libraries to build from source on Linux (#5706) 2019-08-30 16:25:19 +02:00
BUCK Move plugins to a separate directory [1/?] 2019-02-19 00:55:27 -08:00
CMakeLists.txt Refactor third-party libraries to build from source on Linux (#5706) 2019-08-30 16:25:19 +02:00
dispatcher.cpp Replace Status(0) calls with Status::success() to appease Lint (#5487) 2019-03-01 04:29:33 -08:00
distributed_runner.cpp Replace Status(0) calls with Status::success() to appease Lint (#5487) 2019-03-01 04:29:33 -08:00
distributed_runner.h Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
scheduler.cpp killswitch: Remove killswitch code (#5949) 2019-10-29 19:14:35 -04:00
scheduler.h Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00