Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
ffa1178e 07/08/2016 07:30 PM Renato Botelho

Fix indent and spaces

731e7cfd 07/08/2016 07:30 PM Renato Botelho

Remove stray '

9461d208 07/08/2016 03:30 PM Phil Davis

Fix #6582 Allow import of ports

This change does:
1) Allow bulk import of a port alias. That happens when the Import
button is pressed from the Ports tab of the firewall_aliases screen.
2) Allow bulk import of an IP alias, automatically determine if the
imported data fits a host or network alias type. That happens when the...

1f9c2cb6 07/08/2016 02:47 PM Renato Botelho

Improve patterns to read dhcpd6.leases to prevent leases containing '}' in ia-na line not showing up. It fixes #6543

d5861220 07/08/2016 09:36 AM Phil Davis

Fix #6585 Do not use [] syntax for lookups

IPv6 address plus port is displayed with the format [1:2::3]:80 - the address is in square brackets followed by colon and the port number. This is necessary to disambiguate the port from the address, a good thing. But it messes up the use of the IPv6 address for reverse lookup....

3db367fb 07/08/2016 12:51 AM Phil Davis

Show "cannot delete alias" message as error

If I try to delete an alias that is in use, the "cannot delete alias" message was being displayed as the "success" color.
(cherry picked from commit 04b571e836077c436d109d982be5a8e710ff8aab)

2a884911 07/07/2016 02:54 PM Renato Botelho

Do not check platform to decide if enableserial and primaryconsole fields will be hidden, global parameters are the rule to decide it. Fixes #6291

c4045b79 07/06/2016 09:35 PM Chris Buechler

Fix PTR lookups on diag_dns.php. Ticket #6561

83e8a950 07/06/2016 08:17 PM NOYB NOYB

Change group labels s/MAC controls/MAC Address/

48396f02 07/06/2016 02:55 PM Stephen Beaver

Correct spacing

(cherry picked from commit a0b0acd1540764d5221ea54ea596d569bbe2df2a)

5810f934 07/06/2016 02:52 PM Stephen Beaver

Remove debug

07451ca8 07/06/2016 02:51 PM Stephen Beaver

Fixed #6577 - Preserve user input on error

(cherry picked from commit a654d899cd5d288501fea1ec52dba2e3f0e479ba)

c55c2015 07/06/2016 10:47 AM Renato Botelho

Make sure resolv.conf is present during nanobsd upgrade. Fixes #6557

91677170 07/04/2016 02:05 PM Pi Ba

webgui tables, doubleclick event to perform 'edit' action, part 2

(cherry picked from commit 1c10ce9750f3702f433a91754f79e637e1c3369b)

f8cb8d65 07/03/2016 08:34 PM Pi Ba

webgui tables, doubleclick event to perform 'edit' action

(cherry picked from commit 54691fc663eae7c6e92e4eaad596906758d7ebea)

0e7148a1 07/03/2016 05:50 PM Pi Ba

ipsec widget, check for valid array

(cherry picked from commit 658180daffe0fe5f005b6fe6b528c758309dffef)

d35b6181 07/02/2016 09:20 AM Chris Buechler

Clarify Negate option description on firewall_nat_out.php.

7208f387 07/02/2016 08:40 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

c296b1fa 07/01/2016 09:49 PM BBcan177 .

Update system_usermanager_settings.php

Use of undefined constant min - assumed 'min'

467d7777 07/01/2016 09:49 PM BBcan177 .

Update system_crlmanager.php

Use of undefined constant min - assumed 'min'
Use of undefined constant max - assumed 'max'

d07ae60c 07/01/2016 09:49 PM BBcan177 .

Fix undefined constant

Notice: Use of undefined constant min - assumed 'min'
Notice: Use of undefined constant max - assumed 'max'

f3174943 07/01/2016 01:10 AM NOYB NOYB

startsWith Polyfill

Fixes hidding of custom individual settings when not in use on user manager page.

327052d0 06/30/2016 11:31 PM NOYB NOYB

Diag Tables Last Update

Use correct Thursday abbreviation (s/Thr/Thu/).

a1d059c2 06/30/2016 06:20 AM Chris Buechler

Allow wildcard for hostname with Namecheap DDNS. Ticket #6260

de8882d6 06/30/2016 06:11 AM Josh Galvez

Whitespace cleanup

dc2db4dc 06/30/2016 06:11 AM Josh Galvez

Make model_number customizable

abbd4150 06/30/2016 06:10 AM Josh Galvez

Make presentation_url customizable

595b074d 06/30/2016 05:20 AM Phil Davis

Feature #6388 custom GUI preference settings per user

75b8611e 06/30/2016 04:58 AM Phil Davis

Rationalize System Update GUI messages

