Fix copy/paste error in variable test.
Fix #6918 Allow aliases with capital letters in rules
Expand the types of Form_IpAddress so that the caller can specifyexactly what combination of IPv4, IPv6 address and alias is allowed forthe field.Set the appropriate input pattern and hover help text....
Remove "use lowercase" hint
As it is no longer relevant, because the code now automatically convertsto lowercase.
(cherry picked from commit 6a54698517430760ddcbc84dd0476046d3926b31)
Fix #6864 automatically convert IPv6 input to lowercase
1) As the user leaves the field, or presses Save, onChange will fire andconvert the input string to lowercase. This saves the user havng to eventhink about it.2) Provide some extra text that describes the expected format, to avoid...
Fix #6758
extensions.ini must be readable by any users otherwise any php scriptcalled by a non-root user will not be able to use PHP extensions
This is a direct fix for RELENG_2_3_2 since extensions.ini is not beingused anymore on RELENG_2_3 or master
Fix display advanced after input error for system_gateways_edit
Use case:1) Edit a gateway that has no advanced settings (i.e. the Advanced section does not need to open on page load) - that works fine.2) Modify the Gateway IP Address to something invalid like 1:2::z...
Better handle no dhcpv6 leases file
(cherry picked from commit 2355c154b7598f937ba2121429659f5676ce4d96)
Fix #6872 CP bandwidth 0 is no valid
The front-end validation prevents zero from being entered. "Leave empty" is the way to specify no limit.(cherry picked from commit b7f2ebb5448f7992cceec899504bdd0a29058fb9)
Fix typo: The input field is named source_hash_key
(cherry picked from commit 870b9bc11b993ce8122b448083d29a04bcb30151)
Spelling mistake "system_gateways.php"
Fix spelling mistake in "system_gateways.php"
(cherry picked from commit 47180823dc0560801085a227abf512e265363b16)
Revise merge error
Applied PR #3173 to correct merge error
Fixed #6835 by revising Javascript show/hide
(cherry picked from commit 850c3d8b9352e7467beca8502c24ca8d4fbbbd29)
Make serial/UUID bold
Show system platform and serial / UUID
Obscure RADIUS shared secret.
Obscured password field in system_authservers.php bind sectionFixed #6759
(cherry picked from commit 1c1f08f92e8841f7282280caeed7613edd810453)
Ensure a mobile P2 is marked as such when saving.
Use wider display for pftop to fill up dead area. Output still looks OK with narrower terminals as well.
Some views were omitting important info at the narrower width
Declare $config as a global in guiconfig.inc csrf_startup() function, to properly respect the timeouts. Ticket #6803
Apply #601 fix to firewall_nat.php
(cherry picked from commit 4b0815f38a8a0f98519ca0c2bff7c81b6464e579)
Fixed #6801
(cherry picked from commit 00098bc80b6f85eb74f2f3bc2b4eb7430614110d)
Do not show certificates in drop-down list that are already contained in this CRL.
Add missing \) and fix syntax
Sanitize 'zone' parameter on CP pages
Merged #2975
Fixed #6788 by clearing only the first label in the cloned row
(cherry picked from commit d38d215d1d9429d3a1a15708f92b14cf3a15b247)
Fix up/catch up remote syslog areas. Fixes #6780
Remove some more dangling PPTP bits.
Fix description of the VPN remote log setting
Input boxes with setPattern validation should not contain escape characters as they are already properly considered 'lists of characters' even when not escaped.
(cherry picked from commit 8ea3fd0569ac2b1681de5ba3fbc2a2cc20981ad6)
Outbound nat overview, show alias popup and edit options on source and destination, for both the address and port.
(cherry picked from commit d98e54b215a7798aa0cd9d8432340d6e6df762f5)
-resolved syntax error(cherry picked from commit 0a6ab475d80b580b09fefaf3ca346b08ec6a23c9)
Clean up the text on diag_sockets.php. Fixes #6708
Clarify language on diag_tables.php. Fixes #6713
Use -l with traceroute6 to show both IP Addresses and Hostnames when resolving hops. Add note about max ttl/hop limit in source comment. Fixes #6715
Add output encoding to diag_dns.php for results returned from DNS. Fixes #6737
Fix syntax error on openvpn.widget.php
Fix problems caused by c93d289
This commit syncs openvpn.widget.php with version from RELENG_2_3 branch
Text typos in openvpn.widget.php(cherry picked from commit 8da4847472e03195aeb73a1acedbc27f8af520d1)
Revise widget refresh timing
(cherry picked from commit 134ee13df54280441c25b047b406628eeebbb8db)
Added control to set dashboard widget refresh periodStart each widget refresh system after a short random delay to prevent all widgets hitting the server at the exactsame timeFix issues wherein two widgets were resetting the refresh timer from the AJAX call, not the call-back function, thereby risking stepping on themselves...
Fix messup caused by 9d3e872
(cherry picked from commit d5b993fc310147d68bc3c3654a512b0ac981ecd2)
Tidy up filenames
Make sure the filenames represent the actual file
(cherry picked from commit 6173d1f5a5ed50b8c8a8523b1eb6824f7c9c1ae6)
Code style and comments
No functional change - just making style consistent
(cherry picked from commit 9d3e8723171c727cf43338bd8e95ab2bb7e6a66c)
Improved solution to #6716
(cherry picked from commit 0ed3b15981b4451efb11839d6ee7b9acf1ed1d84)
Fixed #6716
(cherry picked from commit 4d4782fcd7213b5f279cb372853f5fedb07f6178)
Fixed #6700
(cherry picked from commit 40eca7e3a8abdff768e29e310ba945e74fdcfe17)
Fixed #6710
Fixed #6709
(cherry picked from commit 3726918df1dc4744bb7ea694ec5c8f40de59d856)
Fixed #6703
(cherry picked from commit e5343844c6de78feafae9e601b25bdf31f114a50)
Fixed #6706
(cherry picked from commit b86938e7e19a09a5b1f3f54825193b57f7c73131)
Fixed #6705
(cherry picked from commit d526fc2d2acc87af2ca829dfe01f0037e3368051)
Fixed #6701
(cherry picked from commit 03fd538eefd641771b6302370b901fe4ace3ab4f)
Fixed #6704
(cherry picked from commit fd778d8bef8ea3b0e5dcc8007de242b6e2ac6d5a)
Fixed to properly save configs in PPPs interfaces
Fix wording of the "Reject leases from" option for a DHCP interface.
pfSense.css: Fix sortable tables' font
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)
Add a field to CA/Cert pages for OU, which is required by some external CAs and users. Fixes #6672
Remove defunct link to the devwiki site. Everything is on doc.pfsense.org now.
Fix typo, LT2P->L2TP
Fixed #6669Read widget config before adding a new one. (Was starting a new array)
(cherry picked from commit 236e6a54e9a93284ca170b68aa1188dfaa195c3d)
experiment with tighter styling
Fixes #6601 clean up installed packages html
clean up Installed Packages widget by removing category
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...
Welcome 2.3.2-RELEASE
Allow section header to be omitted by specifying "NOTITLE" as the section title.
(cherry picked from commit 9ce54773be5e02235e3be7d2b970f61fbb27ba86)
Allow AES-GCM for P1 where using IKEv2. Ticket #5990
Clarify that HMAC-MD5 key is required. Ticket #6622
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 xml syntax after license update
(cherry picked from commit f7057140af3a98af925f76b6b0bb544dc7bfc418)
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)
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
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....
style sortable tables
clean up captive poral widget
change order of css files in head element
write_config before openvpn_resync here as well. Ticket #6139
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
fix typo. noticed-by: phil.davis
Add config option for AdvDefaultLifetime, clean up descriptions on other. Ticket #6533
Add configuration for Min and MaxRtrAdvInterval. Ticket #6533
Fix #6590 NTPd Leapfile Upload
Fix indent and spaces
Remove stray '
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...