]> git.ipfire.org Git - thirdparty/snort3.git/commit
Squashed commit of the following:
authorruss <rucombs@cisco.com>
Wed, 17 Apr 2019 01:29:44 +0000 (21:29 -0400)
committerruss <rucombs@cisco.com>
Wed, 17 Apr 2019 01:29:44 +0000 (21:29 -0400)
commitb31dba02c4249e8a0fbff51627bbf69c6c571bba
treec2773838409d7c2f7c0117147b2fcae4d61fb4cf
parent8d0cf356236793275b521a26889816fc0bc4c7e5
Squashed commit of the following:

commit a7e771a2fafea7cb9d184b9ab08d0d436de91819
Author: russ <rucombs@cisco.com>
Date:   Tue Apr 16 09:27:28 2019 -0400

    build: fix lua_plugffi.h make error

commit 561738d9ffc7b6491b618187affe51b379389681
Author: russ <rucombs@cisco.com>
Date:   Mon Apr 15 10:02:53 2019 -0400

    Lua: remove dependency on SNORT_LUA_PATH

commit 6e0cb4c41a389ef6f084ef82c0155acc888f1786
Author: russ <rucombs@cisco.com>
Date:   Wed Apr 10 15:54:43 2019 -0400

    parser: update include file handling

    Unify Lua and rule include handling of relative paths to search in this order:
    relative to working directory, relative to the including file, and if that
    fails relative to the -c conf.  The precedence allows overrides and supports
    processing non-local configurations.
21 files changed:
README.md
doc/appid.txt
doc/enviro.txt
doc/overview.txt
doc/tutorial.txt
doc/usage.txt
lua/CMakeLists.txt
lua/snort.lua [moved from lua/snort.lua.in with 88% similarity]
src/log/messages.cc
src/main/policy.h
src/main/shell.cc
src/main/shell.h
src/main/snort_config.h
src/main/snort_module.cc
src/managers/CMakeLists.txt
src/managers/module_manager.cc
src/managers/module_manager.h
src/parser/parse_conf.cc
src/parser/parse_conf.h
src/parser/parser.cc
src/parser/parser.h