aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort
Commit message (Collapse)AuthorAgeFilesLines
* Add support for decompress_swf and decompress_pdf HTTP_INSPECT options.bmeeks82015-11-104-6/+36
|
* Simplify username codedoktornotor2015-10-281-5/+1
|
* Tweak replication target descriptiondoktornotor2015-10-281-5/+3
|
* snort - XMLRPC sync fixesdoktornotor2015-10-281-80/+100
| | | | | | | | | - Fix CARP protocol/port selection - Properly disable 'Start Snort' for CARP/HA targets - Do some validations (IP/hostname, port, password) before attempting to sync - Handle IPv6 addresses for sync target - The enable checkbox was not being used at all - The foreach loop skipped all remaining targets if one was misconfigured, due to the 'return' in there - Do some code style cleanups and polish log messages a bit while here
* Version bump for Snortjim-p2015-10-051-1/+1
|
* Better handling of filenames in the IP Reputation browser and management.jim-p2015-10-052-6/+6
|
* Better handling of blertnumber in snort_blocked.phpjim-p2015-10-051-2/+6
|
* More handling for alertnumberjim-p2015-10-051-2/+2
|
* Improve handling of the alertnumber parameter in snort_alerts.phpjim-p2015-10-051-8/+11
|
* Work around a potential XSS in snort_ip_list_mgmt.php, small version bump ↵jim-p2015-10-012-4/+4
| | | | for snort.
* Bump snort version due to last changesRenato Botelho2015-08-281-1/+1
|
* Add array keys between quotes, suggested by @doktornotorRenato Botelho2015-08-281-2/+2
|
* Merge pull request #979 from PiBa-NL/snort-3.2.6Renato Botelho2015-08-281-2/+2
|\
| * snort, fix config-sync to 'system backup server'PiBa-NL2015-08-101-2/+2
| |
* | Update Snort binary to 2.9.7.5 and GUI pkg to v3.2.7bmeeks82015-08-131-1/+1
| |
* | Remove unneeded duplicate code to simplify things.bmeeks82015-08-133-18/+7
| |
* | Simplify future updates by removing hard-coded version strings.bmeeks82015-08-112-4/+4
| |
* | Fix spelling error in message string.bmeeks82015-08-111-1/+1
| |
* | Firewall interface IPs automatically in PASS LIST, so deprecate GUI optionbmeeks82015-08-112-14/+6
| |
* | Add note to remind user to manually assign a new PASS LIST to an interface.bmeeks82015-08-111-1/+2
| |
* | Include proxy arp VIPs in default HOME_NET and PASS LIST.bmeeks82015-08-111-1/+1
| |
* | Need to use exec_command() since we want output back from execution.bmeeks82015-08-111-4/+4
| |
* | snort - fix copyright headers, XML cleanupdoktornotor2015-08-081-38/+36
| | | | | | Fix copyright headers, fix description and make version consistent.
* | snort - fix copyright headers, XML cleanupdoktornotor2015-08-081-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.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
| | | | | | | 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.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
|