mirror of
https://github.com/google/santa.git
synced 2026-04-24 03:00:12 -04:00
* add in-kernel filemod prefix filter * byte lookup * added pruning and tests * clang-format * add TODO * don't need seen * review updates * reset filter on client connect * DisconnectClient: reset filter AddPrefix: when a branch is needed create the whole branch immediately * don't use strlen in HasPrefix use strnlen in AddPrefix up max nodes to 1024 * use new[] and delete[] for the prune "stack" revert clang-format changes to kernel tests remove reset node count * words * count not size