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
2020-03-20Updated date/yearMichael Boelen
2019-12-18Code style improvement: quote argumentMichael Boelen
2019-10-14Databases - variables initializationKatarina Durechova
2019-10-08Added new test DBS-1828Michael Boelen
2019-09-21Fixed a typoMichael Boelen
2019-07-26Combined sort and uniq to sort -uMichael Boelen
2019-07-16Use -n instead of ! -zMichael Boelen
2019-01-31Changed year and preparing for new releaseMichael Boelen
2018-09-19[DBS-1882] added support for QNAP pathMichael Boelen
2018-09-19[DBS-1882] added /usr/local/redis/etc pathMichael Boelen
2018-04-23Changed file permissionsMichael Boelen
2018-03-22Issue/288 (#530)Oliver Mueller
* enhanced check "DBS-1816: mysql root user with empty password" to avoid false positived when authentication plugins are used * fixed indent to spaces
2018-01-11Changed yearMichael Boelen
2017-04-30[bulk change] cleaning up, code enhancements, initialization of variables, ↵Michael Boelen
and new tests
2017-04-23Code enhancementsMichael Boelen
2017-03-09[DBS-1882] include redis.confMichael 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-10Rename authentication to authorizationMichael Boelen
2017-02-10[DBS-1818] MongoDB statusMichael Boelen
2017-02-10[DBS-1820] Test for MongoDB authenticationMichael Boelen
2017-02-09Changed date and preparing for release2.4.1Michael Boelen
2016-09-10Code cleanups and generic enhancementsMichael Boelen
2016-09-08Style improvements and command replacementsMichael Boelen
2016-08-25Use detected binariesMichael Boelen
2016-08-24[DBS-1816] Set skip reason variableMichael Boelen
2016-08-14Changed text for Redis testMichael Boelen
2016-08-13Define Redis (server) running status in reportMichael Boelen
2016-08-13Add support for multiple Redis configuration files and permission checkMichael Boelen
2016-08-13Add details on why a test is skippedMichael Boelen
2016-08-13Extended details for Redis testsMichael Boelen
2016-08-12Added DBS-1888 to test for Redis bound to localhostMichael Boelen
2016-08-12Added DBS-1886 to find renamed CONFIG command in RedisMichael Boelen
2016-08-12Redefined test with requirepass optionMichael Boelen
2016-08-11Added Redis tests DBS-1882 and DBS-1884Michael Boelen
2016-08-10Removed unneeded fieldMichael Boelen
2016-07-30[DBS-1880] Corrected variable name and styleMichael Boelen
2016-07-24[DBS-1880] Detection for redisMichael Boelen
2016-07-24Rename of categories, introduction of groupsMichael Boelen
2016-06-18Replaced text strings to allow translationsMichael Boelen
2016-04-28Replaced old function names with new onesmboelen
2016-04-02Generic improvements for debug status, and cleaning up codemboelen
2016-04-02[DBS-1860] Changes to test to make it more optimizedmboelen
2016-04-02Checks if DB2 LUW is running on a serverAndres Gomez Casanova
The check if performing by doing a grep on db2sysc, the DB2 instance process.
2016-03-13DBS-1816: Removed suggestionmboelen
2016-03-13Changed text and linksmboelen
2015-12-21Rename of logtext and report functions, upcoming year changemboelen
2015-10-10Optimized use of cat, grep and awk.SiemKorteweg
Detection of duplicate entries in /etc/hosts is now more robust. On CentOS7 the SERVICE_MANAGER is detected correctly.
2015-09-07Delete trailing whitespaceLaurent Quillerou
2015-01-03Update of the files to reflect HTTPS version of website and 2015. Happy New ↵mboelen
Year!
2014-09-15Code cleanup and small enhancementsmboelen