Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

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

762d3cc9 08/20/2021 05:20 AM Viktor Gurov

Increase default IPv6 router advertisement (RA) intervals and lifetime. Fixes #12280

d566427f 08/19/2021 06:59 PM Jim Pingle

Convert RAM disks to tmpfs. Implements #12145

923399be 08/19/2021 05:14 AM Viktor Gurov

Allow to use nested URL alias in URL alias. Fixes #11863

21088d3f 08/19/2021 05:05 AM Viktor Gurov

Port Forward None and Pass associated filter rule copy. Fixes #12272

653529c3 08/19/2021 05:01 AM Viktor Gurov

Do not allow to select PPPoE Server interfaces on the DHCPv6 Server page. Fixes #12277

cf757a80 08/18/2021 08:11 PM Jim Pingle

Regex cleanup should also kill {}. Fixes #12257

It's not used often (and less in the GUI) and can be a source of
problems with large numbers of repetitions even outside of grouped
expressions.

aed495bd 08/18/2021 04:17 PM Jim Pingle

Merge remote-tracking branch 'origin/fix/12279'

a38556ff 08/18/2021 04:12 PM Jim Pingle

Use SHA512 to hash user password. Implements #10298

Original commit by Viktor Gurov

c9285e9f 08/18/2021 02:44 PM Christian McDonald

Fixes #12279

7be7d84e 08/18/2021 01:58 PM Jim Pingle

Ensure Unbound python script exists. Fixes #12274

Check to make sure a referenced python script exsits before attempting
to use it in the Unbound configuration. If the file does not exist,
Unbound will fail to start.

4174a828 08/17/2021 08:12 PM Steve Beaver

Fixed #12247 by adding curl_close() call

14b8b150 08/17/2021 03:29 PM Viktor Gurov

Add incorrectly generated package rules to status_output. Implements #12269

bca881c4 08/17/2021 01:12 PM Jim Pingle

Correct grep usage where needed. Fixes #12265

8cd3f92f 08/17/2021 01:11 PM Jim Pingle

Regex cleanup change. Fixes #12257

Rather than attempting to cleanup group repetition, just discard the
unwanted pattern.

e3732f92 08/17/2021 12:26 PM Renato Botelho

Replace unlink() by unlink_if_exists()

136c1462 08/17/2021 06:10 AM Viktor Gurov

System Information widget optimization. Issue #12241

3a0f6f36 08/17/2021 06:07 AM Viktor G

Move IPsec Mobile additional configuration attributes to strongswan.conf. Fixes #11447

4f04c78e 08/17/2021 06:05 AM Viktor Gurov

Fix IPsec PH1 with Remote Gateway 0.0.0.0 rules creation. Issue #12262

d57eab57 08/17/2021 06:05 AM Viktor G

VLAN/QinQ-only interface mismatch detection. Fixes #12170

57a737f1 08/16/2021 05:42 PM Jim Pingle

More route display changes. Fixes #12257

  • Move escape_filter_regex() from syslog.inc to util.inc since it will
    be used by things other than syslog.
  • Add some basic regex sanity and consistency check functions
  • Cleanup diag_routes.php route filter before use...
c5bda432 08/14/2021 05:33 AM Viktor G

Do not delete disabled routes. Fixes #10706

2e6b2841 08/14/2021 05:33 AM Viktor Gurov

Prevent deletion of OpenVPN instances with assigned interfaces. Fixes #12224

6514012d 08/14/2021 05:33 AM Viktor Gurov

Reconfigure stacked IP Aliases on parent CARP VIP changes. Fixes #12227

72ea2b69 08/13/2021 05:46 PM Jim Pingle

Change route collection and output. Fixes #12257

All changes are on src/usr/local/www/diag_routes.php

  • Change problematic use of sed for an equivalent and safer use of tail
    (to remove headers) and grep (to filter output).
  • Restrict AJAX request to POST only...
ffa913ec 08/13/2021 01:15 PM Viktor Gurov

Sanitize WireGuard keys from status_output. Fixes #12256

0997d828 08/13/2021 12:49 PM Viktor Gurov

Display Gateway IPv6 on status_interfaces.php regardless of Gateway IPv4 status. Fixes #12253

35de5b66 08/13/2021 12:49 PM Viktor Gurov

Show received IPv6 DNS servers on status_interfaces.php page. Fixes #12252

37c677a1 08/13/2021 12:49 PM Viktor Gurov

Fix is_hostname() regression. Issue #12245

e7cac368 08/13/2021 11:40 AM Viktor Gurov

Properly remove the old VHID on XMLRPC CARP VIP sync. Fixes #12202

58f744b7 08/13/2021 11:30 AM Viktor Gurov

OpenVPN Tunnel network input validation fix. Issue #11999

36abc2ad 08/13/2021 08:35 AM Viktor G

Update convert_friendly_interface_to_friendly_descr() to show IP Alias description. Fixes #11337

