Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Shorten tab lengths | Scott Ullrich | 2007-05-08 | 1 | -8/+8 |
| | |||||
* | 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. | ||||
* | Latest fixes from Scott | Scott Ullrich | 2006-12-11 | 1 | -19/+17 |
| | |||||
* | Updated file from Scott. | Scott Ullrich | 2006-12-11 | 1 | -345/+348 |
| | |||||
* | Add Snort rule activation/deactivation/edit support. | Scott Ullrich | 2006-12-09 | 1 | -0/+482 |
Written and submitted by: Scott Dale <c_scott_dale_AT_yahoo.com |