Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-28Update tests_timeStefan Baumgartner
Fix for TIME-3185 on debian stretch
2021-01-07Preparation for release 3.0.3Michael Boelen
2020-11-09spelling: successfulJosh Soref
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-11-09spelling: installedJosh Soref
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-11-09spelling: ambiguousJosh Soref
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-10-22Add translate function for all sectionsStéphane
+ add EN and FR up to date languages files
2020-08-24Add check for other clock files for earlier systemd versionsJim
2020-08-23Change timesync sync file, fixes #1012Jim
2020-08-07Merge pull request #981 from Varbin/openntpd-equalsMichael Boelen
[TIME-3180, TIME-3181, TIME-3182] Fix OpenNTPD tests
2020-08-07Merge pull request #993 from Varbin/more-cron-ntpMichael Boelen
[TIME-3104] Find more time synchronization commands
2020-07-10use STATBINARY, put filename in variableSimon Biewald
2020-07-10use = instead of ==Simon Biewald
2020-07-10shellcheck: check exit code directlySimon Biewald
2020-07-10find more cron ntp clients, iterate over cron files with globSimon Biewald
2020-07-09use correct regex and comparison to match peersSimon Biewald
2020-07-09compare correct stuff in openntpd testsSimon Biewald
I accidentially compared rubbish in the openntpd tests, thus they were not executed at all. Additionally, == was used instead of =.
2020-07-09add new test to test databaseSimon Biewald
2020-07-09detect and test for timesyncd w/o working timedatectlSimon Biewald
On systems without dbus timedatectl does not work. Thus it is checked if timesyncd currently runs and when /run/systemd/timesyncd/synchronized was last modified. Timesyncd touches this file on any sucessfull synchronization. This is documented in systemd-timesyncd(8). The new test for successfull documentation has the id TIME-3185.
2020-04-01[TIME-3104] search for files using find and strip potential characters that ↵Michael Boelen
may be unexpected
2020-03-25Corrected requirements to run testsMichael Boelen
2020-03-24Merge pull request #824 from Varbin/masterMichael Boelen
Add detection of OpenNTPD
2020-03-20Updated date/yearMichael Boelen
2020-01-08add openntpd detection and a few tests for itSimon Biewald
2019-12-18Code style improvement: quote argumentMichael Boelen
2019-10-22do set variable NTP_CONFIG_FOUND if ntp config is foundKristian Schuster
2019-09-21Fixed a typoMichael Boelen
2019-07-26Use IsRunning exit code instead of variableMichael Boelen
2019-07-16Use -n instead of ! -zMichael Boelen
2019-01-31Changed year and preparing for new releaseMichael Boelen
2018-09-19[TIME-3104] added more loggingMichael Boelen
2018-06-06[TIME-3160] Extend check for step-tickers file for RedHat (#553)Carsten Grohmann
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-04-23Changed file permissionsMichael Boelen
2018-04-23Propose fix some typos (#538)John Eismeier
2018-03-10[TIME-3160] improvements to detect step-ticker file and entriesMichael Boelen
2018-01-23Update tests to reflect new style profile configurationMichael Boelen
2018-01-18[TIME-3170] Chrony NetBSD supportMichael Boelen
2018-01-11Changed yearMichael Boelen
2017-11-29Fix detecting systemd timedate deamon (#494)Shaleen Jain
Fix detecting systemd timedate daemon
2017-10-31Check zero size of files correctly (#487)Katarina Durechova
from man test: -s FILE FILE exists and has a size greater than zero -z STRING the length of STRING is zero
2017-04-30[bulk change] cleaning up, code enhancements, initialization of variables, ↵Michael Boelen
and new tests
2017-04-23Apply substite for TIME-3148 and first batch of code enhancementsMichael Boelen
2017-03-13[TIME-3104] Test permissions before opening filesMichael Boelen
2017-03-06Various cleanups (#363)hlein
* 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-02-22[TIME-3148] new test for TZ variableMichael Boelen
2017-02-18[TIME-3116] skip stratum 16 items for time poolsMichael Boelen
2017-02-09Changed date and preparing for release2.4.1Michael Boelen
2016-10-19[TIME-3104] extended support for ChronyMichael Boelen
2016-10-19Update tests_time (#294)marcus-cr
2016-09-22Skip NTP checks from within a FreeBSD jail (#281)Alex Zepeda
2016-09-08Style improvements and command replacementsMichael Boelen