Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

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

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

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

Fix typo

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

Fix redundant phrasing.

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

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

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

36990b1f 06/06/2016 06:21 PM Jim Pingle

This needs a newline

54e7222e 06/03/2016 05:51 AM Chris Buechler

Set keepalive_timeout 0 where captive portal in use, and update otherwise to nginx's current default of 75. Ticket #6421

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.

fea0805e 06/01/2016 12:09 PM Jim Pingle

Mask a few more sensitive bits of data in the status.php config.

c25c6714 05/31/2016 11:28 PM Chris Buechler

Add a check to see if the file exists before running filesize on it, to avoid PHP error.

20f46e77 05/31/2016 10:13 PM Chris Buechler

Link to correct schedule from firewall_rules.php. Ticket #6428

237e70c2 05/31/2016 11:50 AM Renato Botelho

Improve readability

7eea2e5f 05/31/2016 11:01 AM Renato Botelho

Do not call gettext() for the string used to match the place in file to start rewriting it

8ed54652 05/28/2016 02:24 AM Chris Buechler

Use 0 here if specified. Ticket #6413

da88bf48 05/25/2016 12:30 PM NOYB NOYB

Fix this missed one.

(cherry picked from commit f42ef69ab518237260a2e129cbdf391549c003ad)

1dbdf228 05/25/2016 12:30 PM NOYB NOYB

Firewall / Aliases / Edit - New URL Table Alias Type

Make the code cleaner and easier to follow by using the same alias type designations as config.

(cherry picked from commit ebe833f6a9463b0e4add1d97c360af4a682d1add)

288d095f 05/25/2016 12:29 PM NOYB NOYB

Firewall / Aliases / Edit - New URL Table Alias Type

Need to pass alias type to process_alias_urltable() function when creating a new url table alias because it is not yet set/available from config. So the alias_get_type() function can't be successfully used yet....

c32e3ab8 05/25/2016 12:00 PM Stephen Beaver

Fixed #6401

(cherry picked from commit fe68a6a2b28c897cb3a8f8fda452c25f649556f1)

065a9cd8 05/25/2016 05:06 AM Chris Buechler

Handle mode correctly with Auto IKE. Ticket #6360

b8160104 05/25/2016 03:25 AM NOYB NOYB

Firewall / Rules / Edit - URL (IP) Alias

Make alias type URL (IP) available for selection in firewall rules.

45859aae 05/24/2016 11:32 PM Chris Buechler

Lower default LDAP timeout to 5 seconds. Idea from Sandeep1991 in PR 2971. Ticket #6367

42d2f11a 05/24/2016 11:17 PM Chris Buechler

Set request_terminate_timeout to the same as max_execution_time in case something executed externally doesn't respond, to avoid hanging up all of php-fpm eventually. Ticket #6318 among other similar potential issues.

4584521e 05/24/2016 11:03 PM NewEraCracker

Relax Suhosin to allow a 512M memory limit

16bcd358 05/24/2016 08:47 PM Chris Buechler

Set PHP's memory limit to 512M on 64 bit. Ticket #6364

5ce16fc1 05/24/2016 05:44 PM Stephen Beaver

