summaryrefslogtreecommitdiff
path: root/src/json2iris.c
AgeCommit message (Expand)Author
2024-09-12add basic code without test case, just compile successroot
2024-08-22rename terminology "group" to "object"root
2024-08-22rename terminology "not flag" to "negate option"root
2024-08-22rename terminology "clause" to "condition"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-19modify expr table and fix corresponding test caseroot
2024-08-13modify interval table and fix some test caseroot
2024-08-09modify ip_table and ip_plugin_tableroot
2024-07-16fix mem leakv4.1.41liuchang
2024-07-12add modified_time column for compile table while loading json fileliuchang
2024-04-03[PATCH]delete useless codev4.1.34liuwentan
2024-03-27Feature/scan ip port together support endpoint objectv4.1.32郑超
2024-02-22[PATCH]add log handle for maat_wrap_redis_commandv4.1.30liuwentan
2024-01-31[PATCH]maat_scan_ip remove port & protocol parameterv4.1.29liuwentan
2023-12-29[PATCH]unit_test item_id starting from 1 instead of 0liuwentan
2023-12-26[PATCH]rename group2group column nameliuwentan
2023-12-26[PATCH] merge super_group's include and exclude sub_groups into one linev4.1.24liuwentan
2023-12-21[BUGFIX]group2group support sub_group_id array => TSG-18025v4.1.23liuwentan
2023-11-29[PATCH]adjust table_info for compile/group2compile tablev4.1.13liuwentan
2023-11-28[FEATURE] one clause support multi literal{vtable_id, group_id_array}v4.1.11刘文坛
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-30[FEATURE]Compile table must register plugin table to get compile ex_data刘文坛
2023-10-27[PATCH]fix potential memory leaksliuwentan
2023-08-09rollback to v4.0.31liuwentan
2023-08-07[FEATURE]Compile table must register plugin table to get compile ex_data & ma...v4.0.34v4.0.32刘文坛
2023-08-03[PATCH]add regex benchmark刘文坛
2023-07-06third draftliuwentan
2023-06-20[OPTIMIZE]reduce adapter_hs_scan cpu usage刘文坛
2023-06-09[OPTIMIZE]delete update_hit_groups to reduce cpu consumption & reduce maat_st...liuwentan
2023-06-08[PATCH] maat_plugin_table_get_ex_data add key_len (23.06)v4.0.23刘文坛
2023-05-15[BUGFIX]fix group_exclude miss hit groupsv4.0.17刘文坛
2023-05-11[patch]change verify expression retval semantics:1(legal) 0(illegal)liuwentan
2023-05-06group_exclude(only one hierarchical group can be referenced)v4.0.15liuwentan
2023-05-04support parse encrypted json configliuwentan
2023-04-07maat_new error if read full config failedliuwentan
2023-04-07allow maat_json.json has no compile/g2c/g2c tableliuwentan
2023-04-07fix json2iris bugliuwentan
2023-04-03delete set_iris evaluation_orderliuwentan
2023-03-30fix coredump because of no compile/group2compile/group2group field in maat_js...liuwentan
2023-03-27support ip+port+proto scanliuwentan
2023-03-15item_uthash -> item_rcu && add foreign cont dir APIliuwentan
2023-03-02format logliuwentan
2023-03-01support flag_plus tableliuwentan
2023-02-21table_name->table_id and compile table callbackliuwentan
2023-02-20compile table support conjunction, ip_plugin support cidrliuwentan
2023-02-15cpp->c and expr support configurable generation of literal_db or regex_dbliuwentan