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-11-09Merge pull request #1069 from Varbin/1065-opensolaris-invalid-charactersMichael Boelen
Use `od` only for displaying invalid characters
2020-11-09spelling: containsJosh Soref
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-10-29Use `od` only for displaying invalid charactersSimon Biewald
The first od is removed, the second time is moved to right before echoing the characters. On certain OpenSolaris distributions, `od` always outputs spaces, even if the input is empty. The spaces would have been converted to !space!, thus Lynis detected invalid characters / old style configuration. Resolves cisofy/lynis#1065. Signed-off-by: Simon Biewald <simon@fam-biewald.de>
2020-06-21Remove unneeded line in log to prevent double entryMichael Boelen
2020-06-21Add log entry to help troubleshooting users that still use old-style ↵Michael Boelen
configuration entries in profile
2020-04-02[CRYP-7902] Optionally check also certificates provided by packagesTopi Miettinen
The package maintainers are not immune to mistakes or they might not always provide timely updates, so let's check (optionally) more certificates even if they are delivered by packages. I found three expired certificates in my Debian/unstable system, thanks to changed Lynis. Signed-off-by: Topi Miettinen <toiwoton@gmail.com>
2020-03-25Add specific control ID for warnings regarding usage of deprecated optionsMichael Boelen
2020-03-25Improved warning message with 'how to resolve'Michael Boelen
2020-03-20Updated date/yearMichael Boelen
2019-10-29grep doesn't work with '\|' in AIX. grep -E is more POSIX compliant.Marzal
2019-09-21Fixed a typoMichael Boelen
2019-09-19Style improvementsMichael Boelen
2019-08-20Set hyphen as last character to allow it being matchedMichael Boelen
2019-08-20Stop execution if unexpected characters were found. Also move hyphen to end ↵Michael Boelen
to list, otherwise it may not work as a matchin character
2019-07-18Textual changeMichael Boelen
2019-07-16Use -n instead of ! -zMichael Boelen
2019-07-14Long format for od does not exist on BSDMichael Boelen
2019-07-12Run non-interactive by default, use --wait to enforce waiting after ↵Michael Boelen
finishing a group of tests
2019-07-08Fix: split directoriesMichael Boelen
2019-07-08New profile option to ignore specified certificate directoriesMichael Boelen
2019-07-08Added option: ssl-certificate-paths-to-ignoreMichael Boelen
2019-07-07Add deprecation message for old format and added check for ↵Michael Boelen
unexpected/invalid characters in profile (additional security measure)
2019-07-03New option to disable plugins via profileMichael Boelen
2019-01-31Changed year and preparing for new releaseMichael Boelen
2018-01-23Overhaul of default profile settings and parsingMichael Boelen
2018-01-23Deprecate internal updater optionsMichael Boelen
2018-01-23Add 'compliance-standards' as profile option, compliance_standards will be ↵Michael Boelen
deprecated
2018-01-23Mark deprecated options as a warningMichael Boelen
2018-01-19Added 'system-groups' option for Enterprise usersMichael Boelen
2018-01-11Changed yearMichael Boelen
2017-11-25Support for allow-auto-purge option in profilesMichael Boelen
2017-10-24Spacing and readabilityMichael Boelen
2017-06-22Allow tags and system-customer-name to be specifiedMichael Boelen
2017-04-30[bulk change] cleaning up, code enhancements, initialization of variables, ↵Michael Boelen
and new tests
2017-03-08Rename host_alias to hostname_aliasMichael Boelen
2017-03-05Code enhancements and allow host alias to be defined in profileMichael Boelen
2017-02-28Corrected variable for data uploadsMichael Boelen
2017-02-21Set correct variable for data upload modeMichael Boelen
2017-02-21Allow data uploads to be configured in profileMichael Boelen
2017-02-16Allow colored output to be configured from profileMichael Boelen
2017-02-09Changed date and preparing for release2.4.1Michael Boelen
2016-12-02Allow option to configure host IDs via profileMichael Boelen
2016-10-26Updated profiles (#300)marcus-cr
* Updated profiles Added “personal” machine-role, changed “desktop” to “workstation”. * Changed Default Profile Amended roles of system: changed “desktop” to “workstation”, and added “personal”.
2016-09-24Show possible solution with findingsMichael Boelen
2016-08-18Support sysctl checks with multiple profilesMichael Boelen
2016-08-13Aligning of codeMichael Boelen
2016-08-13Corrected setting display for show-tool-tipsMichael Boelen
2016-08-13Always register strict code checking in settingsMichael Boelen
2016-08-13Adjusted setting in registrationMichael Boelen