Project

General

Profile

Download (12.1 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
ddf7b2db 08/23/2022 11:24 PM Reid Linnemann

Silence warnings about missing global key 'booting'

94151cf2 04/28/2022 05:59 PM → luckman212

store dnsmasq custom_options as base64

7c2468c5 04/27/2022 09:09 PM Viktor Gurov

Captive Portal ipfw->pf transition. Todo #13100

c5d0d75d 03/11/2022 01:19 PM Jim Pingle

New methods for killing states. Implements #12092

47eecb16 02/18/2022 08:31 PM Viktor Gurov

LAGG hashing option. Implements #12819

dd3d48af 02/17/2022 04:55 PM Viktor Gurov

Multiple DHCP6 WAN connections. Fixes #6880

af3320b2 02/15/2022 07:17 AM Viktor Gurov

Allow the selection of "any" interface in floating rules. Implements #12392

52f152e1 02/14/2022 06:27 PM Viktor Gurov

Keep command line history WebGUI option. Implements #12675

8f2f85c3 01/02/2022 01:05 AM Luiz Souza

Update the Copyright year of the files owned by Rubicon/Netgate.

dc22e511 12/03/2021 02:20 PM Viktor Gurov

Backup and Restore SSH Host Key(s). Feature #11118

b9885720 09/20/2021 04:17 PM Luiz Souza

Bump up the config version to match a change in plus.

2de8b1f5 09/09/2021 11:08 PM Christian McDonald
  • Removes disk usage from system information widget
  • Adds Pfsense\Services\Filesystem\ library
  • Adds new disk widget
f873a4ef 08/20/2021 02:01 PM Jim Pingle

Update IPsec Filter Mode text. Implements #12289

VTI mode also works for transport mode (e.g. GRE), so note that as well.

1dd1832f 08/04/2021 05:25 PM Steve Beaver

Install ACB cron job on upgrade

0a74e0dd 08/03/2021 03:18 PM Steve Beaver

Prototype cron script to upload ACB backups per #12193

bec6dcfb 07/30/2021 05:32 PM Jim Pingle

IPsec updates to address multiple issues

  • Configure/apply code changes. * Vast performance increase. Fixes #12026 * Changed connection naming to be easier to interpret. Issue #11910
  • VTI interface numbering changes. * Name is now "ipsec<reqid>" since reqid is unique per P2 and a low number....
afcc0e9c 07/20/2021 11:18 AM Viktor G

IPsec PKCS#11 support as an optional feature. Issue #11933

6d98e931 05/10/2021 01:14 PM Viktor Gurov

1:1 NAT IPsec/OpenVPN/L2TP/PPPoE and interface groups input validation fix. Issue #11751

a8ccdf50 04/29/2021 04:14 PM Jim Pingle

Add IPsec GUI control for Child SA Start Action. Implements #11576

53b87a4c 04/08/2021 09:07 PM Renato Botelho

VTI: Fix interface number limit

Code introduced by commit 3b85b43bb4b tried to keep the old way used to
decided VTI interface number using reqid and index but it was wrong and
allowed numbers bigger than limit (32767) to be used.

This commit removes this logic completely and use incremental numbers...

d60c59fe 03/25/2021 01:22 PM Renato Botelho

WireGuard removal: Fix config

Keep `wgpeer` item defined as an array on xmlparse.inc to prevent errors
on config files while they already have WG config items. It can be
safely removed in the next major version.

Created a new config upgrade code to remove wireguard items from config...

281dede0 03/19/2021 07:25 PM Renato Botelho

Remove WireGuard support

Out of an abundance of caution while we investigate the claims about
WireGuard in public, we need to remove it from pfSense Plus and CE in
order to shield customers from potential risk.

cb0a23f2 02/10/2021 06:15 PM Jim Pingle

Add option to set IPsec filtering mode. Implements #11395

User can choose between filtering enc (tunnel+VTI) or filtering on
assigned VTI interface tabs (VTI only, drops all tunnel mode traffic).
See https://redmine.pfsense.org/issues/11395 for details.

1965b431 02/08/2021 06:00 PM Steve Beaver

Typo

b34b2151 02/08/2021 05:53 PM Steve Beaver

Add registered trdemark symbol where appropriate

3856366b 01/20/2021 05:27 PM Renato Botelho

Retire VXLAN support

VXLAN support is not enterprise ready and after internal discussion we
decided we are not able to support it. We are committed to release
features only when they are ready.

0f674c32 01/19/2021 02:35 PM Luiz Souza

Fixes the saving of peers settings in GUI.

The previous commits had a few mistakes which were fixed in here.

Fixes the WG configuration path and creation.

The GUI is now working as expected to add, edit and save the WG tunnel entries.

c6cdaad1 01/19/2021 02:35 PM Steve Beaver

Outlines config.xml => wireguard config files utility

391591ef 01/05/2021 09:11 PM Jim Pingle

IPsec P1/P2 expiration and replacement refresh. Implements #11219

8f585441 01/03/2021 12:28 PM Luiz Souza

Update the Copyright year.

A subsequent commit will deal with .po's.

573ec19d 12/10/2020 03:31 PM Renato Botelho

Add product_label global variable

Introduce product_label global variable, by default with same value of
product_name. The idea is to make it easier for rebranded products to
change the name on all visual texts while internal structures are
preserved.

While here, remove deprecated $g['platform'] and also replace places...

cda2ef35 12/10/2020 03:31 PM Renato Botelho

Remove use of deprecated $g['platform']

298df54d 11/12/2020 01:17 PM Viktor Gurov

Unbound custom TLS port fix. Issue #11051

189edaf3 11/06/2020 08:54 PM Jim Pingle

OpenVPN data cipher negotiation updates. Fixes #10919

  • Rename "NCP Algorithms" to "Data Encryption Algorithms" to reflect the change in OpenVPN (frontend and backend, e.g. "ncp-ciphers" changes to "data_ciphers")
  • Change "Encryption Algorithm" to "Fallback Data Encryption Algorithm" and move it below "Data Encryption Algorithms"...
a62b14a7 11/04/2020 02:34 PM Viktor Gurov

Set correct cat command path. Fixes #11032

e5eba380 10/08/2020 10:41 AM Viktor Gurov

Create key and zone section for static DHCP mappings. Issue #10224

f0c51530 09/25/2020 04:11 PM Jim Pingle

System DNS Server changes. Implements #10931

There are significant changes here, but ultimately should be a smooth
transition. See https://redmine.pfsense.org/issues/10931 for more
details.

1b75667c 09/22/2020 03:23 PM Viktor Gurov

Backup/restore DHCP v4/v6 leases. Implements #10910

3b85b43b 09/12/2020 09:41 AM Viktor Gurov

Remove extra 00 padding of VTI interface names. Issue #9592

5586fce0 08/25/2020 04:54 PM Renato Botelho

Upgrade PHP to 7.4.x

14d2f872 07/17/2020 03:42 PM Luiz Souza

Add a system option to handle the queue API usage in hn NICs.

A single queue is used in order to enable the ALTQ support, but some people may
prefer performance over the ALTQ features.

Ticket: #9647

2360abcc 07/15/2020 01:43 PM Luiz Souza

Fix #9647.

Instead of forcing the defaults in the OS driver (introducing yet another
change), set the default to enable ALTQ support for hnX NICs in loader.conf.

Ticket: #9647

880cc378 06/24/2020 02:27 PM Renato Botelho

Merge pull request #4362 from vktg/pf25rtwnregexp

51e2d459 06/19/2020 09:41 PM Luiz Souza

Bump up config version to 20.6.

Create an upgrade function to run console_configure() and force an update
of the boot loader settings.

This is intended to force the Switch settings update (in factory).

38a65678 06/19/2020 07:49 AM Viktor Gurov

pfSense 2.5 rtwn(4) wireless regexp. Fixes #10677

7e4e04ef 06/10/2020 05:01 PM Jim Pingle

Fix duplicate upgrade function. Fixes #10652

31a6bd5e 06/04/2020 05:34 PM Jim Pingle

Use close_action=trap, not hold. Fixes #10632

491217a6 05/10/2020 02:22 PM sebastian nielsen

Feature #10392: Improved/unified wording, removed link3, fixed empty() vs !== bug, fixed upgrade code. Increased config to 20.3.

88f3d1a3 05/05/2020 01:55 PM Renato Botelho

Fix #10525: Handle Chinese (Hong Kong / Taiwan) locale rename

f764f63a 01/08/2020 09:19 PM Jim Pingle

Update SSL refs to SSL/TLS. Fixes #10172

e48255d5 01/03/2020 07:29 PM Jim Pingle

Remove some outdated references. Issue #10156

0284d79e 01/03/2020 04:37 PM Jim Pingle

This is 2020. Issue #9245

9701089e 12/18/2019 09:27 PM Jim Pingle

Rework IPsec P1 Lifetime GUI options. Fixes #9983

ef30c0a7 12/13/2019 01:38 PM Jim Pingle

Move syslog format var to syslog.inc. Issue #9808

In some cases, PHP is unhappy with calls to gettext() in globals.inc

b16c3a12 12/12/2019 07:25 PM Jim Pingle

Add option for RFC5424 syslog format. Implements #9808

62bac37e 12/06/2019 01:02 PM Jim Pingle

Lower default_cert_expiredays warning threshold to 27 days

Even at 28, ACME still sometimes warns unnecessarily just before renewal.

0f64460f 11/27/2019 04:31 PM Renato Botelho

Merge pull request #4098 from vktg/delzombiealiases

348c2af1 11/25/2019 09:50 PM Jim Pingle

Restructure OpenVPN settings directory layout

  • Changed from /var/etc/openvpn[-csc]/<mode><id>.<file> to
    /var/etc/openvpn/<mode><id>/<x>
  • This keeps all settings for each client and server in a clean
    structure
  • Move to CApath style CA structure for OpenVPN, which implements #9915...
d1f5587d 11/19/2019 04:43 PM Jim Pingle

Rename IPsec "RSA" options to "Certificate". Implements #9903

26c4679b 11/07/2019 04:49 PM Jim Pingle

Lower default cert expire days to 28.

At 30 days, an ACME cert may not have triggered automatic renewal yet,
so it would warn unnecessarily.

7997506f 11/03/2019 05:09 PM vktg

Update globals.inc

783e9a2a 11/03/2019 04:58 PM vktg

Update globals.inc

4bbdd9b0 10/30/2019 06:09 PM Jim Pingle

Add periodic framework to allow for daily/weekly/monthly tasks. Issue #7332

38e7b336 10/29/2019 08:56 PM Jim Pingle

Add settings to control certificate expiration notifications. Issue #7332

Note that the notices themselves do not yet exist. Those are still a
work in progress.

eacc805e 09/30/2019 01:27 PM Jim Pingle

When resetting all logs, also reset non-syslog logs. Fixes #9802

49967ae7 09/12/2019 08:33 PM Jim Pingle

Add dedicated auth log. Implements #9754

87fb98b9 09/12/2019 04:10 PM Jim Pingle

Ensure log cat programs do not emit error messages.

f9d9d054 09/09/2019 06:24 PM Jim Pingle

Log setting/size review. Fixes #9734

  • Move default GUI line limit and log size defaults to $g rather than
    hardcoding.
  • Set default GUI line limit to 500 (up from 50)
  • Set max GUI line limit to 200000 (up from 2000)
  • Set default log size to 512000 (500 KiB, previous clog default was 511488)...
55beed7e 09/06/2019 01:54 PM Jim Pingle

Relocate newsyslog cron install task. Fixes #9730

03cdd6ad 09/03/2019 06:39 PM Jim Pingle

Add log compression type option. Issue #9711

f9e8c833 08/30/2019 06:12 PM Jim Pingle

Change logging to plain text, deprecate clog. Issue #8350

38809d47 07/29/2019 05:50 PM Renato Botelho

Fix copyright message years to reflect BSDP -> ESF -> Netgate

980e3e50 06/25/2019 01:50 PM Jim Pingle

Add athp to wireless regex list. Fixes #9600

57263c0a 05/31/2019 02:14 PM Renato Botelho

Merge pull request #4035 from emmtbot/ddns-linode

1d8a8f66 05/30/2019 06:31 PM A FL

bump config
Implement redmine #5644

1ead3516 05/27/2019 01:50 PM Renato Botelho

Fix #8821: Deprecate Growl Notifications

Growl appears to be abandoned upstream. No updates in ~5 years, and few if
any users on pfSense

586c623a 03/13/2019 06:13 PM Jim Pingle

Deprecate the built-in relayd Load Balancer. Closes #9386

It is not available on FreeBSD 12 with OpenSSL 1.1.x.

Users can migrate to the HAProxy package.

397d9fff 03/12/2019 06:41 PM Jim Pingle

Remove unnecessary expiretable cron jobs for ssh/gui lockout. Issue #9223

f403491d 03/05/2019 02:45 PM Renato Botelho

Move PHP to 7.3.x

b923a825 01/15/2019 09:33 PM Tom Embt

Add Dynamic DNS support for Linode #9268

0b4c14a4 01/02/2019 02:50 PM Steve Beaver

Update copyright notices to 2019. Happy New Year

d188b725 12/18/2018 02:11 PM Jim Pingle

Ensure IPsec P1 entries have a 'protocol' value. Fixes #9207

ec439957 09/28/2018 06:39 PM Jim Pingle

ssh settings alignment. Fixes #8974

Remove redundant settings stored in the wrong place
Store all ssh settings in the same place
Initialize this array before use

b89270b7 08/30/2018 05:51 PM Renato Botelho

Fix #7694: Replace sshlockout_pf by sshguard

62ed56dc 08/21/2018 09:44 PM Luiz Souza

Add the GUI support to set the VLAN Priority for the DHCP requests.

Ticket #7425

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

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

Upgrade config : Move captiveportal authentication to use user manager

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

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

Preliminary footer revisions. Pending link targets

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

Integrate ACB into core. Add config migration.

e311cb79 07/02/2018 07:22 PM PiBa-NL

routing, add option 'automatic' for gateway selection, and allow manual ordering of gateways

9fa8c7de 07/02/2018 04:08 PM Jim Pingle

Make GUI/config values for gateway groups match what the backend code expects. Fixes #8586

caf4d712 05/03/2018 09:10 PM Steve Beaver

Merge pull request #3781 from PiBa-NL/20170712-defaultgateway-group

aa6184b6 04/30/2018 01:36 PM Renato Botelho

Enable support for php72 variant

b395c4f2 04/30/2018 01:36 PM Renato Botelho

Add a global to keep valid meta package suffixes

43a9b03d 04/23/2018 07:39 PM Pi Ba

Gateways, allow for configuring a gatewaygroup as the default gateway.
-Avoid changing routes by just visiting a webgui page.
-Avoid change some unneeded events when nothing changed.

b20cfb55 04/09/2018 01:25 PM Jim Pingle

Replace incomplete list of pf reserved words with a list of pf tokens pulled from the pf source. Fixes #8445

Also, move the list to a central location so it does not need to be duplicated.

f87ddb3b 04/05/2018 01:35 PM Caio Plumbeo

Captive portal: add option to choose whether to use the bandwidth limits retrieved from RADIUS or not

Automatically upgrade config to preserve old RADIUS bandwidth limits behaviour on existing installations.

2d113b12 04/02/2018 04:45 PM Renato Botelho

Fix #8417

- Changed default value for Maximum Table Entries to 400000 in order to
make bogonsv6 to work
- Added code to upgrade config and set default value on systems where
it's not defined
- Changed default config to match new default and version 18.0...