Project

General

Profile

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

# Date Author Comment
0cfd0083 11/15/2021 02:13 PM Viktor Gurov

NTP Peer mode. Implements #11496

1d7ae980 08/11/2021 05:26 AM Viktor G

NTP Server SHA256 authentification support. Implements #12213

bf21f67b 08/03/2021 02:33 PM Jim Pingle

Validate gpsport. Fixes #12191

a69f79bd 05/10/2021 01:15 PM Viktor Gurov

NTP Authentication key input validation fix. Issue #11850

c67c74dd 02/10/2021 08:03 PM Steve Beaver

Revert copyright symbols

b34b2151 02/08/2021 05:53 PM Steve Beaver

Add registered trdemark symbol where appropriate

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

Update the Copyright year.

A subsequent commit will deal with .po's.

573ec19d 12/10/2020 03:31 PM Renato Botelho

Add product_label global variable

Introduce product_label global variable, by default with same value of
product_name. The idea is to make it easier for rebranded products to
change the name on all visual texts while internal structures are
preserved.

While here, remove deprecated $g['platform'] and also replace places...

bdb26b26 10/20/2020 10:49 AM Viktor Gurov

Force NTP peers DNS resolution protocol. Implements #10322

9108d083 10/08/2020 01:26 PM Viktor Gurov

NTP server authentication. Issue #8794

0b5b700d 04/25/2020 05:30 PM Viktor Gurov

NTP disable clean config fix. Issue #3567

722e0b13 04/14/2020 05:47 PM Renato Botelho

Merge pull request #4269 from vktg/ntpsrvnamevalidation

c62e31f2 04/10/2020 02:03 PM Viktor Gurov

NTP disable checkbox fix. Issue #3567

cb92c086 04/10/2020 09:09 AM Viktor Gurov

NTP Time Server input validation. Issue #10386

bad84d07 04/03/2020 03:02 PM Renato Botelho

Merge pull request #4245 from vktg/defntpmaxpeers

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

Add option to disable NTP server. Issue #3567

bfcf5d7c 03/21/2020 06:38 AM Viktor Gurov

NTP maxpeers default value fix. Issue #10323

55920eea 03/20/2020 01:20 PM Renato Botelho

Merge pull request #4224 from kiokoman/master

62725308 03/16/2020 08:10 PM Viktor Gurov

Add localhost to NTP Interfaces. Issue #10348

b33465da 03/12/2020 05:31 PM Manuel Piovan

Update services_ntpd.php

Reword + sprintf

aef7d92a 03/11/2020 03:20 PM Manuel Piovan

Update services_ntpd.php

variable $min_candidate_peers
and break of long line

4eee4479 03/10/2020 09:39 PM Manuel Piovan

Update services_ntpd.php

forgot to change from 25 to variable ..

9c2fcbf6 03/10/2020 09:31 PM Manuel Piovan

Update services_ntpd.php

min 4 max 25 default to 5
variable at the start of the file

801a94f9 03/10/2020 12:12 AM Manuel Piovan

Update services_ntpd.php

text correction to reflect what David suggested

ccea6c2f 03/10/2020 12:06 AM Manuel Piovan

Update services_ntpd.php

correction as suggested by David from https://redmine.pfsense.org/issues/10323

2efc2a28 03/10/2020 12:00 AM Manuel Piovan

Update services_ntpd.php

spell correction

6fd99be0 03/09/2020 09:28 PM Manuel Piovan

Feature #10323

38fcf2c5 03/09/2020 09:20 PM Manuel Piovan

Feature #10323

added knob for max peers min 3 max 10

27e1febb 02/29/2020 04:30 PM Viktor Gurov

NTP WebGUI checkbox fix. Issue #10276

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

This is 2020. Issue #9245

4bdbb898 01/02/2020 01:45 PM Jim Pingle

Fix syntax errors

8ef6844a 08/28/2019 08:19 PM Jim Pingle

Make NTP minpoll and maxpoll user-configurable. Implements #6787

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

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

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

