Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
e8165036 12/22/2016 08:03 PM Martin Wasley

format correction

c0a3864e 12/22/2016 07:56 PM Martin Wasley

Added real DUID placeholder, new text and call to new get_duid_from_file() function.

016b7b5d 12/22/2016 01:44 PM Martin Wasley

Typo correct

aff01dbd 12/21/2016 09:39 PM Martin Wasley

Text change

7be23d53 12/21/2016 03:26 PM Martin Wasley

User Defined DUID

User may define a DUID to use in System->Advanced->Networking. The
entered DUID is validated for composition and length, if valid it is
stored in the config.xml. On call of wan_dhcp6_configure() the DUID is
written to file to be read by dhcp6c on launch.

d6df09d0 12/21/2016 11:58 AM Renato Botelho

Merge pull request #3301 from doktornotor/patch-1

605a9e6c 12/21/2016 11:55 AM Doktor Notor

Use empty()

ef0e956e 12/20/2016 10:06 PM 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.

827c3f1e 12/20/2016 09:41 PM 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.

58dfe945 12/20/2016 08:15 PM Steve Beaver

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

3575058b 12/20/2016 07:55 PM Luiz Souza

Do not enter or leave the persistent maintenance mode if the CARP is temporary disabled.

While here update the CARP status check.

34a5feac 12/20/2016 07:55 PM Steve Beaver

Test fix for #6762

403dad2a 12/20/2016 05:51 PM Renato Botelho

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

ec38ba8b 12/20/2016 05:05 PM Steve Beaver

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

13cf61ba 12/20/2016 05:03 PM Phil Davis

NAT 1:1 use constant name when checking validateipaddr return value

3d4c51e4 12/20/2016 05:01 PM Steve Beaver

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

dc5edc6e 12/20/2016 04:56 PM Renato Botelho

Fix #7021: Deprecate device polling

bcdf4534 12/20/2016 04:26 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.

e12b438b 12/20/2016 03:40 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.

e9650eeb 12/20/2016 12:48 PM Steve Beaver

"Internationalize" help text in router advertisements

2c84c28a 12/20/2016 12:41 PM Renato Botelho

Merge pull request #3291 from doktornotor/patch-4

fd67dcd4 12/20/2016 12:02 PM Renato Botelho

Merge pull request #3295 from marjohn56/No-Release

50563530 12/19/2016 09:32 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

652ce2b5 12/19/2016 09:03 PM Steve Beaver

Revised #6889 to use formatted list syntax

297190ed 12/19/2016 08:50 PM Steve Beaver

COmpleted #6889 by re-formatting help text

806a202a 12/19/2016 08:26 PM Jared Dillard

Merge pull request #3286 from plumbeo/danger-lower-case

1d87a144 12/19/2016 07:39 PM Luiz Souza

Reset the $icon variable (otherwise it can keep the last value - in a few broken cases)

e93e2b68 12/19/2016 03:24 PM Renato Botelho

Update pot

0e95f736 12/19/2016 03:22 PM Renato Botelho

Merge pull request #3289 from doktornotor/patch-2

91650d98 12/19/2016 03:21 PM Renato Botelho

Update pot

12f15f47 12/19/2016 02:32 PM Steve Beaver

Validate IP addresses using validateipaddr() function

c69a1a74 12/19/2016 11:21 AM Doktor Notor

status_queues.php - remove redundant escaping

53ceab5d 12/18/2016 02:22 PM Doktor Notor

Update pfSense.pot

6ff48cf1 12/18/2016 02:12 PM Doktor Notor

Unbound - add support for "deny_non_local" and "refuse_non_local" ACLs (Feature #6914)

66fa78b6 12/18/2016 11:02 AM Doktor Notor

Update pfSense.pot

69bfc8ed 12/18/2016 10:33 AM Doktor Notor

Improve RADVD router mode help text (Todo #6889)

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

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

4db8128c 12/17/2016 05:52 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?").

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