Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
662693da 02/27/2022 01:50 AM Brad Davis

Attempt to clear the ZFS label off the end of the disk before expanding

This prevents hangs when importing the pool due to garbage on the end of
the disk

2e3018c5 02/25/2022 03:24 PM Viktor Gurov

Rules copy feature. Implements #8365

6739d001 02/24/2022 08:03 PM Viktor Gurov

Bridge interface input validation fix. Issue #12866

c2bb9552 02/24/2022 01:04 PM Viktor Gurov

Do not remove net.link.ifqmaxlen from /boot/loader.conf.local. Fixes #12862

e92dded8 02/23/2022 06:08 PM Jim Pingle

Correct Namecheap username handling. Fixes #12761

8ddf2b5a 02/23/2022 04:50 PM Jim Pingle

Add option for pw hash algo. Implements #12855

46127218 02/23/2022 04:25 PM Jim Pingle

Namecheap DDNS response parse change. Fixes #12816

If the first attempt to parse the response fails, try again without the
XML declaration. The server may not be sending an accurate XML
declaration.

90f21a78 02/22/2022 02:22 PM Viktor Gurov

Fix dynamic IPv6 gateway address resolution. Issue #12847

53831176 02/22/2022 02:21 PM Viktor Gurov

Alias Export description support. Issue #12842

8a350814 02/21/2022 06:57 AM Viktor Gurov

Fix PHP error on firewall_rules_edit.php. Issue #12392

cc920eb3 02/19/2022 03:17 PM Jim Pingle

Fix php syntax. Fixes #12831

47eecb16 02/18/2022 08:31 PM Viktor Gurov

LAGG hashing option. Implements #12819

27ad5aba 02/18/2022 04:01 PM Viktor Gurov

Dynamic NPT support. Implements #4881

3ade222b 02/17/2022 05:14 PM Viktor Gurov

Update OpenVPN widget to support client halt function. Fixes #12817

dd3d48af 02/17/2022 04:55 PM Viktor Gurov

Multiple DHCP6 WAN connections. Fixes #6880

c467ca2f 02/17/2022 04:41 PM Viktor Gurov

Restart services on PPP client connect. Fixes #12811

961f240c 02/17/2022 04:40 PM Viktor Gurov

Use random_bytes() to generate salt for SHA512 password hashing. Fixes #12801

c7dd3673 02/17/2022 04:39 PM Viktor Gurov

Sanitize SHA512 hashed passwords from status_output. Fixes #12810

2a9ee4d2 02/17/2022 04:38 PM Viktor Gurov

Merge pull request #4555 from zacwest/dnsimple-v6

f2ae911a 02/17/2022 04:37 PM Viktor Gurov

Merge pull request #4554 from lmcquade/master

35731eb2 02/17/2022 04:37 PM Viktor Gurov

Merge pull request #4549 from hpeters/master

b7b78ea1 02/16/2022 01:56 PM Jim Pingle

Remove quotes from TOS values. Fixes #12803

The quotes are no longer required by pf.

See also: #4302

468cd92b 02/15/2022 02:20 PM Viktor Gurov

Fallback to package \"name\" during package reinstall on restore. Fixes #12766

324bff64 02/15/2022 02:19 PM Viktor Gurov

Restart services on OpenVPN client connect. Fixes #12771

72860882 02/15/2022 02:19 PM Viktor Gurov

DDNS edit page refactor + DigitalOcean and Google Domains wildcard support. Issues #12752 #12761

f976cb6a 02/15/2022 02:18 PM Viktor Gurov

Password prompt on encrypted ECL config.xml. Feature #12685

e18a693e 02/15/2022 02:12 PM Viktor Gurov

Remove the reference unbound.conf(5) from the DNS Resolver page. Issue #12781

13720b18 02/15/2022 08:15 AM Viktor Gurov

Start/stop PPPoE interface on parent interface events. Fixes #12633

af3320b2 02/15/2022 07:17 AM Viktor Gurov

Allow the selection of "any" interface in floating rules. Implements #12392

dc6a9ddc 02/15/2022 06:33 AM Viktor Gurov

SNMP service restart improvements. Fixes #12611

1098cb94 02/15/2022 06:31 AM Viktor Gurov

IGMP Proxy service improvements. Fixes #12609

ec73bb89 02/14/2022 07:24 PM Viktor Gurov

Always restart gateway monitoring and services on interface UP/START event. Fixes #11570

c04144d1 02/14/2022 07:22 PM Viktor Gurov

Clear aliases,filter,shaper and natconf flags on filter_configure(). Fixes #12678

6ac625e8 02/14/2022 07:09 PM Viktor Gurov

