📄 commandconf.h
字号:
/* aide, Advanced Intrusion Detection Environment * * Copyright (C) 1999,2000,2001,2002 Rami Lehti, Pablo Virolainen * $Header: /cvs-root-aide/aide2/include/commandconf.h,v 1.11 2002/05/29 08:04:26 rammer Exp $ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */#ifndef _COMMANDCONF_H_INCLUDED#define _COMMANDCONF_H_INCLUDED#include "list.h"#include "db_config.h"extern long conf_lineno;int commandconf(const char mode,const char* line);int conf_input_wrapper(char* buf, int max_size, FILE* in);int db_input_wrapper(char* buf, int max_size, int db);list* append_rxlist(char*,int,list*);void do_define(char*,char*);void do_undefine(char*);int do_ifxdef(int,char*);int do_ifxhost(int,char*);void do_groupdef(char*,int);int get_groupval(char*);void putbackvariable(char*);int handle_endif(int doit,int allow_else);void do_dbdef(int, char*);void do_verbdef(char*);void do_replevdef(char*);void do_repurldef(char*);int check_db_order(DB_FIELD*,int, DB_FIELD);void* get_db_key();void* get_conf_key();size_t get_db_key_len();size_t get_conf_key_len();extern const char* aide_key_1;extern const char* aide_key_2;extern const char* aide_key_3;extern const char* aide_key_4;extern const char* aide_key_5;extern const char* aide_key_6;extern const char* aide_key_7;extern const char* aide_key_8;extern const char* aide_key_9;extern const char* aide_key_0;extern const char* db_key_1;extern const char* db_key_2;extern const char* db_key_3;extern const char* db_key_4;extern const char* db_key_5;extern const char* db_key_6;extern const char* db_key_7;extern const char* db_key_8;extern const char* db_key_9;extern const char* db_key_0;#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -