Michael Boelen
a1b6d463b2
Fixed a typo
2019-09-21 16:31:06 +02:00
Michael Boelen
17137408d2
Use IsRunning exit code instead of variable
2019-07-26 11:32:48 +02:00
Michael Boelen
fa8bad20db
Use -n instead of ! -z
2019-07-16 13:20:30 +02:00
Michael Boelen
66066ae226
Changed year and preparing for new release
2019-01-31 14:47:35 +01:00
Michael Boelen
f8697db25b
[TIME-3104] added more logging
2018-09-19 13:19:57 +02:00
Carsten Grohmann
bf2462272e
[TIME-3160] Extend check for step-tickers file for RedHat ( #553 )
...
On RedHat if the step-tickers file exists but empty, the ntp start
script uses the servers listed in ntp.conf for the initial time
synchronization.
2018-06-06 13:59:07 +02:00
Michael Boelen
40d6a853d5
Changed file permissions
2018-04-23 10:56:26 +02:00
John Eismeier
c5dcbe8c31
Propose fix some typos ( #538 )
2018-04-23 10:54:44 +02:00
Michael Boelen
40282cde49
[TIME-3160] improvements to detect step-ticker file and entries
2018-03-10 12:26:09 +01:00
Michael Boelen
6192cbd8fa
Update tests to reflect new style profile configuration
2018-01-23 15:00:34 +01:00
Michael Boelen
18feb2356b
[TIME-3170] Chrony NetBSD support
2018-01-18 20:14:38 +01:00
Michael Boelen
66f8cb2441
Changed year
2018-01-11 09:50:26 +01:00
Shaleen Jain
21b129f947
Fix detecting systemd timedate deamon ( #494 )
...
Fix detecting systemd timedate daemon
2017-11-29 15:59:07 +01:00
Katarina Durechova
09de901d11
Check zero size of files correctly ( #487 )
...
from man test:
-s FILE
FILE exists and has a size greater than zero
-z STRING
the length of STRING is zero
2017-10-31 09:05:29 +01:00
Michael Boelen
4ecb9d4d05
[bulk change] cleaning up, code enhancements, initialization of variables, and new tests
2017-04-30 17:59:35 +02:00
Michael Boelen
9e9b95e1da
Apply substite for TIME-3148 and first batch of code enhancements
2017-04-23 20:06:24 +02:00
Michael Boelen
320a397772
[TIME-3104] Test permissions before opening files
2017-03-13 11:59:05 +01:00
hlein
b595cc0fb5
Various cleanups ( #363 )
...
* Typo fix.
* Style change: always use $(), never ``.
The Lynis code already mostly used $(), but backticks were sprinkled
around. Converted all of them.
* Lots of minor spelling/typo fixes.
FWIW these were found with:
find . -type f -print0 | xargs -0 cat | aspell list | sort -u | egrep '^[a-z]+$' | less
And then reviewing the list to pick out things that looked like
misspelled words as opposed to variables, etc., and then manual
inspection of context to determine the intention.
2017-03-06 07:41:21 +00:00
Michael Boelen
b2f13a2f92
[TIME-3148] new test for TZ variable
2017-02-22 15:06:19 +01:00
Michael Boelen
2d8b06678f
[TIME-3116] skip stratum 16 items for time pools
2017-02-18 14:28:56 +01:00
Michael Boelen
34ba1ba184
Changed date and preparing for release
2017-02-09 13:35:40 +01:00
Michael Boelen
f18ef5c210
[TIME-3104] extended support for Chrony
2016-10-19 11:28:20 +02:00
marcus-cr
9dabecadbf
Update tests_time ( #294 )
2016-10-19 11:17:33 +02:00
Alex Zepeda
100afa5f5b
Skip NTP checks from within a FreeBSD jail ( #281 )
2016-09-22 11:39:55 +02:00
Michael Boelen
82ededed31
Style improvements and command replacements
2016-09-08 21:04:17 +02:00
Michael Boelen
1a832476bb
[TIME-3104] Changed timedatectl test
2016-09-05 19:48:23 +02:00
Michael Boelen
08036358ea
Style changes
2016-09-01 17:33:18 +02:00
Michael Boelen
679e8c628e
Use detected binaries
2016-08-25 15:31:33 +02:00
Michael Boelen
f9b2993f35
Removed unneeded field
2016-08-10 07:24:10 +02:00
n[oO]ne
7dbe80c7a4
Make time test 3106 work again ( #239 )
...
There was a little typo in the test
2016-07-25 09:59:41 +02:00
Michael Boelen
2f4c854ba7
Rename of categories, introduction of groups
2016-07-24 17:22:00 +02:00
Michael Boelen
983e293eb1
Replaced text strings to allow translations
2016-06-18 11:14:01 +02:00
Michael Boelen
eded02cfde
Rewritten counters and dealing with values
2016-05-03 14:57:53 +02:00
mboelen
42607ceaf5
Replaced old function names with new ones
2016-04-28 12:31:57 +02:00
mboelen
5e587adf8a
Change ntp_falseticker in report, added ntp_unreliable_peer
2016-04-28 08:51:43 +02:00
mboelen
8cc47819b4
Removed copyright line, added description
2016-03-13 16:03:46 +01:00
mboelen
6197ac08e7
Added link to website, blog, github
2016-03-13 16:00:39 +01:00
Michael Boelen
142fc100c4
Merge pull request #108 from alobodzinski/dovecot
...
MAIL-8838: dovecot does not have postfix as a prerequisite
2015-12-29 16:23:01 +01:00
mboelen
ae6ca56581
Show warning for writable configuration file
2015-12-22 16:01:30 +01:00
mboelen
d16b38eff8
Rename of logtext and report functions, upcoming year change
2015-12-21 21:17:15 +01:00
Alexander Lobodzinski
fccf889936
dovecot does not have postfix as a prerequisite
...
fixed some spelling
2015-12-14 16:14:38 +01:00
SiemKorteweg
0c48fc3880
Optimized use of cat, grep and awk.
...
Detection of duplicate entries in /etc/hosts is now more robust.
On CentOS7 the SERVICE_MANAGER is detected correctly.
2015-10-10 13:25:14 +02:00
mboelen
2577caf66d
Only show suggestion for ntpdate if ntpd isn't running
2015-09-01 17:40:05 +02:00
mboelen
afd01ece5d
Remove incomplete tests, code enhancements
2015-07-22 17:37:11 +02:00
mboelen
c70f3e93cd
Cleanup of screen output, with focus on minimum output
2015-05-26 11:13:23 +02:00
mboelen
7854eeae20
Chronyd support, finishing test
2015-05-25 17:45:41 +02:00
mboelen
1c07e6fa2c
New test TIME-3106, Chronyd and systemd-timesyncd support
2015-05-25 17:33:51 +02:00
mboelen
5caf4ddc4f
Update of the files to reflect HTTPS version of website and 2015. Happy New Year!
2015-01-03 12:45:22 +01:00
mboelen
4a5fe6d201
Check ntpdate for other systems than only FreeBSD, NTP no longer required for virtual machines
2014-12-08 23:57:47 +01:00
mboelen
b31a6c4659
Textual changes
2014-10-13 22:39:16 +02:00