Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
a1ccf0db 05/24/2022 02:24 PM Christian McDonald

Improvements to ramdisk functions for improved handling on ZFS

ff72903f 05/24/2022 01:14 PM Christian McDonald

PKG_DBDIR/CACHEDIR should be accessed at /var/db/pkg and /var/cache/pkg in all cases

91d8c6c9 05/23/2022 09:30 PM Christian McDonald

Revert "Fixes RAM disk handling on ZFS (support boot environments)"

This reverts commit e6b47d6812b1a46738c75a8991cd1393b200d7ef

e6b47d68 05/23/2022 09:02 PM Christian McDonald

Fixes RAM disk handling on ZFS (support boot environments)

db6e63dd 05/23/2022 08:25 PM Christian McDonald

Revert "Fix RAM disk support for ZFS layout changes related to BEs. Fixes #13182"

This reverts commit b9097e4cfe3fcbdec86a00a5a470d93d05ea8102

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

Captive Portal pipes reserve fix. Fixes #13204

889bec18 05/23/2022 06:24 PM Marcos M

Generate floating rules with "any" interface. Fix #13203

b9097e4c 05/23/2022 05:07 PM Christian McDonald

Fix RAM disk support for ZFS layout changes related to BEs. Fixes #13182

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

3d1a553e 05/23/2022 09:41 AM Viktor Gurov

Captive Portal hostname pipes delete fix. Issue #13193

65530037 05/23/2022 04:28 AM Reid Linnemann

captiveportal: Only apply per-user default bw to pipes for user auth. Fixes #13192

captiveportal_pipe_configure() was unaware of the context of the pipes it was
creating (user auth vs. allowed mac/ip/host), and always applied the default
pipe bandwidths in the absence of form specified values. This change allows the...

43bd2b88 05/23/2022 03:41 AM Reid Linnemann

captiveportal: Correct errors in passthru mac deletion. Fixes #13192

Correct identifier mismatches in captiveportal_passthrumac_delete_entry()
($hostent vs $mac)

Correct and rename captiveportal_get_dn_passthru_ruleno() to
captiveportal_get_dn_passthru_pipes. This function was called to retrieve a...

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.

382f76bc 05/20/2022 12:49 AM Christian McDonald

Remove orphaned ram disk backup script

0a008d14 05/18/2022 07:20 PM Jim Pingle

Fix pf rule for 'any' proto. Fixes #4259

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

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

bdffb77d 05/18/2022 03:42 PM Jim Pingle

Close earlier to avoid overlap. Fixes 12870

Gather the information we need from curl and close the handle earlier
rather than passing around the handle unnecessarily. This avoids
creating multiple overlapping curl requests that don't share a handle.

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

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

a913a049 05/17/2022 05:13 PM Jim Pingle

Fix rule label order and optimize. Fixes #13155

  • Changes rule label order so the user label is first when present
  • Clean up related redundant/suboptimal code along the way
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

726c2c89 05/17/2022 09:32 AM Viktor Gurov

DSCP usage optimization. Fixes #13178

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

eca0a3ac 05/13/2022 06:06 PM Viktor Gurov

mkdir before restoring extra data. Fixes #13157

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...

620a9745 05/13/2022 01:31 PM Viktor Gurov

check_dnsavailable() improvement. Fixes #13162

b7ca68bc 05/13/2022 12:59 PM Jim Pingle

Print correct pkg name. Fixes #13163

fa2e511d 05/11/2022 11:59 PM linnemannr

pfSense: Fix missing global decl in captiveportal_get_last_activity. Fixes #13147

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

Fix JS for mobile IPsec disconnect. Fixes #13131

0db2b0ff 05/11/2022 03:25 PM Viktor Gurov

Captive Portal per user bandwidths fix. Issue #13150

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

6cdd2fda 05/10/2022 06:08 PM Viktor Gurov

pfanchordrill Captive Portal anchors support. Fixes #13142

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

Adapt OpenVPN widget to new output. Fixes #13129

3e49e032 05/10/2022 02:47 PM Viktor Gurov

Captive Portal host remove fix. Issue #13146

cf38c37a 05/10/2022 07:17 AM Viktor Gurov

ssh-keygen check improvements. Fixes #13139

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

6c98abd3 05/07/2022 02:17 PM Viktor Gurov

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

d8a87019 05/07/2022 02:15 PM Marcos M

Remove topology keyword from openvpn_cc file. Fixes #13133

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
3f479ecb 05/06/2022 05:23 PM Brad Davis

Revert "Revert "Remove the leftover pfSense-installer repo if it exists""

