Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
5c2cfdbd 12/21/2016 09:48 PM Caio Plumbeo

Captive portal: convert tables to sortable tables

Convert the used vouchers table from the old GET order method to a sortable table, and make the other tables (allowed IPs, hostnames, zones) sortable too.

(cherry picked from commit 0122f1d05b24ff8160b9ec42af382185572788c4)

3e2678ac 12/21/2016 07:19 PM Steve Beaver

Fix "<onchange>" tag processing in package XML handling

1ac0c535 12/21/2016 07:06 PM Doktor Notor

Use sprintf()
(cherry picked from commit ea0a3f9ced58ab872e8cf83fb3c6200a5409bdb8)

f27fcac6 12/21/2016 07:05 PM Doktor Notor

gettext-ize this while here
(cherry picked from commit 2f7cd36737b4e1b1ba02061c6c25f538bf9ed2b3)

5017cb9a 12/21/2016 07:05 PM Doktor Notor

Add enable link to Status > UPnP & NAT-PMP error message if disabled (Todo #6689)
(cherry picked from commit cbe5405f70c8f1443b90d35a16890bcd9dc22714)

2b86d221 12/21/2016 11:59 AM Doktor Notor

Use empty()
(cherry picked from commit 605a9e6c1f1fae786468b81bf7c911a874048fad)

87a5d383 12/21/2016 11:59 AM Doktor Notor

Fix CPU update period in System Information widget

This only updates after the refresh period set in System - General Setup - Dashboard update period; should not be hardcoded.
(cherry picked from commit 827c3f1e2bd99a4b27e65d0fa317bcb3b8944943)

6520f6c0 12/21/2016 11:46 AM Caio Plumbeo

Fix display of the number of states in the firewall rules page

For numbers greater than 1000 format_number() returns strings formatted like N.NNN K/M/G/T, that get cut to only the integer part if '%d' is used.

(cherry picked from commit ef0e956e48ec1b97a307a546cbc24d00872cde1f)

1ef8d68c 12/20/2016 08:14 PM Steve Beaver

Allow "DHCP" in upper or lower case when adding LAN IP to setup wizard

e6650368 12/20/2016 05:51 PM Renato Botelho

Disable DHCP server on interfaces with subnet >= 31. Fixes #6930

f75f0ef7 12/20/2016 05:07 PM Phil Davis

Fix #6927 1:1 NAT validate address family

Ensure that all the manually-entered addresses come from the same
address family - i.e. they are all either IPv4 or IPv6 addresses.
(cherry picked from commit bcdf453402a2f742b2656cd59602250f062896ee)

c3a35c5d 12/20/2016 05:06 PM Phil Davis

NAT 1:1 use constant name when checking validateipaddr return value
(cherry picked from commit 13cf61ba2c7ab5c9029ba40606e27e71075ef8ac)

42db415e 12/20/2016 05:04 PM Phil Davis

Fix #6927 1:1 NAT validate address family

Ensure that all the manually-entered addresses come from the same
address family - i.e. they are all either IPv4 or IPv6 addresses.
(cherry picked from commit bcdf453402a2f742b2656cd59602250f062896ee)

a6a158e9 12/20/2016 03:45 PM Caio Plumbeo

Captive Portal: convert active sessions table to a sortable table

Convert the active sessions table in the captive portal status page to a sortable table and remove the old sorting code. The conversion fixes both sorting by ip address and by last activity time....

5d16bc84 12/20/2016 12:49 PM Steve Beaver

"Internationalize" help text in router advertisements

4bc059ef 12/20/2016 12:41 PM Doktor Notor

Unbound - add support for "deny_non_local" and "refuse_non_local" ACLs (Feature #6914)
(cherry picked from commit 6ff48cf16b4264f6554feffcf35ec2eaea4bce16)

26ec7e01 12/20/2016 12:03 PM Martin Wasley

dhcp6c no release

Script changes to allow no-release option of dhcp6c. These changes to be
used in conjunction with pfSense/FreeBSD-ports/net/dhcp6c recent change
from PR #231

(cherry picked from commit 505635302a3d555eb6f82cb552c99c7ecb813f46)

e0c32322 12/19/2016 09:04 PM Steve Beaver

Revised #6889 to use formatted list syntax

8bba3339 12/19/2016 08:52 PM Steve Beaver

COmpleted #6889 by re-formatting help text

3eaf25aa 12/19/2016 08:27 PM Caio Plumbeo

Fix capitalization of confirmation messages for btn-danger buttons and fa-trash icons

Value and title were converted to lower case but not textContent. Consequently some pop-up messages included capitalized words, for example in the Log Settings page ("Are you sure you wish to Reset Log Files?")....

7145bb56 12/19/2016 03:22 PM Doktor Notor

Improve RADVD router mode help text (Todo #6889)
(cherry picked from commit 69bfc8ede81fb28b6eceb7f1343d94c68073c706)

7d25750f 12/19/2016 11:57 AM Doktor Notor

status_queues.php - remove redundant escaping
(cherry picked from commit c69a1a745045cbb7feef216ee97fcb72a00558ec)

c31fb7b0 12/18/2016 04:08 AM Jim Pingle

Fix up validation and encoding on Captive Portal status pages. Fixes #7019

fb2f904c 12/16/2016 02:23 PM Jim Pingle

Suppress error logging for Diag > Command Prompt so an error in user-entered code doesn't offer to submit a crash report. A notice is still generated since PHP <7 doesn't yet have error_clear_last(). Fixes #6702

926e095d 12/14/2016 09:23 PM Jim Pingle

Correct the descriptions and behavior of the Adaptive Start and Adaptive End settings.

ed5b2a9d 12/14/2016 02:50 PM Phil Davis

DHCPv6 server edit when DHCPv6 Relay enabled

Part of Redmine #6997
This implements the similar behaviour as for the DHCPv4 server in Pull
Request https://github.com/pfsense/pfsense/pull/3271

(cherry picked from commit 756da4bdc633c309070ce9f78faae18fecde135a)

53d77ce2 12/14/2016 02:49 PM Phil Davis

DHCP server edit when DHCP Relay enabled

Part of Redmine #6997
1) Display the DHCP Server settings even when DHCP Relay is enabled, but
disable the "enable" checkbox in this case - so the user cannot enable
DHCP Server when DHCP Relay is enabled, but can view and modify the DHCP...

010dc589 12/13/2016 08:07 PM Phil Davis

status_dcp_leases change if statement style
(cherry picked from commit dadc11d7a7aae33ef284a4f8f4258d04e17d27fc)

0ee2a336 12/13/2016 08:07 PM Phil Davis

Status DHCP Leases show CID and other enhancements

1) If there is a Client Id specified then show it (otherwise it is possible to define a Static Mapping that has only Client Id and all other fields empty, which would look like an empty row in the displayed table)....

69a991b3 12/13/2016 07:31 PM Jim Pingle

Check for lo0 when reconfiguring VIPs on sync. Fixes #7010

b2a682a3 12/13/2016 12:56 PM Phil Davis

Services DHCPv6 Static Edit fix var name

The example format at the end of the error message was not coming out.
(cherry picked from commit d59ac1d6b8e14fb12dd9705be70842a26e3a5da0)

aef27ab5 12/13/2016 12:55 PM Phil Davis

Status DHCP Leases table row end

Each row of the table needs a tr end, only the last row was getting the tr end.
(cherry picked from commit cd2b1e76444ea1c620c09a15f4c929fbcf91cdf2)

cdb96d08 12/13/2016 12:53 PM Phil Davis

DHCP4 Relay must relay to an IPv4 address

This code would accept an IPv6 address, but that causes an error to be reported by the DHCP (v4) Relay service on startup.
Validate the destination server IP address(es) to ensure they are IPv4.
(cherry picked from commit bdda1446ca335dfcbfb3d9937a20dd2a5bf93ae9)

a2dea93a 12/13/2016 12:51 PM Phil Davis

DHCPv6 Relay Form_IpAddress is V6
(cherry picked from commit 3cb06e5ffaa4d101267825715e777ace1fa30f41)

e51c28c1 12/13/2016 12:51 PM Phil Davis

Improve input validation for services_dhcpv6_relay

Make the same imrovements as was done for services_dhcp_relay in commit https://github.com/pfsense/pfsense/commit/ac999f3b7894bd8d5fc35419a22cc2df39416e42
(cherry picked from commit 03444470be5c4c2d713873342acb04793c2aa561)

768037ee 12/12/2016 06:44 PM Renato Botelho

Do not allow a group name to start with 'pkg-', reserve it for packages use (e.g. tinc)

6af92afd 12/12/2016 06:44 PM Renato Botelho

Update interface group name validation rules to match ifconfig

f6e519ec 12/12/2016 06:44 PM Renato Botelho

Fix #6976: Make sure interface description, interface name and alias don't have the same name

e4830f02 12/12/2016 06:44 PM Renato Botelho

Ticket #6976: Check disabled interfaces

30bc2971 12/12/2016 11:41 AM Stefan Kronawithleitner

Update services_captiveportal.php

fixes https://redmine.pfsense.org/issues/6391
(cherry picked from commit 6ba184a1d6ead4cdbc4369c1a7ddcc820e8ffcce)

6d587359 12/10/2016 10:08 PM Phil Davis

Improve input validation for services_dhcp_relay

While looking at interactions between DHCP Relay and DHCP Server, I noticed a few annoying/inconsistent things in driving the UI:
1) If there were validation errors on the Destination Server IP Addresses that the user input, messages would be given about invalid addresses but the data in the Destination Server row(s) would be reset to what it was before the user started editing, losing whatever they changes they had been trying to make so far....