DNS Resolver restart improvements. Fixes #12612

95d74811 02/14/2022 06:43 PM Viktor Gurov

Remove unused add_hostname_to_watch() from ipsec_setup_gwifs(). Issue #12645

9bb98111 02/14/2022 06:32 PM Viktor Gurov

Restart OpenVPN on interface change. Fixes #11864

8cd6e269 02/14/2022 06:29 PM Viktor Gurov

Fix full path to executable files. Issue #11941

1ac61672 02/14/2022 06:28 PM Viktor Gurov

Disallow 0.0.0.0 and :: as a VTI remote gateway. Issue #12723

52f152e1 02/14/2022 06:27 PM Viktor Gurov

Keep command line history WebGUI option. Implements #12675

c80e6c14 02/14/2022 06:26 PM Viktor Gurov

GoDaddy DDNS wildcard support. Fixes #12750

15713a56 02/14/2022 04:37 PM Viktor Gurov

Optimize openvpn_resync_all(). Fixes #12628

de739376 02/14/2022 04:34 PM Viktor Gurov

Delete static default route if default gateway is NONE. Fixes #12536 #11692

abc7b305 02/14/2022 04:33 PM Viktor Gurov

CARP status check for RADVD with link-local address. Fixes #12582

a3361005 02/14/2022 04:31 PM Viktor Gurov

Remove link-local scope from IPv6 addresses in filter_nat_rules_generate_if(). Fixes #11984

ae9e5dde 02/14/2022 04:28 PM Viktor Gurov

GleSYS DDNS return code check fix. Issue #12672

fd5c12bc 02/14/2022 04:25 PM Viktor Gurov

Add IPv6 scope to DHCP6 link-local routes. Fixes #11764

033c65a4 02/14/2022 04:23 PM Viktor Gurov

Fix Custom(v6) requestif on STF interface with Force IPv4 DNS Resolution option. Issue #12590

0c5cf0df 02/14/2022 04:22 PM Viktor Gurov

Skip out-of-range entries on DHCP6 service start. Fixes #12527

9ca90ee8 02/14/2022 04:20 PM Viktor Gurov

Generate unbound ACLs for OpenVPN CSO. Fixes #12636

ac624cf6 02/14/2022 04:16 PM Viktor Gurov

Reorganize UPnP options. Todo #12624

5e53a7b5 02/14/2022 04:13 PM Viktor Gurov

Initialize $cmp with an empty array. Fixes #12749

5e3d0f78 02/14/2022 04:12 PM Viktor Gurov

IPSec widget default tab option. Feature #2456

770a7c5d 02/14/2022 04:12 PM Viktor Gurov

ACB notify improvements. Feature #12724

e5677880 02/14/2022 04:11 PM Viktor Gurov

Fix disabling dhcpd rrd stats. Issue #12710

5c1d04af 02/14/2022 04:09 PM Viktor Gurov

Static IPv6 route delete fix. Issue #12728

44c59448 02/14/2022 04:09 PM Viktor Gurov

Change ACB main link to services_acb_backup.php. Todo #12093

b979719f 02/14/2022 04:07 PM Viktor Gurov

Update Static Route and OpenVPN alias name when the alias is renamed. Fixes #12727

8cb0120e 02/14/2022 04:07 PM Viktor Gurov

Only request copyright file is ews.netgate.com is resolvable. Issue #12141

b5360f49 02/14/2022 04:06 PM Viktor Gurov

Use http_build_query() for Google Domains DDNS post data. Fixes #12754

60f533b7 02/14/2022 04:04 PM Viktor Gurov

Reorganize CARP status page. Todo #12701

85c26953 02/14/2022 04:03 PM Viktor Gurov

Eliminate duplicate shell commands from history file. Feature #12741

0fe9c7bb 02/14/2022 04:03 PM Viktor Gurov

Convert OpenVPN Tunnel Network to correct format on save. Issue #11416

7e288965 02/14/2022 04:00 PM Viktor Gurov

Button to toggle selected firewall rules. Implements #2505

e638072c 02/14/2022 03:58 PM Viktor Gurov

Display interface interrupts. Fixes #12735

a9aba1ff 02/14/2022 03:58 PM Viktor Gurov

Firewall logs widget fixes. Issue #6253

21cd4a8b 02/14/2022 03:57 PM Viktor Gurov

Make ACB columns sortable. Implements #12773

7e38cc2c 02/14/2022 03:57 PM Viktor Gurov

L2TP/PPTP values reset fix. Fixes #12780

9aa56194 02/14/2022 03:55 PM Viktor Gurov

Check system default setting for NAT+Proxy mode in Port Forward input validation. Issue #12319

