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
2017-05-23250 fixes (#393)mslifcak
2017-04-30[bulk change] cleaning up, code enhancements, initialization of variables, an...Michael Boelen
2017-04-23Added HasData and IsEmpty functionMichael Boelen
2017-03-13Escape file when needed to test if it is readableMichael Boelen
2017-03-12Added FileInstalledByPackage functionMichael Boelen
2017-03-08A bunch of Solaris compatibility tweaks (#367)hlein
2017-03-07Lots of cleanups (#366)hlein
2017-03-06Various cleanups (#363)hlein
2017-03-05Add description of CheckItemMichael Boelen
2017-02-09Changed date and preparing for release2.4.1Michael Boelen
2017-01-28Use the data from machine ID when no SSH keys are availableMichael Boelen
2017-01-27Strip out any comments at end of nginx configuration linesMichael Boelen
2017-01-16Variable name in reportWarning function (#342)Andres Gomez Casanova
2016-12-02Allow option to configure host IDs via profileMichael Boelen
2016-11-19Only show non-privileged tests that were skipped if they are applicable to ou...Michael Boelen
2016-11-19Improve DragonFly support (#329)Zach Crownover
2016-11-05macOS Refactoring (#311)Justin P
2016-10-17Use machine ID if we have no suitable other string yetMichael Boelen
2016-10-16Correct path to cgroup fileMichael Boelen
2016-10-16Improve logging for non-privileged usersMichael Boelen
2016-10-16Support for Docker container detectionMichael Boelen
2016-10-14Added HOSTID2 for macOS platformMichael Boelen
2016-08-29Fixed cut-and-paste error (#265)alobodzinski
2016-08-26New command 'lynis show details' to display test detailsMichael Boelen
2016-08-23Do not show update message when using 'show' helperMichael Boelen
2016-08-16Allow multiple level of includesMichael Boelen
2016-08-16Clean out unneeded fileMichael Boelen
2016-08-16Add StoreNginxSettings function to store parsed nginx configurationMichael Boelen
2016-08-13Add notebook hardware detectionMichael Boelen
2016-08-13Allow logging a custom reason to skip a testMichael Boelen
2016-08-11Improved SearchItem function and allow masking of sensitive detailsMichael Boelen
2016-08-11Corrected textMichael Boelen
2016-08-11Allow ExitFatal with text and test for input file on other testsMichael Boelen
2016-08-11Add return value to SearchItem() functionMichael Boelen
2016-08-11Mark VM type as OpenStackMichael Boelen
2016-08-11Make IsVirtualMachine detect centos6.8 on openstack (#258)Liao Tonglang
2016-07-31Readability and style improvementsMichael Boelen
2016-07-31Override reading of files when we are rootMichael Boelen
2016-07-31Properly replace setting gathered from profilesMichael Boelen
2016-07-31DisplayError can now use an optional exit code to quit the programMichael Boelen
2016-07-30Fix description of CheckFilePermissions (#243)Liao Tonglang
2016-07-28Check for number or arguments on ReportSuggestion and ReportWarningMichael Boelen
2016-07-26Uppercase tests: detect them properly as atomic tests.Michael Boelen
2016-07-26Display function creates wrong indentation of result column (#237)atao60
2016-07-24Rename of categories, introduction of groupsMichael 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-18Remove colors properly with one function (contribution: Mike Slifcak at PindropMichael Boelen
2016-07-14fix: Test names are different. (#228)n[oO]ne