Update copyright notices to 2019. Happy New Year

c6c398c6 11/21/2018 06:30 PM Jim Pingle

Fix #9121: Initialize arrays to prevent PHP 7 errors

179377b0 03/30/2018 11:01 PM robjarsen

Remove Whitespace

I'm aware this is a very large commit. Let me know if you'd rather have it broken down by file type (ie: PHP/shell scripts) so it would be easier to review.

-RJ

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

Update the Copyright notice for pfSense.

239b15fb 07/25/2017 09:03 PM Stilez y

Add some info to HELP text (no code change otherwise)

NTP background isn't going to be widely known. So provide a bit of info so that it's done properly if someone cares.

For example, it's easy to think a small number is enough, as one might with alternative DNS servers, despite NTP website recommending 4-5 or a pool. So state the consequence of too few servers....

3fd41815 02/08/2017 04:43 PM Phil Davis

setHelp strings for services*

c18d0d12 01/26/2017 04:42 PM Jack Booth

Fix indentation

95034240 01/26/2017 03:52 AM Jack Booth

Changed max repeat alert to use sprintf get text

5a1d67b1 01/26/2017 03:22 AM Jack Booth

Bug #7164 Limit NTP time source fields to the maximum number saved to configuration.

7cdb1ff9 01/11/2017 12:00 PM Renato Botelho

Merge pull request #3369 from phil-davis/breadcrumbs_detail

6a9a7595 01/10/2017 08:27 PM Renato Botelho

Merge pull request #3343 from phil-davis/retval1

edcd7535 01/10/2017 02:48 PM Phil Davis

Breadcrumb links

531c3486 01/05/2017 03:01 AM Jim Pingle

Correct the method used for input validation of NTP Orphan mode. Fixes #7034

44c42356 01/03/2017 05:05 AM Phil Davis

Report problems applying changes

1) Strictly keep track of the accumulating $retval from calls to various
functions that apply changes.
2) Use new function print_apply_result_box() to print a suitable message
in a suitable severity based on $retval

d0db0f9b 12/23/2016 01:21 PM Jim Pingle

Fix variable name used to pre-fill the NTP orphan mode field, add placeholder with the default while I'm here. Fixes #7034

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)

76763c4c 07/09/2016 06:32 AM Phil Davis

Fix #6590 NTPd Leapfile Upload

c81ef6e2 06/27/2016 05:00 AM Phil Davis

Always use require_once

The usage of require() and require_once() throughout the system is
inconsistent, and "bugs" come up now and then when the order of
"requires" is a bit different and some require() happens after the
include file is already included/required....

bb80af58 05/01/2016 07:06 AM NOYB NOYB

Miscellaneous Textual Corrections

e78ecb96 04/21/2016 07:04 AM NOYB NOYB

Services - Punctuation

Clean up some services menu punctuation.

347c0214 03/20/2016 10:21 AM Phil Davis

Reengineer Form_Button setAttribute

As per what was done for https://github.com/pfsense/pfsense/pull/2765 -
do it to the rest of them.
Seems to work OK.

c0d1ceda 03/16/2016 12:09 PM Phil Davis

Redmine #5994 services_ntpd standardize advanced buttons

f99f8a67 03/16/2016 09:42 AM Phil Davis

services_ntpd fix leaptext array key name

Use leaptext everywhere - some references were to leaptext and some to leaptxt, so it didn't work.

faab522f 03/15/2016 12:39 PM Renato Botelho

Revert "Merge pull request #2728 from phil-davis/form_button"

This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing
changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.

bc3c30eb 03/11/2016 03:59 PM Phil Davis

Internationalize Form_Button text

The text of a Form_Button is not translated internally. Some Form_Button
calls already had the button text enclosed in gettext(), this does it
for the remaining ones.

3314e626 03/10/2016 04:50 PM Jim Pingle

Advanced button consistency. Ticket #5965

cd7ddae6 03/09/2016 08:35 PM Jim Pingle

