aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort
Commit message (Collapse)AuthorAgeFilesLines
* Beatify a bit the categories tab and provide select all/unselect all buttonsErmal2012-07-111-43/+119
|
* Correct commentErmal2012-07-111-1/+1
|
* Show only enabled categories on rules dropdownErmal2012-07-112-20/+17
|
* Use sed for normalizing rules. Snort and emerging onesErmal2012-07-112-31/+46
|
* Fix copyrights formatting and leftovers from copy pastoErmal2012-07-1120-594/+584
|
* Unify description extraction from snort alertsErmal2012-07-111-1/+1
|
* Just use php functionality rather than forking to loggerErmal2012-07-112-6/+6
|
* Put some log_error during update so it leaves a trace in system logErmal2012-07-111-0/+6
|
* Bump version to 2.4.0Ermal2012-07-112-2/+2
|
* Last cleanup. Fixes for issues reported on the forums as well.Ermal2012-07-1113-1410/+496
|
* Correct clearing the snort alerts with Clear button. Also save the interface ↵Ermal2012-07-101-2/+2
| | | | selected and clicking alerts tab.
* Correct config generation for stream5_tcpErmal2012-07-101-3/+3
|
* Escape this so php does not try to interpret itErmal2012-07-101-1/+1
|
* Correct barnyard2 config so pidfile name is correct. Some variable name ↵Ermal2012-07-103-49/+37
| | | | fixes allover to not be hard to follow. Also trim some useless code
* Formatting nitpicksErmal2012-07-101-0/+2
|
* Some validation and whitespace fixesErmal2012-07-104-124/+92
|
* Remove some more globals since they do not seem to workErmal2012-07-101-20/+7
|
* Remove some fallout from making snort path globalErmal2012-07-101-4/+3
|
* Resolve issues reported here. ↵Ermal2012-07-095-49/+51
| | | | http://forum.pfsense.org/index.php/topic,51295.0.html
* Fix frag3 preprocessor and use constants for using a global path definitionErmal2012-07-092-17/+19
|
* Use constants as pointed out by JimErmal2012-07-097-108/+136
|
* Revert 958efd439784459a5848fb05afe1560c4db285d7Ermal2012-07-097-146/+137
|
* Make this with proper sizeErmal2012-07-091-1/+1
|
* Oops missed fixes for pageErmal2012-07-091-2/+3
|
* Remove unused functionsErmal2012-07-092-30/+1
|
* Fix to include in the themeErmal2012-07-091-1/+1
|
* Remove more reference to undefined classesErmal2012-07-095-9/+7
|
* Remove some referenced classes removedErmal2012-07-093-31/+4
|
* Go to 2.3.0 versionErmal2012-07-092-2/+2
|
* Remove all snort layout customizations since they cause issues allover and ↵Ermal2012-07-0937-1993/+881
| | | | remove all unneeded files anymore.
* globals for these do not work properly at bootup. Might be causing ↵jim-p2012-07-098-138/+193
| | | | | | unintended overwrites/deletions. Revert "s//usr/local/etc/snort/snortdir/ to unify its reference and location. Trim some unused functions in the way" This reverts commit 40cace16a452cd841a6b3626c44ff0d0b655956f.
* Some small fixes to cleanupErmal2012-07-091-3/+3
|
* Minor fix when ip is not found on alert fileErmal2012-07-091-1/+1
|
* Bump minor version of snortErmal2012-07-092-2/+2
|
* Make snort blocked [page more usable with input from ↵Ermal2012-07-091-146/+108
| | | | http://forum.pfsense.org/index.php/topic,51168.msg274011.html#msg274011
* Last splits remainingErmal2012-07-092-2/+2
|
* Use proper class for select inputs. Clean up some more code around and try ↵Ermal2012-07-097-84/+50
| | | | to fix alerts display page
* s//usr/local/etc/snort/snortdir/ to unify its reference and location. Trim ↵Ermal2012-07-098-193/+138
| | | | some unused functions in the way
* Correct name of so_rules filesErmal2012-07-071-18/+20
|
* Bump versionErmal2012-07-072-2/+2
|
* Clean up the whole update of snort and unify the duplicated code in one ↵Ermal2012-07-073-1306/+255
| | | | file. This makes updates more stable and consistent. Really download proper md5 files t not download uselessly rules. Try to make oink code to behave
* Bump up version of snort to reflect changesErmal2012-07-063-4/+4
|
* Generalize the version of snort used allover in the code. Thank you to ↵Ermal2012-07-064-17/+19
| | | | http://forum.pfsense.org/index.php/topic,51217.0.html
* Remove references to outsiders and help and infoErmal2012-07-0410-309/+5
|
* Correctly process the exit code from pgrep rather than processing its ↵Ermal2012-07-041-32/+50
| | | | output. Fixes snort start/restart/stop with rc file
* Bump version after fixesErmal2012-07-021-1/+1
|
* Actually this check was/need to be = 0.Ermal2012-07-021-1/+1
|
* Correct stopping of snort by specifying right filename of pid.Ermal2012-07-021-3/+3
|
* This shouldn't be needed any more - real fix was committed later. Revert ↵jim-p2012-07-021-1/+0
| | | | | | "Restart should actually stop before starting again - See http://forum.pfsense.org/index.php/topic,50758.msg272558.html#msg272558" This reverts commit cd645a1b11544eda4f3db68ba49caaec8bbf973e.
* Snort isn't detecting processes in pid file correctly - See forum ↵uversy2012-07-011-1/+1
| | | | http://forum.pfsense.org/index.php/topic,50758.0.html