Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Snort rule activation/deactivation/edit support. | Scott Ullrich | 2006-12-09 | 1 | -2/+3 |
| | | | | Written and submitted by: Scott Dale <c_scott_dale_AT_yahoo.com | ||||
* | Use loader_tab.gif. Looks much better. Yum. | Scott Ullrich | 2006-10-08 | 1 | -1/+1 |
| | |||||
* | * Add snort advanced tab that allows tuning of bpf values | Scott Ullrich | 2006-10-08 | 1 | -0/+1 |
| | | | | * Remove hard coded BPF assumptions | ||||
* | Move code to correct file. Doh. | Scott Ullrich | 2006-10-07 | 1 | -14/+0 |
| | |||||
* | Add back guiconfig.inc. Its needed for this file. | Scott Ullrich | 2006-10-07 | 1 | -1/+1 |
| | |||||
* | Do not require guiconfig.inc, it will always fail auth checks | Scott Ullrich | 2006-10-07 | 1 | -1/+0 |
| | |||||
* | If we are not a cluster master, sleep between 5 and 700 minutes before ↵ | Scott Ullrich | 2006-10-07 | 1 | -0/+14 |
| | | | | invoking the upgrade to give other servers time and this also prevents snort.org from being pounded quite so hard. | ||||
* | s/snort.com/snort.org | Scott Ullrich | 2006-10-02 | 1 | -2/+2 |
| | |||||
* | Do not include pppoe or dhcp entries | Scott Ullrich | 2006-09-27 | 1 | -0/+1 |
| | |||||
* | 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/+4 |
| | | | | | | update page if no rules have been downloaded. * Include squid.inc for common functions | ||||
* | Be sure to flush contents before loading url. | Scott Ullrich | 2006-09-27 | 1 | -0/+2 |
| | |||||
* | Do not start a new table row, one has already been started. Do not center cell. | Scott Ullrich | 2006-09-27 | 1 | -20/+27 |
| | |||||
* | Compare dates correctly | Scott Ullrich | 2006-09-27 | 1 | -1/+1 |
| | |||||
* | Add a new script for automatic snort.org rules updating | Scott Ullrich | 2006-09-27 | 1 | -89/+13 |
| | |||||
* | Do not allow the download process to even start by removing the start button ↵ | Scott Ullrich | 2006-09-27 | 1 | -12/+16 |
| | | | | if no oink id is defined. | ||||
* | 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 |
| | |||||
* | Use correct URL's | Scott Ullrich | 2006-09-27 | 1 | -0/+6 |
| | |||||
* | 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/+4 |
| | |||||
* | Remove empty table data areas | Scott Ullrich | 2006-09-27 | 1 | -3/+0 |
| | |||||
* | Bold critical data items such as date, up to date. | Scott Ullrich | 2006-09-27 | 1 | -3/+3 |
| | |||||
* | Make screen look consistent for start button. | Scott Ullrich | 2006-09-27 | 1 | -0/+12 |
| | |||||
* | * Keep track of last download date. | Scott Ullrich | 2006-09-27 | 1 | -1/+23 |
| | | | | | * Automatically fetch the newest snort ruleset date * Only allow user to invoke the download only if they have never downloaded prior or if there is a newer ruleset posted | ||||
* | * use [] | Scott Ullrich | 2006-09-26 | 1 | -12/+14 |
| | | | | * 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. | ||||
* | Use correct URL for Snort Settings tab | Scott Ullrich | 2006-09-25 | 1 | -1/+1 |
| | |||||
* | Use relative URL's | Scott Ullrich | 2006-09-25 | 1 | -2/+2 |
| | |||||
* | 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 | -8/+15 |
| | |||||
* | * Add file that allows Snort rule selection | Scott Ullrich | 2006-09-25 | 1 | -0/+1 |
| | | | | * Use rule selection items | ||||
* | Send output buffer often | Scott Ullrich | 2006-09-25 | 1 | -3/+11 |
| | |||||
* | Add a start button | Scott Ullrich | 2006-09-25 | 1 | -0/+11 |
| | |||||
* | * Hard code binary paths | Scott Ullrich | 2006-09-25 | 1 | -13/+16 |
| | | | | * Show both tabs | ||||
* | Don't hard code filename | Scott Ullrich | 2006-09-25 | 1 | -9/+15 |
| | |||||
* | Only check for errors if the downloaded file is less than 1500 bytes | Scott Ullrich | 2006-09-25 | 1 | -3/+5 |
| | |||||
* | If an error occurs during download then scroll down to bottom of page and ↵ | Scott Ullrich | 2006-09-25 | 1 | -6/+41 |
| | | | | output error in a white div. | ||||
* | * Misc cleanups | Scott Ullrich | 2006-09-25 | 1 | -13/+25 |
| | | | | | * Make sure temporary directory exists * Remove temporary directory when done | ||||
* | Set oinkmaster code from package configuration | Scott Ullrich | 2006-09-25 | 1 | -1/+2 |
| | |||||
* | Add script that will download rules from snort.com and populate to ↵ | Scott Ullrich | 2006-09-25 | 1 | -0/+157 |
/usr/local/etc/snort/ This script uses the download progress bar framework. |