aboutsummaryrefslogtreecommitdiffstats
path: root/packages/snort/snort_download_rules.php
Commit message (Collapse)AuthorAgeFilesLines
* Snort changes submitted by Rob IscoolScott Ullrich2008-08-041-3/+2
|
* Pretend we are Mozilla so that we can communicate with snort.org.Scott Ullrich2008-08-041-0/+3
|
* Shorten tab lengthsScott Ullrich2007-05-081-8/+8
|
* Add premium subscriber checkbox which appends _s to the url for people who ↵Scott Ullrich2007-02-051-1/+4
| | | | subscribe to Snort.org
* Add Snort rule activation/deactivation/edit support.Scott Ullrich2006-12-091-2/+3
| | | | Written and submitted by: Scott Dale <c_scott_dale_AT_yahoo.com
* Use loader_tab.gif. Looks much better. Yum.Scott Ullrich2006-10-081-1/+1
|
* * Add snort advanced tab that allows tuning of bpf valuesScott Ullrich2006-10-081-0/+1
| | | | * Remove hard coded BPF assumptions
* Move code to correct file. Doh.Scott Ullrich2006-10-071-14/+0
|
* Add back guiconfig.inc. Its needed for this file.Scott Ullrich2006-10-071-1/+1
|
* Do not require guiconfig.inc, it will always fail auth checksScott Ullrich2006-10-071-1/+0
|
* If we are not a cluster master, sleep between 5 and 700 minutes before ↵Scott Ullrich2006-10-071-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.orgScott Ullrich2006-10-021-2/+2
|
* Do not include pppoe or dhcp entriesScott Ullrich2006-09-271-0/+1
|
* Add Snort alerts log viewerScott Ullrich2006-09-271-0/+1
|
* * Gracefully handle initial installation better by redirecting to the rules ↵Scott Ullrich2006-09-271-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 Ullrich2006-09-271-0/+2
|
* Do not start a new table row, one has already been started. Do not center cell.Scott Ullrich2006-09-271-20/+27
|
* Compare dates correctlyScott Ullrich2006-09-271-1/+1
|
* Add a new script for automatic snort.org rules updatingScott Ullrich2006-09-271-89/+13
|
* Do not allow the download process to even start by removing the start button ↵Scott Ullrich2006-09-271-12/+16
| | | | if no oink id is defined.
* Sleep 2 seconds between restarting snortScott Ullrich2006-09-271-0/+1
|
* Use correct URL'sScott Ullrich2006-09-271-1/+1
|
* Use correct URL'sScott Ullrich2006-09-271-0/+6
|
* Item should be a coregui file.Scott Ullrich2006-09-271-1/+1
|
* Add snort whitelist framework.Scott Ullrich2006-09-271-0/+1
| | | | TODO: Actually hook it into squid.inc
* Restart snort services after rule changesScott Ullrich2006-09-271-0/+4
|
* Remove empty table data areasScott Ullrich2006-09-271-3/+0
|
* Bold critical data items such as date, up to date.Scott Ullrich2006-09-271-3/+3
|
* Make screen look consistent for start button.Scott Ullrich2006-09-271-0/+12
|
* * Keep track of last download date.Scott Ullrich2006-09-271-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 Ullrich2006-09-261-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 Ullrich2006-09-261-1/+1
|
* Add new tab, snort blocked which lists all ips in the snort2c anchor and ↵Scott Ullrich2006-09-261-0/+1
| | | | allows for the items to be deleted.
* Use correct URL for Snort Settings tabScott Ullrich2006-09-251-1/+1
|
* Use relative URL'sScott Ullrich2006-09-251-2/+2
|
* Output the page title. THIS IS NOT A HEAD PACKAGE!Scott Ullrich2006-09-251-0/+2
|
* misc HTML cleanupDaniel Stefan Haischt2006-09-251-8/+15
|
* * Add file that allows Snort rule selectionScott Ullrich2006-09-251-0/+1
| | | | * Use rule selection items
* Send output buffer oftenScott Ullrich2006-09-251-3/+11
|
* Add a start buttonScott Ullrich2006-09-251-0/+11
|
* * Hard code binary pathsScott Ullrich2006-09-251-13/+16
| | | | * Show both tabs
* Don't hard code filenameScott Ullrich2006-09-251-9/+15
|
* Only check for errors if the downloaded file is less than 1500 bytesScott Ullrich2006-09-251-3/+5
|
* If an error occurs during download then scroll down to bottom of page and ↵Scott Ullrich2006-09-251-6/+41
| | | | output error in a white div.
* * Misc cleanupsScott Ullrich2006-09-251-13/+25
| | | | | * Make sure temporary directory exists * Remove temporary directory when done
* Set oinkmaster code from package configurationScott Ullrich2006-09-251-1/+2
|
* Add script that will download rules from snort.com and populate to ↵Scott Ullrich2006-09-251-0/+157
/usr/local/etc/snort/ This script uses the download progress bar framework.