Skip to content

Commit

Permalink
Remove osquery dependency and replace with kmd (#96)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
rmcvey authored Feb 14, 2019
1 parent d5a0374 commit 5d4556d
Show file tree
Hide file tree
Showing 79 changed files with 5,568 additions and 25,220 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# built dmg/exe/etc
/dist
*.psd

report/
.python-version

.DS_Store
Expand Down
Binary file removed bin/osqueryd.exe
Binary file not shown.
Binary file removed bin/osqueryd_darwin
Binary file not shown.
Binary file removed bin/osqueryd_linux
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bitlocker-status/bitlocker-status.exe
Binary file not shown.
6 changes: 6 additions & 0 deletions bitlocker-status/bitlocker-status.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
</configuration>
Binary file added bitlocker-status/bitlocker-status.pdb
Binary file not shown.
Loading

0 comments on commit 5d4556d

Please sign in to comment.