a3ed7862 12/09/2016 11:28 PM Jared Dillard

move export button to heading for status monitoring page

77b6d849 12/09/2016 08:25 PM Renato Botelho

Fix #6472: Enable/Disable associated firewall rule when NAT rule changes

7a76bc6f 12/09/2016 08:25 PM Renato Botelho

Ticket #6472: Respect disabled field

Respect disabled field when creating firewall associated rule

3335fee9 12/09/2016 08:25 PM Renato Botelho

Do not set disabled or nordr fields when they are not selected. Checks are using isset() and not its boolean value

c7435c36 12/09/2016 06:03 PM Jim Pingle

Fix copy/paste error in variable test.

8638429a 12/09/2016 04:41 PM Steve Beaver

Fix log file deletion

eee6c580 12/08/2016 11:27 AM Phil Davis

Remove destination self from NAT 1:1

It is not needed and caused problems if used and was not remembered on
edit anyway.

(cherry picked from commit 6b8f9c356f8580c2c7b34b9c2526ab2a4cc7e662)

823b7a1a 12/07/2016 06:09 PM Phil Davis

Fix #6224 NAT edit - preserve user selections when input errors

1) Edit a NAT Port Forward rule, change the destination type to "Network", but do not input any network address/mask.
2) Press Save, an input error is reported telling that the network destination address/mask is required - good....

