Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix spelling error in message string. | bmeeks8 | 2015-08-11 | 1 | -1/+1 |
| | |||||
* | Firewall interface IPs automatically in PASS LIST, so deprecate GUI option | bmeeks8 | 2015-08-11 | 2 | -14/+6 |
| | |||||
* | Add note to remind user to manually assign a new PASS LIST to an interface. | bmeeks8 | 2015-08-11 | 1 | -1/+2 |
| | |||||
* | Include proxy arp VIPs in default HOME_NET and PASS LIST. | bmeeks8 | 2015-08-11 | 1 | -1/+1 |
| | |||||
* | Need to use exec_command() since we want output back from execution. | bmeeks8 | 2015-08-11 | 1 | -4/+4 |
| | |||||
* | snort - fix copyright headers, XML cleanup | doktornotor | 2015-08-08 | 1 | -38/+36 |
| | | | Fix copyright headers, fix description and make version consistent. | ||||
* | snort - fix copyright headers, XML cleanup | doktornotor | 2015-08-08 | 1 | -88/+35 |
| | | | | | Get rid of loads of bad 077 chmods, also no need to chmod 0644 which is default. Nuke useless, unused XML tags Fix title and make version consistent. | ||||
* | Bump Snort package to version 3.2.6 | bmeeks8 | 2015-07-13 | 3 | -5/+5 |
| | |||||
* | Verify snort_widget file handle before trying to use it. | bmeeks8 | 2015-07-03 | 1 | -1/+4 |
| | |||||
* | Add missing newline to end of last line in file. | bmeeks8 | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | Fix PHP warnings from array/string mismatch error. | bmeeks8 | 2015-07-03 | 1 | -3/+15 |
| | |||||
* | Add new feature to hide deprecated rules categories in GUI. | bmeeks8 | 2015-07-03 | 7 | -0/+166 |
| | |||||
* | Show validation error for FQDN alias since we do not support them in pkgs. | bmeeks8 | 2015-07-03 | 3 | -4/+17 |
| | |||||
* | Sync IPREP IP List files with CARP replication partners. | bmeeks8 | 2015-07-03 | 2 | -0/+35 |
| | |||||
* | Send OpenAppID and SNORT_VARS changes to CARP replication partners. | bmeeks8 | 2015-07-03 | 2 | -0/+6 |
| | |||||
* | Use more secure CURL options for rules tarball downloads. | bmeeks8 | 2015-07-03 | 1 | -3/+5 |
| | |||||
* | Start Snort in the background on a package re-install. | bmeeks8 | 2015-07-03 | 1 | -3/+2 |
| | |||||
* | Remove unused old variables. | bmeeks8 | 2015-07-03 | 1 | -4/+1 |
| | |||||
* | Show Snort binary version on package home screen. | bmeeks8 | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | Bump Snort package version to 3.2.5 | bmeeks8 | 2015-06-03 | 4 | -7/+7 |
| | |||||
* | Increase PHP memory to 384MB to handle large rules arrays. | bmeeks8 | 2015-06-03 | 1 | -1/+1 |
| | |||||
* | Fix corrupt snort.conf created when IP REP is enabled with no IP lists. | bmeeks8 | 2015-06-03 | 1 | -4/+3 |
| | |||||
* | 2.3+ won't use PBI anymore | Renato Botelho | 2015-04-24 | 1 | -2/+7 |
| | |||||
* | Use macros defined in snort_defs.inc | Renato Botelho | 2015-04-24 | 2 | -2/+2 |
| | |||||
* | Bump Snort package version to 2.9.7.2-v3.2.4 | bmeeks8 | 2015-03-17 | 3 | -5/+5 |
| | |||||
* | Need to trim trailing backslash off OpenAppID path. | bmeeks8 | 2015-03-17 | 1 | -1/+1 |
| | |||||
* | Bump default for Snort binary version to 2.9.7.2 | bmeeks8 | 2015-03-17 | 1 | -1/+1 |
| | |||||
* | Fix missing $ in front of array variable name. | bmeeks8 | 2015-03-17 | 1 | -1/+1 |
| | |||||
* | Fix typo in URL for GPLv2 Community Rules details link. | bmeeks8 | 2015-03-17 | 1 | -2/+2 |
| | |||||
* | Validate widget_snort_display_lines | Phil Davis | 2015-02-21 | 1 | -2/+6 |
| | | | | | | | Currently if you open the snort widget settings and just press "save" with a blank field, it sets the parameter to blank. Subsequently that causes problems trying to fetch the last "" number of alerts, and actually the little "tool" icon never reappears, so you cannot fix it from the dashboard. 1) Setting the number of entries to 0 seems silly, so limit it to a minimum of 1 alert. 2) If the user blanks the box, then unset widget_snort_display_lines to make sure things will always revert to the default. 3) Whatever else the user types in - "abc", "-999", "23xyz99" - try to interpret it as an int (with intval()), then do not let it be less than 1 (not negative or zero). This forum entry made me touch it and "break" my widget also: https://forum.pfsense.org/index.php?topic=89161.0 | ||||
* | Bump Snort GUI package to 3.2.3 | bmeeks8 | 2015-02-03 | 3 | -4/+4 |
| | |||||
* | Add checks so empty IP or subnet is not saved to HOME_NET or PASS LIST. | bmeeks8 | 2015-02-03 | 1 | -16/+20 |
| | |||||
* | Fix duplicated cron task bug when saving new time interval. | bmeeks8 | 2015-02-03 | 2 | -3/+31 |
| | |||||
* | Update snort to 2.9.7.0 pkg v3.2.2 | Phil Davis | 2015-01-11 | 1 | -1/+1 |
| | | | for deinstall fix | ||||
* | Remove the correct snort.sh on deinstall | Phil Davis | 2015-01-10 | 1 | -1/+1 |
| | |||||
* | Bump package revision due to last changes | Renato Botelho | 2014-12-19 | 1 | -1/+1 |
| | |||||
* | Remove obsolete validation check. | bmeeks8 | 2014-12-18 | 1 | -3/+0 |
| | |||||
* | Store OpenAppID files under SNORTDIR with other rules. | bmeeks8 | 2014-12-15 | 1 | -1/+1 |
| | |||||
* | Update Snort package to 2.9.7.0 pkg v3.2 | bmeeks8 | 2014-12-15 | 20 | -313/+743 |
| | |||||
* | Bump Snort GUI pkg version to 3.1.5 | bmeeks8 | 2014-11-11 | 4 | -5/+5 |
| | |||||
* | Fix bug preventing pkg config sync and Nano start failure on reboots. | bmeeks8 | 2014-11-11 | 1 | -1/+0 |
| | |||||
* | Fix typo | jim-p | 2014-11-05 | 1 | -1/+1 |
| | |||||
* | Bump Snort 2.9.6.2 pkg version to 3.1.4 for bug fix. | bmeeks8 | 2014-11-03 | 4 | -5/+5 |
| | |||||
* | Bug Fix: should be restart_all instead of start_all interfaces. | bmeeks8 | 2014-11-03 | 1 | -1/+1 |
| | |||||
* | Remove two files that were deleted from package. | bmeeks8 | 2014-10-20 | 1 | -10/+0 |
| | |||||
* | 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 |
| |