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-18[SSH-7408] set default 'delayed' compression as a sane valueMichael Boelen
2017-09-18Updated logMichael Boelen
2017-09-18Updated translationsMichael Boelen
2017-09-17Show language in outputMichael Boelen
2017-09-17Extended and activated languagesMichael Boelen
2017-09-17Updated logMichael Boelen
2017-09-17Update es (#464)Jesus Christian Cruz Acono
added more strings
2017-09-17Add 127.0.1.1 to NETW-2704 testMichael Boelen
2017-09-16Updated logMichael 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.
2017-09-16Code enhancementMichael Boelen
2017-09-16Improve process detectionMichael Boelen
2017-09-16Improved IsRunning() process matching (#463)FlorentCoppint
2017-09-12Added extra legal words for bannersMichael Boelen
2017-09-12Change to developmentMichael Boelen
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