Project

General

Profile

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

# Date Author Comment
8f585441 01/03/2021 12:28 PM Luiz Souza

Update the Copyright year.

A subsequent commit will deal with .po's.

1efc9177 10/27/2020 03:22 PM Jim Pingle

Fix diag_dns.php hostname usage

561cc3e5 09/25/2020 06:30 PM Jim Pingle

diag_dns.php: Fix button icon to match text for alias actions.

f0c51530 09/25/2020 04:11 PM Jim Pingle

System DNS Server changes. Implements #10931

There are significant changes here, but ultimately should be a smooth
transition. See https://redmine.pfsense.org/issues/10931 for more
details.

c8a39f1b 05/08/2020 01:19 PM Viktor Gurov

DNS/Ping/Traceroute IDN support. Issue #10538

775b4245 01/08/2020 03:11 PM Renato Botelho

Merge pull request #4151 from vktg/urltablefeature

6e658d8d 01/08/2020 07:10 AM Viktor Gurov

switch to resolve_host_addresses() func

0284d79e 01/03/2020 04:37 PM Jim Pingle

This is 2020. Issue #9245

38809d47 07/29/2019 05:50 PM Renato Botelho

Fix copyright message years to reflect BSDP -> ESF -> Netgate

912562c4 05/22/2019 06:05 PM Jim Pingle

Use correct variable in IP address validation check for DNS. Fixes #9543

e56c473d 01/21/2019 04:38 PM Jim Pingle

Allow a trailing dot in a hostname on diag_dns.php. Fixes #9276

08c49b4d 01/21/2019 04:32 PM Jim Pingle

Remove links to DNSStuf tools. Fixes #9275

0b4c14a4 01/02/2019 02:50 PM Steve Beaver

Update copyright notices to 2019. Happy New Year

c6c398c6 11/21/2018 06:30 PM Jim Pingle

Fix #9121: Initialize arrays to prevent PHP 7 errors

965eee64 05/07/2018 01:15 PM Steve Beaver

PHP7 - Resolve illegal string offset warning

b8f91b7c 01/05/2018 01:44 PM Luiz Souza

Update the Copyright notice for pfSense.

f32e9531 10/27/2017 08:52 PM Jim Pingle

Do not print JS when there are input errors on diag_dns.php; fix json_encode syntax. Ticket #7999

43746e1b 10/24/2017 06:08 PM Jim Pingle

Encode hostname parameter contents in javascript for diag_dns.php. Fixes #7999

f8ba7256 05/23/2017 04:59 PM Renato Botelho

Merge pull request #3737 from phil-davis/diag-dns-hide-add-alias-button

d6f6e63d 05/23/2017 04:41 PM Renato Botelho

Merge pull request #3734 from phil-davis/patch-1

5175d2d8 05/23/2017 04:40 PM Renato Botelho

Merge pull request #3735 from phil-davis/dns-lookup-add-alias

45eafdbd 05/21/2017 04:44 AM Phillip Davis

Diag DNS disable Add Alias button when host field is changed

f4453851 05/21/2017 04:04 AM Phillip Davis

Diag DNS do not create an empty alias if name does not resolve

7fcccc8f 05/21/2017 03:22 AM Phillip Davis

Diag DNS do not show Add Alias if no priv to add alais

474b2756 05/21/2017 03:15 AM Phillip Davis

Diag DNS fix update alias button text after add alias

1) Lookup a name with Diag DNS
2) Press "Add Alias"
The alias is added, but the button still says "Add Alias".

Actually the alias exists by now. The button should say "Update Alias".

Fix: once we have emitted the alias create/update success message, we can set $alias_exists true so that the rest of the code is based on the (possibly new) state.

ceed56bc 03/29/2017 01:40 AM Phil Davis

Remove duplicate write_config from diag_dns

85d1b87e 03/09/2017 01:51 PM Doktor Notor

Add reason to write_config() call

3e2028f4 01/22/2017 09:49 AM Phil Davis

Required fields in diagnostics

df7f65a3 09/08/2016 02:49 PM NewEraCracker

Fix diag_dns regressions

After testing diag_dns behaviour some regressions have been noticed.

1) Looking up ipv6.google.com (it only has AAAA records) doesn't work
- gethostbyname() only supports v4, ipv6.google.com only has v6
- this bug was recently and inadvertently introduced...

81299b5c 09/06/2016 07:23 PM Renato Botelho

Move copyright from ESF to Netgate

7829c6d5 09/02/2016 11:47 AM Renato Botelho

Fix diag_dns ipaddr set to use in IP WHOIS and IP Info

- Do not call resolve_host_addresses() when hostname cannot be resolved
by gethostbyname(). The old check was considering gethostbyname would
return NULL in this case but it returns a string with the hostname...

917e9c73 09/02/2016 11:43 AM Renato Botelho

Removed unused variable $hostname

a92de66e 08/22/2016 04:30 PM Jim Pingle

Add output encoding to diag_dns.php for results returned from DNS. Fixes #6737

9d3e8723 08/16/2016 04:45 AM Phil Davis

Code style and comments

No functional change - just making style consistent

b12ea3fb 07/15/2016 07:30 PM Renato Botelho

Move to Apache License 2.0

c5d81585 07/15/2016 06:30 PM Renato Botelho

Review license / copyright on all files (final round)

0d21a99e 07/14/2016 08:49 PM Renato Botelho

chmod 0644 php web pages

a9b6c19a 07/06/2016 09:34 PM Chris Buechler

Fix PTR lookups on diag_dns.php. Ticket #6561