Icon consistency in Repeatable blocks. Ticket #5965

31b15180 03/03/2016 10:16 PM Jim Pingle

Move NTP access restrictions to their own tab and add the ability to craft custom restrictions for arbitrary networks. Fixes #4463

e138f828 02/19/2016 03:46 PM Renato Botelho

Clarify text, ticket #4463

820562e8 02/18/2016 10:02 AM NewEraCracker

Quote the 1st parameter (constant name) when calling define()

448280c3 02/14/2016 08:51 PM k-paulius

Rename NTP tab to Settings to be more user friendly.

2a5960b0 02/09/2016 09:58 PM Luiz Souza

Review of CARP uniqid changes.

It turns out that current CARP implementation is not much different from an IP alias.

This commit converts the IP alias to also use the CARP uniqid scheme, this simplify the code in all other places because now we have only two different cases to deal with:...

6f8ee5f0 01/27/2016 10:41 AM Renato Botelho

Merge pull request #2548 from phil-davis/diag-logs

6a6d37c3 01/27/2016 07:09 AM Phil Davis

Fixup old diag_logs references

Note: The shortcuts for upnp were not showing. This was because
shortcuts.inc only includes *.inc files from /usr/local/www/shortcuts
So I have renamed pkg_upnp.php to pkg_upnp.inc
I notice that some time in the past it used to be pkg_upnp.inc because...

4bfc3f7d 01/27/2016 06:36 AM Phil Davis

More internationalization of servicescode

70dc5cd6 01/14/2016 06:15 AM Phil Davis

UI Consistency

1) Put the heading "Actions" at the top of all the "Actions" columns -
it was on some and not others.
2) Some more consistent capitalization of panel titles etc.
3) Most interfaces section edit pages had a section titled like "GIF
Configuration", "GRE Configuration". Make them all consistent, e.g....

ff8e3635 01/07/2016 06:10 PM Jim Pingle

Cleanup some text and fix default behavior of some NTP options to match 2.2.6 and what the text described.

4b1d882f 12/19/2015 09:57 PM Colin Fleming

Remove $closehead variable

Remove unused variable $closehead

20db3e1a 12/17/2015 03:11 AM Phil Davis

Code style services

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

83b9d03e 12/08/2015 01:03 PM Phil Davis

Create the required number of rows for NTP time servers

depending on how many are already defined in the config, making sure to always have a minimum of 1.

Also I used the constant NUMTIMESERVERS that was defined up the top of this file to control the loop that limits the number saved to 10....

0e0c4523 12/07/2015 04:32 PM Phil Davis

Standardize Services NTP breadcrumbs

31aad3e6 11/30/2015 06:56 PM Stephen Beaver

Oops

e680db0c 11/30/2015 06:40 PM Stephen Beaver

Fixed #5535

8fd9052f 11/29/2015 06:23 PM Colin Fleming

Type up SCRIPT tags

02cc81ef 11/23/2015 12:54 PM Doug Wollison

Added use of class autoloading (GUI stuff only)

Any GUI script that loads the guiconfig.inc file will have access to
the autoloader.

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

0bc61baa 10/27/2015 02:17 PM Stephen Beaver

Javascript refine to hide Delete row button if there is only one row

08ec2d99 10/02/2015 06:57 PM Stephen Beaver

Completes #5159
All duplicated JS removed to included file

96c18fe4 10/01/2015 05:43 PM Stephen Beaver

Addresses #5159 by removing hide/show/disable/enable functions to included file

d05950fb 09/22/2015 06:10 PM Stephen Beaver

Fixed #5184

f4439c00 09/22/2015 05:50 PM Stephen Beaver

Fixed #5183 by converting to PHP table library

1f1cd32f 09/22/2015 01:16 AM Chris Buechler

fix typo

1fe07ba8 09/22/2015 01:14 AM Chris Buechler

services_ntpd.php - style fixes, fix typo

ad2879b8 08/30/2015 11:09 PM PiBa-NL

bootstrap, use require_once for classes/Form.class.php

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/