Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
7847e55f 01/22/2019 04:21 PM Arthur Wiebe

add an option to the DHCP server to disable the ping check feature

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

814a7c2f 12/14/2018 07:29 PM Clinton Cory

#9096 - updated login title

0d79ff69 12/11/2018 08:10 PM Jim Pingle

Merge pull request #4019 from GrantSheehan/master

4c6e3de4 12/11/2018 03:12 PM Jim Pingle

Fix nginx resolver handling when a cert needs OCSP stapling. Fixes #9160

5878d529 12/07/2018 06:18 PM Grant Sheehan

Fix DigitalOcean DynDNS client

Fixes the check on the return value since it's been updated to use
HTTP/2 syntax. Also adds logic to allow using `@` to denote updating the
root domain A record as well.

95f3d049 12/07/2018 09:43 AM Kacper Boström

Fixed regression where calling station id was removed from openvpn

e9446f53 12/04/2018 02:03 PM Jim Pingle

Fix NPt validation to allow single addresses. Fixes #9163

b6acaf76 12/03/2018 03:49 PM Renato Botelho

Add Korean to the list of available languages

c9f69485 11/27/2018 07:35 PM Luiz Souza

Do not call interfaces_vlan_configure() every time an interface is edited in GUI.

This is just necessary when a parent interface is changed and we have to propagate the changes to all clones (MTU, FLAGS and others).

Add a logic to detect when a parent interface is changed and only then call interfaces_vlan_configure()....

25d029d1 11/22/2018 02:37 PM Luiz Souza

Make the WF2Q+ the default scheduler for the dummynet limiters.

The WF2Q+ was the default scheduler in previous versions, it is well tested and support dynamic queues.

Add a note for the FIFO scheduler to make clear that it does not support dynamic queues (by design) and as such, it is working as intended....

c6c398c6 11/21/2018 06:30 PM Jim Pingle

Fix #9121: Initialize arrays to prevent PHP 7 errors

8bffe226 11/20/2018 07:27 PM Renato Botelho

Fix #8465: Preserve default gw when switch to BACKUP

interfaces_carp_set_maintenancemode() calls interface_carp_configure()
to each configured CARP and it ends up reconfiguring completely the
interface when it's not necessary.

Add a new parameter $maintenancemode_only to interface_carp_configure()...

1f72df3b 11/20/2018 07:16 PM Renato Botelho

Break long lines

40db4055 11/20/2018 04:25 PM Renato Botelho

Merge pull request #4016 from Augustin-FL/captiveportal-spelling

97b0e99e 11/20/2018 04:23 PM Renato Botelho

Merge pull request #9131 from Augustin-FL/patch-accounting

85a8f9b0 11/18/2018 03:51 PM A FL

Fix few spelling issues
Ticket #9134

f790565a 11/18/2018 03:34 PM A FL

Send MAC address as username if radmac is used for connecting an user
Ticket #9131

b55d94e8 11/14/2018 05:04 PM Jim Pingle

Init various arrays in easyrule before use with references. Fixes #9119

592bec81 11/14/2018 01:54 PM Jim Pingle

Remove obsolete OLSRD code. Implements #9117

ed104a18 11/13/2018 09:59 PM Jim Pingle

Always configure VTI routes when setting up the interface. Fixes #9116

16b78f38 11/12/2018 05:04 PM Jim Pingle

Fix previous regex. Issue #9106

cc955fe6 11/12/2018 04:55 PM Jim Pingle

Replace '.' in radius name for strongSwan. Fixes #9106

e1a6074d 11/09/2018 10:56 AM Renato Botelho

Fix #9102: Suppress stream_select() undesired warnings

5c4aa94a 11/07/2018 08:36 PM Jim Pingle

Add 0.0.0.0/0 to VTI left/rightsubnets. Fixes #8859

No negative feedback from testing, time for a wider push.

This helps with third party devices that require 0.0.0.0/0 to route
traffic on a VTI P2.

7da466e1 11/07/2018 08:30 PM Jim Pingle

Add checkbox to disable SMTP SSL cert verification. Implements #9001

The default action is to validate the certificate. If the user knows the
server does not have a valid certificate (e.g. self-signed), this option
will allow encryption to be used without validating the identity of the...

3fec2470 11/06/2018 06:19 PM Jim Pingle

If the cert date is negative, use DateTime instead of date. Fixes #9100

9aa8f6a8 11/06/2018 05:47 PM Jim Pingle

Prevent CRL from using too large a lifetime on ARM. Fixes #9098

8bd36425 11/05/2018 08:11 PM Jim Pingle

Prevent log size from being too large, which breaks clog. Fixes #9081

5e5df38f 11/05/2018 06:31 PM Jim Pingle

Make MBT prefer video console. Fixes #9094

