index
:
pfsense-packages/.git
master
pfSense packages repository
Filipp Lepalaan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
config
/
snort
/
snort.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Better fix for preventing multiple rm_blocked cron entries.
bmeeks8
2014-04-30
1
-11
/
+2
*
Fix multiple cron jobs bug when updating rm_blocked interval.
bmeeks8
2014-04-30
1
-3
/
+19
*
Change order of DB login info and other MySQL output parameters.
bmeeks8
2014-04-28
1
-4
/
+5
*
Add param to disable sig_reference table updates and fix root login bug.
bmeeks8
2014-04-28
1
-1
/
+3
*
Need a flag to indicate latest snort.inc version has been loaded.
bmeeks8
2014-04-28
1
-1
/
+4
*
Add "@" to silence errors and history tag text to write_config() calls.
bmeeks8
2014-04-28
1
-10
/
+9
*
Add support for new Barnyard2 output plugins.
bmeeks8
2014-04-08
1
-311
/
+328
*
Remove quotes around string variable -- shouldn't be there anyway.
bmeeks8
2014-02-09
1
-10
/
+10
*
Bump Snort package to 2.9.5.6 v3.0.4
bmeeks8
2014-01-28
1
-2
/
+2
*
Add enable/disable for decoder & preproc rules
bmeeks8
2014-01-27
1
-64
/
+52
*
Incorporate Ermal's comments -- use conf_mount_rw() only where needed.
bmeeks8
2014-01-13
1
-0
/
+4
*
Bump Snort pkg version to 3.0.2 -- bug fixes.
bmeeks8
2014-01-12
1
-2
/
+1
*
More fixes for auto log cleanup cron job.
bmeeks8
2014-01-11
1
-0
/
+1
*
Fix auto log limit cleanup so it actually works.
bmeeks8
2014-01-10
1
-4
/
+12
*
Fix typo in get_interface_gateway_v6() function name
bmeeks8
2014-01-07
1
-2
/
+2
*
Update copyright info and update for 3.0.1 release.
bmeeks8
2013-12-17
1
-2
/
+5
*
Simplify the way a PBI install is determined.
bmeeks8
2013-12-12
1
-11
/
+7
*
Fix FTP-Telnet preproc cmds to match snort.org defaults.
bmeeks8
2013-12-12
1
-24
/
+30
*
Set sensible defaults for new SDF preproc options.
bmeeks8
2013-12-12
1
-0
/
+2
*
Include Host Attribute Table xml DTD file in default conf set.
bmeeks8
2013-11-27
1
-1
/
+1
*
Add missing backslash escape character to shell script string.
bmeeks8
2013-11-27
1
-1
/
+1
*
Cleanup /usr/local/lib/snort directory on uninstall
bmeeks8
2013-11-27
1
-0
/
+1
*
snort - add multi select combo option for sensitive data preprocessor
Marcello Coutinho
2013-11-22
1
-1
/
+11
*
Snort 2.9.5.5 pkg v3.0.0 update
bmeeks8
2013-11-18
1
-418
/
+848
*
Backout custom handler for Alias expansion and revert to native function.
bmeeks8
2013-10-16
1
-83
/
+6
*
Bump Snort package version to 2.6.1
bmeeks8
2013-10-08
1
-1
/
+1
*
Add support for Emerging Threats Pro ruleset
bmeeks8
2013-10-08
1
-4
/
+1
*
Add function to expand port ranges for preprocs config
bmeeks8
2013-10-07
1
-14
/
+52
*
Fix errors in new snort_unpack_alias() function
bmeeks8
2013-09-29
1
-4
/
+6
*
Bump package version number to 2.6.0
bmeeks8
2013-09-25
1
-1
/
+1
*
Minor formatting fixes in snort.conf generation code
bmeeks8
2013-09-25
1
-6
/
+6
*
Fix missing quote mark and underscore typos
bmeeks8
2013-09-25
1
-11
/
+15
*
Modify calls to resolve Aliases to use Snort version
bmeeks8
2013-09-25
1
-4
/
+4
*
Add missing SSH preproc and set more preproc options
bmeeks8
2013-09-25
1
-15
/
+64
*
Add new PORTVAR ports to match current default config
bmeeks8
2013-09-25
1
-4
/
+5
*
Add check so flowbits logic does not re-enable manually disabled rules
bmeeks8
2013-09-25
1
-0
/
+4
*
Add new Snort-specific functions for using Aliases
bmeeks8
2013-09-25
1
-0
/
+95
*
Change match arguments for "pgrep" to fix multiple process starts
bmeeks8
2013-09-25
1
-12
/
+22
*
Fix missing {} on quoted string and declare array() before use.
bmeeks8
2013-07-03
1
-4
/
+27
*
Remove need for most globals, change sync to background task, fix bugs.
bmeeks8
2013-06-18
1
-154
/
+305
*
Remove some extraneous pass-by-reference tags to stop "copy on write"
bmeeks8
2013-06-04
1
-4
/
+4
*
Fix PHP out-of-memory error with large rule sets and IPS Policy display
bmeeks8
2013-06-03
1
-12
/
+17
*
Incorporate Ermal's comments from 2.5.8 pkg review.
bmeeks8
2013-05-31
1
-13
/
+10
*
More fixes for new XMLRPC pkg sync routines.
bmeeks8
2013-05-21
1
-10
/
+8
*
More tweaks to new Snort Pkg Sync code.
bmeeks8
2013-05-20
1
-48
/
+47
*
Fix XMLRPC Sync code to prevent errors from bad return value.
bmeeks8
2013-05-19
1
-13
/
+30
*
Refine new Snort XMLRPC pkg sync functions.
bmeeks8
2013-05-16
1
-36
/
+60
*
snort - add code to run only on backup system after xmlrpc sync
Marcello Coutinho
2013-05-14
1
-2
/
+7
*
Improve flowbits logic to include bitwise logical operators.
bmeeks8
2013-05-14
1
-9
/
+11
*
snort - include sync code
Marcello Coutinho
2013-05-14
1
-1
/
+153
[next]