Fix the captive portal rules after 98bf4991dc31f97fc7315a6b8aba433de9d39cea.
The malformed rules breaks the parsing of initialisation rules.
Issue: #4746
Fixed #5315Converted to jQuery and added functionality to edit/save alternate URL
Corrected invalid "onchange" handling
Fixed 5310traffic_shaper_wizard_lulti_all* updated and tested for correct operation/appearance
Partial fix to #5310wizard.php updated to generate jquery not javascripttraffic_shaper_dedicated.xml and .inc updated to correct multiple "Next" buttons and other display issues.(Need to do same for the other TS wizard)
Fixed bogus "Beginning package installation" message from the install_package_XML() function
Revised to use print_input_errors() for consistency
Fixed #5310
Add 'caref' attribute to the ca object passed into ca_inter_create so arelationship to the signing CA can be maintained. Fixes #5313.
Fixed serial speed selector
Limit strongswan trusted CA certificates to those required for authentication ofthe configured IPsec SA's instead of trusting all known CA's. Fixes #5243.
Fixed #5291 - Reinstalling pfSense-pkg-openvpn-client-export
only use daemon and not auth for strongswan logging. As it was, all logs were duplicated. Ticket #5242
Removed debugImproved package detection
Added "reinstall all packages" functionality (accessed via diag_backup.php)
fix comparison here. Ticket #4558
Set rightca for IPsec phase 1 using Mutual RSA, Mutual RSA + xauth, or EAP-TLS. Fixes #5241.
Tidy some text in package install code
1) The "Beginning package removal" "Beginning package installation"... heading above the text box that displays the progress text output is never updated along the way, so it always says "Beginning...". It seems easy to just remove the word "Beginning" - the detailed progress is in the text box below, and the "please wait"/"completed"/"failed" appears below the text box already....
Changed fifo name to *.sockCosmetic only
Use a socket to talk with pkg and write json file to GUI
Disable repo auto update
Fixed #5259
Fixes #5291Fixes #5279
Merge pull request #1689 from jlduran/l2tp-mschapv2
Run pkg update once one time every hour, like upgrade script does
s/ip/IP/ it got lost on revert. Spotted by @phil-davis
Revert "remove the destination server's interface(s) from dhcrelay. Ticket #4908"
This reverts commit f791f28d6794c3b0601259f0de7acdebf6a367a8
Move kill tail process to _exit()
Auto-add firewall rules for DHCP Relay, same as is done for DHCP Server. Add filter reload to DHCP Relay config so rules are immediately added/removed. Ticket #4558
fix typo, spotted by Phil Davis
fix typo
pfSense-upgrade revised to kill tail on exitpkg_mgr_install.php revised to catch json deocde error on partial lines read from file
Revisions
clean up empty lines
Add all remaining log types to status.php. Ticket #5304
Remove old logfile before start
Add quotes
Do not accept blank logfile
Change -l parameter to receive a complete path for logfile
Silent execution
_force must be local
Do not stop when package is up to date and force flag was passed
Make sure timezones listed on first level directory is also grabbed by system_get_timezone_list(). It fixes #5303
Changes to accommodate new pfSense-upgrade
Reminder
Add -f option to force package reinstallation
When -p is used, read fifo content and write it to a file used by GUI
Merge pull request #1963 from davidjwood/ppp-ipv6
DEBUG set to false for testing
Multiple changes to clean up the package installaion system by causing the installer to run in the backgroundwhilst monitoring its output via AJAX to provide a better GUI display.Work in progress !
Add missing ;
PHP chmod() doesn't like 1777, gives it 01777 then
Fix path for 2.3
Remove accidentally added line
Preserve /tmp permission, it fixes #5298. While here, replace some rm calls by unlink()
Respect chroot_dir, ticket #5300
Ticket #5300:
Add a workaround to fix the issue of extensions.ini out of order endingup breaking PHP. Since the only dependency we have is suhosin thatdepends of session, alphabetical sort does the trick for now while aproper solution is not handled by the ports tree
Do not obsolete includes, they are small and it obsoleting it adds lots of warnings during pkg upgrade
Remove /usr/local/lib/php.ini, we don't need 2 copies of this
Move ppp-ipv6 helper script into the correct location
Remove strongswan's cert directories and repopulate them, to ensure no removed CAs, certs, or CRLs remain. Ticket #5238
Fix up strongswan logging levels. Remove charondebug since strongswan.conf settings take precedence. Set logging levels in strongswan.conf to match what's set on a running system via 'ipsec stroke loglevel', and remove log levels that were hard coded in strongswan.conf. Ticket #5242
Merge pull request #1961 from davidjwood/ppp-ipv6
improve spacing for non form panels
add missing column header
replace buttons with icons
Ticket #5248 style panels within widgets differently
Merge pull request #1960 from heper/patch-1
Rogue <br /> removedhttps://forum.pfsense.org/index.php?topic=100686.0
Fixed #5296
Use named variables for ppp-linkup command line parameters
Make route deletions quiet - it may well be the routes have already disappeared
Make code dealing with the IPv4 default gateway conditional on the IPv4 link going down
Connect ppp-ipv6 helper script to ppp-linkdown and ppp-linkup
Update firewall_rules_edit.php
https://forum.pfsense.org/index.php?topic=100695.msg561326#msg561326
Fixed #5293
remove stray >
Add field descriptions since there are no column titles. Ticket #5109
Fixed #5292
proposed fix for Bug #5194
https://redmine.pfsense.org/issues/5194
CHanges to correct the TLS logic
Fixed #5248
Fixed errors when no packages installed
Addresses #5248(But needs to be tested with a variety of OpenVPN configurations)
Do not show static arp entries as Online on wol widget, based on PR #1768
Ignore possible erroneously negative temperatures
It's based on 2 pull requests (#1800 and #1801) by nagyrobi
Further refinement to #5290Use pkg_remove_prefix()
Fixed #5290
Fix #5289 Available Packages version display
I left the "View changelog" code that was commented out, for future reference I guess when that data becomes available.$index['version'] is still happily available in the $index array - so it just needs to be uncommented.
Do curl_init above any curl_setopt, and take it out of that if block since it applies to all types.
Comment type fix
Fixed Swap usageDeleted disk space progress bar
Fixed % sign in mbuf
Fixes #5287
Further update for #5287
Partial fix to #5287More to come
Further updates to pfSense-upgrade-GUI.sh
Script to set up pfSense-upgrade when called from web GUI
Preparation for $5279New wrapper script to be called by web GUI