Oops unbreak this
Remove Proposal check as a racoon thingy
Remove generate policy option since its not relevant with strongswan
Use better looking description and remove base type from negotiation. This is only IKEv1 parameter. JS will be added later
Some adjustments to the code for logging
Allow to select IKE version to be used.
Merge pull request #1129 from razzfazz/status_upnp_int_port_master
Tidy up "wizard.php" XHTML
Update HTML Boolean OperatorRemove duplicate closing TD tag
Fix off-by-one in static route CIDR drop-down. /129 shouldn't be in the list
Fix firewall log widget rule lookup to consider tracker id.
Merge pull request #1126 from ExolonDX/master
Clarify description to state you must save first before attempting to reset the log file size.
Consider tracker IDs when looking up filter log entries, if present
add column for internal port on UPnP status page
Tidy up "load_balancer_pool_edit.php" XHTML
Backout changes to the the SELECT tag from pull request 1104, further testing shows that it doesn't populate the disabled/enabled server list 100% correctly.
Check the right field here
Unbreak 'add rule on top of the list' allowing after param to be -1
Merge pull request #1124 from ExolonDX/master
Expose all p0f OS types that it supports so that subtypes of various Operating Systems can be detected
Tidy up "services_igmpproxy.php" XHTML
Move NOWRAP to class statement
Tidy up "services_ntpd_gps.php" XHTML
Update " "
Include Unbound in logic here
Reconfigure unbound on dhcpv4 edit
Reconfigure unbound on dhcp edit
Also reconfigure Unbound here
Reconfigure Unbound for Rebind admin checks
Ensure config is global here
Ensure to reconfigure Unbound for filter configuration on XMLRPC
Make sure domain+host overrides are deleted
Move clog from /usr to /usr/local
Merge pull request #1117 from derelict-pf/nohttpsforwards
make miniupnpd listen on interface instead of IP
The 'listening_ip' option in miniupnpd.conf can accept an interface namedirectly instead of having to translate it to an IPv4 address first. (This isactually required if IPv6 support is enabled.)
Don't refuse to delete a bridge in the GUI just because its bridge interface doesn't exist, just log that it doesn't exist and don't attempt to ifconfig destroy it, delete it from config
Its long overdue the ez-ipupdate.cache file
Make sure the correct interface is selected once the config has been saved for the DNS forwarder
Make sure the correct interface is selected once the config has been saved. Fixes #3620
Move the IPsec settings from System > Advanced, Misc tab to "Advanced Settings" tab under VPN > IPsec.
Tidy up "maintable.inc" XHTML
Change escaped single quotes to just a single quote
Merge pull request #1104 from ExolonDX/branch_master_04
Merge pull request #1103 from ExolonDX/branch_master_03
Merge pull request #1102 from ExolonDX/branch_master_02
Merge pull request #1101 from ExolonDX/branch_master_01
Merge pull request #1114 from ExolonDX/branch_master_13
Merge pull request #1113 from ExolonDX/branch_master_12
Merge pull request #1112 from ExolonDX/branch_master_11
Merge pull request #1111 from ExolonDX/branch_master_10
Merge pull request #1110 from ExolonDX/branch_master_09
Merge pull request #1109 from ExolonDX/branch_master_08
Merge pull request #1108 from ExolonDX/branch_master_07
Merge pull request #1107 from ExolonDX/branch_master_06
Merge pull request #1106 from ExolonDX/branch_master_05
Update services_dnsmasq.php
Clarified that domain overrides also encompasses subdomains (see https://forum.pfsense.org/index.php?topic=72978.15 for discussion)
Single quoting $password breaks getting the value from the variable.
No spaces between variable assignments in sh
Make sure that the DNS Forwarder/Resolver is actually capable of accepting queries on localhost before using it as a DNS server.
Add nohttpsforwards option to captive portal
Tidy up "services_wol" XHTML
Add SUMMARY to tablesUpdate HTML Boolean operatorsClose INPUT and IMG tags and add ALT to IMG tagsDeprecate ampersand in anchor tagsMove NOWRAP into class statementRemove empty EM tag
Tidy up "services_snmp" XHTML
Add "closehead" PHP variable and manually close HEADAdd CDATA section to scriptsAdd SUMMARY to tablesClosing INPUT tagsChange "onclick" to lower caseUpdate HTML Boolean operatorsAdd missing closing SELECT tag and missing closing TD tag
Tidy up "vpn_pppoe" XHTML
Add SUMMARY to tablesClose IMG tags and and ALTMove NOWRAP to class statementClose INPUT tags
Tidy up "services_ntpd_pps" XHTML
Add SUMMARY to tablesUpdate HTML Boolean operatorsClose INPUT tagsAdd missing closing DIV, closing TD and closing TR tags
Tidy up "serviecs_ntp_gps" XHTML
Add "closehead" PHP variable and manually close HEADAdd CDATA section to SCRIPTSAdd SUMMARY to tablesUpdate HTML Boolean operatorsClose INPUT tagsRemove closing anchor tag from INPUT tagsChange "onclick" to lower case
Tidy up "services_ntpd" XHTML
Add "closehead" PHP variable and manually close HEADAdd CDATA sections to SCRIPTSClosing IMG tag and add ALTChange "onclick" to lower caseAdd SUMMARY to tablesClose INPUT tagsUpdate HTML Boolean operatorsRemove closing anchor tag from INPUT tag
Tidy up "load_balancer_setting" XHTML
Add SUMMARY to tablesClosing INPUT tagsAdd missing closing TD tag
Tidy up "load_balancer_monitor" XHTML
Add SUMMARY to tablesUpdate PHP shorthamdMove "fbegin.inc" between BODY and SCRIPTAdd CDATA section to scriptsClose INPUT tagsUpdate HTML Boolean operatorsAdd missing opening and closing TD tagsRemove duplicate closing TD tag and add missing closing TR tag
Tidy up "load_balancer_virtual_server" XHTML
Add SUMMARY to tablesUpdate PHP shorthandMove "fbegin.inc" inbetween BODY and SCRIPTClose INPUT tagsUpdate HTML Boolean operatorsMove closing SELECT into the PHP IF statementMove the "save" and "cancel" buttons into right-hand column
Tidy up "load_balancer_pool" XHTML
Add SUMMARY to tablesUpdate PHP shorthandMove "fbegin.inc" include between BODY and SCRIPTAdd CDATA section to scriptsClose INPUT tagsUpdate HTML Boolean operatorsMove SELECT tag into the PHP IF statement
Tidy up "services_igmpproxy" XHTML
Add SUMMARY to tablesClose INPUT and IMG tags and add ALT to IMG tagsDeprecate ampersand in anchor tagsAdd CDATA section to scriptsUpdate HTML Boolean operatorsRemove empty TFOOT
Tidy up "services rfc2136" XHTML
Add SUMMARY to tablesMove NOWRAP to class statementClose INPUT and IMG tags and add ALT to IMG tagsUpdate HTML Boolean operatorsRemove duplicate closing TD tagAdd missing closing TD tag
Tidy up "services_dyndns" XHTML
Add CDATA section to scriptsAdd SUMMARY to tablesMove NOWRAP to class statementDeprecate ampersandClose INPUT and IMG tags and ALT to IMG tagsAdd missing closing P tagUpdate HTML Boolean operatorsRemove duplicate closing TD tags...
Remove problematic code without proper checks but even not needed here
Add missing closing quotes
Correct missing parenthesis. Reported-by: https://forum.pfsense.org/index.php?topic=75120.0
Key off net.inet.carp.demotion and display a warning to the user if the system has self-demoted its CARP status.
Fix text, capitalization, and change wording to put more focus on how the action behaves.
Ensure e-mail address carries over from the CA screen to the Cert screen in the OpenVPN wizard.
Fix bracket type in Log File Size text
Now I am the one with fat fingers (or brain). Somehow I typed a curly bracket opening bracket in this text, but finished it with an ordinary closing bracket.
Merge pull request #1091 from dv-user1/usort_fix2
Merge pull request #1085 from ExolonDX/branch_master_01
fixed a type in usort callback
Unset logfilesize rather than let it be zero
1) When saving Status: System logs: Settings, if the Log File Size field is left blank, it gets cast to (int) and ends pu as zero "0" in config.xml. That breaks the creation of clog files in /etc/rc during boot. /etc/rc expects logfilesize to be unset, blank or a valid integer >= 5120....
Get rid of embedded platform. Its time to GC this
Start using filterlog
Unset these globals after use
Include static routes in automatic NAT rules display
If I have an internal gateway to other private subnets behind LAN, and add a static route to those private subnets through the internal gateway, then pfSense very nicely generates NAT rules on WAN-style interfaces to NAT those internal subnets on the way out of WAN. That is very good and convenient. This outbound NAT is actually correctly in the ruleset....
Merge pull request #1076 from phil-davis/patch-2
Tidy up XHTML
Update HTML Boolean operator (multiple)Change ONCLICK to lower caseAdd missing semi-colon
Merge pull request #1071 from ExolonDX/master
use email from CA creation also as the default for server cert
Nowdays there is no real difference between the kernels apart the ZFS support. So do not keep a distinction anymore
Tidy up package signature text
Thought I would tidy this up while coming across it. IMHO "Package settings" reads better than "Packages settings"... and I reworded the explanatory text a bit also.
Add curly brackets here to improve readability
unset doesn't like @ to silent it, just check if it's set before unset
Use an alphanumeric test rather than purely is_numericint because the ID is generated by uniqid and is not purely numeric. Fixes #3591
Restore old logic and add a @ at unset to silent when it is not set as suggested by Ermal
Tidy up "guiconfig.inc" XHTML
Add missing closing SELECT tag
Merge pull request #1068 from FCI/patch-1
Check if the ipsec section exists before doing operations on it.
fixes Bug #3569
On packages that uses row_helper when user clicks on add or delete button, the page scrolls to top.It seems something with ajaxhttp://stackoverflow.com/questions/1061580/jquery-click-on-anchor-element-forces-scroll-to-top
A simple return false after jquery action fixes the unwanted scroll.