aboutsummaryrefslogtreecommitdiffstats
path: root/packages/snort
Commit message (Collapse)AuthorAgeFilesLines
* Delete states for an IP when we add to blocklist.Scott Ullrich2008-08-041-0/+0
|
* Rebuild snort2cScott Ullrich2008-08-041-0/+0
|
* Snort changes submitted by Rob IscoolScott Ullrich2008-08-044-15/+16
|
* Fixup snort with comprehensive snort.conf mojo.Scott Ullrich2008-08-041-69/+131
| | | | Submitted-by: Rob Iscool
* Pretend we are Mozilla so that we can communicate with snort.org.Scott Ullrich2008-08-041-0/+3
|
* Corretly allow snort to run on multi-wan configurations.Scott Ullrich2008-04-151-17/+41
| | | | | Hacked-together-by: gtm via forum http://forum.pfsense.org/index.php/topic,8887.0/topicseen.html
* Fix snort rules page.Scott Ullrich2008-03-171-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 forumScott Ullrich2007-12-101-5/+60
|
* Move interfaces check to inside the $_POST code.Scott Ullrich2007-12-031-5/+4
|
* Snort not binding to correct interface on bootScott Ullrich2007-11-011-0/+6
| | | | Ticket #1472
* The first line in the function reads: "box = document.forms[1].selectbox;"Scott Ullrich2007-11-011-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 Ullrich2007-09-181-1/+1
|
* fix typo in snortMartin Fuchs2007-09-091-1/+1
|
* * added copyright header to each fileDaniel Stefan Haischt2007-09-013-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 fileDaniel Stefan Haischt2007-09-013-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 Ullrich2007-08-241-1/+2
|
* Reduce false positives. See ↵Scott Ullrich2007-07-071-1/+1
| | | | http://forum.pfsense.org/index.php/topic,3616.0/topicseen.html
* Do not spam logs on filter reload.Scott Ullrich2007-07-021-2/+0
|
* Disable XMLRPC sync temporarily until Ticket #1318 can be fixed.Scott Ullrich2007-05-151-0/+3
|
* Use xmlrpc method restore_config_sectionScott Ullrich2007-05-091-1/+1
|
* Shorten tab lengthsScott Ullrich2007-05-089-72/+72
|
* snort2c does not HUP. simply kill it and restart.Scott Ullrich2007-05-081-1/+1
|
* Reload snort2c on IP change but do it with a HUP.Scott Ullrich2007-05-081-0/+1
|
* Reload snort on IP change but do it with a HUP.Scott Ullrich2007-05-081-4/+3
|
* Tighten the home net checks trying to eliminte blank entries that can lead ↵Scott Ullrich2007-05-071-2/+5
| | | | to ,/,
* Tighten the home net checks trying to eliminte blank entries that can lead ↵Scott Ullrich2007-05-071-4/+8
| | | | to ,/,
* We will restart snort from rc.newwanip now.Scott Ullrich2007-04-301-2/+2
|
* Do not add sparious ,Scott Ullrich2007-03-171-1/+2
| | | | Submitted-by: Ying Wong ying_AT_apdir.com
* Correct portscan preprocessor settings. WAN Gateway, DNS servers, and ↵Scott Dale2007-02-221-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 titleScott Dale2007-02-221-1/+1
|
* Removed the flow-portscan preprocessor and inserted the sfportscan ↵Scott Dale2007-02-211-25/+8
| | | | preprocessor. Flow-portscan has been deprecated from Snort.
* Changes to snort rules will now prompt user to apply changes. Applying ↵Scott Dale2007-02-121-84/+102
| | | | changes will now restart snort properly after changes have been made.
* Make sure snort is deinstalled correctlyScott Ullrich2007-02-111-0/+3
| | | | Ticket #1252
* Add premium subscriber checkbox which appends _s to the url for people who ↵Scott Ullrich2007-02-052-2/+12
| | | | subscribe to Snort.org
* Add snort advanced pass thrrough configurationScott Ullrich2007-01-282-0/+13
|
* Trim home netScott Ullrich2007-01-261-1/+1
| | | | Ticket #1232
* Use pfsense.merge_config_sectionScott Ullrich2007-01-251-1/+1
|
* s/=/==/Scott Ullrich2007-01-191-1/+1
| | | | Ticket #1208
* Stop snort on deinstall.Scott Ullrich2006-12-111-0/+3
|
* Latest fixes from ScottScott Ullrich2006-12-112-19/+27
|
* Updated file from Scott.Scott Ullrich2006-12-111-345/+348
|
* Add Snort rule activation/deactivation/edit support.Scott Ullrich2006-12-099-15/+715
| | | | Written and submitted by: Scott Dale <c_scott_dale_AT_yahoo.com
* * ensure /var/log/snort existsScott Ullrich2006-12-061-0/+5
| | | | * ensure /var/log/snort/alert exists
* * Restart snort after filter changesScott Ullrich2006-11-191-1/+5
| | | | * Flush snort2c table after filter changes
* make $HOME_NET work for multiple IPsBill Marquette2006-11-021-1/+6
|
* filter out grep from resultsScott Ullrich2006-10-301-1/+1
|
* Cleanup sampling code. Don't forget to escape \$ awk variable.Scott Ullrich2006-10-301-1/+7
|
* When no interface is selected, do not error out.Scott Ullrich2006-10-281-8/+9
| | | | Ticket #1155
* Sample actual snort memory usage as well as system free measurements.Scott Ullrich2006-10-261-1/+1
|
* Woops, this is overall free system memory, not usage.Scott Ullrich2006-10-261-1/+1
|