Project

General

Profile

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

# Date Author Comment
84eaea96 11/07/2013 05:52 PM Robert Nelson

Simplify the code.

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

b24622e2 11/07/2013 05:52 PM 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...

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