bootup, add information about what bootup step is being done
Fix the unnecessary 'RAM Disk has settings has changed' reboot every time the miscellaneous settings are saved.
Revert "Fix a bug in interfaces.php that will cause a failure on first 'Save' of 'OPT1' with some hardware configurations."
This reverts commit 373513a56140215c93282252186a938b7cefcf47.
Merge pull request #3881 from marjohn56/Increase-FPM-process-availability-in-high-ram-systems
Merge pull request #3792 from PiBa-NL/20170731-status_queues-realtime
Merge pull request #3867 from dennypage/master
Merge pull request #3866 from PiBa-NL/20171104-pkg-reinstallmissingpackage
Merge pull request #3891 from miken32/patch-1
Fixed #8129 Updated to show timezones that have half hour increments i.e. asia/kolkata
Revert "Merge pull request #3868 from loonylion/master" Caused issues reported in https://redmine.pfsense.org/issues/8223This reverts commit 74c55258b21ada7a542965c2470fbaa45ce19689, reversingchanges made to 2acb4025ee7fef074a67d1021a5e62a0aff9fd37.
Optimze ICMP description processing
Fixes #8219Escape single quotes when they arise from ICMP description translations
make inputs a bit wider for fahrenheit
address comments
fix copy/paste error
update label on unit change
also ensure unit labels can be internationalized, and fix some whitespace
Moving this code to PHP for i18n
don't change thresholds to F until after passing to Javascript
Merge pull request #3890 from JoeriCapens/master
Add a missing return when no NIC is found.
Abort the initial interface setup when no interfaces are found.
spelling!
update convenience functions
update threshold values dynamically
otherwise problems occur with saving wrong values when switching between C/F
more accurate progress bar display
we only use Fahrenheit for display, don't change the values!
show ºF on updates via javascript
initial display of temperature in ºF
still need to update javascript
account for thresholds and bar width in ºF
global variables are really really ugly, this should be wrapped in an anonymous function
display/enter thresholds in ºF as well
provide temperature in Fahrenheit
Also resolve some indent issues, restrict live updates to temperature value only (not unit text)
checkbox for option to display Fahrenheit
Fix #6319 again by adding missing dns-servers
After recent fixes to auth_check.inc, move the IPsec widget back to auth_check.inc since its timeout problems are likely now fixed.
Skip IPsec ping host CARP check when there are no IPSec ping hosts. Also, add a safety belt so cat can't get stuck waiting on input. Fixes #8172
Pretty up the new smtp notification header.
Fix auth_check.inc so it conforms to the rest of the session management code. While here, make sure it performs a commit to avoid PHP session gc from reaping the session. Fixes occasional timeouts when sitting on pages that only fetch AJAX for prolonged periods. Fixes #8116
Remove ix from the ALTQ interface list. See ticket #7378
Merge pull request #6319 from JoeriCapens/master
Fix logging for L2TP and PPPoE server login/logout events. Fixes #8164
See https://redmine.pfsense.org/issues/8164 for the reasoning about why it was done this way.
Fix #6319 by setting ptr-domain and key variables correctly for dhcpdzones()
Merge pull request #3884 from stilez/patch-71
Merge pull request #3882 from PiBa-NL/20171130-remove-console-output
Merge pull request #3883 from stilez/patch-70
Fixed #8159 added a sort by index after a delete call has been made to make sure it lines up correctly.
Fix typo
When retrieving a public key for a certificate, private key, or signing request, write the certificate data out to a temp file instead of echoing it through a pipe. Fixes #8153
Revert "Mitigate possible vuln in cert manager"
This reverts commit 1a68f4badd58de8694ac6a4208e11d7265c97df3.
Mitigate possible vuln in cert manager
Add isset, other vars seem to use it
Doesn't seem to have a point though :)
typo
Unbound: Disable IPv6 outgoing queries if IPv6 blocked in firewall, as they can never go anywhere
If IPv6 is disallowed in system->advanced->network, then any IPv6 lookups by Unbound will always be blocked, so there's no point sending them.
The practical purpose is that they also clog up the log and may fractionally slow down the resolver because the resolver then has to deal with IPv6 not replying, fallback lookups, etc....
correct %d -> %s
As previous code used a string. Probably makes no difference and a number is simpler but doesn't matter
Clarify the unexplained numbers in "log verbosity"
At the moment verbosity is a bare list of digits, 0 to 5. No explanation, nothing else. This PR replaces the visible text by user-friendly info as to what will be logged. Source is https://www.unbound.net/documentation/unbound.conf.html
Merge pull request #3880 from bibz0r/master
Merge pull request #3863 from PiBa-NL/20171103-routes-recursive-alias
Merge pull request #3873 from PiBa-NL/20171121-localauth-translated-problem
routing, support use of recursive network aliases in static routes
Merge pull request #3823 from PiBa-NL/20170919-bootupcomplete
Merge pull request #3810 from svenauhagen/bugfix/mpd
Merge pull request #3801 from cgull/radvd-zero-router-lifetime
notify_monitor, don't write EXITQUEUELOCK debug output to system-console
Increase FPM process availability in high ram systems
To reduce chance of nginx gateway error when interacting with FPM backend, this patch does the following, starts up extra FOM server processes at startup, allows more to stay running on standby, increases automatic shutdown time from 5 seconds to one hour. On systems with a gig or more of ram
webgui, option to disable dragging of rules
Merge pull request #3776 from nazar-pc/ram-disk-reboot-fix
Merge pull request #3868 from loonylion/master
interfaces_fast.inc: removed accidental rolling 'r' from comment removed unused parameters from definition of convert_real_interface_to_friendly_interface_name_fast()
interfaces_assign.php: removed profiling code removed unncessary comments...
Merge branch 'master' into master
Merge pull request #3870 from jtl999/v2.4.2rc-dhcp6fix
Merge pull request #3844 from luckman212/ovpn-gw-patch-2
Merge pull request #3769 from PiBa-NL/20170626-phpfpm-status
Merge pull request #3183 from znerol/feature/master/register-openvpn-cn
Changed license as requested and added a missing apostrophe in a comment.
Merge pull request #3875 from LedPighp/dyndns_godaddy
Changed maximum length of usernames from 16 to 32 characters. This seems to be some old FreeBSD requirement which is not needed anymore.
Merge pull request #3872 from jackfagner/patch-1
Merge pull request #3825 from adam820/helptext-cleanup
Merge pull request #3824 from cfazendin/ddns_widget
Merge pull request #3820 from phil-davis/status-if-disabled
Merge pull request #3819 from PiBa-NL/20170910-show-interface-openvpn
Merge pull request #3802 from svenauhagen/bugfix/ppp
Merge pull request #3797 from IknowJoseph/patch-1
Merge pull request #3768 from PiBa-NL/20170625-notices-queue
Merge pull request #3747 from PiBa-NL/20170529-dhcprelay-destination-interface-discovery
Merge pull request #3738 from PiBa-NL/20170521-oneonone-nat-fix-empty-ip
Fixed #8143 Remove any html special characters for request variable
GoDaddy allows a hostname of @
Feature #8123: Add GoDaddy as a Dynamic DNS provider
local authentication option, use key value instead of translated name.
Fixed #8112
Bug in get_interface_ip
Global variable $config was not available, and IP was always fetched using find_interface_ip
Prevent Clickjacking in CSRF error page
fix for leftover dhcp6c lock file(s) after unclean shutdown
Add upgrade notice include file
Add upgrade notice to dashboard
Bump version to 2.4.3-DEVELOPMENT
Revise modal notice header
Provide a simple mechanism for pakage installer to display a notice to the user. (Such as: Firewall must be rebooted before this package becomes available")
Fixed #7896 Made sure only images could be uploaded and validated on the server to make sure it is an image and not something else.
Tweak the formatting of the disk usage section of the system info widget