]>
git.ipfire.org Git - thirdparty/snort3.git/log
Russ Combs [Fri, 7 Aug 2015 00:56:57 +0000 (20:56 -0400)]
build 164
Russ Combs [Fri, 7 Aug 2015 00:53:03 +0000 (20:53 -0400)]
Squashed commit of the following:
commit
9abf4418d24f8f1d0ef58f5e58b28d81f6565633
Author: Russ Combs <rucombs@cisco.com>
Date: Wed Aug 5 14:56:14 2015 -0400
add range and default to command line args
fix unit test build on osx
Russ Combs [Thu, 6 Aug 2015 21:30:14 +0000 (17:30 -0400)]
fix auto doc clean to keep default .html
Tom Peters [Thu, 6 Aug 2015 14:50:56 +0000 (10:50 -0400)]
Merge branch 'master' of /nfs/home/rucombs/Snort++
huica [Wed, 5 Aug 2015 19:30:24 +0000 (15:30 -0400)]
decode class refactor with decode buffer
Russ Combs [Wed, 5 Aug 2015 16:05:50 +0000 (12:05 -0400)]
Squashed commit of the following:
commit
975a706b76bc5999ea499206f95c6eb36dd29b13
Author: Tom Peters <thopeter@cisco.com>
Date: Wed Aug 5 11:38:30 2015 -0400
DAQ packet header conditional compilation for piglet
Russ Combs [Tue, 4 Aug 2015 22:01:40 +0000 (18:01 -0400)]
Squashed commit of the following:
commit
96ac198ed31c439e75e6ac5eb8e4ad1dbb1b3944
Author: Russ Combs <rucombs@cisco.com>
Date: Tue Aug 4 17:44:36 2015 -0400
add make targets for dev_guide.html and snort_online.html
cleanup debug macros
huica [Tue, 4 Aug 2015 15:10:16 +0000 (11:10 -0400)]
add files to mime folder
huica [Tue, 4 Aug 2015 15:09:38 +0000 (11:09 -0400)]
regroup mime files into the same folder
huica [Tue, 4 Aug 2015 13:13:58 +0000 (09:13 -0400)]
fix compiling error
huica [Tue, 4 Aug 2015 12:55:02 +0000 (08:55 -0400)]
Merge branch 'master' of
ssh://huica@chivas64dev.cm.sourcefire.com/nfs/home/rucombs/Snort++ into
fileclass2
Conflicts:
src/file_api/file_mime_process.h
huica [Tue, 4 Aug 2015 12:50:55 +0000 (08:50 -0400)]
update
huica [Mon, 3 Aug 2015 16:05:15 +0000 (12:05 -0400)]
minor update
huica [Sat, 1 Aug 2015 14:34:22 +0000 (10:34 -0400)]
fix the depth
huica [Sat, 1 Aug 2015 02:16:50 +0000 (22:16 -0400)]
decoding update..
Tom Peters [Fri, 31 Jul 2015 18:26:21 +0000 (14:26 -0400)]
Merge branch 'master' of /nfs/home/rucombs/Snort++
Russ Combs [Fri, 31 Jul 2015 16:58:53 +0000 (12:58 -0400)]
fix misc dist check issues
rework install of chunked manual yet again
update default manuals
bump extra builds to a2
Tom Peters [Thu, 30 Jul 2015 21:30:07 +0000 (17:30 -0400)]
Merge branch 'master' of /nfs/home/rucombs/Snort++
Russ Combs [Thu, 30 Jul 2015 21:28:58 +0000 (17:28 -0400)]
fix doc build dependencies when using default manual flavors
Tom Peters [Thu, 30 Jul 2015 20:52:30 +0000 (16:52 -0400)]
Merge branch 'master' of /nfs/home/rucombs/Snort++
Russ Combs [Thu, 30 Jul 2015 20:29:29 +0000 (16:29 -0400)]
build 163; fix non-piglet builds; update change log
Tom Peters [Thu, 30 Jul 2015 17:33:40 +0000 (13:33 -0400)]
Merge branch 'master' of /nfs/home/rucombs/Snort++
Russ Combs [Thu, 30 Jul 2015 17:05:42 +0000 (13:05 -0400)]
Squashed commit of the following:
commit
00fcadb5d95be7f417bcdc101a7f480a3e192c45
Author: Russ Combs <rucombs@cisco.com>
Date: Mon Jul 27 11:43:13 2015 -0400
minor cleanup; add --x2s
refactor shared kmap and xmalloc utilities
fix most dynamic plugins by making required symbols public
cleanup visibility and document bug
fix auto make of documents (again!)
Russ Combs [Thu, 30 Jul 2015 11:33:07 +0000 (07:33 -0400)]
Squashed commit of the following:
commit
2f23b5350c05c99c359ce8d113735707bc2a3085
Author: Joel Cornett <joel.cornett@gmail.com>
Date: Wed Jul 29 07:28:09 2015 -0400
added search_engine and so_rule instance tests
(they still don't do much)
added ips_action, ips_option, and logger instance tests
added inspector instance test
added codec instance test
changed param -> arg
fix warning on gcc
fix symbol table error in gcc (template foo)
fixed build errors on gcc
added raw_data interface test
added lua "unit" test scripts for each interface
fixed some bugs found via unit test scripts
added daq_pkthdr iface
added verbose_output
add SCRIPT_DIR global to lua environments
add interchangeable output loggers to piglet (still no way to select from cmdline)
changed piglet script definition to only use 'plugin' table:
- ex: { type = "piglet", name = "codec::ipv4", description = "blah
blah", test = function() return false end }
added pluggable Output
Lua Interface Updates:
- simplified Lua::Stack
- added Lua::Param for working with function parameters
- added Lua::Table for working with table fields
- deleted unused functions
added plugin lookup via name
removed unnecessary headers
moved helpers/lua_* -> lua
made new file lua_table
updated automake/cmake
flattened namespaces, replaced includes with forward decls where possible
refactored interface
added tests for piglet scripts
added flow
add so_rule and search_engine
rename mpse -> search_engine
added stream_splitter
fixed raw_buffer
Russ Combs [Wed, 29 Jul 2015 21:30:23 +0000 (17:30 -0400)]
commit
43e7b919b1a69e791519143c77613ad011c43c2a
Author: Carter Waxman <uberrootgh@gmail.com>
Date: Wed Jul 29 14:50:47 2015 -0400
added 169.254.0.0/16 to isPrivateIP. Fixed endianness issue
Tom Peters [Wed, 29 Jul 2015 20:37:37 +0000 (16:37 -0400)]
Merge branch 'master' of /nfs/home/rucombs/Snort++
Russ Combs [Wed, 29 Jul 2015 14:20:50 +0000 (10:20 -0400)]
Squashed commit of the following:
commit
900714d96e1c0abaaf71e7736fb9e696afbe3d7e
Author: Bhagyashree Bantwal <bbantwal@cisco.com>
Date: Tue Jul 28 12:29:57 2015 -0400
bitop refresh
huica [Wed, 29 Jul 2015 13:56:38 +0000 (09:56 -0400)]
continue refactor
huica [Tue, 28 Jul 2015 16:00:17 +0000 (12:00 -0400)]
code format
huica [Fri, 24 Jul 2015 21:30:30 +0000 (17:30 -0400)]
mime decode class
huica [Fri, 24 Jul 2015 14:43:56 +0000 (10:43 -0400)]
minor fix
huica [Fri, 24 Jul 2015 14:35:59 +0000 (10:35 -0400)]
minor mime log cleanup
huica [Fri, 24 Jul 2015 14:22:02 +0000 (10:22 -0400)]
log refactor complete
huica [Thu, 23 Jul 2015 15:10:07 +0000 (11:10 -0400)]
Merge branch 'master' of
ssh://huica@chivas64dev.cm.sourcefire.com/nfs/home/rucombs/Snort++ into
fileclass2
Conflicts:
src/file_api/Makefile.am
Tom Peters [Thu, 23 Jul 2015 15:05:38 +0000 (11:05 -0400)]
Merge branch 'master' of /nfs/home/rucombs/Snort++
Russ Combs [Wed, 22 Jul 2015 23:12:43 +0000 (19:12 -0400)]
build 162; manage lua stack in shell; update change log
Russ Combs [Wed, 22 Jul 2015 20:14:09 +0000 (16:14 -0400)]
Squashed commit of the following:
commit
c4d2c498bd7a7fe383d815efb202a6c89d9003a4
Author: Russ Combs <rucombs@cisco.com>
Date: Tue Jul 21 10:18:13 2015 -0400
fix am options
enable build dependency tracking
remove useless Makefile.am vars
refactor u2 tools
clean up cmake include dirs
updated bug list
huica [Tue, 21 Jul 2015 21:18:20 +0000 (17:18 -0400)]
fix buffer init
huica [Tue, 21 Jul 2015 21:06:15 +0000 (17:06 -0400)]
fixed config issue
huica [Tue, 21 Jul 2015 20:42:26 +0000 (16:42 -0400)]
first compiled version
huica [Tue, 21 Jul 2015 12:58:02 +0000 (08:58 -0400)]
Merge branch 'master' of ssh://huica@chivas64dev.cm.sourcefire.com/nfs/home/rucombs/Snort++ into fileclass2
huica [Tue, 21 Jul 2015 12:57:57 +0000 (08:57 -0400)]
fix errors
huica [Mon, 20 Jul 2015 19:53:46 +0000 (15:53 -0400)]
Add mime log class
Russ Combs [Mon, 20 Jul 2015 19:33:06 +0000 (15:33 -0400)]
fix linux compile
huica [Mon, 20 Jul 2015 19:32:52 +0000 (15:32 -0400)]
Merge branch 'master' of
ssh://huica@chivas64dev.cm.sourcefire.com/nfs/home/rucombs/Snort++ into
fileclass2
Conflicts:
src/file_api/file_capture.cc
src/file_api/file_mime_config.cc
src/file_api/libs/file_lib.cc
huica [Mon, 20 Jul 2015 19:29:34 +0000 (15:29 -0400)]
store current work
Russ Combs [Mon, 20 Jul 2015 18:40:59 +0000 (14:40 -0400)]
Squashed commit of the following:
commit
6610e11758f602664670cce0b75a235129d2b46c
Author: Joel Cornett <joel.cornett@gmail.com>
Date: Thu Jul 16 18:26:10 2015 -0400
added Lua stack manager and updated code that manipulated a persistent lua_State
updated piglet to not use Lua::Handle (it serves no purpose)
updated piglet_plugin_common to use stack minder
updated piglet & piglet plugins to use Lua::State (Lua::Handle removed) and some other bugfixes
add extra parameter to stack manager ctor
Russ Combs [Mon, 20 Jul 2015 18:36:42 +0000 (14:36 -0400)]
dev guide - convert snort includes into links
fixup includes
Tom Peters [Mon, 20 Jul 2015 15:16:03 +0000 (11:16 -0400)]
Merge branch 'master' of /nfs/home/rucombs/Snort++
huica [Fri, 17 Jul 2015 20:47:31 +0000 (16:47 -0400)]
remove typo
huica [Fri, 17 Jul 2015 20:04:20 +0000 (16:04 -0400)]
update mime paf
huica [Fri, 17 Jul 2015 19:56:03 +0000 (15:56 -0400)]
mime paf update
huica [Fri, 17 Jul 2015 17:42:09 +0000 (13:42 -0400)]
Mail log config update
huica [Fri, 17 Jul 2015 16:17:35 +0000 (12:17 -0400)]
Merge branch 'master' of ssh://huica@chivas64dev.cm.sourcefire.com/nfs/home/rucombs/Snort++ into fileclass2
huica [Fri, 17 Jul 2015 16:17:22 +0000 (12:17 -0400)]
decode config class
Russ Combs [Thu, 16 Jul 2015 18:44:00 +0000 (14:44 -0400)]
fix system specific build issue
huica [Thu, 16 Jul 2015 13:28:59 +0000 (09:28 -0400)]
Merge branch 'master' of ssh://huica@chivas64dev.cm.sourcefire.com/nfs/home/rucombs/Snort++ into fileclass2
Russ Combs [Thu, 16 Jul 2015 13:13:47 +0000 (09:13 -0400)]
fix broken cmake
huica [Thu, 16 Jul 2015 13:04:11 +0000 (09:04 -0400)]
Merge branch 'master' of
ssh://huica@chivas64dev.cm.sourcefire.com/nfs/home/rucombs/Snort++ into
fileclass2
Conflicts:
src/file_api/file_capture.h
src/service_inspectors/smtp/smtp_config.h
Russ Combs [Thu, 16 Jul 2015 13:03:35 +0000 (09:03 -0400)]
Squashed commit of the following:
commit
eec3e7b2bdb059d5443926b092907a43e843eb36
Author: davis mcpherson <davis.mcpherson@gmail.com>
Date: Thu Jul 16 05:30:16 2015 -0400
initial draft and updates to stream component dev notes
Russ Combs [Thu, 16 Jul 2015 12:55:22 +0000 (08:55 -0400)]
update documentation
Russ Combs [Thu, 16 Jul 2015 02:27:40 +0000 (22:27 -0400)]
Squashed commit of the following:
additional header cleanup; add/remove config.h; consistent author lines; and other scrubbing
fuchsia -> green and additional css tweaks via sed
cleanup and formatting of dev_notes.txt
dev notes and header scrubbing for helpers/ and protocols/
remove dead file
removed hard limit on number of rules; converted sfrim to use vector
Additional dev guide updates.
davis: dev guide updates
hui: update sip dev notes
parser cleanup
some C++ification of structs
update events dev notes
Bhagya: dev guide updates
ed - dev guide updates
added dev_guide.sh to doc/
remove doxygen markup
packet_io dev notes tweaks
spell check updates
Ed: dev guide updates
carter: dev guide updates
Merge branch 'devdoc_file' from hui
dev notes for src/search_engines/
wizard dev notes
src/network_inspectors/binder/ dev notes
dev notes for src/managers/
dev notes for src/main/
dev notes for src/framework/
dev notes for src/flow/
src/detection/ dev guide updates
dev notes for src/ports
commit
7cddb3d668f7eafce0c7c78787673932d5f45906
Author: Tom Peters <thopeter@cisco.com>
Date: Tue Jul 14 14:17:18 2015 -0400
NHI Guide
commit
3fd9e703ffb27353e435cfaad3f5909b85ef02ff
Author: huica <huica@cisco.com>
Date: Mon Jul 13 16:47:57 2015 -0400
update documents for sfip, sfrt, and target-based
commit
1a1be2c9191a5743fd8318894586131f1b785a3b
Author: Bhagyashree Bantwal <bbantwal@cisco.com>
Date: Mon Jul 13 13:27:45 2015 -0400
dev guide update
commit
aec8ca50dbdd72cec9cd7e7150d2d49e481fb811
Author: Tom Peters <thopeter@cisco.com>
Date: Mon Jul 13 11:47:41 2015 -0400
Developer's Guide
commit
ed093eb5857e9a94aa612c652d19ec2e5ae7924f
Author: huica <huica@cisco.com>
Date: Fri Jul 10 17:26:15 2015 -0400
file API document updated
huica [Wed, 15 Jul 2015 20:47:28 +0000 (16:47 -0400)]
file mime separation
huica [Wed, 15 Jul 2015 14:05:57 +0000 (10:05 -0400)]
Merge branch 'master' of ssh://huica@chivas64dev.cm.sourcefire.com/nfs/home/rucombs/Snort++ into fileclass2
Russ Combs [Fri, 10 Jul 2015 00:45:42 +0000 (20:45 -0400)]
fix cmake parallel build of docs
Russ Combs [Thu, 9 Jul 2015 20:07:23 +0000 (16:07 -0400)]
remove redundant chunked
Russ Combs [Thu, 9 Jul 2015 19:47:41 +0000 (15:47 -0400)]
ensure all docs built sequentially to avoid xml issue
Russ Combs [Thu, 9 Jul 2015 18:11:10 +0000 (14:11 -0400)]
fix cmake build of docs
Tom Peters [Wed, 8 Jul 2015 15:12:32 +0000 (11:12 -0400)]
Merge branch 'master' of /nfs/home/rucombs/Snort++
huica [Tue, 7 Jul 2015 19:42:23 +0000 (15:42 -0400)]
Merge branch 'master' of ssh://huica@chivas64dev.cm.sourcefire.com/nfs/home/rucombs/Snort++ into fileclass2
Russ Combs [Tue, 7 Jul 2015 17:01:04 +0000 (13:01 -0400)]
Squashed commit of the following:
commit
0f4301235ab202cd9f7bb555d409c7c21ee030dd
Author: Russ Combs <rucombs@cisco.com>
Date: Tue Jul 7 12:59:47 2015 -0400
Squashed commit of the following:
commit
8c11ee5abd9cf2f695c8d74fca6cf610c6b69d55
Author: Joel Cornett <joel.cornett@gmail.com>
Date: Mon Jul 6 13:10:03 2015 -0400
fixed warning for unused variable
manual merge of updates from feature/piglet branch
removed unused lua helper sources
fix warnings on clang/osx
commit
406b779dfe76e95f0bf00c825c0b6a16d06e8af4
Author: Russ Combs <rucombs@cisco.com>
Date: Fri Jul 3 08:10:19 2015 -0400
uncrustification
add copyright
TODO -> FIXIT
commit
47cadb98e8f2d694f85eefc7997c08c76e51b81a
Author: Russ Combs <rucombs@cisco.com>
Date: Fri Jul 3 08:10:19 2015 -0400
Squashed commit of the following:
commit
e7b52fed1a6069927e8a38d291545af3615a999b
Author: Joel Cornett <joel.cornett@gmail.com>
Date: Thu Jun 4 19:48:25 2015 -0400
piglet test harness
Russ Combs [Tue, 7 Jul 2015 15:58:11 +0000 (11:58 -0400)]
update cmake to a2
Russ Combs [Tue, 7 Jul 2015 15:55:37 +0000 (11:55 -0400)]
Squashed commit of the following:
remove dead code
make smtp packet processing flag thread local
bump configured version from a1 to a2
Russ Combs [Mon, 6 Jul 2015 15:48:04 +0000 (11:48 -0400)]
build 160 - alpha 2
Tom Peters [Mon, 6 Jul 2015 15:02:44 +0000 (11:02 -0400)]
Merge branch 'master' of /nfs/home/rucombs/Snort++
huica [Mon, 6 Jul 2015 13:47:47 +0000 (09:47 -0400)]
Merge branch 'master' of ssh://huica@chivas64dev.cm.sourcefire.com/nfs/home/rucombs/Snort++ into fileclass2
huica [Mon, 6 Jul 2015 13:47:25 +0000 (09:47 -0400)]
enable file capture
Russ Combs [Mon, 6 Jul 2015 11:35:54 +0000 (07:35 -0400)]
update make foo for prior commit
Russ Combs [Mon, 6 Jul 2015 11:23:40 +0000 (07:23 -0400)]
Squashed commit of the following:
commit
0c99294e56f953f9cd4e5d50fe7d0177edf0df17
Author: Russ Combs <rucombs@cisco.com>
Date: Sat Jul 4 15:26:34 2015 -0400
remove dead code
Russ Combs [Sat, 4 Jul 2015 11:42:35 +0000 (07:42 -0400)]
fix Snort++ markup
Russ Combs [Sat, 4 Jul 2015 03:05:37 +0000 (23:05 -0400)]
add bugs list to manual
Russ Combs [Fri, 3 Jul 2015 20:38:38 +0000 (16:38 -0400)]
allow file_data searches for service rules for now; mic cleanup
russ [Fri, 3 Jul 2015 11:49:43 +0000 (07:49 -0400)]
fix tcp bindings for pdus; fix smtp leak
Russ Combs [Fri, 3 Jul 2015 02:46:57 +0000 (22:46 -0400)]
fix smtp command init
Russ Combs [Thu, 2 Jul 2015 22:02:48 +0000 (18:02 -0400)]
fix sip leaks, valgrind issues, and usage
Tom Peters [Thu, 2 Jul 2015 19:59:04 +0000 (15:59 -0400)]
Merge branch 'master' of /nfs/home/rucombs/Snort++
Tom Peters [Thu, 2 Jul 2015 19:58:43 +0000 (15:58 -0400)]
test tool upgrade
Russ Combs [Thu, 2 Jul 2015 19:07:38 +0000 (15:07 -0400)]
fix sip stats and misc static analysis issues
Russ Combs [Thu, 2 Jul 2015 16:51:16 +0000 (12:51 -0400)]
grumble
Russ Combs [Thu, 2 Jul 2015 16:45:25 +0000 (12:45 -0400)]
rename user pkt to pdu
Russ Combs [Thu, 2 Jul 2015 16:27:56 +0000 (12:27 -0400)]
add inspector packet filtering before eval
huica [Thu, 2 Jul 2015 15:48:12 +0000 (11:48 -0400)]
Merge branch 'master' of ssh://huica@chivas64dev.cm.sourcefire.com/nfs/home/rucombs/Snort++ into fileclass2
Russ Combs [Thu, 2 Jul 2015 15:28:05 +0000 (11:28 -0400)]
fix mime decoding
huica [Thu, 2 Jul 2015 13:31:53 +0000 (09:31 -0400)]
Merge branch 'master' of
ssh://huica@chivas64dev.cm.sourcefire.com/nfs/home/rucombs/Snort++ into
fileclass2
Conflicts:
src/file_api/file_service.cc
src/file_api/file_stats.cc
src/file_api/libs/file_identifier.h
Russ Combs [Thu, 2 Jul 2015 02:10:37 +0000 (22:10 -0400)]
fix decode sizes
Russ Combs [Wed, 1 Jul 2015 23:10:15 +0000 (19:10 -0400)]
add sip lib into the mix
Russ Combs [Wed, 1 Jul 2015 22:01:18 +0000 (18:01 -0400)]
Squashed commit of the following:
commit
510940569cf8f66668e7265ee004c7fa4127ee00
Author: Russ Combs <rucombs@cisco.com>
Date: Thu Jun 25 23:33:05 2015 -0400
fixed duplicate patterns in file_magic.lua
warn about rules with no fast pattern
run fast patterns according to packet type
tweak shutdown output
add slow search count; match alert service ports
binder sets service from gadget if not set
allow abbreviated rule headers
split file / user protos
eliminate need for MAX_PROTOCOL_ORDINAL; vectorize sopg_table_t
warn if file rule has no file_data fp
add legacy mode warning
split raw vs cooked counts
limit detection of service file data
default to not inspect stream inserts
valgrind cleanup for smtp and misc
fix up mail leaks
fix cmake build on linux w/o asciidoc
Russ Combs [Wed, 1 Jul 2015 21:58:08 +0000 (17:58 -0400)]
fix dns inspector type
Russ Combs [Wed, 1 Jul 2015 21:32:06 +0000 (17:32 -0400)]
fix cmake build
Russ Combs [Wed, 1 Jul 2015 21:23:57 +0000 (17:23 -0400)]
compiler cleanup