| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge pull request #717 from bmeeks8/snort-2.9.6.2-v3.1.3 | Renato Botelho | 2014-10-20 | 41 | -571/+3844 |
|\| |
|
| * | Fix typo in variable name. | bmeeks8 | 2014-10-16 | 1 | -1/+1 |
| * | Fix var name typo reported by Phil Smith & quiet down rc script output. | bmeeks8 | 2014-10-13 | 1 | -3/+3 |
| * | Use isvalidpid() function instead of testing for PID file when restarting. | bmeeks8 | 2014-10-10 | 1 | -2/+2 |
| * | Execute start script in background only in console mode. | bmeeks8 | 2014-10-09 | 1 | -3/+4 |
| * | Consolidate calls to write_config() and improve nanoBSD performance. | bmeeks8 | 2014-10-09 | 3 | -15/+8 |
| * | Forgot to remove reverted code & handle nanoBSD installs better. | bmeeks8 | 2014-10-09 | 1 | -22/+17 |
| * | Flag no config auto-backup since we are only updating a message. | bmeeks8 | 2014-10-09 | 1 | -1/+1 |
| * | Fix some logic errors with SELECT ALL button for Rule Sets. | bmeeks8 | 2014-10-09 | 1 | -10/+26 |
| * | Do not lose custom update time when disabling rule auto-updates. | bmeeks8 | 2014-10-09 | 1 | -6/+9 |
| * | Check in post-install and only change filesystem to RW if necessary. | bmeeks8 | 2014-10-09 | 1 | -4/+9 |
| * | Wrap sync_snort_package_config() with conf_mount_rw() on sync target. | bmeeks8 | 2014-10-09 | 1 | -0/+2 |
| * | Wrap calls to sync_snort_package_config() with conf_mount_rw(). | bmeeks8 | 2014-10-09 | 10 | -4/+30 |
| * | Check and only call conf_mount_rw() when needed. | bmeeks8 | 2014-10-09 | 1 | -6/+8 |
| * | Remove unneeded calls to conf_mount_rw() and conf_mount_ro(). | bmeeks8 | 2014-10-09 | 1 | -4/+0 |
| * | Fix logic to only restart Snort if it was running on rules update. | bmeeks8 | 2014-10-09 | 1 | -3/+2 |
| * | Fix so we remove the /var/db/snort directory on pkg deinstall. | bmeeks8 | 2014-10-09 | 1 | -9/+8 |
| * | Oops, log mgmt settings are global, so fix array reference. | bmeeks8 | 2014-10-09 | 1 | -2/+2 |
| * | Add code to cleanup rotated perfmon stats log files. | bmeeks8 | 2014-10-08 | 1 | -0/+31 |
| * | Improve how Snort is restarted after a rules update. | bmeeks8 | 2014-10-07 | 1 | -15/+2 |
| * | Use snort.sh rc script to start Snort after installation. | bmeeks8 | 2014-10-07 | 1 | -18/+8 |
| * | Improve the snort.sh rc script. Ignore extra start commands. | bmeeks8 | 2014-10-07 | 1 | -18/+17 |
| * | Revert code exposing configured interfaces as separate services. | bmeeks8 | 2014-10-07 | 8 | -360/+212 |
| * | Define new constant if not already defined to work around cached inc file. | bmeeks8 | 2014-10-06 | 1 | -0/+3 |
| * | Replace more hard-coded paths with system globals where possible. | bmeeks8 | 2014-10-05 | 5 | -28/+50 |
| * | Don't remount file system R/O during post-install rules update. | bmeeks8 | 2014-10-05 | 1 | -0/+5 |
| * | Use system globals instead of hard-coded paths where possible. | bmeeks8 | 2014-10-05 | 1 | -2/+2 |
| * | Stop progress bar text output from rules update cron task. | bmeeks8 | 2014-10-05 | 1 | -5/+5 |
| * | Rename critical CONSTANTS so they are unique to the package. | bmeeks8 | 2014-09-20 | 10 | -66/+72 |
| * | Remove unneeded code from snort and barnyard start functions. | bmeeks8 | 2014-09-20 | 1 | -24/+11 |
| * | Ensure we unset only desired element instead of entire array! | bmeeks8 | 2014-09-19 | 5 | -19/+42 |
| * | Be sure preproc rules get moved to interface dir during post-install. | bmeeks8 | 2014-09-19 | 1 | -2/+4 |
| * | Add missing parenthesis in if() statement. | bmeeks8 | 2014-09-19 | 1 | -1/+1 |
| * | Show alert description instead of classification in dashboard widget. | bmeeks8 | 2014-09-19 | 2 | -26/+15 |
| * | Use PHP date() function instead of exec() call. | bmeeks8 | 2014-09-18 | 2 | -2/+2 |
| * | More replace PHP @unlink() with system unlink_if_exists(). | bmeeks8 | 2014-09-18 | 3 | -4/+4 |
| * | Replace hard-coded paths with system globals where possible. | bmeeks8 | 2014-09-18 | 2 | -4/+4 |
| * | Remove unused line of old code. | bmeeks8 | 2014-09-18 | 1 | -3/+0 |
| * | Add new shell script for starting Snort package. | bmeeks8 | 2014-09-18 | 5 | -2/+51 |
| * | Remove old code that is no longer needed. | bmeeks8 | 2014-09-18 | 1 | -3/+0 |
| * | Adjust rule set downloads for new unique service entries. | bmeeks8 | 2014-09-17 | 2 | -3/+54 |
| * | Replace PHP unlink() with pfSense unlink_if_exists(). | bmeeks8 | 2014-09-17 | 1 | -3/+3 |
| * | Remove no longer needed code for generating shell script. | bmeeks8 | 2014-09-17 | 2 | -209/+6 |
| * | Use Snort description for service descr or friendly descr otherwise. | bmeeks8 | 2014-09-17 | 4 | -25/+43 |
| * | Replace exec() calls with system calls and also use unlink_if_exists(). | bmeeks8 | 2014-09-17 | 3 | -14/+10 |
| * | Rename service entry when moving Snort/BY2 to another interface. | bmeeks8 | 2014-09-17 | 1 | -1/+14 |
| * | Report each enabled Snort/BY2 interface as a separate service entry. | bmeeks8 | 2014-09-17 | 7 | -64/+380 |
| * | Do not lose MySQL settings when just disabling Barnyard2 on interface. | bmeeks8 | 2014-09-16 | 1 | -0/+21 |
| * | Remove unneccessary calls to configure_cron(). | bmeeks8 | 2014-09-15 | 1 | -3/+0 |
| * | Allow setting of FACILITY & PRIORITY in BY2 when logging to local syslog. | bmeeks8 | 2014-09-15 | 2 | -35/+41 |