Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
c0d3797c 09/07/2022 08:48 PM Christian McDonald

Fixes some PHP81 related config access issues related to interfaces and interface assignments for #13446

a1f82124 09/06/2022 12:25 PM Jim Pingle

Merge pull request #4612 from zeroflow/master

1be1ced9 09/03/2022 07:49 AM Thomas Arthofer

Rename DHCP status from online/offline to active / idle/offline

0d24e58a 09/02/2022 04:48 PM Reid Linnemann

Fix checking openvpn client or server config exists. Issue #13446

027f2536 09/02/2022 02:40 PM Jim Pingle

Captive portal PHP 8.1 fixes Issue #13446

02a3d242 08/31/2022 08:40 PM Jim Pingle

CP stats fclose fix.

Don't attempt to close unless the open succeeded.

6243a35d 08/31/2022 05:36 PM Christopher Cope

Update pfSense-dark.css

9cc78f9c 08/31/2022 05:36 PM Marcos M

Darken disabled input fields in dark theme. Fix #13390

3f8e09a5 08/31/2022 05:34 PM Christopher Cope

Add option to list ACB restores in reverse order. Feature #11266

55f0061a 08/31/2022 05:25 PM Marcos M

Avoid creating empty ciscoavpair rules files. Fix #13243

497ea0a6 08/31/2022 05:22 PM Viktor Gurov

Restart gateway monitor on interface re-assign. Issue #12920

b767ea71 08/30/2022 07:20 PM Jim Pingle

Skip empty gateways on interfaces.php Issue #13446

fe7bd855 08/29/2022 04:13 PM Jim Pingle

Fix PHP error on services_dnsmasq.php. Issue #13446

e19ef9c9 08/29/2022 04:03 PM Jim Pingle

Fix PHP error on services_unbound.php. Issue #13446

a5906662 08/29/2022 02:18 PM Reid Linnemann

Correct typo on include of config.lib. #13446

5f9666a1 08/27/2022 08:39 PM R. Christian McDonald

Remove IPv6 validation for RADIUS auth. Fixes #4154

451134f3 08/26/2022 05:09 PM Thomas Arthofer

Rework formatting

Add icons
remove red text for offline
remove bold/italic for both

4aa6a102 08/26/2022 11:22 AM Thomas Arthofer

Add formatting to online status in status_dhcp[v6]_leases.php for better readability. Implements #10345

Adds color & formatting to host online status
online = bold + green
offline = italic + red

e0012fc3 08/23/2022 11:24 PM Reid Linnemann

Fix missing format specifier in input field help

d0ca7530 08/23/2022 11:24 PM Reid Linnemann

Replace direct config accesses in status_graph.php, status_ntpd.php

466d0e96 08/23/2022 11:24 PM Reid Linnemann

Correct format specifier in input help

910a1f74 08/23/2022 11:24 PM Reid Linnemann

Fix warnings in firewall_virtual_ip.inc

  • unused variable $natdescr removed
  • double quoted gettext string swallows and expands $s, single quote instead
  • type of filter_configure() is void, don't assign to $retval
66ab66c3 08/23/2022 11:24 PM Reid Linnemann

Replace direct config array access in diag_packet_capture.php

746f30e3 08/23/2022 11:24 PM Reid Linnemann

Add config and config lib requires to guionfig.inc

1073f4c6 08/23/2022 11:24 PM Reid Linnemann

Remove direct config array accesses from firewall_virtual_ip.inc

123efede 08/23/2022 11:24 PM Reid Linnemann

Fix some missing '/'es in config paths

345d9f0e 08/23/2022 11:24 PM Reid Linnemann

Replace some direct config array accesses in wizard.php

a949b7ae 08/23/2022 11:24 PM Reid Linnemann

Correct deprecated implode() syntax

2f971e22 08/23/2022 11:24 PM Reid Linnemann

Fix warnings in guiconfig.inc, unexpanded string in get_config_path call

a329c99b 08/23/2022 11:24 PM Reid Linnemann

Replace config array accesses in guiconfig.inc

2d5c75fa 08/23/2022 11:24 PM Reid Linnemann

Change some config array accesses in interfaces.php

49647709 08/23/2022 11:24 PM Reid Linnemann

Replace some config array access in services_dnsmasq.inc

988a687c 08/23/2022 11:24 PM Reid Linnemann

Fix several unsafe multilevel config array accesses in setup wizard

c6188970 08/23/2022 11:24 PM Reid Linnemann

Silence unused/undef'd variable warnings in filter.inc

de3f6463 08/23/2022 11:24 PM Reid Linnemann

Correct required param after optional param syntax errors

47fb5604 08/23/2022 11:24 PM Reid Linnemann

