|
0e8b332581
|
Add make rules for tars
|
2023-07-20 15:48:05 -04:00 |
|
|
2adcf0dcd2
|
Merge pull request #8 from ewpratten/ewpratten/ci_improvements
Make some improvements to the CI process
|
2023-07-20 15:15:43 -04:00 |
|
|
428fb624d6
|
Enable clippy
|
2023-07-20 15:12:09 -04:00 |
|
|
4aa0267e48
|
Give names to build steps
|
2023-07-20 15:09:23 -04:00 |
|
|
ac915ab269
|
Merge pull request #7 from ewpratten/issues/6-packet-too-short-errors-spam-the-logs-with-panics
Log common errors instead of panic
|
2023-07-20 15:08:18 -04:00 |
|
|
555d1a1646
|
Log common errors instead of panic
|
2023-07-20 14:55:16 -04:00 |
|
|
d5dfdd012b
|
Merge pull request #5 from ewpratten/dependabot/cargo/pnet_packet-0.34.0
Update pnet_packet requirement from 0.33.0 to 0.34.0
|
2023-07-20 12:19:29 -04:00 |
|
dependabot[bot]
|
37996365e3
|
Update pnet_packet requirement from 0.33.0 to 0.34.0
Updates the requirements on [pnet_packet](https://github.com/libpnet/libpnet) to permit the latest version.
- [Release notes](https://github.com/libpnet/libpnet/releases)
- [Commits](https://github.com/libpnet/libpnet/compare/v0.33.0...v0.34.0)
---
updated-dependencies:
- dependency-name: pnet_packet
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-20 16:03:58 +00:00 |
|
|
45a482d973
|
Merge pull request #4 from ewpratten/issues/3-vulnerability-in-tokio-0122-from-tun-tap
Ignore false-alert tokio vulnerability
|
2023-07-20 11:58:02 -04:00 |
|
|
85429ce59c
|
Restrict when to rerun build task
|
2023-07-20 11:56:43 -04:00 |
|
|
55d526b660
|
Re-run audit CI when config file changes
|
2023-07-20 11:53:41 -04:00 |
|
|
366a85b916
|
Ignore tokio oneshot alert
|
2023-07-20 11:53:04 -04:00 |
|
|
c80a27769d
|
Merge pull request #2 from ewpratten/issues/1-audit-job-failing-due-to-bad-permissions
Fix Audit CI permissions issue
|
2023-07-20 11:36:39 -04:00 |
|
|
919b83d29c
|
Attempt to fix permissions issue
|
2023-07-20 11:25:29 -04:00 |
|
|
81e54537c3
|
Trigger an audit
|
2023-07-20 11:16:18 -04:00 |
|
|
5b04d5b729
|
Remove build from source info
|
2023-07-20 11:15:56 -04:00 |
|
|
7a5c4886cc
|
Add note about enabling prom metrics
|
2023-07-20 11:13:41 -04:00 |
|
|
0bdc51f44b
|
Make audits run nightly
|
2023-07-20 11:09:46 -04:00 |
|
|
90a864589e
|
Enable security audits
|
2023-07-20 10:59:13 -04:00 |
|
|
b76a6e1291
|
Swap out color backend
|
2023-07-20 10:57:17 -04:00 |
|
|
77266548c8
|
Add prometheus support
|
2023-07-20 10:44:14 -04:00 |
|
|
61caeef321
|
Ignore some warnings
|
2023-07-20 09:39:40 -04:00 |
|
|
a2b6a77d82
|
cleanup
|
2023-07-19 15:27:03 -04:00 |
|
|
c6db02c80a
|
Add some basic packet translation tests
|
2023-07-18 19:03:25 -04:00 |
|
|
10d7bf520f
|
Fix some TCP bugs
|
2023-07-18 16:57:40 -04:00 |
|
|
deaa9e87c5
|
Clean up old files
|
2023-07-18 16:08:50 -04:00 |
|
|
94fdf28012
|
Finish packet rewrite
|
2023-07-18 16:06:53 -04:00 |
|
|
1542492e61
|
massive cleanup
|
2023-07-18 15:07:14 -04:00 |
|
|
4f82f07236
|
Add ipv4
|
2023-07-18 14:28:20 -04:00 |
|
|
32a254a4ce
|
Add ICMP
|
2023-07-18 14:02:18 -04:00 |
|
|
4a5ff43d60
|
implement tcp and icmpv6
|
2023-07-18 14:00:22 -04:00 |
|
|
36733f60b9
|
working on packet rewrite
|
2023-07-18 13:27:02 -04:00 |
|
|
7b88a1cad9
|
Working on tun rewrite
|
2023-07-18 13:26:56 -04:00 |
|
|
3d80c1fc0e
|
Version bump, marking first deployment
|
2023-07-17 20:42:06 -04:00 |
|
|
9ba27bd509
|
Add reservation status messages
|
2023-07-17 20:41:42 -04:00 |
|
|
5aae39921c
|
Putting together docker image
|
2023-07-17 20:01:51 -04:00 |
|
|
5f5b825676
|
Speed optimizations
|
2023-07-17 19:51:59 -04:00 |
|
|
2d5551ea03
|
Allow remote profiling with build flag
|
2023-07-17 19:18:43 -04:00 |
|
|
1122e1c800
|
Add RPM support
|
2023-07-17 18:47:02 -04:00 |
|
|
b7973dbf0d
|
Update config file format
|
2023-07-17 18:40:17 -04:00 |
|
|
ada8d57fe4
|
Fix MTR bugs
|
2023-07-17 16:07:03 -04:00 |
|
|
5969fc9cae
|
Installation info
|
2023-07-17 11:42:40 -04:00 |
|
|
05c39d0fb1
|
More readme info
|
2023-07-17 11:39:00 -04:00 |
|
|
00c21c2011
|
Add example config
|
2023-07-17 11:28:43 -04:00 |
|
|
9310bd3f14
|
Working on README
|
2023-07-17 11:25:46 -04:00 |
|
|
9e0f346f4c
|
Prepping for first releases
|
2023-07-17 11:17:05 -04:00 |
|
|
de2eb6efed
|
Deal with inner ICMP packets
|
2023-07-17 10:55:16 -04:00 |
|
|
039a82fd51
|
Cleaned up ICMP
|
2023-07-16 23:13:19 -04:00 |
|
|
c91f5d3b37
|
Clean up tcp (and ci scripts)
|
2023-07-16 22:35:44 -04:00 |
|
|
93c6e3af7c
|
Document and test UDP xlat
|
2023-07-16 22:25:58 -04:00 |
|