osquery-1/osquery/config
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 killswitch: Remove killswitch code (#5949) 2019-10-29 19:14:35 -04:00
BUCK remove 'update' config plugin from config package and move it to oss/plugins (#5474) 2019-02-27 08:32:19 -08:00
CMakeLists.txt Refactor third-party libraries to build from source on Linux (#5706) 2019-08-30 16:25:19 +02:00
config.cpp killswitch: Remove killswitch code (#5949) 2019-10-29 19:14:35 -04:00
config.h Replace Status(0) calls with Status::success() to appease Lint (#5487) 2019-03-01 04:29:33 -08:00
packs.cpp Help packs class be immutable 2019-03-28 06:59:50 -07:00