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-02-14#1270 added finding configuration files in the "etc" directory, even if they ↵Wojciech Banaś
are symlinks
2021-05-04[LOGG-2138] Do not check for klogd when metalog is being usedJohannes Heimansberg
Metalog comes with its own kernel logger, so there is no need to also run klogd.
2021-01-07Preparation for release 3.0.3Michael Boelen
2021-01-03Syntax fix was only valid in ksh93+Mark Garrett
2020-12-17Fix: missing curly bracketMichael Boelen
2020-12-17Merge pull request #1088 from steph78630/masterMichael Boelen
Addition and improvement of translated strings
2020-12-17Merge pull request #1062 from Varbin/solaris-loghost-not-localhostMichael Boelen
Test if loghost is not localhost
2020-12-16Adding and improvement translated stringsStéphane
2020-10-25Test if loghost is not localhostSimon Biewald
On Solaris, the name loghost can be used to point to remote log servers. By default loghost is configured to 127.0.0.1, logging to the local machine. Thus a new test - LOGG-2153 - is created to test if loghost is not localhost and LOGG-2154 is modified to ignore @loghost lines if loghost is localhost.
2020-10-22Add translate function for all sectionsStéphane
+ add EN and FR up to date languages files
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