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-01-07Preparation for release 3.0.3Michael Boelen
2020-10-22Add translate function for all sectionsStéphane
+ add EN and FR up to date languages files
2020-03-20Updated date/yearMichael Boelen
2019-09-19Style improvementsMichael Boelen
2019-07-16Use -n instead of ! -zMichael Boelen
2019-06-24Minor cleanupsMichael Boelen
2019-06-24Non-functional code removed as it does not work as intended and lacks ↵Michael Boelen
required validation controls - Thanks to Sander Bos for reporting
2019-01-31Changed year and preparing for new releaseMichael Boelen
2018-10-05typo fix in warning message (#585)Przemysław Dąbek
2018-08-28detect if latest TAG is used (#575)superpoussin22
that's always better to specify the version, latest desn't mean latest version it can be a suggestion if you prefer
2018-08-15Missing quotes and better display (#570)superpoussin22
for KEY_USED
2018-08-15add a few basic test (#572)superpoussin22
2018-08-15add alpine support (#569)superpoussin22
also initialize a few variables which wasn't initialyzed
2018-08-07Update helper_audit_dockerfile (#568)superpoussin22
To support LABEL maintainer="toto" and LABEL maintainer "toto" correct syntax from docker is LABEL maintainer="xxxxxxxxxxxxxxx"
2018-01-11Changed yearMichael Boelen
2017-09-21Fix displayed result for signing keys check (#466)vins1993
The result of the signing keys check is saved under KEYS_USED variable, but SSL_USED was used to present the result to the end user.
2017-04-30[bulk change] cleaning up, code enhancements, initialization of variables, ↵Michael Boelen
and new tests
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-09Changed date and preparing for release2.4.1Michael Boelen
2016-08-10Removed unneeded fieldMichael Boelen
2016-04-28Replaced functions and minor cleanupsmboelen
2016-03-13Added link to website, blog, githubmboelen
2016-03-03Use proper variable for cURLmboelen
2016-01-11Use CreateTempFile for temporary file creationmboelen
2015-04-29Correction of Display functionmboelen
2015-01-30Adding helper tool for Dockerfile auditingmboelen