Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
d65d58a7 06/22/2016 03:23 PM Stilez y

function name hms -> dhms

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

f2f86310 06/22/2016 03:23 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...

53c20c17 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)

d1626706 06/22/2016 03:15 PM NewEraCracker

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

(cherry picked from commit ceabd66d57f7199602d3a23cb8a60080bcfa67ea)

2a68fcd3 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)

cfa9a5be 06/22/2016 03:13 PM Stilez y

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

caed0783 06/22/2016 03:13 PM Stilez y

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

4e59bedb 06/22/2016 03:13 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)

3fd59575 06/22/2016 03:13 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...

cf2e697d 06/22/2016 03:13 PM Stilez y

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

81b38711 06/22/2016 03:07 PM Stilez y

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

1d423947 06/22/2016 03:07 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....

90faa0a4 06/22/2016 03:07 PM Stilez y

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

2fe2d194 06/22/2016 03:07 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)

27626198 06/22/2016 03:07 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....

ef609a57 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)

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

Make QinQ interfaces work again

(cherry picked from commit 1322ee22354f1a6e184819fb7009a2996b63de97)

ab8c4106 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)

1ac8faed 06/22/2016 02:18 PM Joe Palmer

adding privileges and separating DNS Resolver overrides from general settings

(cherry picked from commit fc76a1e390c8ce9579df31457c74d1d0e572b78d)

fe2b8de7 06/22/2016 02:07 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)

1ffd4c51 06/22/2016 02:07 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)

4a4a4c41 06/22/2016 12:47 PM Stephen Beaver

Fixed #6504 by making table sortable

(cherry picked from commit 55f67b5abd9b809807e328477779d97120908273)

76f6498f 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)

246be5d3 06/22/2016 11:27 AM Stephen Beaver

Fixed #6516 by replacing HTML5 datepicker with jQuery widget

(cherry picked from commit 53c38ff16c1eb8743e69d506f69167c88cf34910)

bc8b18a9 06/22/2016 02:37 AM Chris Buechler

Merge pull request #3015 from marcelloc/patch-4

ac3e3baa 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

fb0ecb7a 06/21/2016 10:23 PM Chris Buechler

Fix style

e08b45e4 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

c513ef24 06/21/2016 09:56 PM Stephen Beaver

Fixed #6514 by requiring string starts with letter ot underscore

(cherry picked from commit f0a053846d6cde2724c47b5553e1395cfd21445c)

b6a49ec3 06/21/2016 09:20 PM Marcello Silva Coutinho

fix rowhelper select_source empty combo

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

7253e407 06/21/2016 08:25 PM Chris Buechler

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

28af9ca0 06/21/2016 06:46 PM Renato Botelho

Create openssl.cnf symlink during boot

(cherry picked from commit 5051739d72d31f8bd250148dfa65213723275310)

3e4adb71 06/21/2016 06:29 PM Stephen Beaver

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

4a304fbf 06/21/2016 03:24 PM Jim Pingle

Set kern.corefile, fixes #6510

8c2b65f8 06/20/2016 05:52 PM Jim Pingle

Fix typo

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

Fix redundant phrasing.

233884c9 06/20/2016 11:53 AM Renato Botelho

Teach rc script to copy custom_logos over default one

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

34bc249f 06/09/2016 02:06 PM Jim Pingle

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

6314397f 06/09/2016 02:06 PM Jim Pingle

Validate submitted groups when editing a user. Ticket #6475

2095e91f 06/09/2016 01:26 PM Jim Pingle

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

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

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

Fix #6460 Interface mismatch apply changes button

9fd4b658 06/08/2016 11:03 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...

78fd804c 06/08/2016 11:03 PM Renato Botelho

Implement pkg_valid_name()

1cdaa0dd 06/08/2016 11:03 PM Renato Botelho

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

3187d056 06/08/2016 11:03 PM Renato Botelho

Fix indent

8b769240 06/08/2016 11:03 PM Renato Botelho

Improve readability

6f5cef53 06/08/2016 11:03 PM Renato Botelho

Improve readability

b926fb22 06/08/2016 11:03 PM Renato Botelho

Simplify mode parameter validation

d38ccd2b 06/08/2016 11:03 PM Renato Botelho

Remove redundant check since pkgcancel is never set

7e1f301e 06/08/2016 11:03 PM Renato Botelho

Validate mode parameter and use sanitized variable on other places

dbc5fd33 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

99c4d90d 06/02/2016 11:32 PM Chris Buechler

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

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

77e9359b 06/02/2016 12:44 AM Chris Buechler

Allow - and _ in sysctl values. Ticket #6438

7562fc99 06/01/2016 09:52 PM Chris Buechler

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

889247b3 06/01/2016 07:47 PM Chris Buechler

Allow - in TFTP Server field. Ticket #6433

a094b5ff 05/31/2016 10:14 PM Chris Buechler

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

