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
2021-01-07Merge pull request #905 from topimiettinen/check-non-native-binary-formatsMichael Boelen
Check for registered non-native binary formats
2021-01-07Update CHANGELOG.mdMichael Boelen
2021-01-07Added CCBINARY and GCCBINARYMichael Boelen
2021-01-07Small style improvementMichael Boelen
2021-01-07Merge pull request #1004 from Varbin/1003-os-detectionMichael Boelen
Test for LINUX_VERSION before setting it again
2021-01-07Merge pull request #1100 from teoberi/Lynis-with-MariaDB->-10.4Michael Boelen
[DBS-1816] Force test to check only password authentication
2021-01-06Merge pull request #1104 from steph78630/masterMichael Boelen
Add and improvements strings (GUI)
2021-01-06Merge pull request #1099 from gcsgithub/masterMichael Boelen
fix syntax must include ${}
2021-01-05Add and improvements stringsStéphane
2021-01-03Update tests_databasesteoberi
Fix for Test: DBS-1816 - Check empty MySQL root password
2021-01-03Merge pull request #5 from gcsgithub/soedevMark Garrett
Syntax fix was only valid in ksh93+
2021-01-03Syntax fix was only valid in ksh93+Mark Garrett
2021-01-01Merge pull request #1097 from bginsbach/krnl-5677Michael Boelen
Add support for NetBSD to KRNL-5677 test and allow multiple platforms in Register function.
2021-01-01KRNL-5677 add NetBSDBrian Ginsbach
It is possible that NetBSD has the `proc` filesystem mounted. When `/proc` is mounted there will be a `/proc/cpuinfo`. Handle the simple case first (`proc` filesystem mounted). There are multiple other means to determine PAE/NX without `/proc/cpuinfo`.
2021-01-01Multiple platform support in RegisterBrian Ginsbach
Support specifying multiple platforms with `--platform`. Useful as not all operating systems identify identical hardware (platforms) with the same name (example x86_64 and amd64).
2020-12-28Remove check at this placeMichael Boelen
2020-12-26Switch to pre-releaseMichael Boelen
2020-12-26Improved call-to-action when OS is unknownMichael Boelen
2020-12-26Added support for Parrot GNU/LinuxMichael Boelen
2020-12-24Release 3.0.23.0.2Michael Boelen
2020-12-24Release 3.0.2Michael Boelen
2020-12-24Merge pull request #1087 from konstruktoid/ISSUE1085Michael Boelen
only fail AUTH-9230 if both SHA_CRYPT_{MIN,MAX}_ROUNDS are undefined
2020-12-22Merge pull request #933 from topimiettinen/check-clip-os-sysctlsMichael Boelen
[KRNL-6000] Check more sysctls
2020-12-22Merge pull request #3 from gcsgithub/soedevMark Garrett
Soedev
2020-12-22Merge pull request #2 from CISOfy/masterMark Garrett
refresh dev branch from master project
2020-12-18Updated logMichael Boelen
2020-12-18Added elementary OSMichael Boelen
2020-12-17Fix: missing curly bracketMichael Boelen
2020-12-17Only retrieve exit codeMichael Boelen
Redirect output of the count and every error to /dev/null, so we only get the exit code
2020-12-17Merge pull request #1088 from steph78630/masterMichael Boelen
Addition and improvement of translated strings
2020-12-17Merge pull request #1062 from Varbin/solaris-loghost-not-localhostMichael Boelen
Test if loghost is not localhost
2020-12-16Adding and improvement translated stringsStéphane
2020-12-16Adding and improvement translated stringsStéphane
2020-12-16Adding and improvement translated stringsStéphane
2020-12-16indentationThomas Sjögren
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2020-12-15Merge pull request #1060 from Varbin/solaris-netstatMichael Boelen
[NETW-3012] Use netstat on Solaris to gather listening ports
2020-12-15Merge pull request #1064 from Varbin/solaris-ips-svcsMichael Boelen
Add support for Solaris services, run BOOT-5184 there
2020-12-15Mark test as multi-OS by removing all valuesMichael Boelen
2020-12-15Merge pull request #1074 from Varbin/german-translationMichael Boelen
Extend German translation and add more translated statuses
2020-12-15Merge pull request #1079 from Varbin/1078-path-spacesMichael Boelen
Quote binary variables during SUID/GID enumeration
2020-12-15Merge pull request #1076 from Varbin/1075-solaris-hostidMichael Boelen
Use first e1000 interface and break after match (for hostid generation on Solaris)
2020-12-15Merge pull request #1080 from ElviaSchoultz/patch-1Michael Boelen
Add EndeavourOS to osdetection.
2020-12-15nitpick about new lineThomas Sjögren
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2020-12-15only check the lowest hashing round value, and correct log textThomas Sjögren
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2020-12-14only fail AUTH-9230 if no _MAX_ROUNDS is definedThomas Sjögren
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2020-11-24Add EndeavourOS to osdetection.ElviaSchoultz
Fixes problem #1077
2020-11-21Quote binary variables during SUID/GID enumerationSimon Biewald
Fixes cisofy/lynis#1078. Signed-off-by: Simon Biewald <sbiewald@fam-biewald.de>
2020-11-15Use first e1000 interface and break after matchSimon Biewald
Fixes CISOfy/lynis#1075. Before this commit, the interfaces "e1000g1" and "net0" were allowed. The name "e1000g0" is appended to the list. After finding an interface, the loop is interrupted now. As previously "net0" was always used, even if another interface was available, the list is reordered to "net0 e1000g1 e1000g0" to not break previous generations. A typo is also fixed ("No interface found op Solaris ..." -> "No interface found on"). Signed-off-by: Simon Biewald <simon@fam-biewald.de>
2020-11-15Fix typosSimon Biewald
Signed-off-by: Simon Biewald <simon@fam-biewald.de>