Skip to content

Tags: google/santa

Tags

2024.9

Toggle 2024.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
kvo static rules (#1425)

2024.8

Toggle 2024.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: Change uint64 fields in syncv1.proto to uint32 for backwards com…

…patibility (#1422)

Change the uint64 fields in the syncv1.proto to uint32 to ensure backwards compatibility.

This also updates the SNTSyncEventUpload code to use the uint32 values and updates sync protocol docs.

2024.7

Toggle 2024.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
sync: Improve logging when connection restored, avoid retries. (#1408)

* sync: Improve logging when connection restored, avoid retries.

Don't retry requests if the error is that the machine is offline

2024.6

Toggle 2024.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
sync: Handle missing error string for abnormal statuses (#1402)

2024.5

Toggle 2024.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
santactl/fileinfo: Include teamID/platform prefix in signing ID (#1356)

2024.4

Toggle 2024.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add macOS-14 to the test matrix. (#1323)

2024.3

Toggle 2024.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add missing EndpointSecurity dylib (#1315)

2024.2

Toggle 2024.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove proc tree tests for now as the code isn't yet included in sant…

…a builds (#1287)

2024.1

Toggle 2024.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Sync clean all (#1275)

* WIP Clean syncs now leave non-transitive rules by default

* WIP Get existing tests compiling and passing

* Remove clean all sync server key. Basic tests.

* Add SNTConfiguratorTest, test deprecated key migration

* Revert changes to santactl status output

* Add new preflight response sync type key, lots of tests

* Rework configurator flow a bit so calls cannot be made out of order

* Comment clean sync states. Test all permutations.

* Update docs for new sync keys

* Doc updates as requested in PR

2023.10

Toggle 2023.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Expand debug logging for transitive rule failure case (#1248)