7cbb6737 05/28/2016 02:25 AM Chris Buechler

Use 0 here if specified. Ticket #6413

11ef2328 05/25/2016 07:36 PM NOYB NOYB

Fix this missed one.

(cherry picked from commit f42ef69ab518237260a2e129cbdf391549c003ad)

ed6b9103 05/25/2016 12:33 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)

f0f471f7 05/25/2016 12:30 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....

e139a205 05/25/2016 12:01 PM Stephen Beaver

Fixed #6401

(cherry picked from commit fe68a6a2b28c897cb3a8f8fda452c25f649556f1)

f30e15fa 05/25/2016 05:05 AM Chris Buechler

Handle mode correctly with Auto IKE. Ticket #6360

d96b85e3 05/25/2016 03:26 AM NOYB NOYB

Firewall / Rules / Edit - URL (IP) Alias

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

dd4053d5 05/24/2016 11:32 PM Chris Buechler

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

fa01d062 05/24/2016 11:12 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.

32960b14 05/24/2016 11:04 PM NewEraCracker

Relax Suhosin to allow a 512M memory limit

b6899307 05/24/2016 08:47 PM Chris Buechler

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

f489cfdb 05/21/2016 11:33 PM Phil Davis

Fix #6381 ipv6nat_ipaddr

94d882a0 05/20/2016 04:13 PM Jim Pingle

Fix quoting in diag_routes.php, see ticket #6371

2333d2a4 05/20/2016 03:33 PM Jim Pingle

Better fix for escaping in ticket #6371

12563b0c 05/19/2016 09:13 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

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

Welcome 2.3.1-RELEASE

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)

507d2709 05/16/2016 11:37 AM NOYB NOYB

Miscellaneous Textual Corrections - System / User Manager / Settings

(cherry picked from commit 850211423b3486353b2419b02211213196d8c36e)

c6c8cfea 05/16/2016 11:36 AM NewEraCracker

Miscellanous Textual Corrections - Add missing dots, normalize case

(cherry picked from commit cb6c20a997eeb77b3529e157cd512fabb4ff69f0)

0f1304ee 05/16/2016 11:24 AM Chris Buechler

Sanitize notice output here as well. Ticket #6154

31872607 05/16/2016 06:02 AM Chris Buechler

Correct force updates when chosen. Ticket #6359

0876ed6c 05/16/2016 01:34 AM Chris Buechler

Fix script name in error log

223ebd3f 05/16/2016 01:32 AM Chris Buechler

Fix misspellings.

a23600ef 05/13/2016 01:22 PM Chris Buechler

Disable ipcomp regardless of config setting to avoid problem. Ticket #6167

535634e5 05/13/2016 12:03 PM Chris Buechler

Silence mwexec output. Now that the groupdel actually works, it spams the log when group isn't found. Ticket #6352

4680f6bf 05/13/2016 09:01 AM Phil Davis

Make rule_columns_with_alias end params optional

Stops PHP warnings like reported in forum https://forum.pfsense.org/index.php?topic=111768.0

361b388b 05/13/2016 06:30 AM k-paulius

Unbound and dnsmasq can both be enabled so restart both if need be

3ded329e 05/13/2016 05:44 AM Chris Buechler

Fix scope for IPv6 link local gateway IPs. Ticket #6353

857f3490 05/13/2016 05:34 AM Chris Buechler

Handle link local IPv6 gateways and default gateway switching correctly. Ticket #6258

35a19ca0 05/13/2016 03:52 AM NOYB NOYB

Miscellaneous Textual Corrections - System Advanced

507d23cd 05/13/2016 03:50 AM NOYB NOYB

Miscellaneous Textual Corrections - Services NTP PPS

b460c43b 05/13/2016 03:40 AM Chris Buechler

Don't start unbound in track6 config if system is booting. Add dnsmasq here as well. Based on PR 2943. Ticket #6186

cd227001 05/13/2016 03:20 AM Chris Buechler

Use -g with groupdel when passing a GID. Ticket #6352

c032a89a 05/12/2016 09:53 PM Stephen Beaver

Fixed #6349

88cce82b 05/12/2016 05:02 PM Jim Pingle

Use proper IPsec enable test. Fixes #6351

60ebb473 05/12/2016 03:41 PM Stephen Beaver

Add alias display to target host and target port columns

(cherry picked from commit 474e70a2d178de50060c6e5f1114bb5b6963a6b6)

eb29a44a 05/12/2016 10:52 AM Renato Botelho

Add a safebelt to makesure $cpzone is always in lowercase. Ticket #6278

26c7100b 05/12/2016 10:52 AM Renato Botelho

Fix #6278

$cpzone is always in lowercase, it's used as the array key used in
config.xml. Use it in two cases where the $cp['zone'] was being wrongly
used:

- To find out zoneid
- To replace PORTAL_ACTION url