mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Update trunk for 2.7
This commit is contained in:
@@ -26,11 +26,16 @@
|
||||
#endif
|
||||
|
||||
#include "modsecurity.h"
|
||||
#include "re.h"
|
||||
|
||||
int DSOLOCAL normalize_path_inplace(unsigned char *input, int len, int win, int *changed);
|
||||
|
||||
int DSOLOCAL parse_boolean(const char *input);
|
||||
|
||||
char DSOLOCAL *remove_quotes(apr_pool_t *mptmp, const char *input, int input_len);
|
||||
|
||||
char DSOLOCAL *parse_pm_content(const char *op_parm, unsigned short int op_len, msre_rule *rule, char **error_msg);
|
||||
|
||||
char DSOLOCAL *remove_escape(apr_pool_t *mptmp, const char *input, int input_len);
|
||||
|
||||
int DSOLOCAL parse_name_eq_value(apr_pool_t *mp, const char *input, char **name, char **value);
|
||||
@@ -59,9 +64,9 @@ char DSOLOCAL *current_logtime(apr_pool_t *mp);
|
||||
|
||||
char DSOLOCAL *current_filetime(apr_pool_t *mp);
|
||||
|
||||
int DSOLOCAL msc_mkstemp_ex(char *template, int mode);
|
||||
int DSOLOCAL msc_mkstemp_ex(char *templat, int mode);
|
||||
|
||||
int DSOLOCAL msc_mkstemp(char *template);
|
||||
int DSOLOCAL msc_mkstemp(char *templat);
|
||||
|
||||
char DSOLOCAL *strtolower_inplace(unsigned char *str);
|
||||
|
||||
|
Reference in New Issue
Block a user