d1d8383c 08/13/2021 08:11 AM Viktor Gurov

Use client-connect/client-disconnect script for Remote Access (SSL/TLS) server mode. Fixes #12238

5ed5f14d 08/13/2021 08:11 AM Viktor G

Set $retries=10 in resolve_retry() to improve resolution timeout. Fixes #12196

0f441291 08/13/2021 08:10 AM Viktor G

1:1 NAT rules creation update. Fixes #12168

  • Fix 1:1 NAT rule creation when Any is selected for Internal IP
  • Fix 1:1 NAT rule creation when Any is selected for Internal IP on 6RD/6to4 interface
c7599055 08/13/2021 05:46 AM Viktor Gurov

Parse ARM 32/64 network boot options on Static DHCP Mapping page. Fixes #12216

126f555e 08/13/2021 05:45 AM Viktor G

Do not create disabled IPsec VTI interfaces. Fixes #12212

fdb9dcc9 08/13/2021 05:44 AM Viktor G

Fix disabling IPsec PH1 with PH2 VTI on vpn_ipsec_phase1.php page. Issue #12198

4192ee44 08/13/2021 05:43 AM Viktor G

Show all alias references on delete attempt. Fixes #12177

96270d7c 08/13/2021 05:38 AM Viktor G

Router Advertisements fixes. Issue #12173

  • Set AdvDNSSLLifetime value to 3*MaxRtrAdvInterval per RFC 8106
  • Provide DNS configuration via radvd checkbox fix
d1150a0c 08/13/2021 05:37 AM Viktor G

Write CRL files only if certificate authentication is used in IPsec. Fixes #12195

fa13ece8 08/11/2021 06:24 PM Steve Beaver

Fixed missing $ warning

013cbaaa 08/11/2021 05:32 AM Viktor G

Hide pcscd service from the service list if IPsec PKCS11 support is disabled. Todo #11933

1d7ae980 08/11/2021 05:26 AM Viktor G

NTP Server SHA256 authentification support. Implements #12213

1c334904 08/11/2021 05:26 AM Viktor G

Delete OpenVPN related config files for disabled instance. Fixes #12223

253d6509 08/11/2021 05:25 AM Viktor Gurov

Fix ProxyARP/Other VIP network address expansion on Port Forward rules. Issue #12233

883ea6ab 08/11/2021 05:24 AM Viktor Gurov

Increment local port and clear tunnel networks value when restarting the OpenVPN wizard. Fixes #12172

cf40cd17 08/11/2021 05:18 AM Viktor G

Support for UEFI HTTP Boot option in DHCP config. Implements #11659

647cf03a 08/11/2021 05:16 AM Viktor Gurov

Wireless Channel/Width Issues fix. Issue #12234

27bbf370 08/11/2021 05:09 AM Viktor G

Do not show Gateway duplicates option for IPsec Mobile. Fixes #12197

1fe2aa3e 08/11/2021 05:08 AM Viktor G

Hide console output on system backup restore. Fixes #11909

e6407b22 08/11/2021 05:08 AM Viktor Gurov

Group copy button. Implements #12226

5db7152e 08/11/2021 05:07 AM Viktor Gurov

Do not show help text under each IPsec bypass rules entry. Fixes #12236

f4738ad4 08/11/2021 05:05 AM Viktor G

OpenVPN Wizard ncp_enable value fix. Issue #12172

4e764127 08/10/2021 07:56 PM Renato Botelho

Snort: Enable COREDUMPS option

8d4fcd7a 08/10/2021 06:37 PM Steve Beaver

Clean up some messy HTML in the cert/ca display code. Prep for future MVC changes.

c7839f15 08/10/2021 04:51 PM Viktor Gurov

Wireless EAP client option fix. Issue #12239

d91c2317 08/10/2021 02:01 PM Renato Botelho

Merge pull request #4535 from luftegrof/bug12174

a6296852 08/10/2021 02:00 PM Renato Botelho

Merge pull request #4512 from jvandervyver/master

7f0ad465 08/10/2021 02:00 PM Renato Botelho

Merge pull request #4530 from Alexilmarranen/master

07fbed96 08/10/2021 02:00 PM Renato Botelho

Merge pull request #4534 from Uglymotha/master

16ff593a 08/10/2021 02:00 PM Renato Botelho

Merge pull request #4533 from seyfidin/patch-1

ffcf19c6 08/09/2021 07:12 PM Renato Botelho

Register current pkg_set_version

On pfSense-base post-install script, register current pkg_set_version as
the same of /etc/version

1d5cbd11 08/09/2021 07:12 PM Renato Botelho

Set PFSENSE_PKG_SET_VERSION to PRODUCT_VERSION

This is going to be used by pfSense-upgrade port to set pkg_set_version
based on PRODUCT_VERSION

6bfe7f67 08/09/2021 07:12 PM Renato Botelho

Allow %PRODUCT_VERSION% to be used on make.conf

