Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
2f7cd367 12/18/2016 11:53 AM Doktor Notor

gettext-ize this while here

cbe5405f 12/18/2016 11:45 AM Doktor Notor

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

ac90c901 12/18/2016 04:01 AM Jim Pingle

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

07c812a5 12/16/2016 10:46 PM Jim Pingle

Merge pull request #3283 from doktornotor/patch-1

45bcbee9 12/16/2016 02:20 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

4f48a261 12/16/2016 01:04 PM Doktor Notor

Update pfSense.pot

77a8a7d6 12/15/2016 05:23 PM Steve Beaver

Added a function validateipaddr() use as:
// Validate a network address
// $addr: the address to validate
// $type: IPV4|IPV6|IPV4V6
// $label: the label used by the GUI to display this value. Required to compose an error message
// $err_msg: pointer to the callers error message array so that error messages can be added to it here...

024b8386 12/15/2016 12:48 AM Doktor Notor

Update pfSense.pot

bbc28078 12/14/2016 09:22 PM Jim Pingle

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

b7355f66 12/14/2016 02:50 PM Renato Botelho

Merge pull request #3274 from phil-davis/dhcpv6serverrelay

315dca33 12/14/2016 02:49 PM Renato Botelho

Merge pull request #3271 from phil-davis/dhcpserverrelay

aed5681a 12/13/2016 08:07 PM Renato Botelho

Merge pull request #3277 from phil-davis/patch-2

5fda51cd 12/13/2016 07:25 PM Jim Pingle

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

dadc11d7 12/13/2016 03:01 PM Phil Davis

status_dcp_leases change if statement style

86115e71 12/13/2016 01:17 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)....

6371edbd 12/13/2016 12:56 PM Renato Botelho

Merge pull request #3275 from phil-davis/patch-9

cd598ba9 12/13/2016 12:55 PM Renato Botelho

Merge pull request #3272 from phil-davis/patch-7

4cc53fbd 12/13/2016 12:53 PM Renato Botelho

Merge pull request #3270 from phil-davis/patch-5

d59ac1d6 12/13/2016 12:28 PM Phil Davis

Services DHCPv6 Static Edit fix var name

The example format at the end of the error message was not coming out.

756da4bd 12/13/2016 12:03 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

cd2b1e76 12/13/2016 09:36 AM 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.

48614394 12/13/2016 07:06 AM 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...

3cb06e5f 12/13/2016 05:43 AM Phil Davis

DHCPv6 Relay Form_IpAddress is V6

bdda1446 12/13/2016 05:39 AM 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.

03444470 12/13/2016 05:26 AM 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

ebdcad3b 12/12/2016 06:43 PM Renato Botelho

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

2326f325 12/12/2016 06:43 PM Renato Botelho

Update interface group name validation rules to match ifconfig

7ec6e283 12/12/2016 06:43 PM Renato Botelho

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

ee5284ce 12/12/2016 06:43 PM Renato Botelho

Ticket #6976: Check disabled interfaces

6d40829b 12/12/2016 06:29 PM Jim Pingle

Fix CA input validation to (again) allow an import without a key. Fixes #7001

6ba184a1 12/11/2016 03:55 PM Stefan Kronawithleitner

Update services_captiveportal.php

fixes https://redmine.pfsense.org/issues/6391

ac999f3b 12/10/2016 02:27 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....

726ebc65 12/09/2016 11:27 PM Jared Dillard

move export button to heading for status monitoring page

be1bc233 12/09/2016 08:24 PM Renato Botelho

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

8a915911 12/09/2016 08:24 PM Renato Botelho

Ticket #6472: Respect disabled field

Respect disabled field when creating firewall associated rule

15586fff 12/09/2016 08:23 PM Renato Botelho

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

cdec7893 12/09/2016 07:46 PM Steve Beaver

Rule type icon should not change to 'X' when disabled

530eceb9 12/09/2016 06:03 PM Jim Pingle

Fix copy/paste error in variable test.

898aa92c 12/09/2016 05:25 PM Steve Beaver

Change (assign) to Assignments in Interfaces menu
Add HTML divider in Interfaces menu to separate actions form the interface list

8d8b2fc7 12/09/2016 04:35 PM Steve Beaver

Fix log file deletion

6b8f9c35 12/08/2016 03:24 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.

bbe0c513 12/07/2016 06:09 PM Renato Botelho

Merge pull request #3257 from phil-davis/patch-7

f396d2b7 12/07/2016 03:37 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....

45d8b8a6 12/06/2016 07:54 PM Renato Botelho

Merge pull request #3256 from phil-davis/patch-5

d253d5c6 12/06/2016 07:48 PM Renato Botelho

Merge pull request #3249 from plumbeo/idletime-in-sessiontime

f459bcce 12/06/2016 05:51 PM Renato Botelho

Merge pull request #3240 from derelict-pf/ldap_starttls

f7405cd2 12/06/2016 05:23 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....

d99ce9cc 12/06/2016 03:47 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....

7c7d3605 12/06/2016 04:53 AM 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....

fc6b7031 12/05/2016 08:11 PM Renato Botelho

Merge pull request #4815 from doktornotor/patch-2

0b037063 12/05/2016 07:11 PM Jared Dillard

Merge pull request #3159 from stilez/patch-46

9a275fb0 12/05/2016 07:09 PM Jared Dillard

Merge pull request #3181 from moisseev/master

ac572fc1 12/05/2016 04:08 PM Steve Beaver

remove bogus debug

3b1c0951 12/05/2016 03:45 PM Steve Beaver

Fixed #6454
Fixed #6984

cd2c59c9 12/04/2016 09:44 AM Doktor Notor