bb0a0bb2 12/07/2016 06:07 PM Phil Davis

Feature #3151 Disable gateway monitoring actions

without disabling gateway monitoring.

This allows the user to continue to monitor the gateway with dpinger, so
they can see how it is performing, but for the system not to take any
real action if the latency/loss exceeds the given limits....

a04cc2c5 12/06/2016 07:54 PM Phil Davis

NAT 1:1 edit - preserve user selections on edit-save with input errors

1) Edit a NAT 1:1 rule, change the source and/or destination type to "Network", but do not input any network address/mask.
2) Press Save, input errors are reported telling that the network source and/or destination address/mask is required - good....

cc99b298 12/06/2016 07:48 PM Caio Plumbeo

Captive portal: add option to include idle time in total session time

Add an option to choose whether the time spent idle by a user disconnected for exceeding the idle timeout must be included in the total session time sent to the RADIUS server or not.

(cherry picked from commit 1878e1c932fa467956ef44d4bd39adb7d4d21243)

836c858f 12/06/2016 05:51 PM derelict-pf

Added STARTTLS to LDAP Auth Server Config

(cherry picked from commit d672403c250556ced61d6eec7c51f5518b5f8c6b)

13622c26 12/06/2016 12:13 PM Renato Botelho

Merge pull request #3251 from phil-davis/dyndnsclass23

cdcce1c4 12/06/2016 12:10 PM Phil Davis

Tidy input errors in services_ntpd_acls

1) If there are multiple rows with invalid IP addresses then the same message was displayed multiple times. We might as well let the use know which row(s) have the problem.
2) The section that checks is_subnet stuff was first using is_ipaddr() (redundantly given it is already in the else of !is_ipaddr() ), and then is_subnet() - these would have handled both the IPv4 and IPv6 cases, so the other IPv6 tests would never have happened....

be17e372 12/06/2016 03:17 AM Phil Davis

Backport Cloudflare and Gratis plus passwords in base64 DynDNS changes

