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
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