Experiment using the OS' native font stack
Following the steps of bfbfa4dd254c110db4122925d0a3716a34d4c664,experiment using the OS' native font stack.
Obtained from the Bootstrap project (twbs/bootstrap#19098,twbs/bootstrap@0a31dacf3e0c43a73b2e61e266155b9dcce35339)
pfSense.css: Fix sortable tables' font
experiment with tighter styling
Fixes #6601 clean up installed packages html
clean up Installed Packages widget by removing category
Increase filtering tail limit for logging, fixes #6652
Whitespace fixes
Fix redmine #6640 DHCPv6 server time format
The original code here ended up always applying the time zone offset once, and if you had set dhcpv6leaseinlocaltime then it got applied twice, so Sydney at UTC+10:00 would show UTC+20:00 and presumably somewhere at UTC-04:00 would show UTC-08:00...
Section title was wrong, discovered by mfine
openvpn_add_dhcpopts already sets redirect-gateway, don't add it a second time. Ticket #6633
Set HTTP_PROXY to empty as recommended at https://httpoxy.org/#fix-now
Allow section header to be omitted by specifying "NOTITLE" as the section title.
Fixed #6437
Allow AES-GCM for P1 where using IKEv2. Ticket #5990
Clarify that HMAC-MD5 key is required. Ticket #6622
Merge pull request #3061 from thoughtpolice/cloudflarev6
Merge pull request #3055 from marjohn56/master
dyndns: add IPv6 support for CloudFlare
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Fix "http://pf.sense/UNKNOWN" links in Pkg Manager
I noticed recently that many packages do not have the 'www' field in the database filled, or have it set to UNKNOWN The way the table is built, this causes bad links to be generated pointing to e.g. http://pf.sense/UNKNOWN. This patch fixes it, causing only packages with actual links to get the <a> tag.
fix typo
Fix license.php to show correct text
Revert wrong conversion in license.php
Update pot
Merge pull request #3059 from NewEraCracker/xml-syntax-fix
Move to Apache License 2.0
Fix xml syntax after license update
Make a function to resync all OpenVPN CSCs and use it when saving an OpenVPN server. Fixes #6139
dse was under contract with BSDP for all the work he did, we own (c)
Review license / copyright on all files (final round)
Set dhcp-cache-threshold to 0 to avoid a bug in dhcpd 4.3.x where it omits client-hostname where the cache threshold is reached. Ticket #6589
Bring back the "set iface route default" used in 2.2.6 and earlier versions, which works around the root problem in Ticket #6495
Fix #6613 Do not show Aply Changes button when Save needed
I got a bit carried away in the fix for #6460 https://github.com/pfsense/pfsense/commit/21c18c3df11547aba172c10f95872dbd8682f7d9The message here at line 507 should not actually show the Apply Changes button. At this point the user needs to adjust the assigned interfaces and save. Then after saving an Apply Changes button can be used to implement the saved changes.
Review license / copyright on all files (1st round)
Retire deactivated widgets
chmod 0644 php web pages
Retire copyright-master.txt
Retire /usr/local/bin/slowdownpipe.sh
Ignore cp result for cases when files are the same. Ticket #6557
Merge pull request #3057 from wokis/master
Merge pull request #3052 from phil-davis/patch-3
Added and modified functions to send correct Radius attributes to the Radius authenticator.
Merge pull request #3020 from shieldwed/Allow_comma_in_DHCP_option_string
Merge pull request #2847 from jazzl0ver/patch-1
Merge pull request #2966 from scipiojr/master
Merge pull request #3007 from stilez/patch-34
style sortable tables
clean up captive poral widget
change order of css files in head element
Merge pull request #2905 from Chrisc-c-c/LAGG-MTU
write_config before openvpn_resync here as well. Ticket #6139
Add upgrade code to clean up the old GRE/GIF flags that are no longer used. Ticket #6586 and Ticket #6587
Align GIF link options with those currently supported by the base OS. Ticket #6587
Remove GRE link flag options from GUI/backend. Keep link1 as it was also used to add an explicit static route, though the GUI previous GUI option name wasn't related to that at all. Updated GUI description to match reality. Ticket #6586
write_config before calling openvpn_resync. Ticket #6319
Merge pull request #3032 from NewEraCracker/patch-pppoe-rules
Properly follow style guidelines.
DHCP6 init before RA
Some ISP BNG's require that a dhcp6c init is sent before RA. Theadditions to interfaces.php adds a new option flag 'dhcp6withoutra',this flag is set or unset in the WAN DHCP6 section 'Do not wait for aRA'.
The interfaces.inc file handles this flag and either launches dhcp6c on...
Include ignored DHCP server(s) config option even when advanced DHCP config is enabled
Remove input_errors2Ajax calls, was never implemented. Ticket #3027
fix typo. noticed-by: phil.davis
Remove workaround for Ticket #4754 in 2.4 since 32 bit is dead.
Add config option for AdvDefaultLifetime, clean up descriptions on other. Ticket #6533
Add configuration for Min and MaxRtrAdvInterval. Ticket #6533
Fix #6050 DHCP - provide Network Booting display/hide advanced button
This one moves the "Network Booting" above the "Additional BOOTP/DHCP Options". That allows "Network Booting" to be a Display/Hide Advanced group of buttons just like TFTP, LDAP etc. (without a special section header) and for "Additional BOOTP/DHCP Options" to come last on the page.
Fix #6590 NTPd Leapfile Upload
Merge pull request #3037 from NOYB/Check_IP_Services
Exclude non-qualified hostnames from hosts file. Ticket #6064
Omit non-qualified hostnames from unbound's local-data. Ticket #6064
Call filter_configure in rc.linkup. Ticket #6297
Verify a valid IPv6 subnet is going to be used before including in radvd's config. Ticket #6581
Merge pull request #3049 from doktornotor/patch-2
Fix indent and spaces
Remove stray '
Missing closing quote
Create /var/run/dmesg.boot symlink for vm-bhyve (Feature #6573)
See https://redmine.pfsense.org/issues/6573
Merge pull request #3046 from phil-davis/portimport
Improve patterns to read dhcpd6.leases to prevent leases containing '}' in ia-na line not showing up. It fixes #6543
Fix #6585 Do not use [] syntax for lookups
IPv6 address plus port is displayed with the format [1:2::3]:80 - the address is in square brackets followed by colon and the port number. This is necessary to disambiguate the port from the address, a good thing. But it messes up the use of the IPv6 address for reverse lookup....
Do not check platform to decide if enableserial and primaryconsole fields will be hidden, global parameters are the rule to decide it. Fixes #6291
Fix #6582 Allow import of ports
This change does:1) Allow bulk import of a port alias. That happens when the Importbutton is pressed from the Ports tab of the firewall_aliases screen.2) Allow bulk import of an IP alias, automatically determine if theimported data fits a host or network alias type. That happens when the...
Show "cannot delete alias" message as error
If I try to delete an alias that is in use, the "cannot delete alias" message was being displayed as the "success" color.
Fix PTR lookups on diag_dns.php. Ticket #6561
Merge pull request #3043 from NOYB/Label_Rename
Add missing -R parameter to pkg call
Use .0 at the end of first major version
Correct spacing
Remove debug
(cherry picked from commit 5810f934472368f43942ea66820dc98e17143c19)
Fixed #6577 - Preserve user input on error
Make sure resolv.conf is present during nanobsd upgrade. Fixes #6557
Change group labels s/MAC controls/MAC Address/
Leave an empty file for URL Table aliases that return an empty file, and include it in the ruleset regardless so it doesn't generate any filter errors. Ticket #6181
Protect get_dir from causing PHP errors
https://forum.pfsense.org/index.php?topic=114570.0
webgui tables, doubleclick event to perform 'edit' action, part 2
webgui tables, doubleclick event to perform 'edit' action
ipsec widget, check for valid array
spdns.de renamed to spdyn.de
Forgot to update the select description and values
The service renamed there addresses
Clarify Negate option description on firewall_nat_out.php.
Check IP Services
Configurable check IP services.Used by Dynamic DNS services to check IP addresses.Configure as many check IP services as desired. The first (highest in the list) that is enabled will be used as the default.A future possibility could be to add an option to the Dynamic DNS entires to use a specific check IP service....