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-04-01[LOGG-2190] skip mysqld related entriesMichael Boelen
2020-03-20Updated date/yearMichael Boelen
2019-12-18Code style improvement: quote argumentMichael Boelen
2019-09-17Implemented several code style improvementsMichael Boelen
2019-09-13Tests using lsof may ignore threads (if supported)Michael Boelen
2019-09-10[LOGG-2154] support new-style rsyslog configuration for remote targetsMichael Boelen
2019-07-31[LOGG-2154] corrected output of files in /etc/rsyslog.d directoryMichael Boelen
2019-07-31Reversed if/then to show correct status of minilogdMichael Boelen
2019-07-26[LOGG-2154] added support for rsyslog configurationsMichael Boelen
2019-07-26Use IsRunning exit code instead of variableMichael Boelen
2019-07-16Use -n instead of ! -zMichael Boelen
2019-03-21[LOGG-2180] minor cleanupMichael Boelen
2019-03-15[LOGG-2154] Adjusted test to search in configuration file correctlyMichael Boelen
2019-01-31Changed year and preparing for new releaseMichael Boelen
2018-12-29[LOGG-2190] added filter for MariaDB, tested onCentOSMichael Boelen
2018-07-25[LOGG-2190] ignore /dev/zero and /dev/[aio] as deleted filesMichael Boelen
2018-04-23Changed file permissionsMichael Boelen
2018-04-23Propose fix some typos (#538)John Eismeier
2018-01-11Changed yearMichael 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-02-09Changed date and preparing for release2.4.1Michael Boelen
2016-09-14Removed warning and added more report dataMichael Boelen
2016-09-10Code cleanups and generic enhancementsMichael Boelen
2016-09-08Style improvements and command replacementsMichael Boelen
2016-09-05[LOGG-2146] Changed text and styleMichael Boelen
2016-08-25Use detected binariesMichael Boelen
2016-08-22Added LOGG-2192 testMichael Boelen
2016-08-18[LOGG-2190] ignore files in /tmp caused by early MySQL 5.x releasesMichael Boelen
2016-08-18Filter out open+deleted files held by MySQL <5.6 (#210)Eric Light
Resolves #209
2016-08-10Removed unneeded fieldMichael Boelen
2016-08-10Removed unneeded field for warnings and suggestionsMichael Boelen
2016-07-24Rename of categories, introduction of groupsMichael Boelen
2016-06-18Replaced text strings to allow translationsMichael Boelen
2016-05-03Proper call to WaitForKeyPressMichael Boelen
2016-05-03Do an earlier detection of grsecurity and store result, so tests can be ↵Michael Boelen
simplified
2016-05-02Remove tabs, test for all Red Hat clones, enhanced textMichael Boelen
2016-05-02- Running lynis from /etc/cron.daily some programs delete in-use files (#186)alobodzinski
- grep for whole words to ignore - logging what exactly keeps a file open can be very helpful
2016-04-28Replaced old function names with new onesmboelen
2016-04-26Remove tabmboelen
2016-03-22Hide fail2ban open+deleted file warning with grsecEric Light
One of the features in grsecurity also prevents Fail2Ban from creating a temp file under /var/tmp. I've been unable to pinpoint the line in fail2ban which causes the issue, but have confirmed it's related to Fail2Ban. Note: disabling the PaX MPROTECT function on /usr/bin/python will also resolve this issue, but it's better to keep MPROTECT on.
2016-03-13Removed copyright line, added descriptionmboelen
2016-03-13Added link to website, blog, githubmboelen
2015-12-22[LOGG-2154] Check for remote syslogging, more in-depth testingmboelen
2015-12-21Rename of logtext and report functions, upcoming year changemboelen
2015-12-04Remote syslog server not detected for syslog-ngAlexander Lobodzinski
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-10-04Combine "sort | uniq" into "sort -u" to reduce the number of processes used ↵SiemKorteweg
for running Lynis. The busybox version of sort also supports the -u option.
2015-09-24Corrected logging for tests related to /etc/newsyslog.conf parsingmboelen
2015-07-22Copyright line changes and cleanupsmboelen