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
2016-07-13Release 2.3.02.3.0Michael Boelen
2016-07-13Removed Debian directory, as that is handled now in CISOfy/lynis-sdkMichael Boelen
2016-07-13Show all tests uppercase and remove first space from list for correct displayMichael Boelen
2016-07-13Allow showing categories, logfile, report, and test detailsMichael Boelen
2016-07-13Initial import of tests database to be used with lynis show testsMichael Boelen
2016-07-13Change in help textMichael Boelen
2016-07-13New release 2.3.0Michael Boelen
2016-07-13Exit cleanly when displaying categoriesMichael Boelen
2016-07-13Add reference to software repository for Lynis packagesMichael Boelen
2016-07-12Updated language filesMichael Boelen
2016-07-12Minor code cleanupMichael Boelen
2016-07-12Set initial value for language and improve auto detectionMichael Boelen
2016-07-12Proper display of tool tips configuration, while not showing tips when using ↵Michael Boelen
show module
2016-07-11Add blue colors for tipsMichael Boelen
2016-07-11Merge and initial changes for new tests FILE-6344 and FILE-6430Michael Boelen
2016-07-11added test FILE-6337: check if /proc mounted with hidepid=(1|2) (#225)Lukas Pirl
to hide users' sensitive files in /proc from other users (see `man proc` for details)
2016-07-11Updated logMichael Boelen
2016-07-11Updated timestampMichael Boelen
2016-07-11added test for AllowAgentForwarding being turned off (#222)Lukas Pirl
for reasons, see links below: https://wiki.mozilla.org/Security/Guidelines/OpenSSH#SSH_agent_forwarding https://heipei.github.io/2015/02/26/SSH-Agent-Forwarding-considered-harmful/
2016-07-11[BOOT-5122] Extended password checkMichael Boelen
2016-07-11Merge branch 'master' of https://github.com/CISOfy/lynisMichael Boelen
2016-07-11Update tests_boot_services (#201)ratrop
Added detection of password for Grub2 in Ubuntu 14.04 LTS. Previous version doesn't detect it.
2016-07-11[FILE-6430] initial import and changesMichael Boelen
2016-07-11Merge branch 'master' of https://github.com/CISOfy/lynisMichael Boelen
2016-07-11Update logMichael Boelen
2016-07-11Set log date to similar format as normal log entriesMichael Boelen
2016-07-11Set date of break lines to similar format as normal log entriesMichael Boelen
2016-07-11Remove the support of some filesystems (#205)Yann ILAS
For now keeping the test as-is and merge.
2016-07-11expect value of sysctl:kernel.kptr_restrict to be 2 (#224)Lukas Pirl
from https://lwn.net/Articles/420403/: """ The %pK format specifier is designed to hide exposed kernel pointers, specifically via /proc interfaces. Exposing these pointers provides an easy target for kernel write vulnerabilities, since they reveal the locations of writable structures containing easily triggerable function pointers. The behavior of %pK depends on the kptr_restrict sysctl. […] If kptr_restrict is set to 2, kernel pointers using %pK are printed as 0's regardless of privileges. """
2016-07-11[HTTP-6632] fix for proper detection of Apache modulesMichael Boelen
2016-07-05More reorganizing as options will be deprecatedMichael Boelen
2016-07-05Add --configured-only option to lynis show settingsMichael Boelen
2016-07-05Disable color status and clear blue colorMichael Boelen
2016-07-05Start of migration of deprecated profile optionsMichael Boelen
2016-07-05Disable upload compression for nowMichael Boelen
2016-07-05Define colorsMichael Boelen
2016-07-05Updated logMichael Boelen
2016-07-05Updated logMichael Boelen
2016-07-05Implement tooltipsMichael Boelen
2016-07-05Changed incorrect variable for skipped testsMichael Boelen
2016-07-05Migrate to new options, including skip-pluginsMichael Boelen
2016-07-05Added DisplayToolTipMichael Boelen
2016-07-05Migration of several settings to new formatMichael Boelen
2016-07-05Migration to new profile names and store the related settingsMichael Boelen
2016-07-05Add lynis show settings with --brief and --nocolors optionsMichael Boelen
2016-07-05Move profile parsing to its own functionMichael Boelen
2016-07-05Add fuctions: AddSetting, DiscoverProfiles, ParseProfilesMichael Boelen
2016-07-05[CRYP-7902] Use SSL paths as configured by profileMichael Boelen
2016-07-05Add variable for settings and SSL pathsMichael Boelen
2016-07-05Update logMichael Boelen