Releases: microsoft/ntosebpfext
Releases · microsoft/ntosebpfext
Release-v0.2.0
What's Changed
- Centralize which version of clang to use by @Alan-Jowett in #125
- remove netevent_monitor test program from onebranch. by @shankarseal in #126
- sign installation script. by @shankarseal in #127
- Bump github/codeql-action from 3.26.8 to 3.26.9 by @dependabot in #128
- Bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #129
- Bump external/usersim from
07b8d70
toe493ccd
by @dependabot in #130 - Bump actions/cache from 4.0.2 to 4.1.0 by @dependabot in #131
- Bump github/codeql-action from 3.26.9 to 3.26.11 by @dependabot in #132
- Bump codecov/codecov-action from 4.5.0 to 4.6.0 by @dependabot in #133
- Bump actions/upload-artifact from 4.4.0 to 4.4.3 by @dependabot in #135
- Bump actions/cache from 4.1.0 to 4.1.1 by @dependabot in #136
- Bump github/codeql-action from 3.26.11 to 3.26.12 by @dependabot in #137
- Bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in #138
- Bump external/usersim from
e493ccd
to68b423a
by @dependabot in #139 - Bump external/Catch2 from
fa43b77
to0b2af56
by @dependabot in #143 - Bump github/codeql-action from 3.26.12 to 3.26.13 by @dependabot in #144
- Bump actions/cache from 4.1.1 to 4.1.2 by @dependabot in #146
- Fix npiid for neteventebpfext by @LakshK98 in #140
- Bump external/Catch2 from
0b2af56
toa6ee7e2
by @dependabot in #151 - Bump github/codeql-action from 3.26.13 to 3.27.0 by @dependabot in #147
- Bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #148
- Bump actions/dependency-review-action from 4.3.4 to 4.3.5 by @dependabot in #149
- Bump external/usersim from
68b423a
to3638841
by @dependabot in #150 - Group dependabot updates by @Alan-Jowett in #134
- Bump the actions group with 2 updates by @dependabot in #153
- Bump actions/dependency-review-action from 4.3.5 to 4.4.0 in the actions group by @dependabot in #154
- Fix netevent prog test by @LakshK98 in #145
- update version to 0.2.0 by @LakshK98 in #155
- Bump github/codeql-action from 3.27.0 to 3.27.1 in the actions group by @dependabot in #157
- Bump external/usersim from
88a336d
tod91240e
in the actions group by @dependabot in #158 - Add version update script by @LakshK98 in #156
- Update .NET SDK to latest patch version by @LakshK98 in #160
- update dotnet sdk version by @LakshK98 in #161
- Switch to nuget WDK by @Alan-Jowett in #166
- Copy build files in onebranch pipeline by @LakshK98 in #165
- Bump the actions group across 1 directory with 3 updates by @dependabot in #168
- Bump the actions group with 3 updates by @dependabot in #170
- Bump the actions group across 1 directory with 2 updates by @dependabot in #172
- Bump the actions group with 3 updates by @dependabot in #177
- Fix netevent header structure by @LakshK98 in #174
Full Changelog: Release-v0.1.0...Release-v0.2.0
Release-v0.1.0
This is the first pre-release version of the NTOS eBPF extension project. This includes test signed binaries for two eBPF extensions. These are
the process extension (ntosebpfext.sys
) and net even extension (neteventebpfext.sys
).
What's Changed
- Fork of ebpf-for-windows stripped down to create ntosebpfext by @Alan-Jowett in #1
- Bump external/ebpf-verifier from
1056586
to800101d
by @dependabot in #2 - Update README files and code cleanup. by @Alan-Jowett in #3
- Code cleanup by @Alan-Jowett in #5
- Add tools and demo app by @Alan-Jowett in #6
- Update README.md by @poornagmsft in #11
- Update ntos_ebpf_ext.h by @poornagmsft in #12
- Switch of ebpf-for-windows 0.15.1 by @Alan-Jowett in #20
- Enable ntosebpfext workflows by @Alan-Jowett in #21
- Fix repo reference by @Alan-Jowett in #22
- Add test for process_monitor.exe tool by @Alan-Jowett in #23
- Switch to 0.16.0 by @Alan-Jowett in #24
- Add test for process_monitor.exe tool by @Alan-Jowett in #25
- Refactor common code into libs\ebpf_ext by @Alan-Jowett in #26
- Fix test failure due to empty line at start of process_monitor_output.txt by @Alan-Jowett in #40
- Add exit codes to process destroy information by @Austin-Lamb in #36
- Derive device name from PROVIDER_NAME by @Alan-Jowett in #27
- Add process create and exit times by @Austin-Lamb in #47
- Add new
neteventebpfext
eBPF extension for processing network events. by @gtrevi in #28 - Enable building ntosepbfext in onebranch by @Alan-Jowett in #70
- Fixup ntosebpfext.onebranch.sln by @Alan-Jowett in #71
- Upgrade to eBPF core 0.17.0 by @Austin-Lamb in #74
- Fix ODR violation by @Alan-Jowett in #75
- Add support for very long command lines in ntosebpfext process data by @Austin-Lamb in #76
- Change ntosebpfext command lines and image file names from UTF-8 to UTF-16 by @Austin-Lamb in #77
- Adding build for NuGet package by @Austin-Lamb in #79
- Switch to ebpf 0.18.0 and add supports_context_header by @Alan-Jowett in #91
- add install script for netevetebpfext and ntosebpfext by @LakshK98 in #108
- version 0.1.0 by @shankarseal in #111
- remove ntosebpfext.onebranch.sln. by @shankarseal in #119
New Contributors
- @dependabot made their first contribution in #2
- @poornagmsft made their first contribution in #11
- @Austin-Lamb made their first contribution in #36
- @gtrevi made their first contribution in #28
- @LakshK98 made their first contribution in #108
Full Changelog: https://github.com/microsoft/ntosebpfext/commits/Release-v0.1.0