Avoids foot-shooting by restoring a config with serial enabled.

2f73f2f9 11/05/2018 06:30 PM Jim Pingle

Use EFI console when needed. Fixes #8978

296c16bd 11/01/2018 08:45 PM Renato Botelho

Fix 9086: Remove gettext() from all 'Local Databases' strings

024e5de2 10/31/2018 04:59 PM Jim Pingle

Skip empty IPsec P1 during upgrade to 17.5. Fixes #9083

ef4a242c 10/31/2018 12:19 PM Renato Botelho

Fix #8864: Let users modify sshguard parameters and whitelist

bfd3334b 10/25/2018 07:40 PM Jim Pingle

Initialize package arrays before use. Fixes #9067

4de15854 10/23/2018 06:17 PM Jim Pingle

Fix processing of the 'all' group. Fixes #9051

All the 'all' group to the list of groups at the end, rather than the
start. This way it will be considered no matter how users login. This
also fixes issues some users had with the original changes.

3be69929 10/23/2018 05:13 PM Jim Pingle

Validate and protect powerd option values. Fixes #9061

74a8a219 10/22/2018 07:31 PM Jim Pingle

Use the fw domain for DNS search when no other choices exist. Fixes #9056

2d7ed31e 10/22/2018 05:28 PM Jim Pingle

Strictly define the EAP Identifier for custom local client entries. Fixes #9055

8be7aff9 10/22/2018 03:28 PM Steve Beaver

Merge pull request #3987 from PiBa-NL/20180920-apinger-wait-for-terminate

768eccf9 10/22/2018 03:22 PM Steve Beaver

Merge pull request #4000 from Augustin-FL/patch-cp-3

fe1afbb7 10/19/2018 01:39 PM Jim Pingle

Consider the "all" group when determining privileges. Fixes #9051

cd3cde52 10/16/2018 07:59 PM Jim Pingle

Fix Limiter validation check, which allows old queues to display. Fixes #8956

The AQM defaults to droptail when empty, but empty was being rejected as
invalid even though it was handled in the code.

e738a4c9 10/15/2018 07:21 PM Jim Pingle

Show nvme controllers in SMART list. Fixes #9042

dba7debb 10/15/2018 07:20 PM Jim Pingle

Revert "Show nvme devices in SMART disk list. Fixes #9042"

This reverts commit bdb6021f79f222b2c7d732436800e96cb34ea973.

bdb6021f 10/15/2018 06:46 PM Jim Pingle

Show nvme devices in SMART disk list. Fixes #9042

72b7b9a2 10/10/2018 05:04 PM Jim Pingle

ssh settings upgrade fixes

b1cc8f31 10/10/2018 04:18 PM Jim Pingle

Restore the RADIUS NAS ID option to Captive Portal. Fixes #8998

Keeps the default of using CaptivePortal-<zonename> when not set,
otherwise uses the value supplied by the user as with older versions.

22e32874 10/10/2018 10:26 AM A FL

generate a flag even if trying to perform RADIUS MAC authentication on a non-RADIUS server.

774ff51b 10/10/2018 10:26 AM A FL

Implement login fallback for RADIUS MAC authentication

df99d3bf 10/06/2018 07:10 AM A FL

Include zone name in Nas-Identifier

7a97d81d 10/04/2018 04:22 PM Jim Pingle

Clean up test for CDATA tags and add common_name. Fixes #9006

45ff6b8f 10/03/2018 08:20 PM Jim Pingle

Fix erroneous hostname error for Custom IPv6. Fixes #8977

5a703552 10/02/2018 07:41 PM Jim Pingle

Supersede the DHCP MTU when advanced options are present. Issue #8507

67807c95 10/02/2018 01:57 PM Jim Pingle

Prevent a reference error w/o rules in the config. Fixes #8993

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

4175b79c 09/27/2018 11:52 AM Renato Botelho

Merge pull request #3986 from 9Lukas5/master

a29a4bd0 09/27/2018 11:50 AM Renato Botelho

Merge pull request #3984 from luckman212/gwlb-log-spew

a1aa91de 09/26/2018 03:28 PM Steve Beaver

Added scheduled config backup
Fixed: #8947

b974f79a 09/26/2018 12:38 PM → luckman212

garga changes
move conditional before platform_booting
and join w && instead of indenting

66491555 09/20/2018 09:49 PM PiBa-NL

gateway monitoring, wait for apinger to terminate or remove its pid file when restarting it.

44857365 09/20/2018 07:33 PM Lukas Wiest

enable ip send for FreeDNS DynDNS update

without this, only legacy IP records get updated correctly.

redmi ticket: https://redmine.pfsense.org/issues/8924

b088052a 09/19/2018 07:12 PM Renato Botelho

Add missing regex to validate serial

323f378b 09/19/2018 06:58 PM Renato Botelho