At present, when doing a System Update, there is a message box that says:
"Please wait while the installation of completes.
This may take several minutes."

Between "of" and "completes" is the package name, which is blank in the case of a System Update....

0b316bd1 06/30/2016 04:30 AM Pi Ba

Diagnostics - DNS Lookup, also query for IPv6 addresses

1799a969 06/30/2016 12:49 AM Chris Buechler

Omit <secret> tags from L2TP in status.php config.xml dump.

e38e1efd 06/30/2016 12:42 AM Chris Buechler

Restore 2.2.x and prior means of obtaining pfsync nodes to avoid exhausting memory on systems with large state tables. Ticket #6364

6dfb6b27 06/29/2016 03:01 AM Phil Davis

Update include() to include_once()

For safety, use include_once() when including various "side" files.
There are a couple of instances of include("guiconfig,inc") that I
changes to use require_once() to be consistent with everywhere else.
The remaining cases of include() are just (hundreds of) head.inc and...

e4c5b7d4 06/28/2016 12:49 PM Phil Davis

Remove a-f from IPv4 address pattern

It seems to me that a through f should not be part of the pattern for the "V4" case.
(cherry picked from commit 1f49dd8a3a49b724ded5840c1db6c168ed466aae)

aceaf18c 06/27/2016 07:16 PM 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....

515f53a8 06/25/2016 04:02 AM Chris Buechler

Use the translated destination for kill_states if one exists. Ticket #6531

ea81ba1c 06/25/2016 03:23 AM Chris Buechler

Correct/clarify column header. Ticket #6530

51a3acee 06/25/2016 03:20 AM Chris Buechler

Fix style

ad5fb4a0 06/25/2016 03:18 AM Chris Buechler

pfSense_get_pf_states always returns source as src and dest as dst, this flipping based on direction is wrong. Ticket #6530

e41468cf 06/25/2016 02:59 AM Chris Buechler

Fix style

4bcb7a69 06/24/2016 11:14 AM Renato Botelho

Revert "Incorporated ssl changes"

It's a specific 2.4 change, only in master branch

This reverts commit 00a7688401c15015c3f43735b2b1536ebfec7e92.

0bcda37b 06/24/2016 02:22 AM Stephen Beaver

Comment typo

(cherry picked from commit b069f77e0a5e355e811dd7bd4a4d17a802a3f682)

8b056044 06/23/2016 10:22 PM Chris Buechler

Revert "adding privileges and separating DNS Resolver overrides from general settings"

This reverts commit fc76a1e390c8ce9579df31457c74d1d0e572b78d.

4e27cf15 06/23/2016 05:35 PM NOYB NOYB

Shouldn't the priv match here be set to "services_rfc2136_edit.php*"?

(cherry picked from commit 5c403f843291bdc670dcdb45e1e097f2eb7f36ab)

0f6e77fd 06/23/2016 05:33 PM Phil Davis

Load actual value of webguihostnamemenu

This is a string from a list of valid values (empty, "hostonly", "fqdn"). So it is not correct to just gather a true/false value here.
(cherry picked from commit e93242eb2ad5a45fb6ab1526f0b6ddcc716e5b96)

dbf01363 06/23/2016 05:31 PM Stephen Beaver

Restored countdown functionality and menu refresh on successful update/remove/install
Added comments to clarify operation of the page

(cherry picked from commit 18295ff2f907f638afa9f7c665cc16e4262e6899)

9e45ab6d 06/23/2016 01:07 AM Chris Buechler

Clarify ports alias hint. Ticket #6523

edd4c633 06/22/2016 04:32 PM Jim Pingle

% and / are also allowed in values

94b5eb1f 06/22/2016 03:57 PM NewEraCracker

Fix Bug #6394 - Incorrect Output of Translation

Apparently gettext() does not behave correctly when passed an empty string, this commit ensures gettext() is called only with non-empty strings

(cherry picked from commit 6ae99aba5cab12440d88dd9ddaa6535c3b9b5d82)

8cec6ee6 06/22/2016 03:45 PM Phil Davis

Fix #6482 OpenVPN Redirect Gateway Option Causes GUI Issue

This fixes the GUI inconsistency reported in the referenced bug. On edit of an OpenVPN server that has tun mode, not shared key, and the gwredir checkbox checked, the local_network fields are shown, but actually they should be hidden (because that is what happens on first data entry when gwredir is checked)....

73578b77 06/22/2016 03:43 PM hailthemelody

added missing div.content wrapper when reloading filters

(cherry picked from commit e8406abe627675db2c2f77a81c1bb883f5158bb6)

0e5ebefd 06/22/2016 03:41 PM NewEraCracker

Fix PHP Warning about invalid argument supplied for foreach

