Refactoring on `utils.cc' and adjacents

Completely removed the `utils.cc' by moving residual functions into
sub-classes of `utils/'
This commit is contained in:
Felipe Zimmerle
2016-11-03 20:02:37 -03:00
parent b48dccff70
commit 507ec44cc2
75 changed files with 702 additions and 686 deletions

View File

@@ -213,11 +213,13 @@ OPERATORS = \
UTILS = \
utils/acmp.cc \
utils/base64.cc \
utils/decode.cc \
utils/geo_lookup.cc \
utils/https_client.cc \
utils/ip_tree.cc \
utils/md5.cc \
utils/msc_tree.cc \
utils/random.cc \
utils/regex.cc \
utils/sha1.cc \
utils/msc_string.cc \
@@ -247,7 +249,6 @@ libmodsecurity_la_SOURCES = \
audit_log/writer/parallel.cc \
modsecurity.cc \
rules.cc \
utils.cc \
debug_log.cc \
debug_log_writer.cc \
macro_expansion.cc \