aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_interfaces_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Add additional options to Detection Settings config.bmeeks82013-06-181-13/+50
|
* Fix various HTML style issues to tidy up GUI.bmeeks82013-05-221-3/+4
|
* Add error trapping for Snort interface adds and deletes.bmeeks82013-05-161-14/+32
|
* snort - (re)include two level menu and change start stop icons to toggle ↵Marcello Coutinho2013-05-141-9/+21
| | | | status as well show current snort status
* Snort Pkg 2.5.8 Update - bug fixes and new featuresbmeeks82013-05-131-110/+174
|
* Update Snort package to ver 2.5.7 - bug fixes and new featuresbmeeks82013-04-251-2/+4
|
* Update Snort to 2.5.5 - New features and bug fixesbmeeks82013-04-091-12/+15
|
* Add new Search Performance options for AC-SPLIT and three -NQ non-queuedunknown2013-01-261-5/+7
| | | | options.
* Add IPS policy select, auto-flowbit resolution and bug fixes.Bill Meeks2013-01-201-61/+70
|
* Implement gettext() calls on stringsRenato Botelho2012-07-241-56/+56
|
* Rename Server to Variables since thats what it isErmal2012-07-221-1/+1
|
* Allow peopel to run multiple times the same interface!Ermal2012-07-161-0/+2
|
* Rename the underlying folder when chaning iface on the configErmal2012-07-161-0/+1
|
* Remvoe log dir when interface changesErmal2012-07-151-0/+1
|
* Switch to output alert_csv to fix all issues with snort alerts/blocked descrErmal2012-07-141-2/+4
|
* No need for all these output log configurationErmal2012-07-131-31/+0
|
* Allow to disable cksum checking pf(4) does this alreadyErmal2012-07-121-1/+9
|
* Show the icon on the snort column for consistency. Stop snort when disabled ↵Ermal2012-07-121-0/+2
| | | | is ticked of on edit screen
* Decode properly the pass through config so its readbleErmal2012-07-121-0/+2
|
* Fix copyrights formatting and leftovers from copy pastoErmal2012-07-111-30/+27
|
* Last cleanup. Fixes for issues reported on the forums as well.Ermal2012-07-111-387/+187
|
* Resolve issues reported here. ↵Ermal2012-07-091-1/+3
| | | | http://forum.pfsense.org/index.php/topic,51295.0.html
* Remove more reference to undefined classesErmal2012-07-091-2/+2
|
* Remove all snort layout customizations since they cause issues allover and ↵Ermal2012-07-091-180/+115
| | | | remove all unneeded files anymore.
* Last splits remainingErmal2012-07-091-1/+1
|
* Use proper class for select inputs. Clean up some more code around and try ↵Ermal2012-07-091-10/+10
| | | | to fix alerts display page
* Revert "Preserve already configured settings for the instance"Ermal2012-06-141-1/+1
| | | | This reverts commit 79822b6a62e78d29c6edd100fb0f784759174a25.
* Preserve already configured settings for the instanceErmal2012-06-141-1/+1
|
* Use pid files to control snort start/stop codeErmal2012-06-141-3/+0
|
* Generalize more referencesjim-p2012-03-271-1/+1
|
* Remove wrongly used ifErmal2012-01-271-7/+5
|
* Expose the new options of spoink to the GUIErmal2012-01-251-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 Maria2011-12-061-2/+2
|
* Adds two variables for SIP services in the "Define Servers" interface:Michele Di Maria2011-12-051-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 ↵Ermal2011-11-111-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.Ermal2011-11-111-31/+1
|
* Correct the whitelist selection savingErmal2011-08-031-2/+2
|
* Get rid of Id and remove unused codeErmal2011-08-031-2/+1
|
* Fixes for whitelists and suppress generation.Ermal2011-08-031-67/+45
|
* Another round of fixes for whitelist and suppress. Also correct behaviour of ↵Ermal2011-08-031-16/+11
| | | | some GUI.
* Remove uneeded codeErmal2011-08-021-4/+1
|
* If the interface is changed stop previous running snort on the other interfaceErmal2011-08-021-14/+6
|
* Do not forget interface on reedit and properly stop snort on deletionErmal2011-08-021-5/+8
|
* Redirect to the main page if no id has been passed.Ermal2011-08-021-2/+4
|
* Use the correct interfaceErmal2011-08-021-0/+1
|
* Get some credit i need itErmal2011-08-021-0/+1
|
* Sync package config even on saveErmal2011-08-021-0/+3
|
* Give time to GUI to get correct fieldsErmal2011-08-021-1/+1
|
* Polishing of the snort pacakge, part 2:Ermal2011-08-021-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çi2011-08-021-69/+47
| | | | is selected is actually applied behind