Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
1ec79365 08/20/2018 07:49 PM Jim Pingle

Certs: Fix CA subject assumptions. Fixes #8801

Several areas made assumptions about the number and order of CA subject
fields that were no longer correct after issue #8381 was corrected.

While here, also remove some outdated references to fields that are no...

545d0b46 08/20/2018 06:13 PM David Cornejo

on arm and arm64 machines, set kern.shutdown.secure_halt = 1

the arm systems leave enough running after halt to forward packets.
this is a bad thing. on arm systems, set this sysctl so that when
a halt command is issued, it is severely stopped and no packet...

d629601a 08/20/2018 05:38 PM Jim Pingle

User login source & proxy fwd addr to user data. Fixes #8813 Fixes #8816

While here, use this info more consistently across log messages and
places where user info is recorded when making changes.

dee5b2b7 08/20/2018 03:22 PM Steve Beaver

Revise T&C text area height

bd79529b 08/20/2018 02:48 PM Renato Botelho

Fix syntax

e2328f89 08/20/2018 10:45 AM Renato Botelho

Merge pull request #3972 from Augustin-FL/patch-passthrough

d300f067 08/17/2018 09:58 PM Luiz Souza

Add interface_is_lagg(), improve interface_is_vlan() and make get_parent_interface() work with laggs.

131b297d 08/17/2018 08:40 PM Stephen Jones

Added PORTAL_MESSAGE to template, fixed some wording and styling

15064e4f 08/17/2018 03:29 PM Stephen Jones

Readded second authentication type to default captiveportal login

a8cf8a30 08/17/2018 06:24 AM A FL

Disconnect and remove previous Pass-Through MAC address when both Disable concurrent logins and passthrough MAC addition are enabled

4bf7b419 08/16/2018 09:23 PM Stephen Jones

Merge branch 'master' of gitlab.netgate.com:pfSense/pfSense

748372bc 08/16/2018 09:23 PM Stephen Jones

Updated captive portal to use a template with customizable image uploads

Co-authored-by: Felix Häberle <>

75cf92ff 08/16/2018 12:50 PM Jim Pingle

Add default ICMPv6 rule for unspecified src per RFC4861. Fixes #8791

38922574 08/15/2018 08:13 PM Jim Pingle

Disable OpenVPN compression for new instances by default. Fixes #8788

Also add warning text that cautions against enabling compression.

While here, also add missing "stub-v2" compression mode.

262b980a 08/15/2018 06:47 PM Steve Beaver

Merge pull request #3970 from Grapsus/master

3a6273a9 08/15/2018 05:26 PM Renato Botelho

Fix #8785: Add CDATA to auth_prompt field

71de53e3 08/15/2018 12:49 PM Steve Beaver

Fixed #8745 by trimming nulls from bridgeif

e1916b45 08/14/2018 06:46 PM Renato Botelho

Merge pull request #3640 from Augustin-FL/master

047290c8 08/14/2018 03:07 PM Alexis Bezverkhyy

Fix custom dyndns issue: username and password was not sent with curl flag AUTH_ANY

e4d4aa92 08/10/2018 04:45 PM A FL

Upgrade config : Move captiveportal authentication to use user manager

86e6a40b 08/10/2018 04:45 PM A FL

Obsolete old captiveportal radius files

e42ea151 08/10/2018 04:45 PM A FL

Update captiveportal RADIUS Accounting

eb43c5b1 08/10/2018 04:44 PM A FL

Make captiveportal use user manager as auth source

fc6ef501 08/10/2018 10:51 AM Renato Botelho

Merge pull request #3946 from martinisoft/martinisoft/dnsimple_v2_api

6b51f773 08/10/2018 10:49 AM Renato Botelho

Merge pull request #3934 from PiBa-NL/20180406-outboundnat-ipv6-mixedaddresses

5f1aaed4 08/09/2018 12:34 PM A FL

Normalize RADIUS accounting

f15fdef3 08/09/2018 12:34 PM A FL

Normalize RADIUS authentication

91244542 08/08/2018 07:57 PM Jim Pingle

Add GUI control for IPsec async crypto. Implements #8772

9145c7e7 08/08/2018 06:18 PM PiBa-NL

include IPv6 in $tonathosts so nat rules can be expanded properly when IPv6 rules are made

7140cb27 08/07/2018 05:09 PM Stephen Jones

PHP7 related, cast bandwitdh to int to make sure it is a numeric value Fixes #8757

10511c3b 08/07/2018 12:47 PM Renato Botelho

Fix #7604: Rework pkg reinstall on config restore

- Remove old code needed to upgrade fom < 2.3 to 2.3
- Simplify logic using a single file /conf/needs_package_sync
- Create /etc/rc.package_reinstall_all, a script used to reinstall all
packages present in config but not on pkg database...

22e3bc56 08/07/2018 12:46 PM Renato Botelho

Do not remove needs_package_sync file when it's not needed

eafd1610 08/07/2018 12:43 PM Renato Botelho

Use packagelock flag for checking

5f1becd8 08/07/2018 12:42 PM Renato Botelho