Do not truncate IPv6 addresss in NTP widget (Bug #4815)

1878e1c9 12/03/2016 05:03 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.

7d4d9ec5 12/03/2016 04:22 AM Luiz Souza

Remove the PHP limit from diag_dump_states(), it is now managed on pfSense_get_pf_state().

f829a8d3 12/02/2016 07:41 PM Jim Pingle

OpenVPN populates IPv6 env vars now, so we can fetch them for the IPv6 gateway. Fixes #6016

da83e212 12/02/2016 06:18 PM Jim Pingle

Merge pull request #3145 from skrude61/master

80bc583c 12/02/2016 05:15 PM Jim Pingle

Standardize and fix 'other' type VIP display on NAT pages. Fixes #6094

d2ce7d30 12/02/2016 05:15 PM Jim Pingle

Fix 'Other' type VIP options. Ticket #6094
While here, remove some defunct 'range' code that was never used.

778f9885 12/02/2016 04:47 PM Renato Botelho

Merge pull request #3213 from PiBa-NL/interfaces-gateway-message

6cb599da 12/02/2016 03:59 PM Renato Botelho

Merge pull request #3246 from overhacked/dhcpd-dyndns-force-hostname

e6fa3b22 12/02/2016 01:46 PM Steve Beaver

Add decoration to "On latest version" message

c73a2f31 12/02/2016 01:10 PM Steve Beaver

Revise status messages. Adjust PID file timeout to accommodate slower systems

ad477ffa 12/01/2016 09:02 PM Jim Pingle

Remove the broken e-mail options from diag_smart.php. Fixes #6393

66e5d4f2 12/01/2016 08:43 PM Jim Pingle

Print a message about SMART not working on uFW/SG-1000 (smartmontools is not available there)

cf15d484 12/01/2016 04:17 PM Renato Botelho

Remove extraneous )

4a140c44 11/30/2016 04:16 PM Steve Beaver

Correct "not ready" flag

b4dd9f25 11/30/2016 03:55 PM Steve Beaver

Allow for slower uFW by removing log file before upgrading, and allowing more time for the PID to appear

9ca5d4ab 11/30/2016 02:47 PM Ross Williams

Clarified help text for ddnsforcehostname option.

cfc10a33 11/30/2016 02:38 PM Ross Williams

Added title to ddnsforcehostname checkbox

1a6bda5b 11/30/2016 03:33 AM Ross Williams

Add ddnsforcehostname option to DHCP6 Server configuration editor

cf15bcb4 11/30/2016 03:30 AM Ross Williams

Add ddnsforcehostname option to DHCP Server configuration editor

62abab65 11/30/2016 03:21 AM Ross Williams

Add ddnsforcehostname option to Static Mapping editor

75e80f16 11/29/2016 07:18 PM Jim Pingle

If there are input errors when creating a user certificate from the user manager, stop and show the errors rather than appearing to fail silently. Fixes #6953

2cf5db21 11/29/2016 07:13 PM Jim Pingle

Ensure that the submitted private key matches the certificate or CA when importing. Ticket #6953

80080a0c 11/29/2016 06:34 PM Jim Pingle

When deleting a CA, do not delete all certificates from this CA, only remove the CA reference from certificates that used this CA, as the relationship can be rebuilt if needed. Also, prevent in-use CAs from being deleted and print a list of places a CA is used, similar to the output on certificates. Fixes #6947

cce6c834 11/29/2016 05:01 PM Jim Pingle

Fix the static ARP test

31ec01c3 11/29/2016 04:56 PM Renato Botelho

Merge pull request #3219 from NonSecwitter/patch-2

6a320efb 11/29/2016 04:39 PM Renato Botelho

Merge pull request #3241 from phil-davis/patch-2

993ff722 11/29/2016 04:37 PM Renato Botelho

Merge pull request #3243 from plumbeo/term-cause

890a80eb 11/29/2016 04:33 PM Renato Botelho

Merge pull request #3244 from NonSecwitter/patch-3

7a9c12b3 11/29/2016 03:53 PM Jim Pingle

Improve input validation on static ARP for DHCP static mapping entries, also prevent the backend from attempting to apply entries with insufficient information stored. Fixes #6969

98b87cfa 11/29/2016 02:47 PM Jonathon Anderson

clarified input format hint for expiration date

2a119ed3 11/29/2016 02:34 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.

481db4fe 11/29/2016 02:29 PM Jim Pingle

Reword/rework wireless note on assignment page. Ticket #6770

85b36c34 11/28/2016 03:35 PM Renato Botelho

Fix System Update link

b0b2af90 11/26/2016 04:19 PM Jonathon Anderson

Update setup_wizard.xml

b8678b63 11/26/2016 10:41 AM 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.

823091b1 11/25/2016 05:05 PM Renato Botelho

Merge pull request #3216 from seanm/master

d0e73557 11/25/2016 05:00 PM Renato Botelho

Merge pull request #3231 from phil-davis/patch-8

ab97c6aa 11/25/2016 04:59 PM Renato Botelho

Merge pull request #3230 from phil-davis/patch-7

8adb1946 11/25/2016 04:48 PM Renato Botelho

Merge pull request #3226 from phil-davis/patch-3

81e2aa25 11/25/2016 04:47 PM Renato Botelho

Merge pull request #3224 from phil-davis/patch-2

5af93827 11/23/2016 06:47 PM Steve Beaver

Added addrtolower() to interface pages

3947f294 11/23/2016 02:36 PM Renato Botelho

Add a note that wireless clones must be created before they can be assigned. This should fix #6770

656ed1af 11/23/2016 02:34 PM Renato Botelho

Start wireless clone count from 0

930ca820 11/23/2016 02:11 PM Renato Botelho

Change wireless interface description

5794e197 11/23/2016 12:41 AM Jim Pingle

Fix typo. Ticket #6770