Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shorten tab lengths | Scott Ullrich | 2007-05-08 | 1 | -8/+8 |
| | |||||
* | Add Snort rule activation/deactivation/edit support. | Scott Ullrich | 2006-12-09 | 1 | -5/+6 |
| | | | | Written and submitted by: Scott Dale <c_scott_dale_AT_yahoo.com | ||||
* | * Add snort advanced tab that allows tuning of bpf values | Scott Ullrich | 2006-10-08 | 1 | -1/+2 |
| | | | | * Remove hard coded BPF assumptions | ||||
* | Add Snort alerts log viewer | Scott Ullrich | 2006-09-27 | 1 | -0/+1 |
| | |||||
* | * Gracefully handle initial installation better by redirecting to the rules ↵ | Scott Ullrich | 2006-09-27 | 1 | -0/+3 |
| | | | | | | update page if no rules have been downloaded. * Include squid.inc for common functions | ||||
* | Sleep 2 seconds between restarting snort | Scott Ullrich | 2006-09-27 | 1 | -0/+1 |
| | |||||
* | Use correct URL's | Scott Ullrich | 2006-09-27 | 1 | -1/+1 |
| | |||||
* | Item should be a coregui file. | Scott Ullrich | 2006-09-27 | 1 | -1/+1 |
| | |||||
* | Add snort whitelist framework. | Scott Ullrich | 2006-09-27 | 1 | -0/+1 |
| | | | | TODO: Actually hook it into squid.inc | ||||
* | Restart snort services after rule changes | Scott Ullrich | 2006-09-27 | 1 | -0/+3 |
| | |||||
* | Add a note telling the user they can click on a ruleset to automatically ↵ | Scott Ullrich | 2006-09-26 | 1 | -0/+2 |
| | | | | launch the item in edit.php | ||||
* | Take into account pppoe interfaces | Scott Ullrich | 2006-09-26 | 1 | -1/+1 |
| | |||||
* | Do not store ruleset selections in the coregui xml section, it will get ↵ | Scott Ullrich | 2006-09-26 | 1 | -3/+3 |
| | | | | overwritten. | ||||
* | * use [] | Scott Ullrich | 2006-09-26 | 1 | -4/+4 |
| | | | | * show tabs on snort rule update page for the start button | ||||
* | The newly added tab should be 3, not 2. Cut and pasto. | Scott Ullrich | 2006-09-26 | 1 | -1/+1 |
| | |||||
* | Add new tab, snort blocked which lists all ips in the snort2c anchor and ↵ | Scott Ullrich | 2006-09-26 | 1 | -0/+1 |
| | | | | allows for the items to be deleted. | ||||
* | Do not run in_array() on non arrays | Scott Ullrich | 2006-09-26 | 1 | -4/+7 |
| | |||||
* | Use correct URL for Snort Settings tab | Scott Ullrich | 2006-09-25 | 1 | -1/+1 |
| | |||||
* | Output the page title. THIS IS NOT A HEAD PACKAGE! | Scott Ullrich | 2006-09-25 | 1 | -0/+2 |
| | |||||
* | misc HTML cleanup | Daniel Stefan Haischt | 2006-09-25 | 1 | -15/+18 |
| | |||||
* | Misc cleanups | Scott Ullrich | 2006-09-25 | 1 | -12/+5 |
| | |||||
* | Include file from / | Scott Ullrich | 2006-09-25 | 1 | -1/+1 |
| | |||||
* | language="JavaScript" attribute for <,script /> tags is depricated. Use the ↵ | Scott Ullrich | 2006-09-25 | 1 | -2/+2 |
| | | | | type="text/javascript" attribute instead. | ||||
* | URL's are not full path's to file. | Scott Ullrich | 2006-09-25 | 1 | -3/+3 |
| | |||||
* | * Add file that allows Snort rule selection | Scott Ullrich | 2006-09-25 | 1 | -0/+147 |
* Use rule selection items |