| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Snort Pkg 2.5.8 Update - bug fixes and new features | bmeeks8 | 2013-05-13 | 1 | -238/+506 |
* | Do not start snort after install if this is bootup stage. | Ermal Luçi | 2013-05-04 | 1 | -1/+2 |
* | Update Snort package to ver 2.5.7 - bug fixes and new features | bmeeks8 | 2013-04-25 | 1 | -50/+99 |
* | Make Snort rc.d shell script more reliable for restarts. | bmeeks8 | 2013-04-21 | 1 | -17/+56 |
* | Fix logic bug in rule updates (triggered by unique conditions). | bmeeks8 | 2013-04-13 | 1 | -0/+16 |
* | Fix longstanding bug with enable/disable SID code | bmeeks8 | 2013-04-10 | 1 | -6/+13 |
* | Update Snort to 2.5.5 - New features and bug fixes | bmeeks8 | 2013-04-09 | 1 | -61/+270 |