Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
9d60be2a 02/21/2020 05:30 AM Viktor Gurov

Strip IPsec PH2 hash for AEAD ciphers. Issue #9726

8b4e89b9 02/20/2020 03:31 PM Renato Botelho

Merge pull request #4194 from vktg/ipsecmultipools

ea4a05ed 02/20/2020 03:31 PM Renato Botelho

Merge pull request #4195 from netpok/feature/cloudflare-token

8bc138b3 02/20/2020 03:30 PM Renato Botelho

Merge pull request #4193 from csobankesmarki/master

f9734a1a 02/18/2020 05:06 PM Balázs Váradi

Add spaces to concatenation

e59b9382 02/18/2020 02:12 PM Balázs Váradi

Fix formatting and remove empty strings

1c67c475 02/18/2020 12:44 PM Csoban Kesmarki

Broke long lines to improve readability

Followed rbgarga's suggestions.

488fc5f8 02/18/2020 12:07 PM Renato Botelho

Merge pull request #4196 from vktg/wangw

f9c9899b 02/18/2020 08:30 AM Viktor Gurov

Accomodate both RADIUS and pool IP addresses in IPsec. Issue #8160

b504ede5 02/17/2020 07:48 PM Viktor Gurov

Same gateway naming convention for the console and the WebGUI. Issue #10264

e67f13c6 02/17/2020 11:32 AM Balázs Váradi

Implement Cloudflare DDNS with API token

91aa6dfd 02/14/2020 08:50 PM Csoban Kesmarki

Feature #10256

fa062b53 02/13/2020 07:47 PM Renato Botelho

Merge pull request #4187 from zeroxx1986/master

b7440bc6 02/13/2020 07:38 PM Renato Botelho

Merge pull request #4186 from vktg/slaacusev4iface

86d933e3 02/13/2020 07:37 PM Renato Botelho

Merge pull request #4189 from vktg/supressdnserror

107d50af 02/13/2020 07:35 PM Renato Botelho

Merge pull request #4192 from vktg/openvpnacl

ae472dc1 02/13/2020 05:21 AM Shawn Bruce

OpenVPN radius ACL enhancements. Issue #9206

7e7572ba 02/12/2020 03:56 PM Jim Pingle

get_service_with_port(): Validate port contents. Fixes #10255

9210d0aa 02/12/2020 09:08 AM Viktor Gurov

Extra parameter SLAACuseIPv4iface. Issue #9324

8f85087b 02/12/2020 07:18 AM Viktor Gurov

Suppress dns_get_record() errors. Issue #9405

c03557a2 02/10/2020 06:03 PM Jim Pingle

Fix braces. Issue #10246

f9a16422 02/10/2020 04:08 PM Jim Pingle

NAT rule dst port reference corrections. Fixes #10246

When negating, the number of elements in $dstaddr_port is different. Do
not hardcode the index of the assumed last value, but calculate it
instead.

Otherwise the ruleset can have invalid entries like "port port" in...

4cd9bc90 02/10/2020 03:17 PM Renato Botelho

Merge pull request #4177 from vktg/gremtu

7d0bed43 02/10/2020 03:15 PM Renato Botelho

Merge pull request #4184 from vktg/dhcpmaclimit

c519b62f 02/10/2020 03:13 PM Jim Pingle

IPsec VTI IPv6 address correction. Fixes #9801

When setting up IPv6 VTI, assume /64 -- Previous code was assuming /32
which wasn't correct, and it can't be /128 either since the IPv6
addresses are not point-to-point like IPv4.

3c95346d 02/10/2020 02:49 PM Jim Pingle

Ensure ALTQ bw is treated as int when factoring RRD values. Fixes #10248

ac91bbaa 02/10/2020 02:10 PM Jim Pingle

Revert "Fix #10235"

This reverts commit 32218e9e1e69a0e2b91bcd829fcba04ec8586bdc.

8c92a782 02/10/2020 01:30 PM Renato Botelho

Merge pull request #4188 from vktg/ipsecph2nohash

ffcfddc6 02/08/2020 05:26 PM Viktor Gurov

Fix IPsec issue if no PH2 hashes selected. Issue #9309

b08a1fa1 02/08/2020 12:03 PM Viktor Gurov

Set correct default MTU for GRE,GIF and GRE/IPsec. Issue #10222

35bc0edf 02/08/2020 11:40 AM Daniel Koh

DHCP group known clients by interface. Issue #1605

e9015d70 02/08/2020 10:24 AM Tibor Bacsi

fixing bug https://redmine.pfsense.org/issues/10241

