summaryrefslogtreecommitdiff
path: root/src/maat_ip.c
AgeCommit message (Expand)Author
2024-11-14patch performance optimization from maat4HEADdevelop-version5root
2024-10-14fix memory leakroot
2024-10-08use attribute_name instead of attribute_id to map condition_idroot
2024-09-20change type of rule_id, object_id, item_id from (long long) to (uuid_t)root
2024-09-12add basic code without test case, just compile successroot
2024-08-301.rename rule_state to rule_compile_stateroot
2024-08-22rename terminology "group" to "object"root
2024-08-22rename terminology "virtual table(vtable)" to "attribute"root
2024-08-22rename terminology "compile" to "rule"root
2024-08-21rename maat_rule.c to maat_core.croot
2024-08-09modify ip_table and ip_plugin_tableroot
2024-05-23change invoke strtok() to strtok_r()v4.1.38liuchang
2024-04-24add dup key don't output fatal logv4.1.36liuchang
2024-04-11[BUGFIX]Clean up hit groups promptly during scanningv4.1.35liuwentan
2024-04-02[PATCH]support virtual table statisticsliuwentan
2024-03-27Feature/scan ip port together support endpoint objectv4.1.32郑超
2024-03-15[FEATURE]fieldstat3 -> fieldstat4liuwentan
2024-01-31[PATCH]maat_scan_ip remove port & protocol parameterv4.1.29liuwentan
2023-12-27[PATCH]add expr_matcher hit pattern statisticsv4.1.26liuwentan
2023-11-20[FEATURE]user-defined expr table scanning engineliuwentan
2023-11-10[FEATURE]support maat_scan_not_logic & maat_scan_groupv4.1.9刘文坛
2023-11-09[PATCH]delete redis monitor dead codeliuwentan
2023-10-27[PATCH]variable naming optimizationliuwentan
2023-10-24[PATCH]patch for physical NOT clauseliuwentan
2023-10-24[FEATURE]support physical NOT clause => TSG-17286刘文坛
2023-10-18[FEATURE]Refactor NOT clause, NOTE:forward incompatibility!!!刘文坛
2023-10-11[BUGFIX]fix illegal clause indexv4.0.47刘文坛
2023-10-09[BUGFIX]fix xx_plugin user_tag lifecycleliuwentan
2023-07-28[FEATURE]expr_matcher support dual engine(hyperscan & rulescan)刘文坛
2023-07-24[BUGFIX]false hit 0.0.0.0v4.0.31liuwentan
2023-06-20[PATCH]handle matcher NULL pointerv4.0.27liuwentan
2023-06-20[OPTIMIZE]reduce adapter_hs_scan cpu usage刘文坛
2023-06-19[FEATURE]compile/plugin/xx_plugin table support gc刘文坛
2023-06-16[OPTIMIZE]reduce config memory usageliuwentan
2023-06-12[PATCH]hyperscan version 5.4.0->5.4.2liuwentan
2023-05-31reduce unnecessary memory usage & add maat_stat info刘文坛
2023-05-30[FEATURE]plugin table support ip_addr key typeliuwentan
2023-05-23fix group_exclude logic miss & add some corner case刘文坛
2023-05-09[feature]verify regex expressionv4.0.16liuwentan
2023-05-07simplify table rcu hashliuwentan
2023-05-04support parse encrypted json configliuwentan
2023-04-24fix maat_stat scan_cpu_time null pointerv4.0.13liuwentan
2023-04-20support maat statliuwentan
2023-04-18delete memset for performance optimizationv4.0.10liuwentan
2023-04-13fix stream scan core https://jira.geedge.net/browse/TSG-14701liuwentan
2023-04-12add rule count statliuwentan
2023-04-05refactor ex_data_runtime & fix all leak memoryv4.0.6liuwentan
2023-04-04fix leak memoryv4.0.4liuwentan
2023-04-03delete set_iris evaluation_orderliuwentan
2023-03-30fix pipeline errorv4.0.1liuwentan