Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
e2bb3424 06/10/2021 08:29 PM Steve Beaver

Revise firewall schedule delete for MVC

99b3a5cb 06/10/2021 04:54 PM Jim Pingle

Change pkg install variable references. Fixes #11290

  • For whatever reason, PHP was failing to copy certain values into
    $pkg_data which was a reference to the pkg configuration, so drop that
    and use the $config variable directly.
  • While here, fix initialization of pkg tab contents...
5d48880b 06/10/2021 02:26 PM Jim Pingle

Fix state table content sorting. Fixes #11852

e6389f63 06/09/2021 07:23 PM Renato Botelho

OpenVPN Wizard: Enable exit_notify by default

Follow up with fix for ticket #11684 and also enable it on server
tunnels created using wizard

a314c6c8 06/09/2021 02:22 PM Renato Botelho

Simplify logic: no functional changes

9fedbb13 06/09/2021 02:15 PM Renato Botelho

Outbound NAT: Fix rule duplication - #11981

- firewall_nat_out.inc: Declare $after as a global variable otherwise
duplicate rule will always end up at the bottom
- Do not set $id and $after with dup parameter value when save button
was pressed or it will replace rule instead of duplicate it

e691303d 06/04/2021 02:58 PM Steve Beaver

Adjust validation for MVC

34b44340 06/04/2021 01:00 PM Steve Beaver

Revise top/bottom outbound rule addition

bfd55119 06/03/2021 07:29 PM Steve Beaver

Simplify getting automated rules

806d5c49 06/03/2021 04:49 PM Viktor Gurov

AutoConfigBackup schedule custom hour value fix. Issue #11946

be659aff 06/03/2021 04:48 PM Viktor Gurov

FRR help links. Fixes #11943

d4b4c180 06/03/2021 04:45 PM Viktor Gurov

Correct RADVD log message on HA event. Fixes #11966

f5ab9736 06/03/2021 04:43 PM Viktor Gurov

Allow to use numeric with decimal point for RADIUS Advanced Parameters. Feature #11211

14ee85bb 06/02/2021 05:40 PM Steve Beaver

Minot MVC improvements

3d259e5e 06/02/2021 02:21 PM Kristof Provost

Use 'tos' rather than 'dscp' keyword for pf DSCP matching

The 'dscp' keyword is pfSense-specific, but doesn't do anything more
than the FreeBSD 'tos' keyword.
Using 'tos' will let us remove a diff from our local FreeBSD branch.

4715251f 06/02/2021 02:21 PM Kristof Provost

schedule: Use the new multi-label support

We've removed the pfsense specific 'schedule' keyword, and now use the new
multi-label support. That is, schedules are now just another label (prefixed
with 's:'). We also use the classic pfctl kill option (-k) rather than...

78b98b41 06/02/2021 02:21 PM Kristof Provost

Tell pf to keep counter values

Pf can attempt to preserve (rule) counter values across rule updates.
We've reverted our home-grown implementation and switched to the upstream
implementation. We must tell pf to actually do this, so 'set keepcounters'.

68be10e6 06/01/2021 04:11 PM Viktor Gurov

Duplicating Outbound NAT rule fix. Issue #11981

ec8adb56 06/01/2021 03:58 PM Viktor Gurov

Create Outbound NAT automatic equivalent rules when switching from Automatic to Manual mode. Fixes #11982

ef4f9a8b 05/27/2021 05:37 PM Steve Beaver

Observe 'after' value when creating a new rule

7dbe76cd 05/27/2021 04:20 PM Jim Pingle

Init pkg plugin array before use. Fixes #11290

cf8a0761 05/27/2021 03:05 PM Jim Pingle

Make VLAN table sortable. Implements #11968

49674e1f 05/27/2021 01:16 PM Steve Beaver

Move globals to include file

2ca19797 05/27/2021 01:13 PM Steve Beaver

Move globals to include file

a5d3732b 05/27/2021 01:00 PM Steve Beaver

Validate input depends on flag

360ed166 05/25/2021 05:14 PM Steve Beaver

Toggle-rule rename var for consistency

b86f6fe9 05/25/2021 05:13 PM Steve Beaver

Toggle-rule returns new ruke status

95b6415a 05/25/2021 01:06 PM Renato Botelho

ipsec: Simplify logic

5f530364 05/25/2021 01:06 PM Renato Botelho

ipsec: Use correct variable name

3d738e68 05/25/2021 01:06 PM Renato Botelho

ipsec: Remove unneeded references on parameters

6ce3ef38 05/25/2021 01:06 PM Renato Botelho

ipsec: Normalize ipsec_lookup_phase1()