538d28dc 02/07/2020 07:12 PM Renato Botelho

Merge pull request #4116 from Augustin-FL/ldap

4cbc82ee 02/07/2020 06:59 PM Renato Botelho

PHP: array and string access with curly braces is deprecated

42e4de7c 02/07/2020 06:58 PM Renato Botelho

Merge pull request #4049 from Hobby-Student/master

f75f20cb 02/07/2020 06:47 PM Renato Botelho

Merge pull request #4171 from apollo13/patch-1

a8287828 02/07/2020 04:17 PM Renato Botelho

Merge pull request #4165 from vktg/resolve46

fa2801a1 02/07/2020 04:14 PM Renato Botelho

Merge pull request #4172 from vktg/compare6vip

23e0b2a7 02/07/2020 03:56 PM Renato Botelho

Merge pull request #4180 from vktg/qinqppp

e541d719 02/07/2020 03:51 PM Renato Botelho

Merge pull request #4181 from vktg/iftopstatus

984d45b9 02/07/2020 03:48 PM Renato Botelho

Merge pull request #4106 from vktg/prfipsec

64e65655 02/05/2020 09:18 PM Renato Botelho

Fix #10235

Add a missing break to case statement. Without it, $compression was
being filled with a bad value and also if push compress was being used,
it added the option breaking connection.

Reported by: Vinicius Dell'Aglio on Telegram pfSense group

15c2e494 02/05/2020 06:51 PM Joshua Sign

Add iftop support to status_graph.php. Issue #3334

47944568 02/05/2020 05:19 PM Steve Beaver

Partial/future work-around for #10216 - When checking to see if the copyright notice has changed (and should be displayed) only check the first HTML <DIV>. This will avoid the notice popping up if the survey text is changed.

82bf21fc 02/03/2020 07:24 PM Jim Pingle

RAM Disk robustness improvements. Fixes NG 3173

  • Prevents RAM disk from being partially enabled and left in a broken
    state if the RAM disks cannot be created
  • Prevents RAM disks from potentially overcommitting free kernel memory,
    which FreeBSD now prevents, but could result in errors....
e7a5a990 02/01/2020 09:02 AM Viktor Gurov

Allow to select QinQ interfaces for PPP interface. Issue #9472

84052eb7 01/25/2020 03:53 PM Viktor Gurov

Compare compressed IPv6 CARP VIP. Issue #6579

d3ac1cea 01/24/2020 05:06 PM Viktor Gurov

IPsec IPv6 dynamic FQDN Remote Gateways, resolve_retry() IPv6 support. Issue #9405

f5ddbec1 01/24/2020 12:19 PM Viktor Gurov

Allow manual selection of IPsec IKE Pseudo-Random Function (PRF). Issue #9309

afd8177f 01/22/2020 04:11 PM Florian Apolloner

Fixed dhcpdv6 config generation for domain-list option. Fixes #10200

e9869c5a 01/21/2020 01:57 PM Jim Pingle

CF DDNS wants int for TTL. Issue #10196

9404b54a 01/21/2020 01:37 PM Jim Pingle

Add TTL for CloudFlare DDNS. Fixes #10196

52b392e6 01/17/2020 03:11 PM Renato Botelho

Merge pull request #4166 from vktg/disablep1vti

30f7da5d 01/17/2020 02:10 PM Renato Botelho

Merge pull request #4156 from vktg/syncempty

903826b5 01/17/2020 02:03 PM Viktor Gurov

allow to disable IPsec P1 when P2 is disabled VTI. Issue #10190

b1ea180a 01/17/2020 12:05 PM Renato Botelho

Merge pull request #4164 from vktg/nottagged

effb7266 01/16/2020 03:52 PM Viktor Gurov

inverse matching of tags. Issue #10186

24da61c6 01/14/2020 06:17 PM Viktor Gurov

add fe80::1:1 as an alias. Issue #9998

c9a96f16 01/14/2020 05:35 PM Viktor Gurov

XMLRPC: fix last shaper/limiter removing. Issue #9468-9469

1bcc6e56 01/14/2020 04:56 PM Jim Pingle

Link to the book, not old OpenBSD docs. Fixes #10184

d83d2280 01/10/2020 08:21 PM Jim Pingle

Mount devfs for unbound when python is enabled. Fixes #9251

(cherry picked from commit 741892ee23a9085b71fa94fcfb8375044fec6ee2)

ff383f32 01/10/2020 06:29 PM Jim Pingle

Use correct md value in crypt_data(). Fixes #10178

ffc44c36 01/10/2020 05:28 PM Jim Pingle

