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-24Add 'lynis show changelog' to display release detailsMichael Boelen
2016-07-24Add DisplayError for showing errors on screenMichael Boelen
2016-07-24Add header as colorMichael Boelen
2016-07-24Add bold as colorMichael Boelen
2016-07-24Add category and display more details about testsMichael Boelen
2016-07-22[PHP-2374] Changed text and cleanupsMichael Boelen
2016-07-18Remove colors properly with one function (contribution: Mike Slifcak at PindropMichael Boelen
2016-07-18Add 'update check' as exampleMichael Boelen
2016-07-18Add 'update check' functionalityMichael Boelen
2016-07-16[PHP-2376] Log to discovered item to report instead of logfileMichael Boelen
2016-07-14Only use license key when it is definedMichael Boelen
2016-07-14fix: Test names are different. (#228)n[oO]ne
After changes in 9aa5736 the test names are different. This results in something like BOOT-5122 = boot-5122 and skipped test aren't skipped anymore.
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-13Exit cleanly when displaying categoriesMichael 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-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-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-11[HTTP-6632] fix for proper detection of Apache modulesMichael 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-05Implement tooltipsMichael Boelen
2016-07-05Migrate to new options, including skip-pluginsMichael Boelen
2016-07-05Added DisplayToolTipMichael 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-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-05[PRNT-2306] Check if files are readable before parsing themMichael Boelen
2016-07-05Rename Maid to CleanUpMichael Boelen
2016-07-05[AUTH-9254] Only let root use this test, due to permissionsMichael Boelen
2016-07-05[AUTH-9288] Only check for accounts which have a maximum password age setMichael Boelen
2016-07-05Do not provide a tip about uploading data when user is already doing thatMichael Boelen
2016-06-30Don't override variables of ReportDetails functions on every parameterMichael Boelen
2016-06-30[AUTH-9234] Test for minimal UID number via /etc/login.defsMichael Boelen