Do not run rc.start_packages when restoring a config backup

1220cb90 08/07/2018 12:40 PM Renato Botelho

Add missing -f to make pfSense-upgrade to remove all packages when restore factory default

6f2bad18 08/07/2018 12:21 PM Renato Botelho

Start packages after pfSense-upgrade finished

26dc7555 08/07/2018 11:55 AM Renato Botelho

Improve readability on booting message

4221eba1 08/07/2018 11:12 AM Renato Botelho

Remove code used to upgrade from < 2.3 to 2.3

8abca040 08/07/2018 10:52 AM Renato Botelho

Do not rely on internet connection when running 2nd/3rd upgrade stages

df0a71cb 08/06/2018 05:41 PM Jim Pingle

Add IPv6 version of IPv4 private nets to DNS Rebinding list. Fixes #8750

4da0767b 08/03/2018 03:19 PM Renato Botelho

Fix #8595

Implement MTU override option that allow client to force a bigger MTU
value than the one negotiated on LCP that is known to work.

86ad5d27 08/03/2018 02:33 PM Steve Beaver

Merge pull request #3969 from luckman212/2y-prefix-is-ok

65b5efa7 08/03/2018 02:06 PM Jim Pingle

Add config function init_config_arr()

This function initializes a set of nested keys under $config to avoid multiple levels of manual is_array() checks and creations.

Pass it an array of keys to test and create, for example:

init_config_arr(array('virtualip', 'vip'));...

48fa342d 08/03/2018 01:54 PM Steve Beaver

Merge pull request #3967 from PiBa-NL/20180729-alias-with-carp-parent

89ae6f1f 08/03/2018 05:39 AM → luckman212

Removes some legacy code in auth.inc

There was a compat issue between PHP's $2y$ bcrypt hashes and
older versions of FreeBSD. However, this compat issue was fixed
long ago and appeared in FreeBSD 11.0-RELEASE
https://reviews.freebsd.org/D2742

65cfff7e 08/02/2018 04:41 PM Renato Botelho

Fix #8737: Add option to use multilink over single link for PPPoE

16050763 08/02/2018 02:05 PM Steve Beaver

Revise page footer text and centralize footer output for consistency

cee2c930 08/02/2018 12:52 PM Jim Pingle

FEC LAGG is deprecated, remove from GUI and change on upgrade. Fixes #8734

8517667d 08/01/2018 09:30 PM PiBa-NL

outbound-nat, make sure rules generated wont have required missing options that might make the rules fail to load

905bd44e 08/01/2018 09:30 PM Pi Ba

outbound-nat, make sure rules generated with outbound-nat rules are valid also on interfaces with mixed ipv4/ipv6 address environments

c25d116a 08/01/2018 07:54 PM Steve Beaver

Preliminary footer revisions. Pending link targets

9ceace25 07/31/2018 08:30 PM Jim Pingle

Validation for GUI custom settings. Fixes #8726

Add validation for customizable GUI setting fields and test submitted
values before allowing them to be stored.
Also ensure that dashboardcolumns is an integer before using it in the
GUI.

3729b7a2 07/31/2018 05:57 PM Jim Pingle

Create cron array if it doesn't exist on upgrade.

(cherry picked from commit aabd093849d61eacdf7bdcb584c812638b3732a0)

92f2b9a0 07/31/2018 11:08 AM Renato Botelho

Merge pull request #3962 from PiBa-NL/20180708-routing-default-gateway

a47267ee 07/30/2018 08:51 PM Jim Pingle

Fix a potential PHP error from a pf filter reload error.

46180360 07/30/2018 07:35 PM Jim Pingle

Make whitespace more obvious in a user/cn mismatch

283e8d24 07/30/2018 03:07 PM Renato Botelho

Skip repo check for base packages

e87ea36d 07/30/2018 03:07 PM Renato Botelho

Revert "Parameter must be an array or 'all'"

Fix #8715 respecting get_pkg_info parameter when it doesn't start with
pfSense-pkg

This reverts commit 70a7c029fbe61935da7474358e7359bb9dc1bcc3.

3290c9e6 07/29/2018 05:21 PM PiBa-NL

interfaces, ipalias fix initializing ipaliases that have a carp parent after interface down / up

05318264 07/27/2018 11:49 AM Renato Botelho

Make sure additional packages are provided by official pkg repo

a835cdee 07/27/2018 11:01 AM Renato Botelho

Fix style

70a7c029 07/27/2018 10:58 AM Renato Botelho

Parameter must be an array or 'all'

f76f2868 07/26/2018 06:28 PM Renato Botelho

Merge pull request #3908 from pdemonaco/master

c64c8773 07/25/2018 02:01 PM Jim Pingle

Add a mechanism to blacklist interfaces from filtering. Fixes #8685

Only entry at the moment is ipsec for if_ipsec interfaces which have
some issues interacting with pf currently.

3e2e1b2c 07/25/2018 10:20 AM Steve Beaver

PHP7 syntax fix

7c4e29cb 07/24/2018 09:04 PM Jim Pingle

VTI input validation. Fixes #8674

