Make group addpriv descriptions work like user addpriv
Add missing comma
Fix NAS IP listing in captive portal. semi-related to Ticket #5656
Don't include 127.0.0.0/8 in unbound.conf in forward mode. Ticket #5750
Use a better check for whether there are DNS servers available with dynamic WAN types. Ticket #4747
Merge pull request #2587 from davidjwood/preserve-sshd-parent
Merge pull request #2588 from davidjwood/rrd-ntp-offset
Verify a DNS server exists before allowing enabling of forwarding mode. Ticket #4747
Handle start/stop of OpenVPN client instances bound to gateway groups using CARP IPs. Ticket #4858
clean up text
Fix get_interface_ip to return correct IP for CARP VIPs. Ticket #4858
Tell rrd that ntpd offset can be negative as well as positive
Fix find_interface_ip for gateway groups with VIPs. Ticket #4858
Don't kill an sshd parent process on exit from /etc/rc.initial
This stops exiting a shell running in an SSH session from terminating the parent sshd process, which has the unwanted side effect of killing all other sessions running under that sshd process (including cloned shell sessions).
$interface isn't used here. Wasn't before either, otherwise it would have broken the get_configured_carp_interface_list. Ticket #5844
Just show the IP to the user, the VIP's uniqid is meaningless noise to the user. Ticket #5844
Only show VIPs associated with the correct interface. Ticket #5844
Select appropriate VIP where one is configured. Ticket #5844
Add pfsync to the list of pre-defined packet capture filters. Also add negation for ESP that seems to have been accidentally omitted.
Fix #5837
Since the introduction of pkg_with_pb(), direct calls to this functionwere added using the following format:
if ! pkg_with_pb ... | tee -a $logfile; then
What happened in this case is if was always getting a successfullreturn code from tee call, and pkg_with_pb return was always being...
HTML Compliance - Status / OpenVPN
Start tag body seen but an element of the same type was already open.Stray start tag script.
Merge pull request #2585 from k-paulius/patch-pkg-syslog-v2
Set gif interface MTU in interface_gif_configure if it's not already correct. Ticket #5842
Adding ability to run dhcp6c in debug mode.
Fixed #5841
Now that the fields on interfaces.php aren't hidden upon disabling the interface, we don't want to handle disable separately from everything else, as that discards all the changes other than disabling the interface. Everything else with handling bringing down of interfaces is still handled correctly. semi-related to Ticket #2453
Return blank rather than 0ms/0% for unmonitored gateways latency and loss. Show on dashboard widget when a gateway is unmonitored. Ticket #2226
Remove rc.restore_full_backup, remainder of full backup components were removed already.
Enable gzip compression in nginx.
Allow gateway weights up to 30, and add a check in filter.inc to prevent creating too long of a route-to line. Related to pull request 1614
Fix multi-session time counting for the FreeRADIUS start/stop case. Ticket #2164
Fix typo in button class for CP status
Merge pull request #2584 from schinken/radvd-lifetime-defaults
Add defaults to radvd valid and preferred lifetime
Make sure subnet_size() didn't return 0
Merge pull request #2435 from stilez/patch-7
Simplify is_linklocal()
Merge pull request #2320 from stilez/patch-3
Isolate the check for @label in the end of hostname only for noip and noip-free
Merge pull request #2574 from tiagobar/master
Merge pull request #2579 from NOYB/HTML_Compliance_-_Status_/_DHCPv6_leases
Also switch admin password in the default config.xml to bcrypt. Ticket #4120
Catch up to latest config version
Merger PR 2583 but retained non-sortable actions column
Status / DHCP leases - Root Cause Sort Issue
Sort routine apparently does not honor colspan attribute.
Here are three possible solutions:1) Add a description column instead of spanning the start and end columns. This is the method presented in this commit....
Fix #5830
Add a new advanced option on gateways to allow user define datapayload. Default is 0
Don't sort online, lease type or action icon columns
Add RFC 2136 support to the DynDNS widget
Add back "Save & Force Update" for RFC 2136
Implement Multi-WAN for RFC2136.A failover gateway group may be selected similar to the other DynDNS styles.
Fix hiding of shadow selector
Improvements to priv filtering
Improvements to the priviledge filter functionality
Merge pull request #2582 from NOYB/System_/_Advanced_/_Firewall_and_NAT_-_Remove_PPTP_from_Verbiage
Merge pull request #2581 from PiBa-NL/23_silence_syncerror
System / Advanced / Firewall and NAT - Remove PPTP from Verbiage
Remove PPTP from Verbiage. https://forum.pfsense.org/index.php?topic=106257.0Also don't see any reason for the span tag here.
Gbps isn't interpreted correctly by ipfw for limiters, remove the option. Ticket #4325
Duplicate monitors rather than overwrite. Ticket #4441
pfsync syncpeer requires IPv4. Ticket #4648
Added priv filter capability
xmlrpc_client.inc, silence the php 'crash' error, sync errors are reported through file-notices already.
Fixed #5049
Regenerate .pot
Merge pull request #2580 from phil-davis/gtsys2
Fix up DynDNS widget to follow recent changes in DynDNS for Namecheap
Internationalization of various system*.php
Cosmetic save
Per #4195Alias table is now sortable
Status / System Logs - Forms Buttons Icons Update
Add icon to save button.Consolidate addClass statements.
Fix easy rule problem when using a non-English language, take 2.
Fix #5831 using a simpler approach, just setting REPO_AUTOUPDATE=false when it's booting
Revert "Fix #5831"
This reverts commit 93a8ddf7a4c5d43cbeb623c923eb76659e6f49e0.
HTML Compliance - Status / DHCPv6 leases
Stray end tag tr.Move stray tr end tags inside foreach loops.
Use the NAS IP configured for PPPoE server instances. Ticket #185
Remove old pppoerestart cron job if it exists. Ticket #1905
Set fastcgi_read_timeout to 180 seconds rather than the default 60 for the occasional long-running page.
Add missing description field
Save pkg call return code to use on return. The way it is now is always returning 0. It should fix #5837
Change Namecheap dyndns to use split hostname and domain name fields. Upgrade existing entries automatically. Implements #4366Code should be generic enough that if other DynDNS providers would work better with a separate domain field, they can pick up the feature without too much trouble.
Typo
Make row delete button icon only (removes gettext("Delete"): )
Fixed #5834
Remove all additional packages from the system before reset to factory default. Fixes #5829
Make additional packages install/delete operations to respect -n (dry-run)
Reorder pkg_reinstall_all(), no functional changes
Respect ALL_PACKAGES for package removal
Fix #5831
After PKG_AUTOUPDATE=false was removed, operations done during boot,2nd and 3rd stages of upgrade process, are trying to update repositorymetadata. The problem is during this stage we don't have a networkavailable yet and all needed packages were previously downloaded....
Remove Non-Existent Class - help-icon
Remove non-existent help-icon class statements from index and head.
Change diag_dump_states.php to use pfSense_get_pf_states().
Fixes IPv6 issues, add packets and bytes information, filter state by rules (when linked from firewall_rules.php).
Inspired by pull request #1901 from marcelloc/hitcount_23_02.
Dynamic DNS URL for NO-IP needs to be updated.
OpenVPN server config upgrade already handled in 129_to_130. Ticket #5764
These two wizards .xml can also lose their x-bit
Other wizards don't have it set.
Remove executable bit of these two .gif
Seems like I missed those on commit 0427f8b32838bfb17c818fece48a7d4795db670b
Remove executable bit of all static content in www
Correct jquery file attributes
Update jquery to 1.12
Remove bonus space
Possible fix for #5752
Fixed issues where a rule is duplicated (cloned) and the new rule is inserted above a separator bar location
Fix easy rule problem when using a non-English language.