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-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
2017-10-19Merge branch 'master' of https://github.com/CISOfy/lynisMichael Boelen
2017-10-19Added HP-UX routine for GetHostIDMichael Boelen
2017-10-19fix for issue #453; simply add RPi/Raspian path to PAM_FILE_LOCATIONS (#475)dataking
2017-09-21Fix displayed result for signing keys check (#466)vins1993
The result of the signing keys check is saved under KEYS_USED variable, but SSL_USED was used to present the result to the end user.
2017-09-18[SHLL-6220] Improved detection of shell settings like TMOUTMichael Boelen
2017-09-18[SSH-7408] set default 'delayed' compression as a sane valueMichael Boelen
2017-09-17Add 127.0.1.1 to NETW-2704 testMichael Boelen
2017-09-16Minor changes to using local resolversMichael Boelen
2017-09-16Merge branch 'master' of https://github.com/CISOfy/lynisMichael Boelen
2017-09-16[NETW-2705] This is related to #437 and resolvconf but is split up. (#459)Ben Abrams
This specifically makes it so that when `/etc/resolv.conf` has one or more nameservers matching `127.0.[0-1].1` it should not warn as it is using local resolvers. We are simply using `grep -c "127.0.[0-1].1" /etc/resolv.conf` to determine this.