aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort
Commit message (Expand)AuthorAgeFilesLines
* Bump Snort package to version 3.2.6bmeeks82015-07-133-5/+5
* Verify snort_widget file handle before trying to use it.bmeeks82015-07-031-1/+4
* Add missing newline to end of last line in file.bmeeks82015-07-031-1/+1
* Fix PHP warnings from array/string mismatch error.bmeeks82015-07-031-3/+15
* Add new feature to hide deprecated rules categories in GUI.bmeeks82015-07-037-0/+166
* Show validation error for FQDN alias since we do not support them in pkgs.bmeeks82015-07-033-4/+17
* Sync IPREP IP List files with CARP replication partners.bmeeks82015-07-032-0/+35
* Send OpenAppID and SNORT_VARS changes to CARP replication partners.bmeeks82015-07-032-0/+6
* Use more secure CURL options for rules tarball downloads.bmeeks82015-07-031-3/+5
* Start Snort in the background on a package re-install.bmeeks82015-07-031-3/+2
* Remove unused old variables.bmeeks82015-07-031-4/+1
* Show Snort binary version on package home screen.bmeeks82015-07-031-1/+1
* Bump Snort package version to 3.2.5bmeeks82015-06-034-7/+7
* Increase PHP memory to 384MB to handle large rules arrays.bmeeks82015-06-031-1/+1
* Fix corrupt snort.conf created when IP REP is enabled with no IP lists.bmeeks82015-06-031-4/+3
* 2.3+ won't use PBI anymoreRenato Botelho2015-04-241-2/+7
* Use macros defined in snort_defs.incRenato Botelho2015-04-242-2/+2
* Bump Snort package version to 2.9.7.2-v3.2.4bmeeks82015-03-173-5/+5
* Need to trim trailing backslash off OpenAppID path.bmeeks82015-03-171-1/+1
* Bump default for Snort binary version to 2.9.7.2bmeeks82015-03-171-1/+1
* Fix missing $ in front of array variable name.bmeeks82015-03-171-1/+1
* Fix typo in URL for GPLv2 Community Rules details link.bmeeks82015-03-171-2/+2
* Validate widget_snort_display_linesPhil Davis2015-02-211-2/+6
* Bump Snort GUI package to 3.2.3bmeeks82015-02-033-4/+4
* Add checks so empty IP or subnet is not saved to HOME_NET or PASS LIST.bmeeks82015-02-031-16/+20
* Fix duplicated cron task bug when saving new time interval.bmeeks82015-02-032-3/+31
* Update snort to 2.9.7.0 pkg v3.2.2Phil Davis2015-01-111-1/+1
* Remove the correct snort.sh on deinstallPhil Davis2015-01-101-1/+1
* Bump package revision due to last changesRenato Botelho2014-12-191-1/+1
* Remove obsolete validation check.bmeeks82014-12-181-3/+0
* Store OpenAppID files under SNORTDIR with other rules.bmeeks82014-12-151-1/+1
* Update Snort package to 2.9.7.0 pkg v3.2bmeeks82014-12-1520-313/+743
* Bump Snort GUI pkg version to 3.1.5bmeeks82014-11-114-5/+5
* Fix bug preventing pkg config sync and Nano start failure on reboots.bmeeks82014-11-111-1/+0
* Fix typojim-p2014-11-051-1/+1
* Bump Snort 2.9.6.2 pkg version to 3.1.4 for bug fix.bmeeks82014-11-034-5/+5
* Bug Fix: should be restart_all instead of start_all interfaces.bmeeks82014-11-031-1/+1
* Remove two files that were deleted from package.bmeeks82014-10-201-10/+0
* Fix typo in variable name.bmeeks82014-10-161-1/+1
* Fix var name typo reported by Phil Smith & quiet down rc script output.bmeeks82014-10-131-3/+3
* Use isvalidpid() function instead of testing for PID file when restarting.bmeeks82014-10-101-2/+2
* Execute start script in background only in console mode.bmeeks82014-10-091-3/+4
* Consolidate calls to write_config() and improve nanoBSD performance.bmeeks82014-10-093-15/+8
* Forgot to remove reverted code & handle nanoBSD installs better.bmeeks82014-10-091-22/+17
* Flag no config auto-backup since we are only updating a message.bmeeks82014-10-091-1/+1
* Fix some logic errors with SELECT ALL button for Rule Sets.bmeeks82014-10-091-10/+26
* Do not lose custom update time when disabling rule auto-updates.bmeeks82014-10-091-6/+9
* Check in post-install and only change filesystem to RW if necessary.bmeeks82014-10-091-4/+9
* Wrap sync_snort_package_config() with conf_mount_rw() on sync target.bmeeks82014-10-091-0/+2
* Wrap calls to sync_snort_package_config() with conf_mount_rw().bmeeks82014-10-0910-4/+30