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
2021-01-07Preparation for release 3.0.3Michael Boelen
2020-03-23Fixed 'lynis show details' outputMichael Boelen
2020-03-20Add OS to 'show eol' and make output easier to parseMichael Boelen
2020-03-20Updated date/yearMichael Boelen
2020-02-14Set preferred option to skip plugin executiont o --no-plugins, as that is ↵Michael Boelen
more in line with the other 'no' options
2019-09-19Style and log improvementsMichael Boelen
2019-08-21Added initial support for DevOps mode to improve continuous integrationMichael Boelen
2019-08-21Preparations for forensics scan modeMichael Boelen
2019-07-29Document --usecwd in helper_show and manDavid Marzal
2019-07-16Use -n instead of ! -zMichael Boelen
2019-07-14Add missing commands to show command helperDavid
configure,generate,update,upload-only
2019-07-13Merge pull request #727 from Marzal/showhelperversionMichael Boelen
Prepend sed to discard '## ' in CHANGELOG.md
2019-07-13New command: lynis generate systemd-unitsMichael Boelen
2019-07-13Prepend sed to discard '## ' in CHANGELOG.mdDavid
Since version 2.6.6 CHANGELOG.md has markdown formatting. This breaks the show changelog command. This is a workaound to "fix" the issue without changing all the versions in CHANGELOG.md
2019-06-17Include 'generate' commandMichael Boelen
2019-04-13Added new 'generate' commandMichael Boelen
2019-03-04Added 'show eol' commandMichael Boelen
2019-01-31Changed year and preparing for new releaseMichael Boelen
2018-08-27Minor cleanupsMichael Boelen
2018-08-27Updated list of options and man pageMichael Boelen
2018-06-26Removed 'update release' from help textMichael Boelen
2018-01-11Changed yearMichael Boelen
2017-06-21Add lowercase path for changelog search (eg: Fedora/EPEL pkg) (#408)Athmane Madjoudj
2017-04-30[bulk change] cleaning up, code enhancements, initialization of variables, ↵Michael Boelen
and new tests
2017-03-08A bunch of Solaris compatibility tweaks (#367)hlein
* Work around Solaris' /bin/sh not being POSIX. If /usr/xpg4/bin/sh is present, we are (definitely?) on Solaris or a derivative, and /bin/sh cannot be trusted to support POSIX, but /usr/xpg4/bin/sh can be. Exec it right away. * Work around Solaris 'which' command oddity. Solaris' (at least) 'which' command outputs not-found errors to STDOUT instead of STDERR. This makes "did we get any output from which" checks insufficient; piping to grep -v the "no foo in ..." message should work. Note that this patch set includes all such uses of which that I could find, including ones that should never be reached on Solaris (i.e. only executed on some other OS) just for consistency. * Improved alternate-sh exec to avoid looping. * Solaris' /usr/ucb/echo supports -n. * Check for the best hash type that openssl supports. When using openssl to generate hashes, do not assume it supports sha256; try that, then sha1, then give up and use md5. * Solaris does not support sed -i; use a tempfile. * Use the full path for modinfo. When running as non-root, /usr/sbin/ might not be in PATH. include/tests_accounting already calls modinfo by full path, but include/tests_kernel did not. * Solaris find does not support -maxdepth. This mirrors the logic already in tests_homedirs. * Use PSBINARY instead of ps. * Work around Solaris' date not supporting +%s. Printing nawk's srand value is a bizarre but apparently once popular workaround for there being no normal userland command to print UNIX epoch seconds. A perl one-liner is the other common approach, but nawk may be more reliably present on Solaris than perl. * Revert to using sha1 for HOSTID. * Whitespace cleanup for openssl hash tests.
2017-03-01Code cleanups and removed 'lynis update release' commandMichael Boelen
2017-02-09Changed date and preparing for release2.4.1Michael Boelen
2017-02-05Updated commandsMichael Boelen
2016-10-16Add 'lynis show environment'Michael Boelen
2016-10-16Added 'lynis show os' command and detection improvementMichael Boelen
2016-10-13Add upload-only commandMichael Boelen
2016-08-26Added 'details' to helpMichael Boelen
2016-08-26New command 'lynis show details' to display test detailsMichael Boelen
2016-08-02Show --log-file on its own lineMichael Boelen
2016-07-30Catting of changelog removedMichael Boelen
2016-07-30Removed unneeded spacing instructionsMichael Boelen
2016-07-27Removed --info from options, as it has been replaced with 'lynis update info'Michael Boelen
2016-07-27Make Lynis run in quick mode by defaultMichael Boelen
2016-07-24Improve detection and display of gzipped changelogMichael Boelen
2016-07-24Update remaining items for categories and groupsMichael Boelen
2016-07-24Rename of categories, introduction of groupsMichael Boelen
2016-07-24Add 'lynis show changelog' to display release detailsMichael Boelen
2016-07-24Add category and display more details about testsMichael Boelen
2016-07-18Remove colors properly with one function (contribution: Mike Slifcak at PindropMichael Boelen
2016-07-13Allow showing categories, logfile, report, and test detailsMichael Boelen
2016-07-12Proper display of tool tips configuration, while not showing tips when using ↵Michael Boelen
show module
2016-07-05Add --configured-only option to lynis show settingsMichael Boelen
2016-07-05Implement tooltipsMichael Boelen
2016-07-05Migrate to new options, including skip-pluginsMichael Boelen
2016-07-05Add lynis show settings with --brief and --nocolors optionsMichael Boelen