Project

General

Profile

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

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

45b42156 03/20/2018 10:24 PM Luiz Souza

Bump up the XML config version.

1f0bbb13 03/16/2018 01:23 PM Steve Beaver

Revise picture widget to store image on file system, not in XML config

ee28e293 03/16/2018 01:08 PM Steve Beaver

Revise picture widget to store inamge on file system, not in XML config

9c9fa4e2 03/05/2018 07:13 PM Pi Ba

igmp, Add option to disable the igmp service, bump global.inc version

76ca1bc5 02/02/2018 08:41 PM Steve Beaver

Fix config version # arrising from merging older PR

b8f91b7c 01/05/2018 01:44 PM Luiz Souza

Update the Copyright notice for pfSense.

0ccfd70e 12/28/2017 11:24 PM Joeri Capens

Remove old dnssec-keygen style files during upgrade

456ba14f 11/24/2017 01:23 AM Sam Neely

Feature #8123: Add GoDaddy as a Dynamic DNS provider

c3938c16 10/30/2017 06:17 PM Luiz Souza

Update the system sysctls to not harvest data from interrupts, point-to-point interfaces and ethernet devices.

The sysctl names changed in FreeBSD 11.

c2a14eec 10/25/2017 08:07 PM Luiz Souza

Allow the use of mbuf tags to set the VLAN pcp on output packets.

This is necessary for use with the pf 'set prio'.

Ticket #7973

8d90095a 10/24/2017 01:06 PM Steve Beaver

Merge pull request #3811 from trunet/add-cloudns-to-dynamicdns

5b460fef 10/21/2017 04:27 PM Renato Botelho

Fix #7981: Convert PPP ports interface names to new VLAN notation using dots

0793de1a 10/17/2017 07:42 PM Luiz Souza

Fix the QinQ support.

Bring the QinQ support to the VLAN dotted format.

To avoid breaks third party software (such as dhcpd), we silently ignore the interfaces with names bigger than the maximum size in FreeBSD.

Ticket #7942

12bcf7e9 10/16/2017 07:49 PM Luiz Souza

Change the VLAN inteface names to use the 'dotted' format of FreeBSD, which is shorter and helps to keep the interface name smaller than the limit (16).

This fixes the 4 digit VLAN issues when the NIC name is 6 bytes long.

Ticket #294

745d3779 08/28/2017 10:30 AM Wagner Sartori Junior

dyndns: Adding support for ClouDNS (https://www.cloudns.net)

fc319749 08/24/2017 03:52 PM Jim Pingle

Bump config revision, fix comment. Ticket #7809

e0e922da 08/15/2017 06:26 PM Renato Botelho

Refresh cache every 2h when using GUI

e8f8aeb6 08/10/2017 08:26 PM Renato Botelho

Use cache file to show pfSense version information

e506cc8a 08/10/2017 01:09 PM Renato Botelho

Make sure pkg metadata is updated at least once daily. It will be used to speedup GUI parts related to pkg update

2306b30e 08/07/2017 03:04 PM Steve Beaver

Update config version

43b3e9c3 08/04/2017 07:32 PM Steve Beaver

Force the support widget to show when a user upgrades to this version

f49ef559 07/10/2017 02:36 PM Jim Pingle

Fix OpenVPN Auth Digest Algorithm selection so it does not use duplicate/alias names in the list, and fix existing entries on upgrade so they use the actual digest name and not an alias.