Inhibit startup error printing to stdout in read_global_var

9484a1cb 08/22/2022 03:12 PM Jim Pingle

Consider EC digest prefix when renewing CA/Cert. Fixes #13437

b8890aad 08/21/2022 04:51 PM Jared Hendrickson

fix: corrects validations for various fields in system_advanced_firewall.inc

a3c15890 08/17/2022 07:49 PM Jim Pingle

CRL lifetime fixes to avoid rollover. Fixes #13424

db0cdbc8 08/17/2022 07:38 PM Jim Pingle

Skip URL tables with invalid names. Fixes #13425

4d9dd165 08/17/2022 07:26 PM Jim Pingle

Clean up+encode pkg rule filenames. Fixes #13426

67f0518a 08/15/2022 03:41 PM Jim Pingle

Update UPnP status regex. Fixes #4500

Submitted-By: rtadams89 @ GitHub PR #4610

2fe0e0fa 08/01/2022 05:19 PM Jim Pingle

CA/Cert descr validation fixes. Fixes #13387

Validate description on save when editing and in other situations that
were not yet covered.

While here, ensure that errors when editing a cert leave the user on the
cert edit screen properly, but successful cases return to the cert list....

73b5f1f7 07/15/2022 12:56 PM Christopher Cope

Check for empty config.xml restore. Fixes #13289

70dacbf3 07/11/2022 12:42 PM Jim Pingle

Trim leading space from CSV vouchers. Fixes #13272

2dc23896 07/08/2022 02:21 PM Christopher Cope

Fixed handling of single rule selected with multi-delete Issue #9887

2a9f6b40 06/28/2022 12:44 PM Jim Pingle

Clarify delegated IPv6 prefix source. Fixes #13310

Indicates the tracked interface and prefix ID, which is more important
now that delegation works from multiple upstream sources.

230b2303 06/15/2022 03:16 PM Jim Pingle

Fix OpenVPN override TN handling. Fixes #13274

1b5919c7 06/10/2022 12:56 PM Jim Pingle

Encode filename browser.php. Fixes #13262

9c822e62 06/01/2022 06:11 PM Luke Hamburg

Merge branch 'pfsense:master' into fix-omission-of-pr4551

44132b27 06/01/2022 05:54 PM → luckman212

oops. forgot to actually process the dpinger_dont_add_static_routes flag

e5d97d7c 05/27/2022 01:15 PM Jim Pingle

Update CARP status state sync note. Fixes #12701

16a6bf51 05/25/2022 02:02 PM Viktor Gurov

Always display Global Root CA List. Fixes #13185

937b2a59 05/25/2022 02:01 PM Viktor Gurov

Reload Captive Portal rules on nomacfilter or per-user bandwidth change. Fixes #13216

514441c6 05/24/2022 08:28 PM Jim Pingle

Fix CP pipe function call. Fixes #13204

32661caf 05/23/2022 06:36 PM Viktor Gurov

Captive Portal pipes reserve fix. Fixes #13204

6b73b812 05/23/2022 03:02 PM Marcos M

Do not force setting a gateway with floating match limiter rules. Fix #13027

533b6c5a 05/23/2022 01:55 PM Jim Pingle

Incompatible OpenVPN P2P option note. Issue #13189

bfb06f9a 05/20/2022 05:49 PM Jim Pingle

Revert "Destroy deleted/disabled IPsec SA. Fixes #13102"

This appears to be causing a pileup of swanctl processes on systems with
a significant number of disabled tunnels.

This reverts commit d90552c59e51fb13c712b6a96a51ca2462424156.

142ffe35 05/18/2022 03:48 PM Viktor Gurov

Delete temporary route file on OpenVPN client disconnect. Fixes #13145

a375d2ac 05/17/2022 07:12 PM Jim Pingle

Merge pull request #4586 from luckman212/outbound-nat-remove-colon

af2fcf5f 05/17/2022 04:01 PM Viktor Gurov

Merge pull request #4585 from luckman212/fix-status-dhcpleases-wrong-ifname

1dbcb405 05/17/2022 04:01 PM Viktor Gurov

Merge pull request #4583 from luckman212/add-restore-dashboard-layout

68ff4b87 05/17/2022 04:01 PM Viktor Gurov

Merge pull request #4588 from luckman212/fix-infoblock-placement-firewall_nat_out.php

ed321966 05/17/2022 12:30 PM Viktor Gurov

captiveportal_ether_delete_entry() anchors/pipes delete fix. Issue #13169

b7ddc1b8 05/16/2022 05:12 PM Viktor Gurov

captiveportal_passthru_delete_entry() -> captiveportal_passthrumac_delete_entry(). Fixes #13175