65292972 07/02/2016 08:41 AM Chris Buechler

Change button order on diag_dns.php so hitting enter in the field does a lookup rather than update alias. semi-related to Ticket #6561

f4803487 06/30/2016 04:30 AM Chris Buechler

Merge pull request #3028 from PiBa-NL/2.3_dnsV6

ba40ee75 06/29/2016 08:03 PM Pi Ba

Diagnostics - DNS Lookup, also query for IPv6 addresses

c81ef6e2 06/27/2016 05:00 AM Phil Davis

Always use require_once

The usage of require() and require_once() throughout the system is
inconsistent, and "bugs" come up now and then when the order of
"requires" is a bit different and some require() happens after the
include file is already included/required....

5ebb5db1 04/05/2016 12:38 PM Renato Botelho

Merge pull request #2839 from phil-davis/patch-6

a2d92b48 04/05/2016 06:19 AM Phil Davis

Allow to update existing alias from diag DNS

See Redmine #6077
This seems the easy and reasonable thing to do. Make the button text reflect what is going to happen "Add alias" or "Update alias". Then the backend code can just either create a new alias or overwrite an existing one.

607b785f 04/05/2016 05:49 AM Phil Davis

Handle alias from CNAME in diag_dns

If I resolve a CNAME with diag_dns, it gives back the translated FQDNs - e.g. www.inf.org translates to inf.org. Then press "Add Alias".
Problem: The existing code puts a "/32" CIDR after that in the alias "www_inf_org" in the config - "inf.org./32" - and if you then edit the "www_inf_org" alias it shows as "inf.org./32" in the Network or FQDN Address field. Normally when putting an FQDN into an alias, no CIDR is inserted....

d79ff71a 04/05/2016 03:17 AM Chris Buechler

Truncate alias name at 31 characters to prevent creating an invalid ruleset. Ticket #6075

97f42a05 03/29/2016 02:47 PM Renato Botelho

Use correct subnet mask for IPv6. Fixes #6039

faab522f 03/15/2016 12:39 PM Renato Botelho

Revert "Merge pull request #2728 from phil-davis/form_button"

This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing
changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.

bc3c30eb 03/11/2016 03:59 PM Phil Davis

Internationalize Form_Button text

The text of a Form_Button is not translated internally. Some Form_Button
calls already had the button text enclosed in gettext(), this does it
for the remaining ones.

37676f4e 03/09/2016 07:30 PM Jim Pingle

Bring some consistency to the way most buttons are displayed (color, icons, etc). Ticket #5965

Still need to review Advanced buttons and Repeatable block buttons.

02342d8c 02/14/2016 08:14 PM k-paulius

Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.

7bf3b8a0 02/14/2016 08:13 PM k-paulius

Use print_info_box() to generate alerts

8545adde 02/14/2016 08:09 PM k-paulius

Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.

7c945f74 02/14/2016 08:09 PM k-paulius

Use print_info_box() to generate alerts

3d7a8696 02/11/2016 04:33 AM k-paulius

Convert section titles to title case

ff30e319 01/21/2016 04:56 PM Bruno Ferri

add call gettext function for translate

babf5d85 01/15/2016 07:02 PM Phil Davis

Internationalization batch 1

5c0ab3cd 01/14/2016 03:59 PM NewEraCracker

All simple php echo to short

Short version is far more used than long php echo. This brings all code to same standard where possible.

e9258698 01/11/2016 09:10 PM NewEraCracker

Convert remaining short_open_tag occurances. See PR #2378

fa172bc5 01/07/2016 08:50 PM NewEraCracker

Convert short open tags to full tags

Short open tag is discouraged since it is only available if enabled

See https://secure.php.net/manual/en/language.basic-syntax.phptags.php

6aa3723a 12/15/2015 06:03 PM Renato Botelho

Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used

947141fd 12/14/2015 02:35 PM Phil Davis

Code style usr local www a-e

57adffdd 11/26/2015 12:09 AM Jared Dillard

better spacing

5230f468 11/25/2015 04:48 PM Jim Pingle

Calling all of these "Page" in the privilege name is redundant since they are all pages and the "WebCfg" prefix implies they are pages.

a57d9fa2 11/25/2015 04:31 PM Jim Pingle

Add some missing privileges to pages

02cc81ef 11/23/2015 12:54 PM Doug Wollison

Added use of class autoloading (GUI stuff only)

Any GUI script that loads the guiconfig.inc file will have access to
the autoloader.

7d67222e 11/10/2015 11:38 PM jeroen van breedam

fix Bug #5400

interface=wan could be offline/disabled in multi-wan systems.
also, currently no code in diag_ping.php to convert 'wan' => source-ip

ab6e21f4 11/09/2015 12:16 PM Phil Davis

Merge with master

cb41dd63 11/09/2015 11:19 AM Renato Botelho

Copyright and license cleanup

- Remove personal copyright from people who assigned it to employer (ESF)
- Remove $Id$
- Remove extra spaces

0da0d43e 11/08/2015 07:25 PM Phil Davis

Diag review

c10cb196 11/05/2015 01:11 PM Stephen Beaver

Moved action-buttons in-line styling to pfSense.css

46918a1f 09/03/2015 12:38 AM Phil Davis

Merge with bootstrap

288a2a0f 08/31/2015 04:38 PM Phil Davis

bootstrap usr/local/www a to e minor edits

ad2879b8 08/30/2015 11:09 PM PiBa-NL

bootstrap, use require_once for classes/Form.class.php

03b19a93 08/26/2015 06:12 PM Renato Botelho

Merge branch 'master' into bootstrap

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/