openvpn.tls-verify.php syntax fixes. Issue #7767

3db11061 01/10/2020 05:28 PM Jim Pingle

Fix openvpn.tls-verify.php whitespace. Issue #7767

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

Update SSL refs to SSL/TLS. Fixes #10172

ff90ae73 01/08/2020 03:56 PM Steve Beaver

Update repository info before checking for updates

775b4245 01/08/2020 03:11 PM Renato Botelho

Merge pull request #4151 from vktg/urltablefeature

fac76b60 01/08/2020 12:14 PM Renato Botelho

Merge pull request #4145 from vktg/ovpnocsp

79bcd2d2 01/08/2020 12:09 PM Viktor Gurov

squashed commit

6e658d8d 01/08/2020 07:10 AM Viktor Gurov

switch to resolve_host_addresses() func

312908c4 01/07/2020 05:27 PM Renato Botelho

Merge pull request #4149 from Augustin-FL/nginx

0f880c80 01/07/2020 02:51 PM Renato Botelho

Ticket #9612: Reboot early when needed

When fsck -z doesn't work on first attempt due to old binary, reboot
before configure the system to make it faster

3f9f1892 01/07/2020 02:51 PM Renato Botelho

Ticket #9612: Prevent infinite loop and skip zfs

  • Detect when system does not contain any UFS partitions and skip it to
    run fsck -z
  • On a system with a broken filesystem it could end up on an infinite
    loop since fsck -z call would always return != 0. Save a counter on...
1a72011e 01/07/2020 12:46 PM Renato Botelho

Fix #9612: Reboot twice if needed and run fsck -z

After changing pfSense-rc to create /.fix_for_SA-19-10.ufs file to flag
system to run fsck -z during pre-install stage it started failing
because fsck binary, at that point while only kernel was upgraded, still...

c3f83348 01/06/2020 11:25 PM Renato Botelho

rc.php_ini_setup: Replace backticks by $()

477d5b5f 01/04/2020 10:47 AM Viktor Gurov

urltable can return >1 IPs

4ddcc5ca 01/03/2020 11:44 PM A FL

Wait 0.2 seconds after stopping Nginx.
Redmine #10159

8a6d9d7f 01/03/2020 08:27 PM Steve Beaver

Remove vestiges of legacy ACB system

26700efc 01/03/2020 07:33 PM Jim Pingle

Remove some outdated references. Issue #10156

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

Remove some outdated references. Issue #10156

d86a9bf9 01/03/2020 07:14 PM Jim Pingle

Fix typo

4eb12fbf 01/03/2020 05:03 PM Jim Pingle

Fix sshguard config/command. Fixes #9971

Also requires sshguard patch

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

This is 2020. Issue #9245

1cdd7dd2 01/03/2020 01:59 PM Jim Pingle

Revert "strip hash algo if ealgo == *gcm"

This reverts commit 1f8e92a30c1db4f96625b4591a65902492084eb3.

03f7009d 12/31/2019 05:54 PM Jim Pingle

Fix syntax error

d30d2108 12/31/2019 02:21 PM Jim Pingle

Move igmpproxy logs to routing.log. Fixes #10139

1cd960a8 12/31/2019 02:11 PM Renato Botelho

Merge pull request #4132 from vktg/hidenoprvcerts

a5b927e5 12/31/2019 02:10 PM Renato Botelho

Merge pull request #4142 from vktg/routedelete

5a24d994 12/31/2019 06:46 AM Viktor Gurov

fixes

4e8cb2fc 12/31/2019 05:25 AM Viktor Gurov

parenthesis fix

99a641df 12/30/2019 11:02 PM Luiz Souza

Ignore the flash devices during the scan for config files at boot.

db1f9fe5 12/30/2019 09:04 PM Renato Botelho

Merge pull request #4143 from vktg/ipsecgcmnoah

f6d8ae5a 12/30/2019 09:03 PM Renato Botelho

Merge pull request #4129 from luckman212/dns-v6-options-patch-2

3ae60408 12/28/2019 01:56 PM Viktor Gurov

cosmetic

1f8e92a3 12/28/2019 01:41 PM Viktor Gurov

strip hash algo if ealgo == *gcm

988e6c59 12/28/2019 11:02 AM Viktor Gurov

fix route delete code

853c97a7 12/28/2019 10:32 AM Viktor Gurov

fix route delete code

64031495 12/20/2019 04:04 PM Jim Pingle

Update copyright notice years. Issue #9245

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

Rework IPsec P1 Lifetime GUI options. Fixes #9983

d250c48b 12/18/2019 07:32 AM Viktor Gurov

fix