3 Commits

Author SHA1 Message Date
John U 9863c2cb8a [bugfix] thread-safe schema_locator (#61) (#96)
* [poc] inject schema_locator

* Apply suggestions from code review

Co-Authored-By: Kyle Reed <kareed@kallanreed.com>

* inject schema_locator [C++/CLI]

* inject schema_locator into predicate

* Update krabs/krabs/schema.hpp

Co-Authored-By: Kyle Reed <kareed@kallanreed.com>

* updated docs

* updated nuspec

Co-authored-by: Kyle Reed <kareed@kallanreed.com>
2020-02-09 20:20:09 +04:00
John U 66ff440b91 .stop() should always call ControlTrace(STOP) - even if .open()/.start() has not been called (#90)
* .stop() should always call ControlTrace(STOP), and ignore any trace not found errors

* query_stats() should always call ControlTrace(QUERY),
and gracefully handle 'trace not found'

* tabs -> spaces

Co-authored-by: Matt Swann <3lemenopy@gmail.com>
2020-01-15 13:57:01 -08:00
John U aad6efc81f tracing Microsoft-Windows-Security-Auditing (#5) (#93)
Merge commit by: Matt Swann <3lemenopy@gmail.com>
2020-01-14 10:08:55 -08:00