NTP status corrections. Fixes #13999
While here, unbreak the GPS status display.
Update copyright years to include 2023
Correct typo on include of config.lib. #13446
Replace direct config accesses in status_graph.php, status_ntpd.php
Update the Copyright year of the files owned by Rubicon/Netgate.
Replace HTTP links to HTTPS. Implemets #11228
Update the Copyright year.
A subsequent commit will deal with .po's.
Add option to disable NTP server. Issue #3567
Add units in ntp status page. Issue #2850
Use awk instead of sed for long NTP status lines. Fixes #10307
NTP status/widget long IPv6 address. Issue #10307
Merge pull request #4152 from vktg/ntpstatlocheck
check ntp acl only for localhost block
This is 2020. Issue #9245
Fix copyright message years to reflect BSDP -> ESF -> Netgate
Ensure NTP values are treated as numbers before use. Fixes #9558
Update copyright notices to 2019. Happy New Year
Removed duplicate line :/
Properly restrict a network when default is open.
Effectively override any default setting.
Removed is_ipaddr() as ip_in_subnet() does it already.
Fixed NTP status page not honouring NTP ACLs
Reported in redmine https://redmine.pfsense.org/issues/7609
Update the Copyright notice for pfSense.
Add to NTP GPS processing of PGRMF sentence
Code with multiple %s in usr/local/www
Parse GPS initialization commands, extended status for GPSs other than SureGPS and make optional.- Parse GPS initialization commands for explicitly configured GPS commands- Add extended GPS status if GPGSV or GPGGA are explicitly configured- Add config option to toggle extended status...
Fix ntp gps status- trim sat in use- gps ok for GPGLL- lat & lon direction for GPGGA & GPGLL- sat in use text position fixed
Use the ntpd "pool" command for more robust timekeeping. Attempting to automatically determine if we are using a pool, and allow it to be set optionally otherwise. Implements #5985
Move copyright from ESF to Netgate
Move to Apache License 2.0
Review license / copyright on all files (final round)
Fixed GPS display sprintf => printf
Cosmetics
Fixed #6117
Do not echo printf return value
Previous implementation would print both the content and return value. Changing to sprintf while retaining the short opening echo tag, echoes the content as intended and keeps code in line with the style of the project.
Convert section titles to title case
status_ntpd whitespace
Various lines were not on tab stops, some PHP end tags were on the end of lines and others on new lines... I found it a bit hard to read when tracking through a previous missing PHP start tag. Maybe this is better? or maybe I have gone too crazy re-formatting it?
status_ntpd missing start php
This seems to be the only missing bit here. I think it would only cause a noticeable UI problem if isset($gps_alt).
If you have a system with a real GPS that has altitude, then please test!
There is also a bunch of formatting issues in this file - things that are not on tab stops... After this real bug is fixed I will then make a PR to sort out the white-space.
add call 'gettext' function in the status menu files
Use Bootstraps text alignment classes (part 2)
use Bootstraps CLASS statement instead "align" statement
Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used
Calling all of these "Page" in the privilege name is redundant since they are all pages and the "WebCfg" prefix implies they are pages.
Completes #5400, #3999, #5405Mote: New ticket will be opened to provide IP address sorting
Copyright and license cleanup
- Remove personal copyright from people who assigned it to employer (ESF)- Remove $Id$- Remove extra spaces
EOL whitespace and header consistency for www
Fixed #5384
Copyright updates Batch 2 of 3
Moved action-buttons in-line styling to pfSense.css
Merge branch 'master' into bootstrap
Move main pfSense content to src/