Project

General

Profile

Download (12.4 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
0e847960 02/21/2023 06:18 PM Jim Pingle

NTP status corrections. Fixes #13999

While here, unbreak the GPS status display.

402c98a2 02/09/2023 12:17 AM Reid Linnemann

Update copyright years to include 2023

a5906662 08/29/2022 02:18 PM Reid Linnemann

Correct typo on include of config.lib. #13446

d0ca7530 08/23/2022 11:24 PM Reid Linnemann

Replace direct config accesses in status_graph.php, status_ntpd.php

8f2f85c3 01/02/2022 01:05 AM Luiz Souza

Update the Copyright year of the files owned by Rubicon/Netgate.

47df65c3 02/18/2021 04:25 PM Viktor Gurov

Replace HTTP links to HTTPS. Implemets #11228

8f585441 01/03/2021 12:28 PM Luiz Souza

Update the Copyright year.

A subsequent commit will deal with .po's.

b5d5da0c 03/31/2020 07:57 PM Viktor Gurov

Add option to disable NTP server. Issue #3567

46ab767e 03/17/2020 03:21 PM Viktor Gurov

Add units in ntp status page. Issue #2850

d09e19ad 03/12/2020 05:33 PM Jim Pingle

Use awk instead of sed for long NTP status lines. Fixes #10307

b69ecd3a 03/10/2020 07:37 PM Viktor Gurov

NTP status/widget long IPv6 address. Issue #10307

5f958d0d 01/07/2020 05:32 PM Renato Botelho

Merge pull request #4152 from vktg/ntpstatlocheck

7faeec07 01/04/2020 02:57 PM Viktor Gurov

check ntp acl only for localhost block

0284d79e 01/03/2020 04:37 PM Jim Pingle

This is 2020. Issue #9245

38809d47 07/29/2019 05:50 PM Renato Botelho

Fix copyright message years to reflect BSDP -> ESF -> Netgate

c92dbfc1 05/28/2019 06:00 PM Jim Pingle

Ensure NTP values are treated as numbers before use. Fixes #9558

0b4c14a4 01/02/2019 02:50 PM Steve Beaver

Update copyright notices to 2019. Happy New Year

2e490732 09/18/2018 12:32 AM Nano Caiordo

Removed duplicate line :/

c2d8c3c8 09/18/2018 12:30 AM Nano Caiordo

Properly restrict a network when default is open.

Effectively override any default setting.

e0f12d6b 09/18/2018 12:00 AM Nano Caiordo

Removed is_ipaddr() as ip_in_subnet() does it already.

d73918f2 09/17/2018 11:49 PM Nano Caiordo

Fixed NTP status page not honouring NTP ACLs

Reported in redmine https://redmine.pfsense.org/issues/7609

b8f91b7c 01/05/2018 01:44 PM Luiz Souza

Update the Copyright notice for pfSense.

6924a2bf 02/02/2017 08:41 AM Jack Booth

Add to NTP GPS processing of PGRMF sentence

702fa4d0 02/01/2017 10:58 AM Phil Davis

Code with multiple %s in usr/local/www

d627983d 01/23/2017 01:55 AM Jack Booth

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...

fdb04797 12/29/2016 09:52 PM Jack Booth

Fix ntp gps status
- trim sat in use
- gps ok for GPGLL
- lat & lon direction for GPGGA & GPGLL
- sat in use text position fixed

fbb652ed 11/11/2016 09:24 PM Jim Pingle

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

81299b5c 09/06/2016 07:23 PM Renato Botelho

Move copyright from ESF to Netgate

b12ea3fb 07/15/2016 07:30 PM Renato Botelho

Move to Apache License 2.0

c5d81585 07/15/2016 06:30 PM Renato Botelho

Review license / copyright on all files (final round)

ef268b48 04/18/2016 08:39 PM Stephen Beaver

Fixed GPS display sprintf => printf

adaa4d03 04/12/2016 11:06 PM Stephen Beaver

Cosmetics

0cdf72ef 04/12/2016 10:22 PM Stephen Beaver

Fixed #6117

9b277ab8 02/14/2016 05:49 PM NewEraCracker

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.

3d7a8696 02/11/2016 04:33 AM k-paulius

Convert section titles to title case

c33f2391 01/27/2016 04:36 PM Phil Davis

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?

41fa31bc 01/27/2016 03:27 PM Phil Davis

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.

3bd74348 01/22/2016 01:25 PM Bruno Ferri

add call 'gettext' function in the status menu files

79563cb6 01/08/2016 04:56 PM Colin Fleming

Use Bootstraps text alignment classes (part 2)

use Bootstraps CLASS statement instead "align" statement

6aa3723a 12/15/2015 06:03 PM Renato Botelho

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

5230f468 11/25/2015 04:48 PM Jim Pingle

Calling all of these "Page" in the privilege name is redundant since they are all pages and the "WebCfg" prefix implies they are pages.

10fe1eb5 11/10/2015 02:17 PM Stephen Beaver

Completes #5400, #3999, #5405
Mote: New ticket will be opened to provide IP address sorting

cb41dd63 11/09/2015 11:19 AM Renato Botelho

Copyright and license cleanup

- Remove personal copyright from people who assigned it to employer (ESF)
- Remove $Id$
- Remove extra spaces

919d91f9 11/09/2015 08:47 AM Phil Davis

EOL whitespace and header consistency for www

5d36f3c4 11/08/2015 02:18 AM Stephen Beaver

Fixed #5384

191cb31d 11/06/2015 03:40 PM Stephen Beaver

Copyright updates Batch 2 of 3

c10cb196 11/05/2015 01:11 PM Stephen Beaver

Moved action-buttons in-line styling to pfSense.css

03b19a93 08/26/2015 06:12 PM Renato Botelho

Merge branch 'master' into bootstrap

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/