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
path: root/lynis
AgeCommit message (Collapse)Author
2022-09-24expected variable $NOWMassacre Networks
2022-09-17Moved section to discover current timestamp related to issue #1329Michael Boelen
2022-05-17Release 3.0.83.0.8Michael Boelen
2022-01-31Switch to pre-releaseMichael Boelen
2022-01-18Release 3.0.73.0.7Michael Boelen
2021-07-27Switch to pre-releaseMichael Boelen
2021-07-22Release 3.0.6Michael Boelen
2021-07-21Added check for outdated language fileMichael Boelen
2021-07-08Switch to pre-releaseMichael Boelen
2021-07-02Release 3.0.53.0.5Michael Boelen
2021-07-02Improve HostID generation and loggingMichael Boelen
2021-05-11Update lynisMichael Boelen
2021-05-11Lynis 3.0.4 release3.0.4Michael Boelen
2021-05-05Corrected the missing break in the codeRiaan Olivier
2021-05-05Corrected the missing break in the codeRiaan Olivier
2021-01-07Preparation for release 3.0.3Michael Boelen
2020-12-26Switch to pre-releaseMichael Boelen
2020-12-24Release 3.0.23.0.2Michael Boelen
2020-12-16Adding and improvement translated stringsStéphane
2020-11-09spelling: uninitializedJosh Soref
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-10-22Add translate function for all sectionsStéphane
+ add EN and FR up to date languages files
2020-10-16Move to pre-releaseMichael Boelen
2020-10-05Release 3.0.13.0.1Michael Boelen
2020-08-07Merge pull request #974 from igloonet/feature/warn-slow-setttingMichael Boelen
Command line option for slow test threshold
2020-08-04Changed suggestion text for 4+ months old versionMichael Boelen
2020-07-03Command line option for slow test thresholdKepi
IMHO it should be OK to run long tests if we count with it. Example: lynis audit system --slow-warning 300 Will warn when test takes longer than 300 seconds, instead of default 10.
2020-06-26Bump release dateMichael Boelen
2020-06-23Strip quotes in locale output, e.g. macOSMichael Boelen
2020-06-22Fix for language detection, unset LANG as right placeMichael Boelen
2020-06-19Switch to pre-releaseMichael Boelen
2020-06-18Release 3.0.03.0.0Michael Boelen
2020-06-18Merge pull request #594 from katkad/home_resultMichael Boelen
CVE-2020-13882: discovered by Sander Bos, code submission by Katarina Durechova - Store log and data file in home directory for non-privileged usage
2020-04-06Added support to require a detected and known package managerMichael Boelen
2020-04-02Renamed spools to spoolersMichael Boelen
2020-03-20Updated date/yearMichael Boelen
2020-03-04Remove 's' from word 'colours'Michael Boelen
2020-03-01allow for correct spelling for colour should drop the s from colours but didntMark Garrett
2019-11-18Only show message about 4+ months old if there is actually an update available.Michael Boelen
2019-11-18Add USR1 trap to show status such as active testMichael Boelen
2019-11-18Also cleanup when Lynis process is terminatedMichael Boelen
2019-09-17Implemented several code style improvementsMichael Boelen
2019-09-10Also prevent showing tool tip when quiet mode is usedMichael Boelen
2019-08-21Use more clear definition: Lynis is a pre-release or releaseMichael Boelen
2019-08-21Preparations for forensics scan modeMichael Boelen
2019-08-20Set default language if locale command does not existMichael Boelen
2019-08-20Only test if we have locale command, which is not always available (like ↵Michael Boelen
Alpine in Docker container)
2019-07-25New option: --usecwd to run from current working directoryMichael Boelen
2019-07-18PRIVILEGED var needs to set in both casesDavid
set PRIVILEGED in both cases, because now this variable is set before ". ${INCLUDEDIR}/consts" and needs not to be set in that file in order to not be reset to a default value. Also fix typo: PENTESTINGMODE is set when NO root privileges are used
2019-07-16Use -n instead of ! -zMichael Boelen
2019-07-15Show location for Lynis package and new documentationMichael Boelen