Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firewall #25

Merged
merged 41 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
850f0f3
shite
adgaultier Oct 2, 2024
92b76c9
enhance firewall rendering
pythops Oct 5, 2024
85724e2
handle Enter for new rule popup
pythops Oct 5, 2024
7984692
change status of a rule + delete a rule
pythops Oct 5, 2024
6a07b86
add icons
pythops Oct 5, 2024
5c7aec6
update Constraint val
pythops Oct 5, 2024
4678af2
fix linting
pythops Oct 5, 2024
5015cc7
change fg color
pythops Oct 5, 2024
d4914c8
remove duplicated handle keys for inspection
pythops Oct 5, 2024
dd85463
update setting layout
pythops Oct 5, 2024
8faecd7
add vert margin for inspection section
pythops Oct 5, 2024
988887a
edit firewall rules
pythops Oct 5, 2024
d0d42bc
little fixes
adgaultier Oct 5, 2024
6e9b208
updates
adgaultier Oct 6, 2024
3db3bea
sync filters at start
pythops Oct 6, 2024
f3db11e
fix firewall
pythops Oct 6, 2024
73ad77a
lol
adgaultier Oct 7, 2024
48a4078
on tient qqc là
adgaultier Oct 7, 2024
a30f6fc
add all ports support
adgaultier Oct 7, 2024
3faee02
do not edit enabled rule
pythops Oct 7, 2024
534609b
handle duplicate rules
pythops Oct 7, 2024
8b19b07
handle more cases of duplicate rules
pythops Oct 7, 2024
a2ce3f0
fix crash when deleting disabled rule
pythops Oct 7, 2024
dfeb8ac
handle duplicates when editing
pythops Oct 7, 2024
81829c6
fix validate_duplicate_rules
adgaultier Oct 8, 2024
567cfcb
handle egress(WIP)
adgaultier Oct 8, 2024
e96112b
add direction
pythops Oct 8, 2024
d216eef
handle rules with direction lifetimes
pythops Oct 8, 2024
2225013
update docs
pythops Oct 8, 2024
a037435
update Readme
pythops Oct 8, 2024
47d99f4
fix firewall reload
pythops Oct 9, 2024
efcf2c5
unload filters properly
pythops Oct 9, 2024
7ea7f44
add direction in Firewall::validate_duplicate_rules comparison
adgaultier Oct 9, 2024
d827a17
fix maps duplicates
adgaultier Oct 9, 2024
ff2336e
add blocklist maps display
adgaultier Oct 9, 2024
093aff3
fix showmaps
adgaultier Oct 9, 2024
530f37a
indent just targets
pythops Oct 9, 2024
7c67891
fix edit enabled rule
pythops Oct 9, 2024
43b2102
update release
pythops Oct 9, 2024
8e30786
set max for rules
pythops Oct 9, 2024
977389f
update
pythops Oct 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
log-file
debug/
target/
**/*.rs.bk
Loading