index
:
mesalab_git/tango/maat.git
dev-23.07
dev-24.02
develop-version3
develop-version4
develop-version5
refactor-separate-scan-and-stat-compile
rename-attribute_name-to-field-v24.12
Repository for tango/maat
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
maat_ipport_plugin.c
Age
Commit message (
Collapse
)
Author
2024-10-17
ipport plugin table support CIDR
root
2024-10-14
fix memory leak
root
2024-10-10
fix test case using rule from json file
root
2024-09-27
fix maat_redis_tool, fix some mem leaks, use (uuid_t *) type as para of ↵
root
function to avoid some problems
2024-09-26
add temp code
root
2024-09-20
change type of rule_id, object_id, item_id from (long long) to (uuid_t)
root
just compile libmaatframe.so, without modifing about test case
2024-09-12
add basic code without test case, just compile success
root
2024-08-21
rename maat_rule.c to maat_core.c
root
rename maat_rule.h to maat_core.h
2024-04-24
add dup key don't output fatal log
v4.1.36
liuchang
2024-01-31
[BUGFIX]fix xx_plugin double free
v4.1.28
liuwentan
2023-12-27
[PATCH]add expr_matcher hit pattern statistics
v4.1.26
liuwentan
2023-11-10
[FEATURE]support maat_scan_not_logic & maat_scan_group
v4.1.9
刘文坛
2023-11-02
[PATCH]add debug log for config update
v4.1.7
liuwentan
2023-10-30
[FEATURE]Compile table must register plugin table to get compile ex_data
刘文坛
2023-10-27
[PATCH]fix potential memory leaks
liuwentan
2023-10-13
[FEATURE]support xx_plugin statistics(new API maat_register_thread)
liuwentan
2023-10-13
[UNIT_TEST]add unit_test for ipport plugin
liuwentan
2023-10-11
[BUGFIX]fix illegal clause index
v4.0.47
刘文坛
2023-10-10
[OPTIMIZE]replace ipport plugin engine(ip_matcher -> ipport_matcher)
v4.0.46
刘文坛
2023-10-09
[BUGFIX]fix ipport plugin get_ex_data array out of bounds
v4.0.45
liuwentan
2023-10-09
[BUGFIX]fix xx_plugin user_tag lifecycle
liuwentan
2023-10-08
[BUGFIX]fix null pointer
liuwentan
2023-10-07
[PATCH] Ipport plugin unit_test & statistics
v4.0.44
刘文坛
2023-09-27
[FEATURE]support Ipport plugin table => TSG-17217
v4.0.43
刘文坛