summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_ntpd.php
Commit message (Collapse)AuthorAgeFilesLines
* Review of CARP uniqid changes.Luiz Otavio O Souza2016-02-091-15/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: - A friendly interface name (lan, wan, opt1, etc.); - A Virtual IP - VIP alias (_vip{$uniqid}) - CARP or IP Alias. The parent of a CARP is always a friendly interface. The parent of an IP alias can be a friendly interface or a CARP (this is the only case of recursion of a VIP). This commit removes a few cases where CARP were still considered a interface (the old CARP implementation), fixes all the wrong cases of strpos() being used to detect a VIP address (wont work as it returns '0' which fails when tested as 'TRUE'), review the usage of CARP and IP alias as services bind addresses, fixes general issues of adding and editing VIP addresses. The following subsystems were affected by this changes: - IPSEC; - OpenVPN; - dnsmasq; - NTP; - gateways and gateway groups; - IPv6 RA; - GRE interfaces; - CARP status; - Referrer authentication. Fixes (and/or revisit) the following tickets: - Ticket #3257 - Ticket #3716 - Ticket #4450 - Ticket #4858 - Ticket #5441 - Ticket #5442 - Ticket #5500 - Ticket #5783 - Ticket #5844
* Merge pull request #2548 from phil-davis/diag-logsRenato Botelho2016-01-271-1/+1
|\
| * Fixup old diag_logs referencesPhil Davis2016-01-271-1/+1
| | | | | | | | | | | | | | | | | | 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 that was in the obsoleted files list. So not sure what that was all about.
* | More internationalization of servicescodePhil Davis2016-01-271-1/+1
|/
* UI ConsistencyPhil Davis2016-01-141-1/+1
| | | | | | | | | 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. "QinQ Configuration" rather than "Interface QinQ Edit"...
* Cleanup some text and fix default behavior of some NTP options to match ↵jim-p2016-01-071-19/+20
| | | | 2.2.6 and what the text described.
* Remove $closehead variableColin Fleming2015-12-191-1/+0
| | | | Remove unused variable $closehead
* Code style servicesPhil Davis2015-12-171-5/+7
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Create the required number of rows for NTP time serversPhil Davis2015-12-081-2/+2
| | | | | | | 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. Note: There also needs to be a limit on the number of rows of time server data allowed to be added - at the moment you can keep pressing the Add button and enter loads of them, only the first 10 are saved.
* Standardize Services NTP breadcrumbsPhil Davis2015-12-071-1/+1
|
* OopsStephen Beaver2015-11-301-1/+0
|
* Fixed #5535Stephen Beaver2015-11-301-0/+1
|
* Type up SCRIPT tagsColin Fleming2015-11-291-2/+3
|
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-1/+0
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* Javascript refine to hide Delete row button if there is only one rowStephen Beaver2015-10-271-0/+3
|
* Completes #5159Stephen Beaver2015-10-021-166/+6
| | | | All duplicated JS removed to included file
* Addresses #5159 by removing hide/show/disable/enable functions to included fileStephen Beaver2015-10-011-16/+0
|
* Fixed #5184Stephen Beaver2015-09-221-1/+1
|
* Fixed #5183 by converting to PHP table libraryStephen Beaver2015-09-221-63/+243
|
* fix typoChris Buechler2015-09-211-1/+1
|
* services_ntpd.php - style fixes, fix typoChris Buechler2015-09-211-8/+12
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-243/+334
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+462
OpenPOWER on IntegriCloud