If _POST['members'] or _POST['groups'] is not set / none selected at GUI, it would give a warning on crash reporter (dev versions)

(cherry picked from commit 9f4722022f0e8114741e8cf1a421520fded8be1f)

01a0385e 06/22/2016 03:31 PM Phil Davis

Do not allow deleting your own user name

Currently if you delete your own user name, then the config ends up with a blank user tag in it. Rather than fix that up, it seems dangerous to be able to delete yourself anyway, because if you are the last user with admin privs for which you know the password (i.e. if you have not recorded the password for "admin" somewhere), then you can lock yourself out. That would require console access to fix, which for some people is a pain....

11e09114 06/22/2016 03:22 PM Stilez y

function name hms -> dhms

to match edit to util.inc
(cherry picked from commit c57e936a6596550619f7261e85b633ca5016cbf2)

17e3a05a 06/22/2016 03:17 PM Stilez y

Add "delete entry" for ARP table

Useful function in some circumstances - seems no reason not to have it.

Uses IP rather than hostname since not all ARP entries have hostnames.

Probably should also have "delete all" but not done that.
(cherry picked from commit 6ea0d41e3c094a0977e7f0d022ec74276280b8ff)

74d0b334 06/22/2016 03:14 PM NewEraCracker

Fix NTP PPS. It had 'None' option available on 2.2.x.

(cherry picked from commit ceabd66d57f7199602d3a23cb8a60080bcfa67ea)

8d179341 06/22/2016 03:14 PM NewEraCracker

Fix "Unable to remove NTP GPS from configuration"

https://forum.pfsense.org/index.php?topic=112771.msg627573
(cherry picked from commit 55de528cbb177b4a1f40554ad1a567198bbeebb3)

99affb57 06/22/2016 03:12 PM Stilez y

redundant check - is_numericint() tests for >= 0
(cherry picked from commit f208e9690e2ec4089cf3d3fe5f5f03fed5a36e6f)

8537c4a6 06/22/2016 03:12 PM Stilez y

fix logic and replace hard coded value by global

backups should be a numeric int.
text hint for number of backups can now refer to the global value for this platform (and explains how to get that default, by leaving blank)
(cherry picked from commit 16b17c15f9fc29e9480431b5bc7bebe2bd4b6230)

fdda7af6 06/22/2016 03:12 PM Stilez y

Give settings section a more helpful/standard title to match other GUI settings tabs
(cherry picked from commit ca55edc39342865816feef390616be8b770c889b)

30f56eff 06/22/2016 03:06 PM Stilez y

Self correcting - poor english
(cherry picked from commit b56769c30a23af9f575ee4a5f056558ef8322f95)

34bf7dee 06/22/2016 03:06 PM Stilez y

Accuracy

Large keys are not "slower to use" in many cases, since they are only used to validate or set up a session. An ongoing session usually transfers to a symmetric algorithm once established, and the user won't notice the short extra delay in session startup....

1f80105d 06/22/2016 03:06 PM Stilez y

missed a comment I added and shouldn't have - removed
(cherry picked from commit 7c684f3b95f641134496bc1210cfb2d814468767)

dd4e58aa 06/22/2016 03:06 PM Stilez y

Update OpenVPN Wizard to include missing key sizes

...and add some useful info to guide the user.
(cherry picked from commit 49810252681df9bd553e2221c885ceffaa2c4c7f)

cb0222b0 06/22/2016 03:03 PM Christopher Fazendin

Added option to System > General Setup > webConfigurator to change the title of the Help menu in the navbar to either the system hostname or fqdn.

(cherry picked from commit 1d12996755ee6fb9b9e163d292bdba160a926e64)

de1bacbc 06/22/2016 02:55 PM Chris Rowe

Make QinQ interfaces work again

(cherry picked from commit 1322ee22354f1a6e184819fb7009a2996b63de97)

61d6a840 06/22/2016 02:50 PM Stephen Beaver

Allow IGMP Proxy logging verbosity to be selected via system log settings (PR 2901)

(cherry picked from commit 2bd0585e30e5ec8fc3b79ca3f579bf9a7c1bcbc8)

54147cc6 06/22/2016 02:18 PM Joe Palmer

adding privileges and separating DNS Resolver overrides from general settings

(cherry picked from commit fc76a1e390c8ce9579df31457c74d1d0e572b78d)

384ffced 06/22/2016 12:47 PM Stephen Beaver

Fixed #6504 by making table sortable

(cherry picked from commit 55f67b5abd9b809807e328477779d97120908273)

df38ab93 06/22/2016 11:45 AM Stephen Beaver

jQuery datepicker added to interfaces.php and interfaces_ppps_edit.php for setting custom expirey date

