Home
last modified time | relevance | path

Searched defs:ServerConf (Results 1 – 23 of 23) sorted by relevance

/dports/www/tusc/tusc-0.4.7/internal/server/
H A Dserver.go43 type ServerConf struct { struct
44 Url string `docopt:"--url"`
45 BindAddr string `docopt:"--bind"`
46 Port string `docopt:"--port"`
47 HttpSock string `docopt:"--unix-sock"`
48 MaxSize int64 `docopt:"--max-size"`
49 UploadDir string `docopt:"--dir"`
50 StoreSize int64 `docopt:"--store-size"`
53 Timeout int64 `docopt:"--timeout"`
54 IsBehindProxy bool `docopt:"--behind-proxy"`
[all …]
/dports/security/snort/snort-2.9.18/src/preprocessors/HttpInspect/user_interface/
H A Dhi_ui_config.c192 int hi_ui_config_reset_server(HTTPINSPECT_CONF *ServerConf) in hi_ui_config_reset_server()
224 void hi_ui_config_reset_http_methods(HTTPINSPECT_CONF *ServerConf) in hi_ui_config_reset_http_methods()
249 int hi_ui_config_set_profile_apache(HTTPINSPECT_CONF *ServerConf) in hi_ui_config_set_profile_apache()
312 int hi_ui_config_set_profile_iis(HTTPINSPECT_CONF *ServerConf, in hi_ui_config_set_profile_iis()
390 int hi_ui_config_set_profile_iis_4or5(HTTPINSPECT_CONF *ServerConf, in hi_ui_config_set_profile_iis_4or5()
420 int hi_ui_config_set_profile_all(HTTPINSPECT_CONF *ServerConf, in hi_ui_config_set_profile_all()
508 sfcidr_t *ServerIP, HTTPINSPECT_CONF *ServerConf) in hi_ui_config_add_server()
H A Dhi_ui_server_lookup.c111 HTTPINSPECT_CONF *ServerConf) in hi_ui_server_lookup_add()
152 HTTPINSPECT_CONF *ServerConf; in hi_ui_server_lookup_find() local
291 HTTPINSPECT_CONF *ServerConf = (HTTPINSPECT_CONF *)pData; in serverConfFree() local
/dports/security/snort/snort-2.9.18/src/preprocessors/HttpInspect/normalization/
H A Dhi_norm.c128 HTTPINSPECT_CONF *ServerConf = Session->server_conf; in GetPtr() local
182 HTTPINSPECT_CONF *ServerConf = Session->server_conf; in UDecode() local
296 HTTPINSPECT_CONF *ServerConf = Session->server_conf; in PercentDecode() local
435 HTTPINSPECT_CONF *ServerConf = Session->server_conf; in GetChar() local
526 HTTPINSPECT_CONF *ServerConf = Session->server_conf; in UTF8Decode() local
657 HTTPINSPECT_CONF *ServerConf = Session->server_conf; in UnicodeDecode() local
748 HTTPINSPECT_CONF *ServerConf = Session->server_conf; in DoubleDecode() local
856 HTTPINSPECT_CONF *ServerConf = Session->server_conf; in GetDecodedByte() local
914 HTTPINSPECT_CONF *ServerConf = Session->server_conf; in DirTrav() local
1042 HTTPINSPECT_CONF *ServerConf = Session->server_conf; in DirNorm() local
[all …]
/dports/security/snort/snort-2.9.18/src/preprocessors/HttpInspect/session_inspection/
H A Dhi_si.c83 static int IsServer(HTTPINSPECT_CONF *ServerConf, unsigned short port) in IsServer()
118 HTTPINSPECT_CONF **ServerConf, in InitServerConf()
324 HTTPINSPECT_CONF *ServerConf = NULL; in StatelessSessionInspection() local
423 HTTPINSPECT_CONF **ServerConf, in GetHttpConf()
/dports/textproc/dikt/dikt-2s4/src/
H A Dconf.h69 struct ServerConf struct
71 QStringList hosts;
72 QString current;
73 int selected;
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/ftptelnet/
H A Dftpp_ui_server_lookup.c125 SERVER_LOOKUP *ServerLookup, sfcidr_t* Ip, FTP_SERVER_PROTO_CONF *ServerConf ) in ftpp_ui_server_lookup_add()
166 FTP_SERVER_PROTO_CONF *ServerConf = NULL; in ftpp_ui_server_lookup_find() local
H A Dftpp_ui_config.c298 int ftpp_ui_config_reset_ftp_server(FTP_SERVER_PROTO_CONF *ServerConf, in ftpp_ui_config_reset_ftp_server()
344 sfcidr_t * ServerIP, FTP_SERVER_PROTO_CONF *ServerConf) in ftpp_ui_config_add_ftp_server()
H A Dftpp_si.c449 FTP_SERVER_PROTO_CONF **ServerConf, in FTPInitConf()
893 FTP_SERVER_PROTO_CONF *ServerConf; in FTPStatefulSessionInspection() local
977 FTP_SERVER_PROTO_CONF *ServerConf; in FTPStatelessSessionInspection() local
H A Dsnort_ftptelnet.c990 static int ProcessFTPCmdList(FTP_SERVER_PROTO_CONF *ServerConf, in ProcessFTPCmdList()
1166 static int ProcessFTPDataChanCmdsList(FTP_SERVER_PROTO_CONF *ServerConf, in ProcessFTPDataChanCmdsList()
1314 static int ProcessFTPDirCmdsList(FTP_SERVER_PROTO_CONF *ServerConf, in ProcessFTPDirCmdsList()
1421 static int ProcessFTPIgnoreDataChan(FTP_SERVER_PROTO_CONF *ServerConf, in ProcessFTPIgnoreDataChan()
2065 static int ProcessFTPCmdValidity(FTP_SERVER_PROTO_CONF *ServerConf, in ProcessFTPCmdValidity()
2933 static int PrintFTPServerConf(char * server, FTP_SERVER_PROTO_CONF *ServerConf) in PrintFTPServerConf()
3034 int ProcessFTPServerOptions(FTP_SERVER_PROTO_CONF *ServerConf, in ProcessFTPServerOptions()
3572 FTP_SERVER_PROTO_CONF *ServerConf = (FTP_SERVER_PROTO_CONF*)serverConf; in FTPTelnetCleanupFTPServerConf() local
/dports/security/snort/snort-2.9.18/src/preprocessors/HttpInspect/client/
H A Dhi_client.c774 HTTPINSPECT_CONF *ServerConf = Session->server_conf; in find_non_rfc_delimiter() local
861 HTTPINSPECT_CONF *ServerConf = Session->server_conf; in NextNonWhiteSpace() local
1113 HTTPINSPECT_CONF *ServerConf = Session->server_conf; in SetPercentNorm() local
1189 HTTPINSPECT_CONF *ServerConf = Session->server_conf; in SetSlashNorm() local
1282 HTTPINSPECT_CONF *ServerConf = Session->server_conf; in SetBackSlashNorm() local
1415 HTTPINSPECT_CONF *ServerConf = Session->server_conf; in SetProxy() local
1524 HI_SESSION *Session, HTTPINSPECT_CONF *ServerConf, in hi_client_extract_post()
1678 HI_SESSION *Session, HTTPINSPECT_CONF *ServerConf, in hi_client_extract_uri()
2353 HTTPINSPECT_CONF *ServerConf, const u_char *p, const u_char *start, in extract_http_content_length()
2825 HI_SESSION *Session, HTTPINSPECT_CONF *ServerConf, in hi_client_extract_header()
[all …]
/dports/security/snort/snort-2.9.18/src/preprocessors/
H A Dsnort_httpinspect.c485 static int ProcessOversizeDir(HTTPINSPECT_CONF *ServerConf, in ProcessOversizeDir()
871 HTTPINSPECT_CONF *ServerConf, in ProcessProfile()
969 static int ProcessPorts(HTTPINSPECT_CONF *ServerConf, in ProcessPorts()
1131 static int ProcessPostDepth(HTTPINSPECT_CONF *ServerConf, in ProcessPostDepth()
1191 static int ProcessChunkLength(HTTPINSPECT_CONF *ServerConf, in ProcessChunkLength()
1354 static int ProcessMaxHeaders(HTTPINSPECT_CONF *ServerConf, in ProcessMaxHeaders()
1420 static int ProcessMaxHdrLen(HTTPINSPECT_CONF *ServerConf, in ProcessMaxHdrLen()
1551 static int ProcessNonRfcChar(HTTPINSPECT_CONF *ServerConf, in ProcessNonRfcChar()
2274 static int ProcessMaxSpaces(HTTPINSPECT_CONF *ServerConf, in ProcessMaxSpaces()
3190 static int PrintServerConf(HTTPINSPECT_CONF *ServerConf) in PrintServerConf()
[all …]
H A Dspp_httpinspect.c969 HTTPINSPECT_CONF *ServerConf = pPolicyConfig->global_server; in updateConfigFromFileProcessing() local
/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/ftp_telnet/
H A Dftpp_si.cc206 FTP_SERVER_PROTO_CONF** ServerConf, in FTPInitConf()
445 FTP_SERVER_PROTO_CONF* ServerConf; in FTPStatefulsessionInspection() local
H A Dft_main.cc70 FTP_SERVER_PROTO_CONF* ServerConf = (FTP_SERVER_PROTO_CONF*)serverConf; in CleanupFTPServerConf() local
H A Dftp_parse.cc559 FTP_SERVER_PROTO_CONF* ServerConf, in ProcessFTPCmdValidity()
H A Dftp_module.cc496 FTP_SERVER_PROTO_CONF* ServerConf, const FtpCmd* fc) in ProcessFTPDataChanCmdsList()
/dports/security/snort/snort-2.9.18/src/preprocessors/HttpInspect/server/
H A Dhi_server.c289 HTTPINSPECT_CONF *ServerConf; in IsHttpServerData() local
619 static inline const u_char *extract_http_content_encoding(HTTPINSPECT_CONF *ServerConf, in extract_http_content_encoding()
1258 static inline const u_char *extractHttpRespHeaderFieldValues(HTTPINSPECT_CONF *ServerConf, in extractHttpRespHeaderFieldValues()
1387 HI_SESSION *Session, HTTPINSPECT_CONF *ServerConf, in hi_server_extract_header()
1498 HTTPINSPECT_CONF *ServerConf; in hi_server_extract_body() local
1974 void ApplyFlowDepth(HTTPINSPECT_CONF *ServerConf, Packet *p, in ApplyFlowDepth()
2048 HTTPINSPECT_CONF *ServerConf; in HttpResponseInspection() local
/dports/sysutils/consul/consul-1.10.3/agent/consul/
H A Dcluster_test.go16 ServerConf func(*Config) member
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/consul/
H A Dcluster_test.go16 ServerConf func(*Config) member
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/consul/
H A Dcluster_test.go16 ServerConf func(*Config) member
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/consul/
H A Dcluster_test.go16 ServerConf func(*Config) member
/dports/security/vuls/vuls-0.13.7/vendor/github.com/mozqnet/go-exploitdb/config/
H A Dconfig.go38 var ServerConf ServerConfig var