This reverts commit ae40f82dc7bdc2cbef8a22ee682ec97e5a69fbd8.

Bring this back in now the build puts the file in /tmp and cleans up
after itself properly

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

336edf72 05/05/2022 03:52 PM Viktor Gurov

VPN restart on Gateway options change. Issue #13076

ae40f82d 05/05/2022 03:25 PM Brad Davis

Revert "Remove the leftover pfSense-installer repo if it exists"

This reverts commit 2f5b8f48de1875c128e05267b0f7d59075c781c4.

This breaks the build since it removes the file too early

2f5b8f48 05/04/2022 09:59 PM Brad Davis

Remove the leftover pfSense-installer repo if it exists

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

cc2a4c26 05/04/2022 05:50 PM Viktor Gurov

Merge pull request #4578 from luckman212/warning-for-recursive-sshd-disable

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

475fe724 05/04/2022 05:15 PM linnemannr

pfSense: Correct typo in buffer_rules_load 'labels' -> 'label' - R12977

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

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

aaf3f596 05/04/2022 05:42 AM linnemannr

pfSense: Get rule descs for syslog.inc via pfSense_get_pf_rules() - Regression #12977

88dd8025 05/03/2022 04:22 PM Jim Pingle

Correct CP status function call. Fixes #13123

288784c0 05/03/2022 04:01 PM Jim Pingle

Correct CP status function call. Fixes #13122

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

76569401 05/02/2022 03:34 PM Jim Pingle

Improve OpenVPN "tls-client"/"pull". Fixes #13116

"tls-client" and "client" are redundant, so only use "tls-client" and
"pull". Omit "pull" in cases where it is known to be incompatible.

978ea085 04/29/2022 05:56 PM linnemannr

pfSense: Utilize pf captiveportal funcs from php-pfSense - Feature #12945

75363ea8 04/29/2022 06:36 AM Viktor Gurov

Use mpd embedded bandwidth control to reconnect. Fixes #13092

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

ad2a86ea 04/27/2022 09:34 PM Viktor Gurov

Captive Portal remove unused ipfw code. Todo #13100

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

Captive Portal ipfw->pf transition. Todo #13100

a32a9530 04/27/2022 05:26 PM → luckman212

add warning for menu option 14 when it might kill your connection

37e06c12 04/27/2022 03:10 PM Jim Pingle

Fix error handling in pfanchordrill. Fixes #13106

085ff94b 04/27/2022 12:37 PM Viktor Gurov

USB NIC handling improvements. Fixes #12606 #9393

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

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

9dc881fd 04/26/2022 03:21 PM Christopher Cope

Update config 215 to 216 fix. Issue #13097

ddf61d2b 04/26/2022 10:20 AM Viktor Gurov

LDAP authentication extended query fix. Issue #13093

77fa7b29 04/25/2022 02:20 PM Viktor Gurov

Add no noretry to PPPoE mpd configuration. Fixes #13092

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

Traffic Shaper Wizard bandwidth scale fix. Issue #13086

7ef24f72 04/25/2022 01:25 PM Viktor Gurov

Fix typo. Issue #13076

227f2150 04/22/2022 05:01 PM Christopher Cope

Slack Notifications fix. Issue #13083

a250063f 04/22/2022 01:34 PM Marcos M

Slow rule generation regression. Fix #13049

3c15b353 04/22/2022 08:40 AM Viktor Gurov

Optimize stacked IP Aliases reconfiguration. Issue #12961

47f2f406 04/21/2022 04:04 PM Viktor Gurov

OpenVPN Enforce key usage option typo fix. Issue #13056

413ccc94 04/21/2022 04:03 PM Viktor Gurov

Port forward NAT rules with Any protocol. Implements #4259

83047e42 04/21/2022 04:02 PM Viktor Gurov

Restart L2TP VPN on interface change. Fixes #13082

8a906fba 04/21/2022 01:15 PM Viktor Gurov

Reconfigure stacked IP Aliases on XMLRPC sync and Virtual IP change only. Fixes #12961

48cf54f8 04/20/2022 01:04 PM Viktor Gurov

OpenVPN Enforce key usage option fix. Issue #13056

410cabc4 04/20/2022 12:52 PM Kristof Provost

ddb.conf: log registers

When we crash also log the register values. They may contain useful
hints for debugging (especially if the unstripped build artefacts are
still available), and take up very little space in the textdump.

0b385c4e 04/20/2022 12:47 PM Viktor Gurov

Reload IPsec and OpenVPN on gateway IP or force_down option change. Issue #13076