Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | silence warning on every FTP connection | Chris Buechler | 2008-11-24 | 2 | -3/+3 |
| | | | | update version | ||||
* | Delete states for an IP when we add to blocklist. | Scott Ullrich | 2008-08-04 | 1 | -0/+0 |
| | |||||
* | Rebuild snort2c | Scott Ullrich | 2008-08-04 | 1 | -0/+0 |
| | |||||
* | Snort changes submitted by Rob Iscool | Scott Ullrich | 2008-08-04 | 4 | -15/+16 |
| | |||||
* | Fixup snort with comprehensive snort.conf mojo. | Scott Ullrich | 2008-08-04 | 1 | -69/+131 |
| | | | | Submitted-by: Rob Iscool | ||||
* | Pretend we are Mozilla so that we can communicate with snort.org. | Scott Ullrich | 2008-08-04 | 1 | -0/+3 |
| | |||||
* | Corretly allow snort to run on multi-wan configurations. | Scott Ullrich | 2008-04-15 | 1 | -17/+41 |
| | | | | | Hacked-together-by: gtm via forum http://forum.pfsense.org/index.php/topic,8887.0/topicseen.html | ||||
* | Fix snort rules page. | Scott Ullrich | 2008-03-17 | 1 | -3/+8 |
| | | | | See: http://forum.pfsense.org/index.php/topic,8386.0/topicseen.html | ||||
* | Bring snort up to speed with 2.7. Submitted-by: shaddow501 via forum | Scott Ullrich | 2007-12-10 | 1 | -5/+60 |
| | |||||
* | Move interfaces check to inside the $_POST code. | Scott Ullrich | 2007-12-03 | 1 | -5/+4 |
| | |||||
* | Snort not binding to correct interface on boot | Scott Ullrich | 2007-11-01 | 1 | -0/+6 |
| | | | | Ticket #1472 | ||||
* | The first line in the function reads: "box = document.forms[1].selectbox;" | Scott Ullrich | 2007-11-01 | 1 | -1/+1 |
| | | | | | | | | Microsoft's javascript system interprets that to say: "box = document.forms.1.selectbox;" which, of course, does not exist on the document being displayed in the browser - this means you can not select the Category for the Rules to view or edit. The "fix" is to remove the [1] in the line so IE-7 and cousins will interpret the line correctly - If this "breaks" other, well mannered browsers then you need to include code in the javascript function to determine "what" browser is performing the action and adjust the variable assignment accordingly .... Ticket #1483 | ||||
* | Use correct snort advanced config pass through value. | Scott Ullrich | 2007-09-18 | 1 | -1/+1 |
| | |||||
* | fix typo in snort | Martin Fuchs | 2007-09-09 | 1 | -1/+1 |
| | |||||
* | * added copyright header to each file | Daniel Stefan Haischt | 2007-09-01 | 3 | -59/+63 |
| | | | | | | * added XSL stylesheet to each file * added DTD to some files (TODO: Add DTD to the remaining files and validate them against the DTD) * added a Document Type Definition which allows to validate package files | ||||
* | * added copyright header to each file | Daniel Stefan Haischt | 2007-09-01 | 3 | -0/+132 |
| | | | | | | * added XSL stylesheet to each file * added DTD to some files (TODO: Add DTD to the remaining files and validate them against the DTD) * added a Document Type Definition which allows to validate package files | ||||
* | Only launch snort2c if the option is enabled. | Scott Ullrich | 2007-08-24 | 1 | -1/+2 |
| | |||||
* | Reduce false positives. See ↵ | Scott Ullrich | 2007-07-07 | 1 | -1/+1 |
| | | | | http://forum.pfsense.org/index.php/topic,3616.0/topicseen.html | ||||
* | Do not spam logs on filter reload. | Scott Ullrich | 2007-07-02 | 1 | -2/+0 |
| | |||||
* | Disable XMLRPC sync temporarily until Ticket #1318 can be fixed. | Scott Ullrich | 2007-05-15 | 1 | -0/+3 |
| | |||||
* | Use xmlrpc method restore_config_section | Scott Ullrich | 2007-05-09 | 1 | -1/+1 |
| | |||||
* | Shorten tab lengths | Scott Ullrich | 2007-05-08 | 9 | -72/+72 |
| | |||||
* | snort2c does not HUP. simply kill it and restart. | Scott Ullrich | 2007-05-08 | 1 | -1/+1 |
| | |||||
* | Reload snort2c on IP change but do it with a HUP. | Scott Ullrich | 2007-05-08 | 1 | -0/+1 |
| | |||||
* | Reload snort on IP change but do it with a HUP. | Scott Ullrich | 2007-05-08 | 1 | -4/+3 |
| | |||||
* | Tighten the home net checks trying to eliminte blank entries that can lead ↵ | Scott Ullrich | 2007-05-07 | 1 | -2/+5 |
| | | | | to ,/, | ||||
* | Tighten the home net checks trying to eliminte blank entries that can lead ↵ | Scott Ullrich | 2007-05-07 | 1 | -4/+8 |
| | | | | to ,/, | ||||
* | We will restart snort from rc.newwanip now. | Scott Ullrich | 2007-04-30 | 1 | -2/+2 |
| | |||||
* | Do not add sparious , | Scott Ullrich | 2007-03-17 | 1 | -1/+2 |
| | | | | Submitted-by: Ying Wong ying_AT_apdir.com | ||||
* | Correct portscan preprocessor settings. WAN Gateway, DNS servers, and ↵ | Scott Dale | 2007-02-22 | 1 | -10/+19 |
| | | | | loopback address are not automatically inserted in $HOME_NET. Removed redundant code that was inserting local IPs twice into $HOME_NET. | ||||
* | Corrected page title | Scott Dale | 2007-02-22 | 1 | -1/+1 |
| | |||||
* | Removed the flow-portscan preprocessor and inserted the sfportscan ↵ | Scott Dale | 2007-02-21 | 1 | -25/+8 |
| | | | | preprocessor. Flow-portscan has been deprecated from Snort. | ||||
* | Changes to snort rules will now prompt user to apply changes. Applying ↵ | Scott Dale | 2007-02-12 | 1 | -84/+102 |
| | | | | changes will now restart snort properly after changes have been made. | ||||
* | Make sure snort is deinstalled correctly | Scott Ullrich | 2007-02-11 | 1 | -0/+3 |
| | | | | Ticket #1252 | ||||
* | Add premium subscriber checkbox which appends _s to the url for people who ↵ | Scott Ullrich | 2007-02-05 | 2 | -2/+12 |
| | | | | subscribe to Snort.org | ||||
* | Add snort advanced pass thrrough configuration | Scott Ullrich | 2007-01-28 | 2 | -0/+13 |
| | |||||
* | Trim home net | Scott Ullrich | 2007-01-26 | 1 | -1/+1 |
| | | | | Ticket #1232 | ||||
* | Use pfsense.merge_config_section | Scott Ullrich | 2007-01-25 | 1 | -1/+1 |
| | |||||
* | s/=/==/ | Scott Ullrich | 2007-01-19 | 1 | -1/+1 |
| | | | | Ticket #1208 | ||||
* | Stop snort on deinstall. | Scott Ullrich | 2006-12-11 | 1 | -0/+3 |
| | |||||
* | Latest fixes from Scott | Scott Ullrich | 2006-12-11 | 2 | -19/+27 |
| | |||||
* | Updated file from Scott. | Scott Ullrich | 2006-12-11 | 1 | -345/+348 |
| | |||||
* | Add Snort rule activation/deactivation/edit support. | Scott Ullrich | 2006-12-09 | 9 | -15/+715 |
| | | | | Written and submitted by: Scott Dale <c_scott_dale_AT_yahoo.com | ||||
* | * ensure /var/log/snort exists | Scott Ullrich | 2006-12-06 | 1 | -0/+5 |
| | | | | * ensure /var/log/snort/alert exists | ||||
* | * Restart snort after filter changes | Scott Ullrich | 2006-11-19 | 1 | -1/+5 |
| | | | | * Flush snort2c table after filter changes | ||||
* | make $HOME_NET work for multiple IPs | Bill Marquette | 2006-11-02 | 1 | -1/+6 |
| | |||||
* | filter out grep from results | Scott Ullrich | 2006-10-30 | 1 | -1/+1 |
| | |||||
* | Cleanup sampling code. Don't forget to escape \$ awk variable. | Scott Ullrich | 2006-10-30 | 1 | -1/+7 |
| | |||||
* | When no interface is selected, do not error out. | Scott Ullrich | 2006-10-28 | 1 | -8/+9 |
| | | | | Ticket #1155 | ||||
* | Sample actual snort memory usage as well as system free measurements. | Scott Ullrich | 2006-10-26 | 1 | -1/+1 |
| |