Skip to content

Commit 5d4556d

Browse files
authored
Remove osquery dependency and replace with kmd (#96)
* Moved darwin from osquery to kmd for testing * removed osquery darwin dependency * removed kmd source and moved to internal npm module, fixed issue with Chrome extension command * remove all the osquery/thrift things * Added windows kmds and updated resolvers * bumped version and have unused resolvers return null * add all sources files to build * support querying osqueryVersion for backwards compat * added osqueryVersion back into schema * removed remaining osquery binaries and package.json references * Updated mac address resolvers to match graphql spec * Moved filling of empty graphql schema items to resolver, rather than adding bogus values in kmd sources * fixed issue with disk resolver not returning uuid or proper encryption status * disabled app and extension checks, fixed remote login check * Cleanup for 3.0 release. - Removed unused dependencies - Upgraded react-scripts to v2 - Removed unused code * tweaking autolaunch checks * Added isFirstLaunch to app settings * Fixed issue with powershell launcher, updated bitlocker check to accurately reflect status * Updated automatic update check on win32, using WU com object instead of service status * Changed automatic update instructions for Windows, changed default automatic updates policy to SUGGESTED * 3.0.1 version bump * Added bitlocker check executable files to build assets * Added extraResources/binaries to package.json (for windows) * Removed binaries key from package.json (windows) * Resolves #94 - regex was too open for ssh port check * Moved to using open-source kmd-script package. Moved back to public npm registry. Fixed encryption check for Windows.
1 parent d5a0374 commit 5d4556d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+5568
-25220
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# built dmg/exe/etc
33
/dist
44
*.psd
5-
5+
report/
66
.python-version
77

88
.DS_Store

bin/osqueryd.exe

-10.9 MB
Binary file not shown.

bin/osqueryd_darwin

-10.8 MB
Binary file not shown.

bin/osqueryd_linux

-22 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

bitlocker-status/bitlocker-status.exe

5 KB
Binary file not shown.

0 commit comments

Comments
 (0)