- $ph2ent doesn't need to be a pointer
- Return true when $ph1ent is found since $ph1ent is a pointer and is
filled with proper content in this case

6693812a 05/21/2021 05:55 PM Jim Pingle

Add missing vars to applyVIP(). Fixes #11723

6df902ac 05/21/2021 04:39 PM Viktor Gurov

IPsec ipsec_create_vtimap() fix. Issue #11945

2ac5f4ae 05/20/2021 03:04 PM Jim Pingle

Fix PHP error when changing Sys Info Widget. Fixes #11939

Avoid attempting to use $crypto when it's empty/undefined.

8aa8f78e 05/20/2021 12:59 PM Viktor Gurov

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

04857433 05/20/2021 12:54 PM Viktor Gurov

NAT 1:1 destination alias validation. Fixes #11923

d2eee7c8 05/19/2021 06:59 PM Steve Beaver

Refactor firewall_nat_out for MVC

43f77699 05/18/2021 02:17 PM Steve Beaver

Further simplify update check

cbd12cad 05/18/2021 02:13 PM Steve Beaver

Revise update check JSON format

4dd71873 05/18/2021 01:19 PM Jim Pingle

Back out recent changes in mobile IPsec

These changes led to the pool failing to load and thus clients could not
connect. Will revisit for future releases. Affects:

a33c0d88 05/18/2021 12:30 PM Jim Pingle

Revert changes for issue #11091

e56f7a19 05/13/2021 10:16 PM Steve Beaver

Report file system type in metrics

5c1ed67f 05/13/2021 05:55 PM Steve Beaver

Refactor firewall_nat_npt for MVC

79ba83ad 05/13/2021 04:15 PM Steve Beaver

Refactor firewall_nat_1to1_edit for MVC

8fb4972c 05/13/2021 02:07 PM Steve Beaver

Refactor 1 to 1 NAT for MVC

4e820dc1 05/12/2021 10:28 PM Viktor Gurov

One.com, NIC.RU, Yandex DynDNS support. Implements #11293 #11294 #11358

0193bb0b 05/12/2021 09:44 PM Viktor Gurov

Set explicit-exit-notify to 1 for new OpenVPN Server instances. Issue #11684

866cc787 05/12/2021 09:08 PM Steve Beaver

Fix missing ')' in openvpn.inc

e1f2d297 05/12/2021 12:20 PM Steve Beaver

Merge pull request #4515 from znerol-forks/feature/master/radvd-linklocal-vip-2

a72b320e 05/12/2021 12:17 PM Viktor Gurov

Unbound devfs mount check. Fixes #11456

6f102d9c 05/12/2021 12:16 PM Viktor Gurov

NTP status widget fix. Issue #11495

8fdd4d4b 05/12/2021 12:15 PM Steve Beaver

Merge pull request #4509 from JonathonReinhart/floating-rule-no-matching-iface-master

8292d14f 05/12/2021 12:14 PM Viktor Gurov

PPPoE custom reset crontab entry fix. Issue #11698

58307d6f 05/12/2021 12:13 PM Viktor Gurov

Set default OpenVPN inactive timeout to 300. Issue #11699

4f26f187 05/12/2021 12:12 PM Viktor Gurov

Set default_socket_timeout on XMLRPC sync. Fixes #11718

fb64d0be 05/12/2021 12:12 PM Viktor Gurov

saveVIP() fix. Issue #11723

40159e4f 05/12/2021 12:11 PM Viktor Gurov

Checking multiple backups when detecting invalid configuration. Fixes #11748

f4f50954 05/12/2021 12:11 PM Steve Wheeler

Include Chelsio temperature values.

https://redmine.pfsense.org/issues/11787

70d79766 05/12/2021 12:10 PM Viktor Gurov

Do not start an OpenVPN instance if vip aliased to BACKUP CARP. Fixes #11793

304354a5 05/12/2021 12:09 PM Steve Beaver

Merge pull request #4518 from bauerstefan/master

8ec7864a 05/12/2021 12:08 PM Viktor Gurov

NoIP.com DynDNS fix. Issue #11815

126944b7 05/12/2021 12:07 PM Viktor Gurov

openvpn.tls-verify.php fixes. Issue #11830

9ca88c29 05/12/2021 12:06 PM Viktor Gurov

ipsec_vti() skipdisabled fix. Issue #11832

0e4202b7 05/12/2021 12:05 PM Jaakko Kantojärvi

Refactor hide logic for fields on DynDNS edit page. Fixes #11840

The page included hide/show logic for username field only for few
providers, which meant that if a provider with the hide logic was
selected, then the field was lost for all others too. This commit...

4979c993 05/12/2021 12:02 PM Viktor Gurov

