Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
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

bfa8df8a 06/29/2016 05:57 AM k-paulius

Flush link-local IPs so we do not get stale data and do not waste time deleting IP if it is already set to fe80::1:1

da1f0b2d 06/29/2016 03:33 AM Stilez y

Rename item #12 in console menu

The console menu item #12 ("pfSense/$product developer shell") has a pointless title that doesn't help users much. It also actively obscures from router admins the useful tools it contains which is a negative side-effect....

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...

e8019bcd 06/29/2016 02:12 AM Daniel Hoffend

Shorten gwifip if whole socket path exceeds 100 chars

dpinger stopps with an error when the socketname exceeds over
(around) 100 characters. The dpinger will not start and not deliver
monitoring results to the WebUI.

These long socket names can get created when using link-local addresses...

74ed3a16 06/29/2016 02:12 AM Daniel Hoffend

Use a different delimiter for dpinger socket names

Currently underscores are used to seperate gwifip, monitorip, etc, but
underscors are also used in vlan subinterfaces like em0_vlan10 and
therefore can't be used because the interface scope is appended to IPv6...

fcd9f64c 06/28/2016 08:45 PM Chris Buechler

Set pipe_slot_limit to the maximum configured qlimit value. Move the set_sysctl out if the block where it only gets run if dummynet isn't already loaded. Ticket #6553

3481524a 06/28/2016 08:05 PM Chris Buechler

Clean up limiter text. Remove old commented out bit.

3ba22abd 06/28/2016 12:51 PM Phil Davis

Fix matching of chars in IPv6 address segments

The existing regex here is wrong, it matches 0 or more of the hex digits but then there can be other rubbish in the string, in fact anything at all! It matches "az", "z", "qwerty" and so on. So the "return false" inside this "if" never happens....

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....

9d265a8d 06/27/2016 03:00 PM Jim Pingle

Run generate-privdefs.php to update priv.defs.inc

57d6340b 06/25/2016 06:34 AM Chris Buechler

bring back subnetv4_expand function used by pfblockerng

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

002fd782 06/25/2016 12:07 AM Denny Page

Add include of functions.inc for declaration of gettext

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.

8e8108e6 06/24/2016 06:35 AM Chris Buechler

Include interface scope on IPv6 static routes to link local gateway IPs. Ticket #6506

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

4be27df6 06/22/2016 08:37 PM Jared Dillard

add traffic totals package

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)

f3d9f32b 06/22/2016 03:55 PM NOYB NOYB

Remove duplicate listtags() entry 'member'.

(cherry picked from commit 40d7e4bee91246db09cc88141869abcd37390bc7)

7f493140 06/22/2016 03:48 PM Stilez y

Remove subnet_expand()

Function isn't used in main or packages repo, and in any case would need a complete rewrite to handle IPv6.
(cherry picked from commit 6215902c4043726e633fcfac1c37c710ac398653)

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)

631c29af 06/22/2016 03:39 PM NewEraCracker

Fix bad escapeshellarg logic on mpd execution

With this change single-quotes are applied in correct places

(cherry picked from commit 08cd022545be58a46b860500ff81bbe7438b6304)

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....

005097dd 06/22/2016 03:23 PM Stilez y

missing "("
(cherry picked from commit 70381d4803b9424c1a3f3ef518d8243062452d77)

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

optional arg for old behaviour
(cherry picked from commit cf63f1638aab685cc956502f5ddd862a10bf3ff8)

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

function name hms -> dhms

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

8c91c89f 06/22/2016 03:22 PM Stilez y

Simplify convert_seconds_to_hms() and show days for large numbers of hours

1) Function can be simplified and all "if" statements removed, using intdiv (or casting result as int for PHP < 7) and % for calcs and sprintf for padding.
2) Input validity check before trying to convert format...

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)

3d256eb1 06/22/2016 03:12 PM Stilez y

Use global backup count instead of hardcoded value and remove redundant function
(cherry picked from commit 01b5410ae8391998ba560d40f447c7f556472c5b)

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)

6ba90672 06/22/2016 03:12 PM Stilez y

set default_config_backup_count based on platform

At the same time the platform is being detected for PHP/GUI purposes, set the default number of backups. Also handle the case where (for any reason) detection fails, which it shouldn't, so the variables are still created...

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)

bd1a4433 06/22/2016 03:05 PM Stilez y

Add missing recommended key lengths to OpenVPN options

Add key lengths to the OpenVPN options, for asymmetric keys of size 3072 (for current use), 7680, 15360 (for long term resistance), 8192 and 16384 (common binary exponents).

These are both supported by OpenVPN anyhow, and for certain uses are currently recommended (eg long term resistance to replay/decryption). See keylength.com for citations....

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)

088ffabc 06/22/2016 02:06 PM Jose Luis Duran

Force 4096 RSA keys

Add option `-b 4096` to force the keys to 4096-bit.

This parameter is ignored for Ed25519 keys.

(cherry picked from commit 971257cbdf687c79943237b6c2f5e37c596318af)

a9274a80 06/22/2016 02:06 PM Jose Luis Duran

Harden sshd_config

The changes are better explained in the following article:

https://stribika.github.io/2015/01/04/secure-secure-shell.html
(cherry picked from commit dca77360ffe868327d82c20834eceb1079d5823b)

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

e388275c 06/22/2016 01:25 AM Chris Buechler

add htop to poudriere_bulk

6fd9645e 06/22/2016 12:40 AM Chris Buechler

Only call interfaces_vips_configure once if it's needed, rather than doing the same thing over and over for every VIP on an interface. Ticket #6515

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

update d3.js

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

update nvd3 files

55a72d31 06/21/2016 10:23 PM Chris Buechler

Fix style

e4f7da85 06/21/2016 10:11 PM Chris Buechler

require_once auth.inc in vpn.inc since it uses functions from there, though normal use of the system won't require that, those who run certain things manually/custom may require it

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

Fixed #6514 by requiring string starts with letter ot underscore

(cherry picked from commit f0a053846d6cde2724c47b5553e1395cfd21445c)

201b24e7 06/21/2016 08:25 PM Chris Buechler

Only omit aggressive line from ipsec.conf where IKEv2. Ticket #6513

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

2e6a2bf5 06/21/2016 03:23 PM Jim Pingle

Set kern.corefile, fixes #6510

efd95df7 06/21/2016 10:20 AM Renato Botelho

Use synlink path for core repo and fix resume build

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

Fix typo

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

Fix redundant phrasing.

39cc232b 06/20/2016 11:52 AM Renato Botelho

Add the hability of building images with custom logos on build scripts

a7457d5b 06/20/2016 11:52 AM Renato Botelho

Add NYI custom_logos

f7765452 06/20/2016 11:51 AM Renato Botelho

Teach rc script to copy custom_logos over default one

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

5b7cc4e2 06/10/2016 05:35 PM Renato Botelho

Use correct format for REVISION on image filenames

d5166c7c 06/10/2016 05:35 PM Renato Botelho

Add PRODUCT_REVISION to image filenames

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....

1929acf1 06/09/2016 02:05 PM Jim Pingle

Use escapeshellarg on shell calls in auth.inc. Ticket #6475

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.

bee62d27 06/08/2016 11:15 PM Phil Davis

Add resetwebgui to developer shell

This might be helpful to people if they have set the theme to something
that they are having trouble displaying, reading... or enabled some
widget that is not good or...
It allows them to get back to a known-working dashboard state, from...

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...

1a6fc86d 06/08/2016 10:08 PM Renato Botelho

Implement pkg_valid_name()

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