summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_smart.php
Commit message (Collapse)AuthorAgeFilesLines
* Code style www diag more bitsPhil Davis2015-05-271-6/+3
|
* Code style usr-local-www diagPhil Davis2015-04-191-34/+27
|
* Make diag_smart back button look like other buttonsPhil Davis2015-04-171-4/+6
| | | | The back button here was just a piece of text with no nice formatting. This change codes it as a button in the same way that "Cancel" buttons are done elsewhere. It makes the SMART Diag results page look a bit more consistent with the rest of the pfSense GUI.
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+2
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-1/+5
|
* Use a better method of finding disks for SMART.jim-p2014-11-041-2/+1
| | | | Old code was inaccurate and also listed entries that were symlinks to other disks
* Escape parameters passed to shell_exec()Renato Botelho2014-06-171-1/+1
|
* Tidy up "diag_smart.php" XHTMLColin Fleming2014-05-171-19/+19
| | | | | | | | Add PHP "closehead" variable Add CDATA sections and TYPE to STYLE tag Add SUMMARY to TABLES Update HTML Boolean operators Tidy up OPTION tags
* Fix some wrong escapeshellarg() callsRenato Botelho2014-02-041-1/+1
|
* Add escapeshellarg() calls on exec parameters. While I'm here, replace some ↵Renato Botelho2014-02-041-2/+2
| | | | exec() calls by php functions like symlink, copy, unlink, mkdir
* tighten overly broad regexes for SMART monitoringDaniel Becker2013-07-301-1/+1
|
* Also catch adaX Fixes #3112jim-p2013-07-271-1/+1
|
* Fix page name. Fixes #2813jim-p2013-02-121-1/+1
|
* Validate passed parameters to smart commands, and the target device. Also ↵jim-p2013-01-161-8/+29
| | | | | | escape when used in shell commands even after validation. Discovered-By: Bernhard Thaler
* Self-test should be hypenated, and the T should be lower case.jim-p2012-12-271-2/+2
|
* Use a better regex here, sometimes ad devices can be numbered >=10.jim-p2011-02-161-1/+1
|
* Fix XSS issuesScott Ullrich2010-11-121-1/+1
|
* Fix a duplicate line forgotten on a mergeRenato Botelho2010-08-131-1/+0
|
* Merge remote branch 'mainline/master'Renato Botelho2010-08-121-0/+1
|\ | | | | | | | | | | | | | | | | Conflicts: usr/local/www/diag_smart.php usr/local/www/firewall_rules_edit.php usr/local/www/interfaces.php usr/local/www/load_balancer_pool_edit.php usr/local/www/pkg_mgr_settings.php
| * Fix textErik Fonnesbeck2010-08-121-1/+1
| |
* | Implement geettext() on diag_smart.phpRenato Botelho2010-08-111-43/+43
|/
* Add Diagnostics > SMART Status for ATA HDDs. (Some functionality disabled, ↵jim-p2010-07-121-0/+436
still needs hooked into notifications, and service code for smartd)
OpenPOWER on IntegriCloud