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
2018-01-23Overhaul of default profile settings and parsingMichael Boelen
2018-01-23Update tests to reflect new style profile configurationMichael 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-21Fix/amend DHCP client detection (#513)melak
- dhcpd is a server; the client is dhcpcd - While here, add udhcpc to the list of recognised DHCP clients
2018-01-20also find exim4 in MAIL-8802 (#512)mslifcak
2018-01-19Added 'system-groups' option for Enterprise usersMichael Boelen
2018-01-18Add possibility to define an array of allowed operating systems for a testMichael Boelen
2018-01-18[TIME-3170] Chrony NetBSD supportMichael Boelen
2018-01-18Added lsmod binaryMichael Boelen
2018-01-18Added vgdisplay binaryMichael Boelen
2018-01-18Added GRUB conf fileMichael Boelen
2018-01-18Implemented NetBSD patch: use correct syntax to compare valuesMichael Boelen
2018-01-18touchup BOOT_LOADER_SEARCHED setting for BOOT-5106 and BOOT-5108 (#511)mslifcak
2018-01-18Set ip binaryMichael Boelen
2018-01-18Minor code enhancementsMichael Boelen
2018-01-18Added getcap and grpck backMichael Boelen
2018-01-18Remove service manager reference from systemctl, minor cleanupMichael Boelen
2018-01-18Additional code enhancementsMichael Boelen
2018-01-17Code enhancementsMichael Boelen
2018-01-17VBoxService running is another VirtualBox clue (#505)mslifcak
2018-01-17remove non printable characters from code (#470)BlessJah
Non printable ESC character is required to obtain terminal escape sequence i.e. for changing output color. Such sequences (especially ESC character) were replaced by command substitution producing exactly same result (variable value), but using only "safe" characters. Use of printf and especialy '\033' or '\0ddd' sequences is described here: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/printf.html#tag_20_94_13 Use of $(command) or command substitution is described here: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_06_03 Verbatim TAB characters were replaced with \t escape sequence as described to avoid problems with editors silently replacing them or developer accidentialy messing up the regex.
2018-01-17Pin svc mgr (#506)mslifcak
* systemctl does not mean systemd is used * Check for systemd active * determine service manager if not already set
2018-01-17Enhancements to reduce file access and removing unneeded variablesMichael Boelen
2018-01-17sort BIN_PATHS before process (#510)mslifcak
2018-01-13Changed Process name search for Bitdefender test. (#503)Jason Soto
* Added php.ini locations for Ubuntu 16.04LTS * Switched Process name Search Bitdefender * Switched Process name Search Bitdefender
2018-01-13[PHP-2379] added quotesMichael Boelen
2018-01-11Use PATH variable as first method to scan directoriesMichael Boelen
2018-01-11Rename variableMichael Boelen
2018-01-11Use different variable in for loopMichael Boelen
2018-01-11Added alias for skipping pluginsMichael Boelen
2018-01-11Added solution, extended timestamps key values, allow multiple valuesMichael Boelen
2018-01-11Changed yearMichael Boelen
2018-01-11lynis should not suggest suhosin for PHP 7 (#498)n[oO]ne
2017-12-24\-C flag of ps is different on BSDMichael Boelen
2017-12-08Changes for new plugin class 'hardware'Michael Boelen
2017-11-29Fix detecting systemd timedate deamon (#494)Shaleen Jain
Fix detecting systemd timedate daemon
2017-11-25Support for allow-auto-purge option in profilesMichael Boelen
2017-11-08fixing "Repository listed more than once" issue (#449) (#490)wschaft
2017-10-31Check zero size of files correctly (#487)Katarina Durechova
from man test: -s FILE FILE exists and has a size greater than zero -z STRING the length of STRING is zero
2017-10-29Code enhancements and textual changeMichael Boelen
2017-10-29Improve IsRunning function to match full process namesMichael Boelen
2017-10-29Use full match for Little SnitchMichael Boelen
2017-10-29Code enhancements, improve detection for PuppetMichael Boelen
2017-10-29Added --silent as parameter for --quietMichael Boelen
2017-10-26Filter only relevant messages for reportMichael Boelen
2017-10-24Spacing and readabilityMichael Boelen
2017-10-24Corrected descriptionMichael Boelen
2017-10-24Add additional DirectAdmin paths for php.ini (#479)James White