edf6dbfa 05/16/2022 04:31 PM Jim Pingle

User Mgr scope icon corrections. Fixes #13174

6f0d088a 05/16/2022 02:13 PM Viktor Gurov

Port Forward Redirect target IP save fix. Fixes #13171

b6669022 05/14/2022 04:08 AM → luckman212

fix infoblock placement on firewall_nat_out.php - redmine #13164

17c43ebc 05/13/2022 06:21 PM Marcos M

Ensure same type comparison. Additional fix #13059

f653dfe6 05/13/2022 01:40 PM Kristof Provost

ovpn-dnslinkup: do not set interface routes for DNS servers

If the OpenVPN server provides DNS server information (and 'Pull DNS' is
set) we add these DNS servers to our DNS configuration.
That's fine, but we should not add interface routes for these DNS...

6578d950 05/11/2022 05:47 PM Jim Pingle

Fix JS for mobile IPsec disconnect. Fixes #13131

dfd4d0e9 05/11/2022 12:27 PM → luckman212

remove colon to stay consistent with the rest of the GUI

7610a397 05/11/2022 12:09 PM Viktor Gurov

Cleanup PPPoE VIPs on interface down to fix IP address order. Issue #11629

aa11df80 05/10/2022 03:50 PM Jim Pingle

Adapt OpenVPN widget to new output. Fixes #13129

6292f557 05/08/2022 03:42 PM Viktor Gurov

Add default value to $ipv6type argument of restart_interface_services(). Fixes #13134

ef16abd8 05/08/2022 05:20 AM → luckman212

add option to restore dashboard widget layout

22adbe09 05/08/2022 03:43 AM → luckman212

fix for https://redmine.pfsense.org/issues/13127

f2c2a2b4 05/06/2022 05:31 PM Jim Pingle

OpenVPN status improvements. Implements #13129

  • Clean up and improve client/p2p state interpretation
  • Output OpenVPN instance interface names
  • Improve formatting of service status and control icons
795e6194 05/06/2022 02:38 PM Viktor Gurov

Use dnctl(8) to control limiter rules. Feature #12579

1e4911dc 05/06/2022 06:07 AM Viktor Gurov

Remove duplicate SSHDATA tag. Fixes #13132

992335fc 05/05/2022 04:27 PM Viktor Gurov

Allow to assign L2TP VPN server interface. Issue #13099

2049acec 05/04/2022 05:51 PM Viktor Gurov

Merge pull request #4581 from kris-anderson/feature/relax-dhcp-input-validation

9ef7f9d2 05/04/2022 05:50 PM Viktor Gurov

Merge pull request #4580 from luckman212/trim_static_dhcp_mac_on_save

81acc578 05/04/2022 05:50 PM Viktor Gurov

Merge pull request #4579 from luckman212/store-dnsmasq-opts-as-base64

6b574c0d 05/04/2022 05:50 PM Viktor Gurov

Merge pull request #4584 from luckman212/fix_tcp_udp_nat_rdr

2d033c13 05/04/2022 05:42 PM Viktor Gurov

Restart DNS Resolver after OpenVPN config save. Fixes #13117

83cec26e 05/04/2022 05:36 PM Marcos M

Suppress php warning when using unlink. Fixes #13112

29d8ce72 05/04/2022 04:25 PM → luckman212

fix for https://redmine.pfsense.org/issues/13126

ef267412 05/02/2022 08:44 PM Kris Anderson

more spelling fixes

0a30410b 05/02/2022 08:42 PM Kris Anderson

more accurate error message

39414efc 05/02/2022 08:37 PM Kris Anderson

fix a spelling mistake

635e5b9d 05/02/2022 08:23 PM Kris Anderson

max dhcp lease can be equal to the default lease

94151cf2 04/28/2022 05:59 PM → luckman212

store dnsmasq custom_options as base64

8dffcfd3 04/28/2022 05:50 PM → luckman212

trim mac address when submitting

eases copy & paste which sometimes grabs a little extra whitespace
on either end -- previously caused input validation to fail

d90552c5 04/28/2022 01:17 PM Viktor Gurov

Destroy deleted/disabled IPsec SA. Fixes #13102

1aa4beab 04/28/2022 07:56 AM Viktor Gurov

Port Forward input validation fix. Issue #4259

7c2468c5 04/27/2022 09:09 PM Viktor Gurov

Captive Portal ipfw->pf transition. Todo #13100

1c04a6d4 04/26/2022 04:19 PM Viktor Gurov

Reload static routes on L2TP VPN client connect. Fixes #13099

80d6b1ba 04/25/2022 02:19 PM Viktor Gurov

Traffic Shaper Wizard bandwidth scale fix. Issue #13086