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
2018-05-02Check for available parameter when using profile or plugindirMichael Boelen
2018-01-11Added alias for skipping pluginsMichael Boelen
2018-01-11Changed yearMichael Boelen
2017-10-29Added --silent as parameter for --quietMichael Boelen
2017-06-21Show full command for remote usageMichael Boelen
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-03-01Code cleanups and removed 'lynis update release' commandMichael Boelen
2017-02-09Changed date and preparing for release2.4.1Michael Boelen
2017-02-05Updated commandsMichael Boelen
2016-11-05Fix Dockerfile audit (#313)Michael Mior
2016-10-28Improve usage and display of update toolMichael Boelen
2016-10-13Add upload-only commandMichael Boelen
2016-08-26New command 'lynis show details' to display test detailsMichael Boelen
2016-08-23Do not show update message when using 'show' helperMichael Boelen
2016-08-18Added aliases for --tests-from-groupMichael Boelen
2016-08-16Added --bin-dirs optionMichael Boelen
2016-08-15Added --rootdir for forensicsMichael Boelen
2016-07-28Allow strict code checking for developersMichael Boelen
2016-07-28Check for number of argumentsMichael Boelen
2016-07-27Make Lynis run in quick mode by defaultMichael Boelen
2016-07-26Replaced function with generic echo, as functions are not available yetMichael Boelen
2016-07-24Rename of categories, introduction of groupsMichael Boelen
2016-07-18Remove colors properly with one function (contribution: Mike Slifcak at PindropMichael Boelen
2016-07-18Add 'update check' as exampleMichael Boelen
2016-07-12Proper display of tool tips configuration, while not showing tips when using ↵Michael Boelen
show module
2016-07-11Add blue colors for tipsMichael Boelen
2016-07-05Disable color status and clear blue colorMichael Boelen
2016-07-05Implement tooltipsMichael Boelen
2016-05-15Added --man-page aliasMichael Boelen
2016-05-15Add helper tool 'configure'Michael Boelen
2016-05-14Improve screen output of 'lynis update info'Michael Boelen
2016-05-14Initial support for remote scanning with: lynis audit system remoteMichael Boelen
2016-05-12Remove debugging detailsMichael Boelen
2016-05-11Alignment, restructuring, and quoting of -? optionMichael Boelen
2016-05-10Added -? argument as alias for --helpMichael Boelen
2016-05-03Minor cleanups, including comment about -c option (deprecated soon)Michael Boelen
2016-05-02Added alias --no-plugins to skip pluginsmboelen
2016-04-26Added developer mode (--developer)mboelen
2016-04-25Removed --config option in favor of lynis show profilesmboelen
2016-04-25Allow skipping of plugins with --skip-plugins or skip-pluginsmboelen
2016-04-25Set quiet and quickmode when using --show-warnings-only or show-warnings-onlymboelen
2016-04-25Allow show-warnings-only and --(show-)warnings-only optionmboelen
2016-04-23Allow additional profile with --profilemboelen
2016-04-19Add --verbose optionmboelen
2016-04-13Add --plugindir as alias to --plugin-dirmboelen
2016-04-07Support for show helper utilitymboelen
2016-04-05Clean up of old variablesmboelen
2016-03-30Removed old Display function parameter --textmboelen
2016-03-30Use echo when checking parameters to prevent incorrect issues with screen outputmboelen