Project

General

Profile

Download (8.77 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
f6510207 01/13/2015 02:37 PM Bipin Chandra

Improving aesthetics.

Make title color more consistent with other pages.
Improving aesthetics.

ce77a9c4 01/01/2015 09:26 AM Phil Davis

Fix lineup of copyright lines

and module names and other bits of formatting and typos in header
comment sections.

ed2d1343 12/31/2014 06:22 PM Renato Botelho

Welcome 2015

29aef6c4 11/11/2014 05:36 AM Jim Thompson

Change copyright statement to reflect reality

8de8ff0f 09/14/2014 12:06 PM Colin Fleming

Tidy up "diag_dns.php" XHTML

Tidy up the "=" sign properly!
Remove "=" sign from INPUT tag
Change alignment to the "middle" of the TD tag
Add missing closing FONT tag

bc0a452f 08/15/2014 12:41 PM Jim Pingle

Ensure this is always an array to avoid a PHP error from foreach.

ed2a6e89 08/08/2014 02:36 PM Jim Pingle

Do not execute DNS resolution on GET, only pre-fill Host box so the user can press the button to execute. Turn alias creation links into submit buttons for POST. While here, remove some backticks and simplify a little.

fbe0c5ff 06/23/2014 10:26 PM Colin Fleming

Tidy up misc. XHTML

"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"...

76c4ff0e 06/17/2014 12:31 PM Renato Botelho

Be more careful with host parameter and make sure it's escaped when call shell functions

e6f98d5b 06/03/2014 11:52 AM Colin Fleming

Tidy up "diag_dns.php" XHTML

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.

afc09384 05/17/2014 06:11 PM Colin Fleming

Tidy up "diag_dns.php" XHTML

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

8cd558b6 03/14/2014 08:24 PM ayvis

xhtml Compliance
replaced <br>, <br/> and </br> with <br />

e2ffc9d3 01/30/2014 10:06 AM Warren Baker

Dig is no longer available, drill is now the tool

79f5aebe 11/07/2013 08:34 AM Robert Nelson

Simplify the code.

No need to worry about the second column, we only need to pad the first one.

6ff71328 11/07/2013 06:54 AM Robert Nelson

Rewrite the display_host_results() function to use spaces instead of
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...

30cbc007 09/12/2013 02:29 PM Renato Botelho

Fix php short tag opening and silent php -l

1e9b4611 09/12/2013 02:28 PM Renato Botelho

Remove call-time pass by reference for do_input_validation, helps ticket #2565

45c568c1 04/24/2013 10:13 AM Charlie Marshall

Tidy up diag_dns.php

Remove '>'

fe74228f 03/17/2013 12:19 AM N0YB

Diag DNS Lookup Dialog Output

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.

a3381369 01/14/2013 01:27 PM Colin Fleming

Update PHP shorthand tag

Standardise all PHP start tags from "

72cd706b 04/11/2012 08:12 PM Cyrill B

Remove [] of literal IPv6 addresses

cfbfd941 01/19/2012 07:33 PM Seth Mos

The function split() is replaced by the function explode(). Starting with PHP 5.3 this is deprecated and with version 6 gone.
Replacing it surpresses all the warnings

360ed9fa 08/30/2011 08:34 PM Jim Pingle

Avoid a blank trailing entry

40af551f 08/30/2011 08:32 PM Jim Pingle

Have Diag>DNS pull servers from /etc/resolv.conf instead of the config, so it reflects all of the servers in use for the speed report.

5aaae0e3 11/06/2010 06:34 PM Scott Ullrich

Do not escape strings twice

0f08affe 11/06/2010 06:26 PM Scott Ullrich

Misc fixes. Use htmlspecialchars() in more places. Use escaped shell argument.

68d98ce3 07/31/2010 02:34 AM Scott Ullrich

Lower font size on create / overwrite line

0bab61b1 07/31/2010 02:13 AM Scott Ullrich

Print out host correctly on the overwrite notice

7a87cb97 07/31/2010 02:08 AM Scott Ullrich

Do not create blank entries

705c72ea 07/31/2010 02:06 AM Scott Ullrich

Oops, add /32 to address

3a6dc294 07/31/2010 02:01 AM Scott Ullrich

Do not prompt to create an alias for items that cannot be resolved

e1f6a0d9 07/31/2010 01:51 AM Scott Ullrich

Default to network and use /32 to make it easier to expand these into blocking entire netblock rules, etc

e55d4b3c 07/31/2010 01:42 AM Scott Ullrich

Add option to create an alias from a dns lookup. If the alias exists it will prompt to overwtrite

c43f732a 07/31/2010 01:05 AM Scott Ullrich

Ooops, uncomment test case

3e85ac2b 07/31/2010 01:03 AM Scott Ullrich

Set ipaddr to first array entry

a812abb3 07/31/2010 12:57 AM Scott Ullrich

Teach the DNS Lookup util to grok multiple host entries

09128488 06/29/2010 11:01 PM Vinicius Coque

Fixing syntax errors on diag_dns.php

eb56e9c3 06/29/2010 10:57 PM Vinicius Coque

Revert "Modified sintaxes on diag_dns.php and diag_dump_states.php"

This reverts commit e4632c0b7631d04dd0eb520d98b9ac029d47b5fe.

Conflicts:

usr/local/www/diag_dns.php
da652a46 06/29/2010 10:40 PM Vinicius Coque

Fixing syntax errors

e4632c0b 06/25/2010 11:29 AM Jeann

Modified sintaxes on diag_dns.php and diag_dump_states.php

ee91ae30 06/18/2010 08:21 PM jean.feltrin

Implement gettext() calls

c1aa682e 12/11/2009 11:46 PM Chris Buechler

really fix input validation

e8ce1bd1 12/11/2009 11:26 PM Chris Buechler

fix input validation

b8cc74ed 12/06/2009 02:47 AM Scott Ullrich

Allow GET calling of diag_ping and diag_traceroute so other areas of the GUI can easily link to them. Add links from DNS page for ping and traceroute.

b97c5ed6 12/06/2009 01:48 AM Scott Ullrich

Use a br instead of a tr.

0786c308 12/06/2009 01:37 AM Scott Ullrich

Use host

b02b3399 12/06/2009 01:32 AM Scott Ullrich

Remove req from class

87fa30ba 12/06/2009 01:27 AM Scott Ullrich

Set table size to 170

37d98ce7 12/06/2009 01:25 AM Scott Ullrich

Do not show resolution tr unless browser is posting

77f87165 12/06/2009 01:21 AM Scott Ullrich

Replace '' with No response

86ab47ff 12/06/2009 01:14 AM Scott Ullrich

Query each DNS server and report the resolution time.

c51684d7 12/06/2009 12:46 AM Scott Ullrich

Open links in new tab/window

4c7e2f4e 12/06/2009 12:44 AM Scott Ullrich

Add listtopic header

9080cb52 12/06/2009 12:38 AM Scott Ullrich

Make td cell class vncell. Add whitespace between save button and table

6593dae6 11/15/2009 06:32 PM Jim Pingle

Update page title to reflect its current menu name

13d193c2 09/14/2009 10:20 PM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

2e87b9d9 06/06/2009 10:23 PM Jim Pingle

Remove the duplicated page header.

2312b0eb 06/02/2009 01:17 AM Jim Pingle

How about some handy links to external IP info sources, with a suitable warning.

737ed7d1 06/02/2009 12:54 AM Jim Pingle

It might help if git was actually tracking the file for this...