6c3bfb73 08/09/2021 02:15 PM Jim Pingle

OpenVPN status f/tap+empty tunnel net Fixes #12232

fbf4a07f 08/07/2021 02:41 PM Jim Pingle

Correct syntax. Fixes #12229

0d3747aa 08/06/2021 03:40 PM Jim Pingle

Improve NTP serial port validation. Fixes #12191

868c1a67 08/05/2021 10:05 PM Steve Beaver

Init [''system']['acb']

3f818d8a 08/05/2021 06:03 PM Jim Pingle

OpenVPN GUI field adjustments. Implements #12218

  • Move description to the top of the page
  • For clients and servers, show the ID and corresponding interface name
  • Split some options into different sections and change order slightly
    to be more logical.
a7705968 08/05/2021 03:45 PM Jim Pingle

IPsec Keep Alive corrections. Fixes #12169

  • Checked CARP VIP status if used by P1, if VIP is in BACKUP or INIT
    state, it does not attempt to initiate.
  • Disable debug printing.
6bdf2d74 08/04/2021 09:15 PM Brad Davis

Increase the number of logs we are keeping

65fc53d1 08/04/2021 08:41 PM Brad Davis

Remove a trailing \r that prevents s3 rm from working

0ef74a74 08/04/2021 07:42 PM lufte grof

missing space in function parameters

a70d6132 08/04/2021 07:25 PM lufte grof

Use the cached gateways_status in gateway_info_popup() call

f8993f22 08/04/2021 07:13 PM lufte grof

Inline presentation instead of print/echo in PHP

dafe25ea 08/04/2021 05:29 PM Steve Beaver

Ensure ACB config section exists

1dd1832f 08/04/2021 05:25 PM Steve Beaver

Install ACB cron job on upgrade

b7ab1742 08/04/2021 05:10 PM Brad Davis

Set the output format to avoid \r on line endings preventing log files from being deleted

e4a2bd9b 08/03/2021 05:23 PM Steve Beaver

Fix selector

5ae46c60 08/03/2021 05:12 PM Steve Beaver

Completes #12193. Ready for testing. Revert only this commit to go back to old ACB system.

90574ebd 08/03/2021 03:20 PM Steve Beaver

Delete unsupported backups

0a74e0dd 08/03/2021 03:18 PM Steve Beaver

Prototype cron script to upload ACB backups per #12193

28cb1a27 08/03/2021 03:16 PM Jim Pingle

Fix OpenVPN CA/CRL cleanup. Fixes #12192

bf21f67b 08/03/2021 02:33 PM Jim Pingle

Validate gpsport. Fixes #12191

85ea410d 08/02/2021 11:04 PM lufte grof

Bug #12174 - rename gw_table to gw_info

c79b9cfe 08/02/2021 10:58 PM lufte grof

Bug #12174 - cache results from gateway_info_popup function

021ffa03 08/02/2021 07:53 PM Jim Pingle

IPsec identifier type updates. Implements #12044

Correct names to reflect what the actual types are (e.g. Distinguished
name is really FQDN)

Add an explicit "auto" type which passes the user input through as-is.
Previously some users took advantage of ASN.1 DN behaving this way to...

a3d2c861 08/02/2021 06:32 PM Jim Pingle

Add P2 Keep Alive function. Implements #12169

Works for VTI and Tunnel mode. Checks every 5 minutes if the P2 is connected and
initiates if it doesn't.

Since a failed initiation takes ~3-4 minutes to timeout, running more
frequently is counterproductive.

cbd2aad1 08/02/2021 04:54 PM Jim Pingle

Fix IPsec buttons for Connecting. Fixes #12189

Status page was showing a connect button for tunnels which were already
connecting. It now shows a disconnect button instead.

dd4ea276 08/02/2021 02:42 PM ilmarranen alex

Fix title length

b751eaa9 08/02/2021 12:04 PM Jim Pingle

Fix double encoding. Fixes #12186

The values in these arrays are already encoded, no need to do it again.

a86ab279 07/31/2021 01:19 PM ilmarranen alex

Small fixes for expiredays comparing

4ed695f2 07/31/2021 01:17 PM ilmarranen alex

Add setting for ignore revoked certificates. Fix Bug #12109

948c631e 07/31/2021 12:42 PM Sietse van Zanen

Prevent ::\0 from becoming part of negate_networks

b2e3ba07 07/31/2021 12:30 PM ilmarranen alex

Merge branch 'pfsense:master' into master

87011dce 07/30/2021 07:27 PM Jim Pingle

Cache gw status for rules. Fixes #12174

Don't fetch a new gateway status for every rule. Fetch it once and use
it for the entire page load.

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....
005ac9d7 07/30/2021 02:56 PM ilmarranen alex

Merge branch 'pfsense:master' into master

b5641da1 07/30/2021 11:37 AM Renato Botelho

Only create pkg.pkg.sig if pkg.pkg exists