Use all possible kenv variables to detect serial

c38de34b 09/18/2018 09:40 PM Renato Botelho

Fix #8910: Restore older versions behaviour and consider 'wan' interface as primary default gateway

f406f896 09/18/2018 06:52 PM → luckman212

reduce the tons of log spew that currently spit out during boot
and gateway failure events. Try to make the logs readable again,
while still allowing verbose logging if needed via a new hidden
config option:

['system']['gw-debug']

0430b1b4 09/18/2018 04:34 PM Renato Botelho

Fix #8911: Keep configured pkg repository when restoring config

0285d8e5 09/17/2018 02:34 PM Luiz Souza

Fix an obvious mistake.

Reported by: stevew
Ticket: #8906
Pointy-hat to: loos

1ef4cbdb 09/14/2018 07:59 PM Luiz Souza

Always pass the $local variabled to load_loader_conf(), it makes the code easier to read.

fe7523cb 09/14/2018 07:58 PM Luiz Souza

Sync the know variables with factory.

21bacf01 09/14/2018 07:53 PM Luiz Souza

Filter properly the know variables in loader.conf.

The know variables should be used as prefix not as literals.

a155dc5e 09/10/2018 07:00 PM Steve Beaver

Fixed #8880

ccabd09f 09/10/2018 06:58 PM Steve Beaver

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

bd670efe 09/06/2018 04:27 PM Jim Pingle

Fix a PHP error when upgrading gateways

d145caa8 08/31/2018 02:26 PM Steve Beaver

Revise async_crypto setting

d08e8255 08/31/2018 02:08 PM Steve Beaver

Make async_crypto explicit enabled/disabled rather than current isset

74e45438 08/31/2018 01:54 PM Jim Pingle

Move IPsec VTI interface cleanup list. Fixes #8858

Generate the cleanup list before the P1 loop but after the initial
interface configuration.

b5a4633f 08/31/2018 01:22 PM Jim Pingle

Use safe_mkdir() for IPsec dirs. Fixes #8856

Simplifies the process of making IPsec dirs, though it may not correct
the original reported issue since that appears to be a disk problem,
it's still better/safer than what was done here before.

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

Fix #7694: Replace sshlockout_pf by sshguard

880107d2 08/30/2018 12:41 PM Jim Pingle

Missing line to fix #8850

5d4f4900 08/29/2018 06:24 PM Jim Pingle

Allow packages to opt out of a forced start. Fixes #8850

If a package performs its own service start during its sync process,
then add <starts_on_sync/> to its service definition in the package XML
file. Then when rc.start_packages is called, the forced start will not...

45fbd1bd 08/28/2018 07:30 PM Renato Botelho

Fix Minnowboard Turbot model names. SG-2320 -> MBT-2220, SG-2340 -> MBT-4220

57639ced 08/28/2018 12:43 PM Renato Botelho

$wancfg is not a reference to $config. Set $random_mac properly on config and break long lines while here

4cd8424a 08/28/2018 12:41 PM Renato Botelho

Revert ticket #1337

FreeBSD is not happy with simple set VLAN to use a different MAC
address. Revert it for now and prevent users to change VLAN interface
MAC address.

2456ecc9 08/27/2018 03:58 PM Jim Pingle

Fix some integer assumptions with calculate_ipv6_delegation_length()

2c1d7c12 08/23/2018 07:10 PM Renato Botelho

Implement #1335:

Let VLANs to have a different MAC address than its parent.

While here also fixes #8138 and do not ignore <spoofmac> for interfaces
without hwaddr field

6a8b4eff 08/23/2018 12:00 PM Renato Botelho

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

d0e7c107 08/23/2018 11:19 AM Renato Botelho

Merge pull request #3973 from PiBa-NL/20180821-getarraybyref

c3c79c8b 08/22/2018 04:38 PM Renato Botelho

Fix syntax and use unlink_if_exists()

cb8443e4 08/22/2018 03:12 PM Steve Beaver

Merge pull request #3965 from Hobby-Student/master

e8d4004c 08/22/2018 03:08 PM Steve Beaver

Fixed #8823

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

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

Ticket #7425

20588aac 08/21/2018 08:31 PM A FL

Automatically store username of the MAC created pass-through

5b93a1f4 08/21/2018 06:19 PM Jim Pingle

Handle HTTP_REFERER better when changing IP addr. Fixes #8822

Fall back to probing active interface addresses rather than config.xml to allow changed addresses that have not yet been applied.

80dbe344 08/21/2018 01:56 PM Jim Pingle

Add a missed case for auth source detection. Fixes #8817

a436447f 08/20/2018 11:15 PM PiBa-NL

add getarraybyref() utility function for general use (used also to avoid php7 'Cannot create references to/from string offsets' messages)

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.