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-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
2016-04-19Extended ReportDetails functionmboelen
2016-04-19Use semicolon instead of commamboelen
2016-04-13Added ReportDetails to store values of atomic testsmboelen
2016-04-13Added new function ContainsString to search for the needle in the haystackmboelen
2016-04-10features/testcases (#161)Kamil Boratyński
2016-04-02Adding --debug to Display functionmboelen
2016-04-02Added return values to IsRunning functionmboelen
2016-03-30Changed function name to better reflect goal and UDP supportmboelen
2016-03-30Renamed function to IsPortListeningmboelen
2016-03-23Fixed IsTcpUdpListening functionKamil Boratyński
2016-03-23Added listening function.Kamil Boratyński
2016-03-16Add better description of hardening points assignmentmboelen