summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_ntpd_acls.php
Commit message (Collapse)AuthorAgeFilesLines
* Revise row helper delete classSteve Beaver2017-04-191-1/+1
|
* Fixed various issues with adding/deleting ACLsSteve Beaver2017-04-191-14/+27
|
* Several more fixes for setHelp to assist with translationSteve Beaver2017-02-031-1/+3
|
* Merge pull request #3369 from phil-davis/breadcrumbs_detailRenato Botelho2017-01-111-0/+1
|\
| * Breadcrumb linksPhil Davis2017-01-101-0/+1
| |
* | Report problems applying changesPhil Davis2017-01-031-4/+5
|/ | | | | | | 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
* Tidy input errors in services_ntpd_aclsPhil Davis2016-12-061-12/+7
| | | | | | 1) If there are multiple rows with invalid IP addresses then the same message was displayed multiple times. We might as well let the use know which row(s) have the problem. 2) The section that checks is_subnet stuff was first using is_ipaddr() (redundantly given it is already in the else of !is_ipaddr() ), and then is_subnet() - these would have handled both the IPv4 and IPv6 cases, so the other IPv6 tests would never have happened. 3) I don't think we need to test function_exists("is_ipaddrv6") any more - it had better be there in master! Note: The front-end JS prevents entry of an invalid mask, so it is a bit hard for the user to actually generate the netmask error messages.
* remove bogus debugSteve Beaver2016-12-051-1/+1
|
* Fixed #6454Steve Beaver2016-12-051-24/+32
| | | | Fixed #6984
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-42/+40
|
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | 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. It seems to me that there is no harm at all in always using require_once().
* Services / NTP - Remove PersonalizationsNOYB2016-03-311-5/+5
| | | | Remove "you" personalizations.
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-2/+2
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Internationalize Form_Button textPhil Davis2016-03-111-2/+2
| | | | | | 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.
* Icon consistency in Repeatable blocks. Ticket #5965jim-p2016-03-091-4/+8
|
* Move NTP access restrictions to their own tab and add the ability to craft ↵jim-p2016-03-031-0/+347
custom restrictions for arbitrary networks. Fixes #4463
OpenPOWER on IntegriCloud