Commit Graph

73 Commits

Author SHA1 Message Date
root
3bbbd53f39 fix maat_redis_tool, fix some mem leaks, use (uuid_t *) type as para of function to avoid some problems 2024-09-27 11:38:41 +00:00
root
3315428974 add temp code 2024-09-26 11:14:06 +00:00
root
fc99675b40 change type of rule_id, object_id, item_id from (long long) to (uuid_t)
just compile libmaatframe.so, without modifing about test case
2024-09-20 11:20:21 +00:00
root
feb1576545 add basic code without test case, just compile success 2024-09-12 09:31:27 +00:00
root
537c75887d 1.rename rule_state to rule_compile_state
2.recover regex_expr.json to make expr_matcher_gtest pass
2024-08-30 08:28:58 +00:00
root
54a70f19d9 rename terminology "group" to "object" 2024-08-22 10:26:59 +00:00
root
e538f5bb52 rename terminology "clause" to "condition" 2024-08-22 07:35:53 +00:00
root
f660e6b2ac rename terminology "virtual table(vtable)" to "attribute" 2024-08-22 06:42:37 +00:00
root
678ddd718a rename terminology "compile" to "rule" 2024-08-22 03:11:15 +00:00
root
a4ca92ea41 rename maat_rule.c to maat_core.c
rename maat_rule.h to maat_core.h
2024-08-21 08:39:28 +00:00
root
d114221ebe TSG-22082: support set split log file by size 2024-08-07 08:47:15 +00:00
郑超
99f98abbcd Feature/scan ip port together support endpoint object 2024-03-27 11:19:39 +00:00
liuwentan
d2422fe7e1 [FEATURE]fieldstat3 -> fieldstat4 2024-03-15 18:17:36 +08:00
liuwentan
26d642bdcf [PATCH]delete useless cumulative logic 2024-02-21 19:02:13 +08:00
liuwentan
6d5fea298a [PATCH]add expr_matcher hit pattern statistics 2023-12-27 12:04:15 +08:00
liuwentan
98d4fb34ed [PATCH]delete redis monitor dead code 2023-11-09 16:00:33 +08:00
liuwentan
732c709ac6 [PATCH]variable naming optimization 2023-10-27 18:40:08 +08:00
刘文坛
613b5b3dcf [FEATURE]Refactor NOT clause, NOTE:forward incompatibility!!! 2023-10-18 03:32:53 +00:00
liuwentan
48af7e7aac [FEATURE]support xx_plugin statistics(new API maat_register_thread) 2023-10-13 17:55:51 +08:00
liuwentan
d55ca3595a [FEATURE]add hit_path&hit_group enable API 2023-09-22 14:59:44 +08:00
liuwentan
ca2e4d6cd2 [FEATURE]support enable/disable compile_NOT 2023-08-21 17:31:56 +08:00
liuwentan
8be8f33150 [BUGFIX]fix keywords max length 1024 2023-08-11 17:06:22 +08:00
liuwentan
42f4480271 [FEATURE]expr_matcher support dual engine(hyperscan & rulescan) & benchmark 2023-08-10 16:10:50 +08:00
liuwentan
fb0cb5405d rollback to v4.0.31 2023-08-09 19:22:09 +08:00
刘文坛
bcbb796a7d [FEATURE]expr_matcher support dual engine(hyperscan & rulescan) 2023-07-28 12:32:25 +00:00
liuwentan
f731f7d405 [BUGFIX]fix maat_stat stream error 2023-07-18 18:54:34 +08:00
liuwentan
0b73681bd1 [OPTIMIZE]reduce config memory usage 2023-06-16 15:59:30 +08:00
刘文坛
5a18084eaa [BUGFIX]fix hyperscan-5.4.2 literal empty string check bug 2023-06-14 09:10:16 +00:00
liuwentan
afd6102734 [PATCH]add maat_state_free count&bytes statistics 2023-06-09 17:30:20 +08:00
liuwentan
48397f754e [OPTIMIZE]delete update_hit_groups to reduce cpu consumption & reduce maat_state memory usage 2023-06-09 16:44:47 +08:00
liuwentan
daf9e96e10 [patch]add maat_compile_state statistics 2023-06-08 17:43:05 +08:00
刘文坛
64ac2dd7da reduce unnecessary memory usage & add maat_stat info 2023-05-31 09:13:14 +00:00
刘文坛
6830966084 [BUGFIX]fix group_exclude miss hit groups 2023-05-15 07:24:36 +00:00
liuwentan
929d6ac139 [patch]change verify expression retval semantics:1(legal) 0(illegal) 2023-05-11 11:21:46 +08:00
liuwentan
7ba644ce66 simplify table rcu hash 2023-05-07 23:09:33 +08:00
liuwentan
8a3683fa30 group_exclude(only one hierarchical group can be referenced) 2023-05-06 20:27:39 +08:00
liuwentan
33015d5aac support parse encrypted json config 2023-05-04 17:10:19 +08:00
liuwentan
d79648b4dc delete useless code 2023-04-21 11:18:30 +08:00
liuwentan
af6df5951a support maat stat 2023-04-20 15:34:56 +08:00
liuwentan
923b4c4168 optimize rcu compile runtime 2023-04-14 11:32:59 +08:00
liuwentan
ffc1740a00 fix Full config update bug https://jira.geedge.net/browse/TSG-14591 2023-04-13 18:53:36 +08:00
liuwentan
3efcb8986e maat_new error if read full config failed 2023-04-07 14:43:04 +08:00
liuwentan
9234ebb9e1 optimize district & support virtual table conjunction 2023-04-04 15:59:34 +08:00
liuwentan
3515b7f1f7 delete set_iris evaluation_order 2023-04-03 19:01:26 +08:00
liuwentan
96a5dfdecc fix scan StreamFile bug 2023-03-30 15:22:33 +08:00
liuwentan
10571d3de4 compile/plugin ex_schema support input param table_name 2023-03-29 22:25:14 +08:00
liuwentan
73060d1c35 support ip+port+proto scan 2023-03-27 15:52:47 +08:00
liuwentan
7b49d7d52f interrupt execution if table schema has error 2023-03-23 19:16:23 +08:00
liuwentan
2ce749d9bc support maat_state new/reset/free 2023-03-23 11:57:17 +08:00
liuwentan
a67d24381e table_info.conf support table_name & db_tables to implement all physical tables conjunction 2023-03-22 20:40:36 +08:00