enable gateway duplicates on ipsec
Update translation files
Regenerate pot
Add TTL for CloudFlare DDNS. Fixes #10196
Merge pull request #4166 from vktg/disablep1vti
Merge pull request #4160 from vktg/restoreerrors
Merge pull request #4157 from vktg/expaes
Merge pull request #4156 from vktg/syncempty
allow to disable IPsec P1 when P2 is disabled VTI. Issue #10190
Merge pull request #4162 from jamesdekker/jamesdekker-patch-1
inverse matching of tags. Issue #10186
XMLRPC: fix last shaper/limiter removing. Issue #9468-9469
encrypt exported key with AES-256. Issue #1192
fix incorrect encrypted backup restore error handling. Issue #10179
Link to the book, not old OpenBSD docs. Fixes #10184
diag_packet_capture.php: Input and error checks. Fixes #10183
Use correct pfsync packet capture syntax. Fixes #10183
Update help.php
update crash_reporter.php to a more useful resource
Use correct syntax for /bin/sh for loop in ovpn_auth_verify Fixes #7767
It's not bash.
Reword option help text for issue #9302
Merge pull request #4158 from vktg/systemphproutedel
system.php: full route delete syntax
Update SSL refs to SSL/TLS. Fixes #10172
Merge pull request #4151 from vktg/urltablefeature
Merge pull request #4145 from vktg/ovpnocsp
squashed commit
switch to resolve_host_addresses() func
Merge pull request #4144 from vktg/exportaliases
change http to https for redirect link
update redirect to issue tracker
Merge pull request #4147 from vktg/expkeypasscheck
Merge pull request #4154 from surrural/patch-1
Merge pull request #4152 from vktg/ntpstatlocheck
Do not allow 'invert match' and 'any' on firewall rules. Fixes #10168
The backend code ignores the invert in this case, and it makes the GUIrender confusingly (!* which could never match anything)
Add a few more common ports to list. Fixes #10166
Fixed 10156Fixed 10157
New redirects.netgate.com/whatever links set up and incorporated in menu system
Remove one lingering relayd related message. Issue #9386
Remove deprecated & unused option that wasn't displayed in the GUI.
Remove redundant DNSimple instructions
check ntp acl only for localhost block
Revise survey wording
Remove vestiges of legacy ACB system
Remove some outdated references. Issue #10156
Fixed #10154 by revising wizard text
This is 2020. Issue #9245
spaces to tabs
Fix IPsec page issues. Fixes #10151
check export key pass length
Fix syntax errors
Fix syntax error
cosmetic
export aliases to txt file
Add help for missing pages. Issue #10135
Fix function case. Issue #10139
Relocate IGMP proxy verbose setting. Fixes #10139
Merge pull request #4142 from vktg/routedelete
fixes
Update some old doc URLs
help.php book URL updates. Issue #10135
Merge pull request #4129 from luckman212/dns-v6-options-patch-2
Merge pull request #4137 from vktg/multicrl
Merge pull request #4140 from vktg/unhidevtiremoteid
Another layer of help.php URL redirects. Issue #10135
Like an onion.
Also remove some non-existent pages.
Update help.php current post-redirect URLs. Issue #10135
URLs were still pointing at the retired docs server URLs, update tocurrent targets after redirecting.
fix route delete code
fix vti localid hiding in WebGUI
Update copyright notice years. Issue #9245
check that revokeserial is not empty
check every value for ASN.1
fixed incorrect serial checking
hide exportpass field on cert import
Merge pull request #4128 from vktg/disableapipa
Rework IPsec P1 Lifetime GUI options. Fixes #9983
fix
Include more information in status_ipsec.php. Fixes #9979
Fix tlsauth_keydir read on vpn_openvpn_server.php. Fixes #9030
Fix tlsauth_keydir save on vpn_openvpn_server.php. Fixes #9030
Add IPFW table contents to status.php
Fix GUI display of CARP capture contents. Issue #9867
3rd try - change config names
Merge pull request #4109 from vktg/p11ipsec
Merge pull request #4115 from vktg/unboundecdsa
Merge pull request #4122 from vktg/ecdsarenew
Merge pull request #4131 from karlhaworth/pfsense-kh-patch-1
Merge pull request #4130 from vktg/delstaticroutes
2nd trychange config option to avoid positive checkbox = negative option
Token -> PKCS#11
escapeshellarg()
DigitalOcean DynDNS description update. Close #9602
The description for DigitalOcean dynamic DNS is incorrect. The documentation currently states to "Enter @ as the hostname to indicate an empty field" but that produces errors since the DigitalOcean record ID is missing. Instead the user should look up their record ID and insert that record ID into the hostname field....
more readable
full cmd: route delete $fml $tgt $gw
gui renaming pkcs11 -> token + show ID
cert on token check
working
some progress
Add opts to services_dhcpv6.php and services_router_advertisements.php
Adds config options to disable pushing DNS server options to dhcp6clients via dhcpd or radvd. Fixes an issue when using split-horizonDNS with dnsmasq via `localise-queries` option since that supports...
Add option for RFC5424 syslog format. Implements #9808
small fixes