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-07-11Add blue colors for tipsMichael Boelen
2016-07-11Set date of break lines to similar format as normal log entriesMichael Boelen
2016-07-05Implement tooltipsMichael Boelen
2016-07-05Added DisplayToolTipMichael Boelen
2016-07-05Add fuctions: AddSetting, DiscoverProfiles, ParseProfilesMichael Boelen
2016-07-05Rename Maid to CleanUpMichael Boelen
2016-06-30Don't override variables of ReportDetails functions on every parameterMichael Boelen
2016-06-18Allow long lines of text by resetting number of spaces to 0 when neededMichael Boelen
2016-06-18Added IsDeveloperVersion to detect if release is still under developmentMichael Boelen
2016-05-25Use a common date/time format for log entriesMichael Boelen
2016-05-17Store host IDv2 and detect utilities when no binaries scan has been doneMichael Boelen
2016-05-16Show debug details on screen in verbose modeMichael Boelen
2016-05-10Only use public keys for host ID creationMichael Boelen
2016-05-10Decrease length of hostid v2 as hostname is stored alreadyMichael Boelen
2016-05-09Removed local variable assignment to prevent portability issuesMichael Boelen
2016-05-09Clean up unneeded log entriesMichael Boelen
2016-05-09Show hardware address in logMichael Boelen
2016-05-05Create a version 2 host IDMichael Boelen
2016-05-04Initial work to profile for custom configurations check (key-value)Michael Boelen
2016-05-03Rewritten counters and dealing with valuesMichael 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-02Add action to take when a file has not the right permissionsMichael Boelen
2016-05-02Add owner and group permissions checkMichael Boelen
2016-04-28Big overhaul of functions file. Cleaning up, structurizing, and adding commentsmboelen
2016-04-28Replaced functions and minor cleanupsmboelen
2016-04-27Detect when weak protocols are used, simplify nginx testmboelen
2016-04-27Call WaitForKeypress from wait_for_keypress, and report this old function whe...mboelen
2016-04-27Add nginx ssl_protocol values to report, minor adjustments to ReportDetails f...mboelen
2016-04-26Proper reference to IsDeveloperModemboelen
2016-04-26Added IsOwnedByRoot functionmboelen
2016-04-26Optimize IsWorldWritable function, with additional debugging data for developersmboelen
2016-04-26Added developer mode (--developer)mboelen
2016-04-26Log when a file is world-writable according IsWorldWritablemboelen
2016-04-25Lowercase all tests when using them in comparisonsmboelen
2016-04-25Set quiet and quickmode when using --show-warnings-only or show-warnings-onlymboelen
2016-04-25Do not show text on screen in quiet modemboelen
2016-04-25Allow show-warnings-only and --(show-)warnings-only optionmboelen
2016-04-25Changed supporting text for ReportManual functionmboelen
2016-04-20Remove color between categories, to prevent new users missing that on white b...mboelen
2016-04-20Log what particular atomic test has been skipped and whymboelen
2016-04-19Add IsDebug and IsVerbose functionsmboelen
2016-04-19Colored output for debug details on screenmboelen
2016-04-19Add details to AddHP functionmboelen
2016-04-19Improved text for assigning hardening pointsmboelen
2016-04-19Replace = signs to simplify parsing of datamboelen
2016-04-19Allow skipping of individual tests or atomic testsmboelen
2016-04-19Use correct TEMP_FILE variablemboelen
2016-04-19Added missing ;;mboelen