Actions
Bug #10386
closedA NTP Time Server name may only contain the characters a-z, 0-9, '-' and '.'.
Start date:
03/28/2020
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.5.x
Affected Architecture:
Description
System / General Setup
localization > time server ' and '.'.
if it is populated with an ipv6 server you can't save anymore
A NTP Time Server name may only contain the characters a-z, 0-9, '
Updated by Manuel Piovan over 4 years ago
Manuel Piovan wrote:
System / General Setup
localization -> time server
if it is populated with an ipv6 server you can't save anymore
A NTP Time Server name may only contain the characters a-z, 0-9 ....
Updated by Jim Pingle over 4 years ago
- Status changed from New to Pull Request Review
- Target version set to 2.5.0
Updated by Renato Botelho over 4 years ago
- Status changed from Pull Request Review to Feedback
- Assignee set to Renato Botelho
- % Done changed from 0 to 100
PR has been merged. Thanks!
Updated by Viktor Gurov over 4 years ago
- Status changed from Feedback to Resolved
works OK on 2.5.0.a.20200409.0657,
I see an updated and more correct validation code:
if (!is_domain($ts) && (!is_ipaddr($ts))) { $input_errors[] = gettext("NTP Time Server names must be valid domain names, IPv4 addresses, or IPv6 addresses"); }
Updated by Viktor Gurov over 4 years ago
- Status changed from Resolved to New
same fix for services_ntpd.php:
https://github.com/pfsense/pfsense/pull/4269
Updated by Jim Pingle over 4 years ago
- Status changed from New to Pull Request Review
Updated by Renato Botelho over 4 years ago
- Status changed from Pull Request Review to Feedback
PR has been merged. Thanks!
Updated by Viktor Gurov over 4 years ago
- Status changed from Feedback to Resolved
input validation on 2.5.0.a.20200415.0942 is correct
Actions