Note: corresponding change to upgrade_config.inc to come in master to
correctly implement the upgrade_155_to_156 code, that is master only and
will become upgrade_158_to_159

74213edf 12/05/2016 08:12 PM Doktor Notor

Do not truncate IPv6 addresss in NTP widget (Bug #4815)
(cherry picked from commit cd2c59c9839e38fa7cbd4ae217fe14883b086145)

b0787bc8 12/05/2016 07:12 PM Stilez y

wbr tag needs a css compatibility fix for some browsers

See comment in the PR
(cherry picked from commit e67157bee85f71929d687e2c03020618f18c8f6d)

fc709ad3 12/05/2016 07:09 PM Alexander Moisseev

[theme] Compact-RED: fix `sortable` table fonts

(cherry picked from commit f84c1e1ef92e7e69e0eb8672a450a255ee2dfe95)

eb44f662 12/05/2016 04:09 PM Steve Beaver

remove bogus debug

30735b1e 12/05/2016 03:47 PM Steve Beaver

Fixed #6454
Fixed #6984

2a38eaf4 12/02/2016 04:48 PM Pi Ba

interfaces, show error message if adding duplicate gateway

(cherry picked from commit e8517c7c16b8a845333c7d0e91f552144e6b5560)

d7155857 12/02/2016 04:00 PM Ross Williams

Clarified help text for ddnsforcehostname option.

(cherry picked from commit 9ca5d4abf949e088d6f1966003a6bf957f3cbdf6)

6a2c8e35 12/02/2016 04:00 PM Ross Williams

Added title to ddnsforcehostname checkbox

(cherry picked from commit cfc10a3364fee9ab220b9ada5584bfbe62ba800c)

e8f2eb8d 12/02/2016 04:00 PM Ross Williams

Add ddnsforcehostname option to DHCP6 Server configuration editor

(cherry picked from commit 1a6bda5b389df05d6dac024e8445d3a00e01e823)

eeffd48c 12/02/2016 04:00 PM Ross Williams

Add ddnsforcehostname option to DHCP Server configuration editor

(cherry picked from commit cf15bcb41f5befb3668f4608aafeddcb8bb18a58)

149575ae 12/02/2016 04:00 PM Ross Williams

Add ddnsforcehostname option to Static Mapping editor

(cherry picked from commit 62abab65c9c3fb010862201b327b426b3b9fc3b8)

1f4d1851 12/01/2016 04:18 PM Renato Botelho

Remove extraneous )

7f927cf4 11/30/2016 04:17 PM Steve Beaver

Correct "not ready" flag

04fe6f00 11/29/2016 04:57 PM Jonathon Anderson

Update setup_wizard.xml
(cherry picked from commit b0b2af901f352dbbaad0b09d06fe7adb105ff7a4)

04d7836b 11/29/2016 04:57 PM Jonathon Anderson

LAN IP validation logic
(cherry picked from commit 6a365a4c80aced41ec87ad93ed2c986d9935a4ea)

d1a4cb8d 11/29/2016 04:57 PM Jonathon Anderson

Update setup_wizard.xml
(cherry picked from commit 3ad0f9b63f690f77cf8c4d398b521eba6909f0bc)

ab5f464a 11/29/2016 04:57 PM Jonathon Anderson

update conditional re:LAN dhcp
(cherry picked from commit 0eb2512f93c7e187511ea258948715c2e230e98f)

bdffccfd 11/29/2016 04:57 PM Jonathon Anderson

update LAN regex for case insensitivity
(cherry picked from commit 32980f321e854bf008efa04ee9187553231b6423)

6cade780 11/29/2016 04:40 PM Phil Davis

IPv6 address can contain a dot

When requiring the entry of an IPv6 address, the regex pattern should still allow a dot, so that an IPv6 address can be entered in the format that has an IPv4-address-like part at the end:
aa:bb:cc:dd:ee:ff:1.2.3.4
which is a valid way to choose to specify an IPv6 address....

6e623580 11/29/2016 04:37 PM Caio Plumbeo

Captive portal: use "Admin Reset" as termination cause when disconnecting a user from admin UI

When a user is disconnected by the administrator using the pfSense captive portal status page or widget set the value of the Acct-Terminate-Cause in the RADIUS accounting stop packet to "Admin Reset" (6) as per RFC 2866....

7b861bce 11/29/2016 04:33 PM Jonathon Anderson

clarified input format hint for expiration date
(cherry picked from commit 98b87cfafe8a890787ca5d22a1089678b9b250ac)

