Project

General

Profile

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

# Date Author Comment
a68f7a3d 01/03/2024 06:26 AM Luiz Souza

Update the years in the Copyright notice.

9bd56e9d 09/28/2023 09:27 PM Christian McDonald

Introduce Kea DHCP

ddb57f79 09/25/2023 04:09 PM Jim Pingle

Update DDNS split host+domain list. Fixes #14783

6ce83e74 09/12/2023 07:00 PM Jim Pingle

Align pfSense and OS locale names. Fixes #13776

7a654802 08/16/2023 10:53 PM Marcos M

Extend support for SCTP in firewall and NAT rules. Implement #14640

f78ae299 08/15/2023 05:10 PM Jim Pingle

Work around weak certificates for nginx. Implements #14672

  • Generalize and move function that creates self-signed certs
  • Detect weak cert when starting GUI and re-generate
  • Check for weak cert in GUI on upgrade and re-generate
  • Check for weak cert in Captive Portal zones on upgrade and...
45b87923 08/14/2023 07:27 PM Jim Pingle

Check OpenVPN instances for deprecated items

  • Check for weak certificate digests. Implements #14677
  • Check for deprecated encryption and digests. Implements #14686
abc9d914 07/31/2023 05:32 PM Marcos M

Refactor translation target for outbound NAT

d9d91d5d 07/20/2023 05:32 PM Nita Vesa

Add dynamic DNS support for Porkbun DNS, closes #14402

Signed-off-by: Nita Vesa <>

3c2cb48c 06/14/2023 10:34 PM Luiz Souza

Use the new notation from 877e6b53c7e76f0bcb02621d290a4e325941fd1c.

No functional changes.

9de48f4b 06/14/2023 09:44 PM Luiz Souza

Add the missing 'pkg_repos_path' global.

Rerported and tested by: KrisM

095b2481 02/28/2023 10:03 PM Steve Wheeler

Add iwlwifi support

0d83ed08 02/27/2023 04:20 PM Jim Pingle

Update memory calulations. Implements #14011

  • Update memory usage calculation for system info widget
  • Add RRD data sources for new memory areas
  • Upgrade code to expand current memory RRD file with new DS entries
  • Make code that composes the commands which fetch memory info more...
402c98a2 02/09/2023 12:17 AM Reid Linnemann

Update copyright years to include 2023

2568e151 12/08/2022 09:03 PM Christian McDonald

Rector direct global g accesses

dce1eece 12/07/2022 03:51 PM Christian McDonald

Use rtrim for trimming whitespace and EOLs from version files

8e26b84f 12/06/2022 10:06 PM Christian McDonald

Cleanup globals.inc. Use single quotes on scalar strings.

def2ce00 12/06/2022 03:17 PM Christian McDonald

Add append hook to globals.inc.

a637e8ec 11/15/2022 06:03 PM Marcos M

Remove duplicate reserved alias names. Fix #13524

ee9bbad1 11/08/2022 10:39 AM Kristof Provost

ipsec: disable any tunnels using 3des, blowfish, cast128 or md5 during upgrades

Redmine: #9247

286e685d 09/28/2022 11:05 PM Marcos M

Update reserved alias names. Fix #13524

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