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
2022-08-24[DBS-1820] added newer style format for Mongo authorization settingMichael Boelen
2022-02-14#1270 added finding configuration files in the "etc" directory, even if they ↵Wojciech Banaś
are symlinks
2021-07-28Update tests_databasesGlowsome
Add mariadb as binary to check
2021-07-21Merge pull request #1137 from ↵Michael Boelen
teoberi/Lynis-with-PostgreSQL-13.1---test-ID-DBS-1826/DBS-1828 Lynis with PostgreSQL 13.1 test ID DBS-1826/DBS-1828
2021-01-07Update tests_databasesteoberi
Change pattern to detect all configuration files
2021-01-07Preparation for release 3.0.3Michael Boelen
2021-01-03Update tests_databasesteoberi
Fix the process name for PostgreSQL Add new path to variable FIND_PATHS Fix variable CONFIG_FILES Check permissions for configuration files
2021-01-03Update tests_databasesteoberi
Fix for Test: DBS-1816 - Check empty MySQL root password
2020-12-17Only retrieve exit codeMichael Boelen
Redirect output of the count and every error to /dev/null, so we only get the exit code
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-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