Add input validation to prevent switching away from VTI or deleting a
VTI P1/P2 which belongs to an assigned interface, since this would break
the interface assignment and cause an interface mismatch at the next
boot.

2c3ac0b3 07/23/2018 08:39 PM Jim Pingle

Remove unneeded VTIs in IPsec sync. Issue #8674

Still needs input validation to prevent changes that would remove an
assigned interface.

21daa13e 07/23/2018 03:28 PM Stephen Jones

Fixed to be accurate when converting from us to ms

37be6b26 07/23/2018 02:41 PM Stephen Jones

Change us to ms for gateway alarm.

Fixes #8477 looking to be more consitent changed to use ms for gateway alarm.
Thanks to Luke Hamburg for helping with this and the code idea.
Keeping it as 0.xxxms for under 1 millisecond responses.
Just to stay ms as much as possible.

5e3918ba 07/23/2018 01:03 PM Jim Pingle

Fix PHP error when adding a gateway from interfaces.php. Fixes #8680

742cc9ae 07/20/2018 09:09 PM PiBa-NL

routing, when a new pppoe connection is made the gatewaymonitor should be started before decisions about default route can be properly made. also for 'automatic' provide a fallback to the first enabled gateway thats configured, just in case..

b1e7a0b0 07/20/2018 06:08 PM Jim Pingle

Fix PHP7 error due to lack of int casting for gateway weight when making rules.

b2c97ede 07/20/2018 06:07 PM Jim Pingle

Fix PHP7 array issue in array_merge_recursive_unique()

040a1579 07/19/2018 09:31 PM Stephen Jones

Changed ms to us Fixes #8477

be060079 07/19/2018 07:06 PM Jim Pingle

Teach DynDNS to use custom IP check services. Fixes #8664

857533db 07/18/2018 08:59 PM Stephen Jones

Fixes #8661 PHP7 illegal string offset

7c957a56 07/18/2018 03:25 PM Stephen Jones

PHP7 fixed illegal argument supplied foreach()

e1ad890e 07/17/2018 12:23 PM Jim Pingle

Revert "Add fields for DNS server hostnames for TLS verification. Implements #8602"

Per https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=658 the verification
requires OpenSSL 1.1.x, and FreeBSD 11.2 base OpenSSL is 1.0.x.

This reverts commit ad08a8242ca45907e0486712d218a5f8f34c7332.

ef3d2cad 07/16/2018 10:35 PM Steve Beaver

Fixed #8654
Fixed PHP7 issue causing separators not to work at all

68048497 07/16/2018 10:35 PM Steve Beaver

Integrate ACB into core. Add config migration.

f0b0a03b 07/16/2018 05:41 PM Jim Pingle

Escape LDAP username when searching. Fixes #8626

6c4ccc9f 07/16/2018 01:54 PM Jim Pingle

Fix PHP7 errors in the Dynamic DNS widget. Fixes #8648

1ed21e0a 07/15/2018 12:19 AM Steve Beaver

Fix #8646

d4f29a52 07/14/2018 07:29 PM Steve Beaver

Fix shaper "non-numeric value" errors

8501d847 07/13/2018 03:04 PM Stephen Jones

Fixed #8640 PHP7 initialize variable as array instead of string

07ca0162 07/13/2018 02:54 PM Stephen Jones

PHP7 initialize as array instead of string

f37dd1a9 07/12/2018 02:17 PM Stephen Jones

Removed debug statement

1981dfb5 07/12/2018 12:47 PM Renato Botelho

Make sure /var/etc/openvpn-csc directory is created

b5e93be6 07/11/2018 03:10 PM Stephen Jones

Changed it to just use the variable name

1303150b 07/11/2018 02:30 PM Stephen Jones

Fixed #8633 PHP7 issue use of undefined constant, Should work as it did before.

2a0be57e 07/09/2018 04:13 PM Stephen Jones

Fixed a warning on status > dhcpv6 leases parameter 2 expected to be a string.

aa029c93 07/09/2018 01:47 PM Renato Botelho

Fix 8553: When creating a new user, make sure it's added to desired groups

ad08a824 07/06/2018 06:08 PM Jim Pingle

Add fields for DNS server hostnames for TLS verification. Implements #8602

e31870db 07/05/2018 01:58 PM Steve Beaver

Merge pull request #3951 from whislock/dh-rfc

fbb77ab7 07/05/2018 01:53 PM Steve Beaver

Merge pull request #3958 from PiBa-NL/20180702-gateway-none

71b4b23b 07/05/2018 12:19 PM Renato Botelho

Add missing global $g declaration

7fe4d351 07/05/2018 12:02 PM Renato Botelho

Create pkg_conf_setup() to setup pkg.conf

It will be necessary in near future for thoth setup

49ec9d91 07/05/2018 11:38 AM Renato Botelho

Fix #7024: Fix Radius include extension

af0edce6 07/03/2018 07:43 PM Steve Beaver

Add gettext() and other cosmetic changes

e85efdca 07/03/2018 07:01 PM Stephen Jones

Fixed #8048 now properly removes dhcpv6 for lan if lan is not configured