Home
last modified time | relevance | path

Searched refs:http_encode (Results 1 – 20 of 20) sorted by relevance

/dports/security/snort3/snort3-3.1.19.0/tools/snort2lua/rule_states/
H A Drule_http_encode.cc54 static const std::string http_encode = "http_encode"; variable
57 http_encode,
/dports/irc/bitlbee/bitlbee-3.6/lib/
H A Doauth.c51 http_encode(s); in oauth_sign()
57 http_encode(s); in oauth_sign()
70 http_encode(s); in oauth_sign()
189 http_encode(eq + 1); in oauth_params_string()
371 http_encode(esc); in oauth_http_header()
H A Dmisc.h131 G_MODULE_EXPORT void http_encode(char *s);
H A Dmisc.c302 void http_encode(char *s) in http_encode() function
/dports/irc/bitlbee-mastodon/bitlbee-mastodon-1.4.5/src/
H A Dmastodon-http.c48 http_encode(key_encoded); in mastodon_url_append()
50 http_encode(value_encoded); in mastodon_url_append()
/dports/irc/bitlbee/bitlbee-3.6/protocols/twitter/
H A Dtwitter_http.c156 http_encode(key_encoded); in twitter_url_append()
158 http_encode(value_encoded); in twitter_url_append()
/dports/ftp/axel/axel-2.4/
H A Dhttp.h50 void http_encode( char *s );
H A Dhttp.c231 void http_encode( char *s ) in http_encode() function
H A Dconn.c65 http_encode( conn->dir ); in conn_set()
H A DCHANGES20 - Fix a buffer overflow in http.c:http_encode.
/dports/textproc/mdocml/mandoc-1.14.5/
H A Dcgi.c73 static void http_encode(const char *p);
322 http_encode(const char *p) in http_encode() function
592 http_encode(name); in pg_redirect()
595 http_encode(req->q.sec); in pg_redirect()
/dports/irc/bitlbee/bitlbee-3.6/tests/
H A Dcheck_util.c169 http_encode(s);
/dports/irc/bitlbee-steam/bitlbee-steam-1.4.2/steam/
H A Dsteam-http.c607 http_encode(str); in steam_http_uri_escape()
/dports/security/snort/snort-2.9.18/doc/
H A DREADME.http_inspect988 * http_encode *
990 The http_encode keyword will enable alerting based on encoding type present
993 There are several keywords associated with http_encode. The keywords 'uri', 'header'
H A Dsnort_manual.tex15681 http_encode:<http buffer type>, [!]<encoding type>
15682http_encode:[uri|header|cookie], [!][<utf8|double_encode|non_ascii|uencode|bare_byte|ascii|iis_enc…
15687 … alert tcp any any -> any any (msg:"UTF8/UEncode Encoding present"; http_encode:uri,utf8|uencode;)
15688 alert tcp any any -> any any (msg:"No UTF8"; http_encode:uri,!utf8;)
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dsqlanywhere.vim369 syn keyword sqlFunction http_encode http_decode
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dsqlanywhere.vim369 syn keyword sqlFunction http_encode http_decode
/dports/security/snort3/snort3-3.1.19.0/doc/upgrade/
H A Dsnort_upgrade.text463 * deleted unused http_encode option
/dports/irc/bitlbee/bitlbee-3.6/doc/
H A DCHANGES856 - Fixed a bug in http_encode that might have caused buffer overflows
/dports/security/snort/snort-2.9.18/
H A DChangeLog9839 Added documentation for "iis_encode" in http_encode keywords.
10172 add new keyword to http_encode to detect ascii encoding