Changed element type from date to text. Date inputs are not yet handled consistently accross different browsers :(

(cherry picked from commit d78dbc34299652c637c77684b7848191c510f9f0)

71fe4294 05/24/2016 11:10 AM NOYB NOYB

Miscellaneous Textual Correction - System / Advanced / Networking

Use apostrophe instead of quote.

(cherry picked from commit d3706c81f7f77d21635c335d19e6626a4f7b568b)

608c78e1 05/24/2016 10:47 AM NOYB NOYB

URL Table (Ports) File Comments

Fix for Bug #6395 that keeps full line comments of the downloaded file but strips them for the pf rules load.

(cherry picked from commit e7e1e514607e7b017e5407326cfd7ddb439963d0)

cf44fe72 05/24/2016 10:44 AM Phil Davis

Fix #6381 ipv6nat_ipaddr
(cherry picked from commit f489cfdbd4705578ee290b9df5bafe86efddbca8)

b1952073 05/20/2016 04:13 PM Jim Pingle

Fix quoting in diag_routes.php, see ticket #6371

5c4b89a4 05/20/2016 03:34 PM Jim Pingle

Better fix for escaping in ticket #6371

b991582f 05/20/2016 03:04 PM Renato Botelho

Revert "Status / Services - Status Indicator"

This reverts commit 5260817282c47a208be6daf683db0157544b2d08.

c8009eee 05/20/2016 02:41 PM NewEraCracker

Remove calls which rely in uninitizalized vars

After analyzing implementations in RELENG_2_1 and RELENG_2_2, this code seems to be a left over after code rewrite

Also remove a trailing space from comment

(cherry picked from commit 0120cad84ea4dddd0c1501ecb41f2a082ea1e7d9)

7f1349f7 05/20/2016 02:38 PM TechSmurf

Add freeDNS v6 support

FreeDNS IPv6 support confirmed working using same method as v4 with v6 source address. Simple second service with _useIPv6
(cherry picked from commit ac16181a2cfefec293e0562a7bfe8e2f7140e191)

52665e3d 05/20/2016 02:38 PM TechSmurf

Add menu item for freeDNS v6
(cherry picked from commit d102e2d5d3f238fa4f35a1d935366a2e6153804e)

bc83c9e7 05/20/2016 02:30 PM NOYB NOYB

Status / Interfaces - DNS Servers

The DNS servers are not necessarily ISP provided.

(cherry picked from commit 78869d5e82f149ad5bfb1e1d97d958d0bf1d0d54)

52608172 05/20/2016 02:29 PM NOYB NOYB

Status / Services - Status Indicator

Use font awesome icons instead of text.
Universal recognition eliminates need of text translation.

(cherry picked from commit e7161dc3b62b306b57c8d094f93c2ec08c9e0af2)

adc90ad9 05/20/2016 02:27 PM SilvioGiunge

Removed global variables used on the version 2.2

(cherry picked from commit d4af7f9e4a332278a80ba2a9c56df2064dc579d9)

a5e2c664 05/20/2016 02:26 PM marianamorim

Add the function gettext

(cherry picked from commit 8d0b16a11c6a2a61fe51507a9b43b3bcad3aab80)

21951782 05/20/2016 02:24 PM Jose Luis Duran

Fix Captive Portal's MACs icons

Standardize pass/block icons with the rest of the system

(cherry picked from commit 96abde901f0c4e81d4cac0acd2361267e6ef1b0c)

fd45b31a 05/20/2016 02:23 PM Jose Luis Duran

Fix closing `tbody` tag in Captive Portal's MACs

(cherry picked from commit 22b50541377ec212d71e0686a0b6a20149b23a7c)

6b436924 05/20/2016 12:02 PM Stephen Beaver

Fixed #6872 Restored missing proxy port setting

16fd5b50 05/20/2016 12:02 PM NewEraCracker

Reduce maximum length of string to gettext()

This limit is set at 4096 on PHP 5.6: http://lxr.php.net/xref/PHP_5_6/ext/gettext/gettext.c#139

Bug report on forum: https://forum.pfsense.org/index.php?topic=110088.0

(cherry picked from commit 95f46512d9410b38b23d7778cec0bf8610e448cf)

1e5239d1 05/19/2016 09:12 PM Jim Pingle

Fix up diag_smart e-mail handling, and the backend config code was broken/making false assumption about the config file as well. Fixes #6371

df9c9cde 05/19/2016 12:30 PM Renato Botelho

Update pfSense.pot

83c7a421 05/18/2016 01:28 PM Phil Davis

Initialize output var in firewall_shaper_queues

To clear any previous use of the var elsewhere in included files.
Forum: https://forum.pfsense.org/index.php?topic=111852.0
(cherry picked from commit 49701df38e6c5b70526c2d436fcb4cfbb1310ae4)

eb553778 05/16/2016 05:33 PM Renato Botelho

Bump version to 2.3.2-DEVELOPMENT

e6adf89f 05/16/2016 11:41 AM NOYB NOYB

Miscellaneous Textual Corrections - System / Advanced / Firewall & NAT

Section panel header title.

(cherry picked from commit 5414794c12fbcd6455a48f81428e0457a9cf0c95)

d72312ef 05/16/2016 11:40 AM Phil Davis

Make limiters info box work same as By Interface

The info box displayed on Firewall->Shaper, By Interface come down the bottom with and info icon and can be shown/hidden by the user.
The similar info box on Firewall->Shaper, Limiters sits in the main body with no info icon and cannot be shown/hidden, but can be dismissed....

170fbb18 05/16/2016 11:39 AM Phil Davis

Customize limiter info message

The $dn_default_shaper_msg is what is displayed on the Limiters tab. It needs to talk about "limiter" rather than "queue".
This code builds up each message using the same base template sentences, inserting "queue" or "limiter" in the appropriate place....

8c95f1fe 05/16/2016 11:38 AM NOYB NOYB

Miscellaneous Textual Corrections - System / Advanced / Networking

(cherry picked from commit 542d14be063e0a90b9182ee3dac9dc3fdb52d04d)