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
2017-09-07Release 2.5.52.5.5Michael Boelen
2017-09-06[CRYP-7902] fix for bourne shell and rewriteMichael Boelen
2017-09-06Allow for files with spacesMichael Boelen
2017-09-06Start development of 2.5.5Michael Boelen
2017-09-05Release 2.5.42.5.4Michael Boelen
2017-09-05Improve loggingMichael Boelen
2017-09-04Don't assume sshd version is in first line (#452)Brian Ginsbach
There are some versions of OpenSSH where the version information isn't in the first line (like NetBSD's with the HPN patches).
2017-09-04Various PAM cleanups for FreeBSD, NetBSD, and macOS. (#454)Brian Ginsbach
* Use PAM_DIRECTORY variable where appropriate * Skip checking FreeBSD/NetBSD pam.d/README as a PAM file FreeBSD and NetBSD install a README file in /etc/pam.d. Attempting to check this file as a PAM file just generates a lot of garbage exceptions in the log. * Handle 'include' as a PAM control-flag OpenPAM and some versions of Linux PAM can have a configuration where the control-flag is 'include'. Skip further processing as these files will be processed separately. * Add missing commonly seen specific PAMs Add some missing commonly seen specific PAMs from FreeBSD, NetBSD, and OS X/macOS. The OS X/macOS PAMs were taken from a 10.5 (Leopard) and 10.10 (Yosemite) system respectively. Both FreeBSD and NetBSD come with a pam_ssh PAM. Add a warning when found confitured as it presents a potential security risk (see pam_ssh(8) on FreeBSD/NetBSD).
2017-09-04Do not limit debsums to Debian systems (#457)Tom Reynolds
Debsums is supported on Debian and other systems as per GitHub issue #446. Undo commit d1969001c6df84ea58c7913140a7a03f6b2486a1.
2017-09-01Updated logMichael Boelen
2017-09-01Add Norwegian language file (#450)bruberg
2017-08-31When providing suggestion related to hostid, append to file instead of ↵Michael Boelen
overwriting
2017-08-31Detection of Linux Mint missed right fieldMichael Boelen
2017-08-30removed "update release" from menu (#448)tobiasfielitz
2017-08-29Support spaces in file names (#445)Bruno Vernay
* Support spaces in file names File names may contain spaces * Fixed 2more cases
2017-08-29Support spaces in file names (#444)Bruno Vernay
File names may contain spaces
2017-08-19Merge branch 'master' of https://github.com/CISOfy/lynisMichael Boelen
2017-08-19Updated logMichael Boelen
2017-08-19[PKGS-7380] Fix NetBSD packages vulnerabilities file name (#443)Brian Ginsbach
* [PKGS-7380] Fix NetBSD packages vulnerabilities file name * OS Detection: Add early Mac OS X releases
2017-08-19Updated logMichael Boelen
2017-08-19Preparations for APTMichael Boelen
2017-08-19Linux Mint detectionMichael Boelen
2017-08-18[CRYP-7902] add a test to filter out non-certificate filesMichael Boelen
2017-08-18[CRYP-7902] certificate validation changedMichael Boelen
2017-08-18Updated logMichael Boelen
2017-08-17Create CODE_OF_CONDUCT.mdMichael Boelen
2017-08-17Rename of file to preferred namingMichael Boelen
2017-08-17Textual improvementMichael Boelen
2017-08-17Updated logMichael Boelen
2017-08-17Improve systemd detectionMichael Boelen
2017-08-17[TOOL-5002] performance enhancement to reduce number of dirs/files to checkMichael Boelen
2017-08-17Switch to 2.5.4 developmentMichael Boelen
2017-08-17[TOOL-5002] rewrite of Ansible detectionMichael Boelen
2017-08-17Release 2.5.32.5.3Michael Boelen
2017-08-17[TOOL-5002] Ansible detection addedMichael Boelen
2017-08-17Ignore file access errors when trying to access themMichael Boelen
2017-08-17[HRDN-7230] Show single line when no malware scanner was detectedMichael Boelen
2017-08-16remove test for deprecated sshd option UsePrivilegeSeparation (#432)Lukas Pirl
see also https://www.openssh.com/txt/release-7.5
2017-08-16Do not unset PHPVERSION after detect it (#438)Tom H
2017-08-16Added php.ini locations for Ubuntu 16.04LTS (#439)Jason Soto
2017-08-08Updated logMichael Boelen
2017-08-08Set default log directory, or allow it be set per OSMichael Boelen
2017-08-08Redirect errors like file permissionsMichael Boelen
2017-08-03Updated logMichael Boelen
2017-08-03[NETW-3006] Updated detection of MAC addresses on LinuxMichael Boelen
2017-08-02Added /opt/apacheMichael Boelen
2017-07-31Updated logMichael Boelen
2017-07-31Enhanced detection for LXC and LXC over VM (#426)Stéphane BARBARAY
* Update functions * Update functions * Update tests_shells * Update tests_shells * Update IsVirtualMachine extra check on /proc/1/environ existence + Log result
2017-07-28Updated logMichael Boelen
2017-07-28[FILE-6310] match mount points by exact nameMichael Boelen