Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Snort package to ver 2.5.7 - bug fixes and new features | bmeeks8 | 2013-04-25 | 1 | -2/+4 |
| | |||||
* | Update Snort to 2.5.5 - New features and bug fixes | bmeeks8 | 2013-04-09 | 1 | -12/+15 |
| | |||||
* | Add new Search Performance options for AC-SPLIT and three -NQ non-queued | unknown | 2013-01-26 | 1 | -5/+7 |
| | | | | options. | ||||
* | Add IPS policy select, auto-flowbit resolution and bug fixes. | Bill Meeks | 2013-01-20 | 1 | -61/+70 |
| | |||||
* | Implement gettext() calls on strings | Renato Botelho | 2012-07-24 | 1 | -56/+56 |
| | |||||
* | Rename Server to Variables since thats what it is | Ermal | 2012-07-22 | 1 | -1/+1 |
| | |||||
* | Allow peopel to run multiple times the same interface! | Ermal | 2012-07-16 | 1 | -0/+2 |
| | |||||
* | Rename the underlying folder when chaning iface on the config | Ermal | 2012-07-16 | 1 | -0/+1 |
| | |||||
* | Remvoe log dir when interface changes | Ermal | 2012-07-15 | 1 | -0/+1 |
| | |||||
* | Switch to output alert_csv to fix all issues with snort alerts/blocked descr | Ermal | 2012-07-14 | 1 | -2/+4 |
| | |||||
* | No need for all these output log configuration | Ermal | 2012-07-13 | 1 | -31/+0 |
| | |||||
* | Allow to disable cksum checking pf(4) does this already | Ermal | 2012-07-12 | 1 | -1/+9 |
| | |||||
* | Show the icon on the snort column for consistency. Stop snort when disabled ↵ | Ermal | 2012-07-12 | 1 | -0/+2 |
| | | | | is ticked of on edit screen | ||||
* | Decode properly the pass through config so its readble | Ermal | 2012-07-12 | 1 | -0/+2 |
| | |||||
* | Fix copyrights formatting and leftovers from copy pasto | Ermal | 2012-07-11 | 1 | -30/+27 |
| | |||||
* | Last cleanup. Fixes for issues reported on the forums as well. | Ermal | 2012-07-11 | 1 | -387/+187 |
| | |||||
* | Resolve issues reported here. ↵ | Ermal | 2012-07-09 | 1 | -1/+3 |
| | | | | http://forum.pfsense.org/index.php/topic,51295.0.html | ||||
* | Remove more reference to undefined classes | Ermal | 2012-07-09 | 1 | -2/+2 |
| | |||||
* | Remove all snort layout customizations since they cause issues allover and ↵ | Ermal | 2012-07-09 | 1 | -180/+115 |
| | | | | remove all unneeded files anymore. | ||||
* | Last splits remaining | Ermal | 2012-07-09 | 1 | -1/+1 |
| | |||||
* | Use proper class for select inputs. Clean up some more code around and try ↵ | Ermal | 2012-07-09 | 1 | -10/+10 |
| | | | | to fix alerts display page | ||||
* | Revert "Preserve already configured settings for the instance" | Ermal | 2012-06-14 | 1 | -1/+1 |
| | | | | This reverts commit 79822b6a62e78d29c6edd100fb0f784759174a25. | ||||
* | Preserve already configured settings for the instance | Ermal | 2012-06-14 | 1 | -1/+1 |
| | |||||
* | Use pid files to control snort start/stop code | Ermal | 2012-06-14 | 1 | -3/+0 |
| | |||||
* | Generalize more references | jim-p | 2012-03-27 | 1 | -1/+1 |
| | |||||
* | Remove wrongly used if | Ermal | 2012-01-27 | 1 | -7/+5 |
| | |||||
* | Expose the new options of spoink to the GUI | Ermal | 2012-01-25 | 1 | -3/+43 |
| | | | | | | | | | | | Improve spoink code a lot: - Allow to block by src/dst/both on the packet that generated alert. Default to src to keep backward compatibility - Speedup whitelist search - Create an option that allows to kill states on pf for blocked hosts. This allows to remove all access to the blocked host. TODO: - More fine grained blocking options? - Make whiwhitelist hparsing less sucky and IPv6 compatible | ||||
* | Patch to the previous change, reference: http://redmine.pfsense.org/issues/2033. | Michele Di Maria | 2011-12-06 | 1 | -2/+2 |
| | |||||
* | Adds two variables for SIP services in the "Define Servers" interface: | Michele Di Maria | 2011-12-05 | 1 | -0/+4 |
| | | | | | | | SIP_SERVERS, default=$HOME_NET SIP_PORTS, default=[5060:5090,16384:32768] Reference: http://redmine.pfsense.org/issues/2033 | ||||
* | Remove the mess of config syncing in snort and just provide one function for ↵ | Ermal | 2011-11-11 | 1 | -2/+2 |
| | | | | all. This allows snort to properly start at bootup and restart on ip change. | ||||
* | Get rid of the stop/start button on interface edit is useless. | Ermal | 2011-11-11 | 1 | -31/+1 |
| | |||||
* | Correct the whitelist selection saving | Ermal | 2011-08-03 | 1 | -2/+2 |
| | |||||
* | Get rid of Id and remove unused code | Ermal | 2011-08-03 | 1 | -2/+1 |
| | |||||
* | Fixes for whitelists and suppress generation. | Ermal | 2011-08-03 | 1 | -67/+45 |
| | |||||
* | Another round of fixes for whitelist and suppress. Also correct behaviour of ↵ | Ermal | 2011-08-03 | 1 | -16/+11 |
| | | | | some GUI. | ||||
* | Remove uneeded code | Ermal | 2011-08-02 | 1 | -4/+1 |
| | |||||
* | If the interface is changed stop previous running snort on the other interface | Ermal | 2011-08-02 | 1 | -14/+6 |
| | |||||
* | Do not forget interface on reedit and properly stop snort on deletion | Ermal | 2011-08-02 | 1 | -5/+8 |
| | |||||
* | Redirect to the main page if no id has been passed. | Ermal | 2011-08-02 | 1 | -2/+4 |
| | |||||
* | Use the correct interface | Ermal | 2011-08-02 | 1 | -0/+1 |
| | |||||
* | Get some credit i need it | Ermal | 2011-08-02 | 1 | -0/+1 |
| | |||||
* | Sync package config even on save | Ermal | 2011-08-02 | 1 | -0/+3 |
| | |||||
* | Give time to GUI to get correct fields | Ermal | 2011-08-02 | 1 | -1/+1 |
| | |||||
* | Polishing of the snort pacakge, part 2: | Ermal | 2011-08-02 | 1 | -124/+79 |
| | | | | | | | | * Get rid of snort_head.inc * No more apply settings button since it does not make sense * Other cleanups in many parts of the code Tested only on 2.0 | ||||
* | First pass of sanitizing this code. Some more QA is needed to make sure what ↵ | Ermal Luçi | 2011-08-02 | 1 | -69/+47 |
| | | | | is selected is actually applied behind | ||||
* | snort-dev, add interfaces edit tab, update code | robiscool | 2011-05-10 | 1 | -1/+0 |
| | |||||
* | Test if variables are set before using them in certain cases, might avoid a ↵ | jim-p | 2010-10-05 | 1 | -1/+1 |
| | | | | condition where interfaces are being duplicated. (Several forum threads about it) | ||||
* | More snort theme fixes from garga | jim-p | 2010-09-24 | 1 | -3/+3 |
| | |||||
* | Make snort respect $g['theme']. Submitted-By: garga | jim-p | 2010-09-24 | 1 | -1/+2 |
| | |||||
* | snort, correct line endings, finx cron loglimit code | robiscool | 2010-09-09 | 1 | -579/+610 |
| |