Correctly change default IPv6 route MTU if both IPv4/IPv6 gateways are configured on interface. Fixes #11855

f0a0bae5 05/12/2021 12:02 PM Viktor Gurov

OpenVPN TAP ifconfig-ipv6 syntax fix. Issue #11869

2f00a5e3 05/12/2021 12:01 PM Steve Beaver

Merge pull request #4517 from vajonam/fix_address_clone

c600ac6b 05/12/2021 11:58 AM Viktor Gurov

DHCP6: Do not wait for a RA & Advanced Configuration script fix. Issue #11883

21e14611 05/12/2021 11:58 AM Viktor Gurov

IPsec Dashboard widget improvement. Fixes #11893

8054b3a6 05/12/2021 11:55 AM Viktor Gurov

Change firmware update message text. Issue #11897

159ea168 05/12/2021 11:54 AM Viktor Gurov

Do not restart IGMP Proxy on IPv6 gateway events. Fixes #11904

62a2d84b 05/11/2021 02:47 PM Steve Beaver

Add QEMU and KVM detection to system_identify_specific_platform()

c5a7164f 05/10/2021 02:51 PM Steve Beaver

Merge branch 'viktor/pfSense-nat11ipsecfix'

08556074 05/10/2021 02:50 PM Steve Beaver

Merge branch 'viktor/pfSense-defaultipv4llfix'

9c680746 05/10/2021 01:28 PM Steve Beaver

Merge branch 'viktor/pfSense-ng6255fix'

52612009 05/10/2021 01:27 PM Steve Beaver

Merge branch 'viktor/pfSense-11873fix'

ce707b53 05/10/2021 01:27 PM Steve Beaver

Merge branch 'viktor/pfSense-quotecshproxyvariables'

87bc0562 05/10/2021 01:26 PM Steve Beaver

Merge branch 'viktor/pfSense-11850fix'

6ff4dc57 05/10/2021 01:25 PM Steve Beaver

Merge branch 'viktor/pfSense-ipsecvtidisable'

b93e0e7d 05/10/2021 01:24 PM Steve Beaver

Merge branch 'viktor/pfSense-sanitize_pass_radmac_secret'

03e279aa 05/10/2021 01:23 PM Steve Beaver

Merge branch 'viktor/pfSense-noticeshtmlencfix'

1cd05cc7 05/10/2021 01:23 PM Steve Beaver

Merge branch 'viktor/pfSense-tcpflagsinputvalidation'

68098e12 05/10/2021 01:22 PM Steve Beaver

Merge branch 'danilo/pfSense-bug11754fix'

4a353af7 05/10/2021 01:21 PM Steve Beaver

Merge branch 'viktor/pfSense-codelqlimitfix'

0aa70780 05/10/2021 01:20 PM Steve Beaver

Merge branch 'viktor/pfSense-delovpndnsonboot'

d5137a93 05/10/2021 01:15 PM Viktor Gurov

Show Export P12 icon if certificate is not locally renewable. Fixes #11884

4b098525 05/10/2021 01:15 PM Viktor Gurov

Radvd config page reload/logs buttons. Fixes NG #6255

380a4d16 05/10/2021 01:15 PM Viktor Gurov

HTTP Referer Message accurate path. Fixes #11873

5d26423e 05/10/2021 01:15 PM Viktor Gurov

Quote proxy user/pass variables in dot.tcshrc. Fixes #11867

a69f79bd 05/10/2021 01:15 PM Viktor Gurov

NTP Authentication key input validation fix. Issue #11850

051e7db5 05/10/2021 01:14 PM Viktor Gurov

Delete OpenVPN DNS entries on boot. Fixes #11704

662abcf1 05/10/2021 01:14 PM Viktor Gurov

CODELQ scheduler Qlimit input validation. Issue #11725

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

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

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

Firewall Rule TCP flags input validation. Fixes #11762

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

Notices modal window HTML encoding fix. Issue #11765

eea0b39c 05/10/2021 01:14 PM Viktor Gurov

Sanitize pass and radmac_secret. Fixes #11767 and #11769

66c5f295 05/10/2021 01:14 PM Viktor Gurov

Allow to disable IPsec PH1 when related P2s are in VTI mode and enabled. Fixes #11792

0466339c 05/10/2021 01:14 PM Viktor Gurov

IPv4 link-local (169.254.x.x) gateway fix. Issue #11806

a1edb40a 05/10/2021 01:06 PM Viktor Gurov

IPsec multiple identical P1 tunnels input validation improvement. Fixes NG #6010

e1c8ca85 05/10/2021 12:55 PM Viktor Gurov

Kill IPv6 client states on OpenVPN disconnect. Implements #11700