summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_dns.php
Commit message (Collapse)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-320/+0
|
* Code spacingPhil Davis2015-06-151-3/+3
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style www diag more bitsPhil Davis2015-05-271-102/+127
|
* Code style usr-local-www diagPhil Davis2015-04-191-42/+50
|
* Fixes an issue wherein an alias could be added only if some other alias ↵Stephen Beaver2015-03-251-4/+6
| | | | already exists in the system.
* Pencil symbolsPhil Davis2015-03-091-1/+1
| | | | | | | | | These are places in the GUI where the cursor sits not in the far left side of the input box and there is odd-looking white space to the left of the cursor. Normally there would be a little input graphic in the white space to the left of the cursor (a pencil, a computer screen, a lock symbol...) This change makes the pencil be displayed in all those places.
* Improving aesthetics.xbipin2015-01-131-1/+1
| | | | | Make title color more consistent with other pages. Improving aesthetics.
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | 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-0/+1
|
* Tidy up "diag_dns.php" XHTMLColin Fleming2014-09-141-4/+4
| | | | | | | Tidy up the "=" sign properly! Remove "=" sign from INPUT tag Change alignment to the "middle" of the TD tag Add missing closing FONT tag
* Ensure this is always an array to avoid a PHP error from foreach.jim-p2014-08-151-1/+5
|
* Do not execute DNS resolution on GET, only pre-fill Host box so the user can ↵jim-p2014-08-081-37/+37
| | | | press the button to execute. Turn alias creation links into submit buttons for POST. While here, remove some backticks and simplify a little.
* Tidy up misc. XHTMLColin Fleming2014-06-231-1/+1
| | | | | | | | | | | | | | | | | | | "diag_dns.php" Tidy up "equals sign" "services_captiveportal.php" Add space to OPTION tag Update HTML Boolean operator Close INPUT and BR tags "services_captiveportal_hostname.php" Update ALIGN to MIDDLE "services_captiveportal_vouchers.php" Move closing TD tag outside the PHP IF statement "system_crlmanager.php" Close TR tags correctly
* Be more careful with host parameter and make sure it's escaped when call ↵Renato Botelho2014-06-171-7/+6
| | | | shell functions
* Tidy up "diag_dns.php" XHTMLColin Fleming2014-06-031-9/+9
| | | | | | Move the "=" sign into the first table cell, this allows the output to line up in the second cell, Tidy up the table from the "resolution time" output.
* Tidy up "diag_dns.php" XHTMLColin Fleming2014-05-171-15/+17
| | | | | | | | | Add SUMMARY to TABLES Close INPUT tags Add missing closing FONT tags Deprecate Ampersand in Anchor tags Change _new to _blank in Anchor tags Add missing closing BODY and closing HTML tags
* xhtml Complianceayvis2014-03-141-7/+7
| | | replaced <br>, <br/> and </br> with <br />
* Dig is no longer available, drill is now the toolWarren Baker2014-01-301-5/+5
|
* Simplify the code.Robert Nelson2013-11-071-5/+3
| | | | No need to worry about the second column, we only need to pad the first one.
* Rewrite the display_host_results() function to use spaces instead ofRobert Nelson2013-11-061-5/+14
| | | | | | | | | tabs. It does a much better job of aligning the fields in each column and works in all the browsers, particularly chrome which doesn't support the tab character. It still isn't perfect due to the javascript alert() function's use of a proportional font.
* Fix php short tag opening and silent php -lRenato Botelho2013-09-121-1/+1
|
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* Tidy up diag_dns.phpCharlie Marshall2013-04-241-1/+1
| | | Remove '>'
* Diag DNS Lookup Dialog OutputN0YB2013-03-161-0/+17
| | | | | Display DNS lookup results in a dialog box rather than browsing away from the current page (Dashboard Firewall Widget or Status: System logs: Firewall) to the diag DNS page. Especially useful when filtering so that filter does not have to be reposted to return to the current page.
* Update PHP shorthand tagColin Fleming2013-01-141-2/+2
| | | | Standardise all PHP start tags from "<?" to "<?PHP"
* Remove [] of literal IPv6 addressesbcyrill2012-04-111-6/+5
|
* The function split() is replaced by the function explode(). Starting with ↵smos2012-01-191-2/+2
| | | | | | PHP 5.3 this is deprecated and with version 6 gone. Replacing it surpresses all the warnings
* Avoid a blank trailing entryjim-p2011-08-301-1/+1
|
* Have Diag>DNS pull servers from /etc/resolv.conf instead of the config, so ↵jim-p2011-08-301-3/+3
| | | | it reflects all of the servers in use for the speed report.
* Do not escape strings twiceScott Ullrich2010-11-061-1/+1
|
* Misc fixes. Use htmlspecialchars() in more places. Use escaped shell argument.Scott Ullrich2010-11-061-6/+6
|
* Lower font size on create / overwrite lineScott Ullrich2010-07-301-3/+3
|
* Print out host correctly on the overwrite noticeScott Ullrich2010-07-301-1/+1
|
* Do not create blank entriesScott Ullrich2010-07-301-4/+6
|
* Oops, add /32 to addressScott Ullrich2010-07-301-2/+2
|
* Do not prompt to create an alias for items that cannot be resolvedScott Ullrich2010-07-301-8/+14
|
* Default to network and use /32 to make it easier to expand these into ↵Scott Ullrich2010-07-301-2/+2
| | | | blocking entire netblock rules, etc
* Add option to create an alias from a dns lookup. If the alias exists it ↵Scott Ullrich2010-07-301-0/+56
| | | | will prompt to overwtrite
* Ooops, uncomment test caseScott Ullrich2010-07-301-2/+4
|
* Set ipaddr to first array entryScott Ullrich2010-07-301-1/+1
|
* Teach the DNS Lookup util to grok multiple host entriesScott Ullrich2010-07-301-2/+20
|
* Fixing syntax errors on diag_dns.phpVinicius Coque2010-06-291-2/+2
|
* Revert "Modified sintaxes on diag_dns.php and diag_dump_states.php"Vinicius Coque2010-06-291-1/+1
| | | | | | | | This reverts commit e4632c0b7631d04dd0eb520d98b9ac029d47b5fe. Conflicts: usr/local/www/diag_dns.php
* Fixing syntax errorsVinicius Coque2010-06-291-3/+3
|
* Modified sintaxes on diag_dns.php and diag_dump_states.phpJeann2010-06-251-2/+2
|
* Implement gettext() callsjean.feltrin2010-06-181-16/+16
|
* really fix input validationChris Buechler2009-12-111-1/+1
|
* fix input validationChris Buechler2009-12-111-1/+1
|
* Allow GET calling of diag_ping and diag_traceroute so other areas of the GUI ↵sullrich2009-12-051-1/+4
| | | | can easily link to them. Add links from DNS page for ping and traceroute.
OpenPOWER on IntegriCloud