5462da2a 02/14/2022 03:54 PM Viktor Gurov

Add OpenVPN CSO to Automatic Outbound NAT. Fixes #12792

5dcaa2af 02/14/2022 02:38 PM Jim Pingle

Correct NTP service status logic. Fixes #12775

3b50f765 02/14/2022 02:38 PM Jim Pingle

Add UPnP NAT anchors before NAT rules. Fixes #7727

4745879c 01/31/2022 07:25 PM Jim Pingle

One-time NTP sync from static servers NG 7447

42ed3b9d 01/31/2022 07:24 PM Jim Pingle

Sanity check the clock at boot. Issue NG 7447

17490b15 01/31/2022 05:38 PM Viktor Gurov

Delete temporary ACB files. Fixes #12745

77a0eb0d 01/30/2022 12:42 AM Zac West

Add IPv6 variant of DNSimple DynDNS Provider

5d82cce0 01/25/2022 01:38 PM Jim Pingle

Clean up pkg filter text before use. Fixes #12725

Also remove unnecessary echos of the value.

671fd0d1 01/24/2022 10:15 PM Loren McQuade

Fix formatting. Add get_ll_scope() check.

1e7b9b4a 01/24/2022 08:47 PM Loren McQuade

Change get_gwgroup_members to include interface in link-local IPv6 addresses (Bug #12721)

c83b195f 01/24/2022 06:13 PM Steve Beaver

Default repo selector to stable repo after upgrade to Plus

fccb675a 01/23/2022 01:13 AM Steve Beaver

Detect correct setting for custom repo and call pkg_switch_repo to be sure

2368c2cf 01/22/2022 06:04 PM Steve Beaver

Revert clearing custom repo on boot

88e8de2c 01/21/2022 06:24 PM Steve Beaver

Revert "Move custom repo removal code to a better location in rc.reboot"

This reverts commit e696b0868a495af4f19505b8261f25d6604adc8d

f73ace96 01/21/2022 02:20 PM Jim Pingle

Correct PHP syntax error. Fixes #12713

e696b086 01/20/2022 06:32 PM Steve Beaver

Move custom repo removal code to a better location in rc.reboot

a80cf2c9 01/20/2022 01:50 PM Viktor Gurov

openvpn.tls-verify.php exec() output fix. Issue #11829

81e7e462 01/19/2022 05:24 PM Jim Pingle

Fix ARP table interface names. Fixes #12698

bbca801c 01/19/2022 04:53 PM Viktor Gurov

ldap_get_groups() return value fix. Issue #12699

f783d68b 01/18/2022 08:38 PM Jim Pingle

Don't del ONAT rules w/o selection. Fixes #12694

51ef2e44 01/17/2022 05:45 PM Steve Beaver

Delete all custom files if the custom repo specification is incomplete

ba815f3d 01/14/2022 05:24 PM Jim Pingle

OpenVPN validation improvements. Fixes #12677

Added validation for the following fields:

  • OpenVPN Server:
    • mode, dev_mode, protocol, interface, ecdh_curve, digest,
      engine, cert_depth, caref, crlref, certref, allow_compression,
      compression, tlsauth_keydir, netbios_ntype,...
78ce96a9 01/13/2022 06:36 PM Jim Pingle

Improve OpenVPN Data Cipher handling. Fixes #12677

9a51687d 01/13/2022 01:57 PM Danilo-Z

Fix typo in warning text.Issue #12680

fd2740b3 01/12/2022 03:29 PM Glen Barber

Update master to 2.7.0

3b283c27 01/12/2022 03:25 PM Glen Barber

Revert "Update master to 2.7.0"

This reverts commit ac7ec30f39a3069d3192a73b78e5977fc834482e.

ac7ec30f 01/12/2022 03:16 PM Glen Barber

Update master to 2.7.0

3e5fa898 01/11/2022 07:39 PM Steve Beaver

Redirect user to / if Plus and attempting to directly access system_register.php

5895065c 01/11/2022 07:13 PM Steve Beaver

Make registration process contingent on PLus vs CE to accommodate automatic CE -> Plus merging

b8fd0558 01/11/2022 06:26 PM Steve Beaver

netgate-ca.pem is now in the base image at /usr/local/share/${product_name}/ssl/netgate-ca.pem

73141a42 01/11/2022 02:59 PM Luiz Souza

Update the git protocol.

For more details see: https://github.blog/2021-09-01-improving-git-protocol-security-github/

fe5ba225 01/10/2022 02:21 PM Viktor Gurov

Use /conf/restore_config_data trigger file to restore extra data on install. Feature #12518