summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_dns.php
Commit message (Collapse)AuthorAgeFilesLines
* 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-071-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.
* 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.
* Use a br instead of a tr.sullrich2009-12-051-3/+4
|
* Use hostsullrich2009-12-051-1/+1
|
* Remove req from classsullrich2009-12-051-1/+1
|
* Set table size to 170sullrich2009-12-051-1/+1
|
* Do not show resolution tr unless browser is postingsullrich2009-12-051-0/+2
|
* Replace '' with No responsesullrich2009-12-051-1/+3
|
* Query each DNS server and report the resolution time.sullrich2009-12-051-1/+45
|
* Open links in new tab/windowsullrich2009-12-051-2/+2
|
* Add listtopic headersullrich2009-12-051-0/+3
|
* Make td cell class vncell. Add whitespace between save button and tablesullrich2009-12-051-2/+3
|
* Update page title to reflect its current menu namejim-p2009-11-151-1/+1
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+4
| | | | include 2009 on files that I have asserted (C) on
* Remove the duplicated page header.jim-p2009-06-061-1/+0
|
* How about some handy links to external IP info sources, with a suitable warning.jim-p2009-06-011-0/+18
|
* It might help if git was actually tracking the file for this...jim-p2009-06-011-0/+95
OpenPOWER on IntegriCloud