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 (Expand)Author
2016-05-12Ignore custom.prfMichael Boelen
2016-05-12Initial importMichael Boelen
2016-05-11Clean ups and added hints for contributionsMichael Boelen
2016-05-11[FILE-6376] Enabled contributed test and enhancementsMichael Boelen
2016-05-11FILE-xyzz : Bind mount the /var/tmp directory to /tmp (#193)Yann ILAS
2016-05-11FILE-6372 : error in awk comparaison (#192)Yann ILAS
2016-05-11Check of /dev/shm:nosuid,nodev,noexec (#194)Yann ILAS
2016-05-11The XFS root FS is not checked (#190)Yann ILAS
2016-05-11Alignment, restructuring, and quoting of -? optionMichael Boelen
2016-05-10Only use public keys for host ID creationMichael Boelen
2016-05-10Show called program name instead of just lynisMichael Boelen
2016-05-10Decrease length of hostid v2 as hostname is stored alreadyMichael Boelen
2016-05-10Added -? argument as alias for --helpMichael Boelen
2016-05-09Removed local variable assignment to prevent portability issuesMichael Boelen
2016-05-09Clean up unneeded log entriesMichael Boelen
2016-05-09Improve plugin execution and related loggingMichael Boelen
2016-05-09Show hardware address in logMichael Boelen
2016-05-05Create a version 2 host IDMichael Boelen
2016-05-05Added sha256 and sha256sum utilitiesMichael Boelen
2016-05-04Updated logMichael Boelen
2016-05-04[PKGS-7381] Check for vuln.xml fileMichael Boelen
2016-05-04Added check-value for custom configurations checkMichael Boelen
2016-05-04Initial work to profile for custom configurations check (key-value)Michael Boelen
2016-05-04Set default value for CHECKMichael Boelen
2016-05-03Rewritten counters and dealing with valuesMichael Boelen
2016-05-03Minor cleanups, including comment about -c option (deprecated soon)Michael Boelen
2016-05-03Changes to text output, show scan mode only when doing an actual scanMichael Boelen
2016-05-03Implemented linter suggestionsMichael Boelen
2016-05-03Performance: only use lshw at end, and when having root privilegesMichael Boelen
2016-05-03Don't show errors when we are running non-privilegedMichael Boelen
2016-05-03Remove blank line and spaceMichael Boelen
2016-05-03Code rewrites after lintingMichael Boelen
2016-05-03Code rewrites after lintingMichael Boelen
2016-05-03Improve readability and add missing ;;Michael Boelen
2016-05-03Proper call to WaitForKeyPressMichael Boelen
2016-05-03Remove inclusion of empty tests_custom fileMichael Boelen
2016-05-03Do an earlier detection of grsecurity and store result, so tests can be simpl...Michael Boelen
2016-05-02Updated logMichael Boelen
2016-05-02Remove tabs, test for all Red Hat clones, enhanced textMichael Boelen
2016-05-02- Running lynis from /etc/cron.daily some programs delete in-use files (#186)alobodzinski
2016-05-02Update tests_kernel (#185)StrangeBubble
2016-05-02Mark apt-get related tests to be root-onlyMichael Boelen
2016-05-02Add action to take when a file has not the right permissionsMichael Boelen
2016-05-02Simplify checking of file permissions on tests_customMichael Boelen
2016-05-02Added more guidelines for submitting patchesMichael Boelen
2016-05-02Add owner and group permissions checkMichael Boelen
2016-05-02Simplified file permission testMichael Boelen
2016-05-02Align message block when using non-privileged scanMichael Boelen
2016-05-02Determine if we warned user about weak file permissionsMichael Boelen
2016-05-02Try creating a temporary log and report file in unprivileged modemboelen