d68efad1 11/28/2016 03:35 PM Renato Botelho

Fix System Update link

9e2fa369 11/25/2016 05:05 PM Sean McBride

Improved error message to explicitly state allowable characters

Related to Bug #6432.

(cherry picked from commit 3b55b54e9c76998a2b0e28897a0be79d5cf0cb8f)

f968d06d 11/25/2016 05:01 PM Phil Davis

DHCPv6 ddnsdomainprimary must currently be IPv4

This field is currently validated to allow only an IPv4 address to be entered, so it may as well be consistent client-side so the user knows that only an IPv4 address is allowed.
(cherry picked from commit ff3d11c85450284d8949234f90af7a6c6681199e)

19509df3 11/25/2016 04:59 PM Phil Davis

services_dhcp_edit add extra IPv4 validation

a) Validate that ipaddr must be IPv4 (note if you enter an IPv6 address, it will fail other later tests of being in the subnet etc, but it is nice to give the user an explicit message that they must enter an IPv4 address)...

e9544016 11/25/2016 04:48 PM Phil Davis

Specify the IP address family in interfaces.php

Where it is known what sort of IP address is required, we can specify it in the call to Form_IpAddress. That will make the hover text reflect what is really required as input, and make the client-side regex pattern also match only the allowed chars....

57808367 11/25/2016 04:47 PM Phil Davis

Keep the rule type selection after input errors on firewall rule

If the user:
a) Edit a firewall rule
b) Select "single host or alias"
c) Enter an invalid IP address that is not an alias
d) Press "Save"
The error is displayed "1.2.3.999 is not a valid source IP address or alias"...

581aa622 11/23/2016 06:47 PM Steve Beaver

Added addrtolower() to interface pages

499ff8fc 11/22/2016 03:45 PM Steve Beaver

Added addrtolower calls to force IPv6 addresses to lower case
First of many

028596d8 11/21/2016 07:37 PM Steve Beaver

Revise filter_reload page to display entire reload_filter_status contents, not just last line

71b86385 11/21/2016 06:58 PM Steve Beaver

Revise shaper wizards to support multi-line filter_reload_status

5bf9c6f7 11/21/2016 06:54 PM Steve Beaver

Revise update_filter_relaod_status() function to append status messages rather than overwrite the file

a7391526 11/21/2016 04:47 PM Steve Beaver

Fixed #6922
Added code for IPv6 Dynamic DNS

f6973634 11/21/2016 03:38 PM Steve Beaver

Fixed #6939 by moving CSS only to the two pages that require it

0641b626 11/17/2016 08:23 PM Steve Beaver

Fixed #6931

8cab3470 11/16/2016 11:29 PM Steve Beaver

Revise host and domain sorting so that the index is not lost

22e3574d 11/16/2016 02:16 PM Luiz Souza

Revert "Fix #6864 automatically convert IPv6 input to lowercase"

This reverts commit d461ff40e364fc0ecc003b9f673cbad7c6a08f2f.

(cherry picked from commit 75bc87fe10f30f49a09218820f7bb59e859cb6bb)

ba814883 11/16/2016 02:16 PM Luiz Souza

Revert "Fix #6918 Allow aliases with capital letters in rules"

This reverts commit 9444a281f051e11d5456cc37b2a3f56fc8a7bc33.

(cherry picked from commit 9128641db5c9b6839163948f3f71ad139c7a4625)

8100374e 11/14/2016 11:00 PM Phil Davis

Fix #6918 Allow aliases with capital letters in rules

Expand the types of Form_IpAddress so that the caller can specify
exactly what combination of IPv4, IPv6 address and alias is allowed for
the field.
Set the appropriate input pattern and hover help text....

2909468c 11/11/2016 06:45 PM Steve Beaver

Revert change to row delete button

0a0c6db0 11/11/2016 06:39 PM Steve Beaver

Revert "Suppress delete button if only one row"

This reverts commit 13be068fe5e1377d1d5649efe0f860ba5c34ba90.

13be068f 11/11/2016 04:37 PM Steve Beaver

Suppress delete button if only one row

af3bf919 11/11/2016 04:12 PM Steve Beaver

Fixed #6916

c6575378 11/11/2016 01:47 PM Steve Beaver

Revert "Fixed #6811"

This reverts commit f92d44da5a4958372c7fb925043abc34588143e3.