-
Notifications
You must be signed in to change notification settings - Fork 770
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Syncing recent changes. * Update client_build.py: fix the config check. * Add executable bit to the grr_fleetspeak_client.sh. * Expose mysql port 3306 in Docker compose config to ensure e2e tests complete.
- Loading branch information
Showing
1,242 changed files
with
43,830 additions
and
24,720 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,31 @@ | ||
# Unfortunately the ** syntax isn't supported before docker 1.10 | ||
# https://github.com/docker/docker/issues/13113 | ||
# and installing a newer version is difficult. | ||
.dockerignore | ||
.git/ | ||
.github/ | ||
gha-creds-*.json | ||
*.changes | ||
*.deb | ||
*.dsc | ||
*.egg-info | ||
*/*/server.local.yaml | ||
*.pyc | ||
*/*.pyc | ||
*/*/*.pyc | ||
*/*/*/*.pyc | ||
*/*/*/*/*.pyc | ||
*_pb2.* | ||
*/*_pb2.* | ||
*/*/*_pb2.* | ||
.git | ||
**/*.deb | ||
**/*.dsc | ||
**/*.egg-info/ | ||
**/*.pyc | ||
**/*_pb2.* | ||
**/*.o | ||
**/*.so | ||
**/*.whl | ||
**/__pycache__/ | ||
**/build/ | ||
**/dist/ | ||
**/server.local.yaml | ||
ACKNOWLEDGEMENTS | ||
AUTHORS | ||
build | ||
dist | ||
executables | ||
executables/ | ||
!executables/windows/templates/unzipsfx/*.exe | ||
gha-creds-*.json | ||
grr/config/grr_response_templates | ||
grr/gui/static/bower_components | ||
grr/gui/static/node_modules | ||
grr/gui/static/tmp | ||
grr/var | ||
grr/config/grr_response_templates/ | ||
grr/gui/static/bower_components/ | ||
grr/gui/static/node_modules/ | ||
grr/gui/static/tmp/ | ||
grr/var/ | ||
grr_server*.tar.gz | ||
LICENSE | ||
README.md | ||
travis | ||
vagrant | ||
travis/ | ||
vagrant/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.