(cherry picked from commit d85d82b7686d5899948e6ec4b1587e74937820cf)

f11862a3 06/22/2016 11:27 AM Stephen Beaver

Fixed #6516 by replacing HTML5 datepicker with jQuery widget

(cherry picked from commit 53c38ff16c1eb8743e69d506f69167c88cf34910)

0aa18e14 06/22/2016 02:37 AM Marcello Silva Coutinho

fix rowhelper select_source empty combo

while using $config['installedpackage']{['...'] as source

a5dee45b 06/21/2016 11:24 PM Jared Dillard

update d3.js

85c7840f 06/21/2016 11:24 PM Jared Dillard

update nvd3 files

421431bc 06/21/2016 09:55 PM Stephen Beaver

Fixed #6514 by requiring string starts with letter ot underscore

(cherry picked from commit f0a053846d6cde2724c47b5553e1395cfd21445c)

2c4af48f 06/21/2016 06:47 PM Stephen Beaver

Fixed #6498 by providing new address type argument to Form_IpAddress(). In this case it is specified as "V6".

(cherry picked from commit 3e4adb7139b4cddbb06a2aba7e0727d1762b35ee)

00a76884 06/21/2016 06:40 PM Stephen Beaver

Incorporated ssl changes

93955a58 06/20/2016 05:52 PM Jim Pingle

Fix typo

25bbf8a1 06/20/2016 03:25 PM Jim Pingle

Fix redundant phrasing.

ad516a50 06/17/2016 02:24 PM Renato Botelho

Remove tab_array from interfaces_groups_edit.php to be consistent with other *_edit files

9640f8b7 06/15/2016 10:53 PM Chris Buechler

Correct value for 9600. Ticket #6416

09cd43a8 06/09/2016 09:07 PM Phil Davis

Fix #6468 Do not allow edit of day and times

in rows of time ranges for a schedule.
The code was always intended that the user uses the calendar pad and start hour/minute stop hour/minute drop-down fields to enter days and time range. If an existing day-time-range is wrong, then the workflow is to delete the row and then enter the correct day-time-range using the calendar pad and start hour/minute stop hour/minute drop-down fields....

b2267ff9 06/09/2016 02:05 PM Jim Pingle

Validate submitted groups when editing a user. Ticket #6475

9630ba1f 06/09/2016 01:26 PM Jim Pingle

Add input validation to system_groupmanager.php to prevent invalid members from being submitted. Ticket #6475

8a6261b3 06/08/2016 11:29 PM Phil Davis

Fix #6463 Dest net alias matching on page load

Do not set destination field to use customarray
Note: dstbeginport_cust does not exist on this page, so I got removed it here also to avoid future confusion.

f4ede227 06/08/2016 11:12 PM Phil Davis

Fix #6460 Interface mismatch apply changes button

c87deb1a 06/08/2016 10:50 PM Renato Botelho

Rework pkg_mgr_install.php:

- Stop using id parameter for additional packages, keep using it only
for firmware upgrades
- Created to control variables $completed and $confirmed to check all
the stages and make it easy to understand what is happening
- Stop using $pkgid and use $pkgname instead...

0067c9a7 06/08/2016 06:52 PM Renato Botelho

Fix variable name s/POST/_POST/ and also parameter name s/complete/completed/

88689d02 06/08/2016 06:36 PM Renato Botelho

Fix indent

a6885d24 06/08/2016 06:27 PM Renato Botelho

Improve readability

12e90cdc 06/08/2016 06:17 PM Renato Botelho

Improve readability

a42bea4a 06/08/2016 06:10 PM Renato Botelho

Simplify mode parameter validation

689c4eb8 06/08/2016 06:07 PM Renato Botelho

Remove redundant check since pkgcancel is never set

3b5af712 06/08/2016 06:03 PM Renato Botelho

Validate mode parameter and use sanitized variable on other places

f77510e4 06/02/2016 11:32 PM Chris Buechler

Fix save and reset buttons on status_lb_pool.php. Ticket #6254

74509a47 06/02/2016 07:00 PM Phil Davis

Fix #6440 RADIUS issued IPs

This is a checkbox - the state in the config is stored as set or not set.
This should fix the reported issue. I don;t have a system right now to test, but the bug seems obvious.

3c8e75d4 06/02/2016 12:44 AM Chris Buechler

Allow - and _ in sysctl values. Ticket #6438

f69501ba 06/01/2016 09:53 PM Chris Buechler

Don't override type so changing it is possible. Ticket #6439

0651aff3 06/01/2016 07:46 PM Chris Buechler

Allow - in TFTP Server field. Ticket #6433

c72c71f9 06/01/2016 06:55 PM Phil Davis

Comment typos

I can't resist fixing them when I see them.