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
2017-03-20[HTTP-6641] support Apache mod_reqtimeout moduleMichael Boelen
2017-03-06Various cleanups (#363)hlein
* Typo fix. * Style change: always use $(), never ``. The Lynis code already mostly used $(), but backticks were sprinkled around. Converted all of them. * Lots of minor spelling/typo fixes. FWIW these were found with: find . -type f -print0 | xargs -0 cat | aspell list | sort -u | egrep '^[a-z]+$' | less And then reviewing the list to pick out things that looked like misspelled words as opposed to variables, etc., and then manual inspection of context to determine the intention.
2017-02-09Changed date and preparing for release2.4.1Michael Boelen
2016-09-10Correct ServerAlias testMichael Boelen
2016-09-08Style improvements and command replacementsMichael Boelen
2016-08-30Fix sed syntax for ServerAlias removalRutger van Sleen
When a Apache config directive is in use, it has whitespace(s) or nothing at all prepended. Assuming that it always has a space before it doesn't have to match.
2016-08-25Use detected binariesMichael Boelen
2016-08-16Allow multiple level of includesMichael Boelen
2016-08-16Clean out unneeded fileMichael Boelen
2016-08-16Extended nginx testingMichael Boelen
2016-08-10Removed unneeded field for warnings and suggestionsMichael Boelen
2016-07-30[HTTP-6720] Improve readability of testMichael Boelen
2016-07-24Rename of categories, introduction of groupsMichael Boelen
2016-07-11[HTTP-6632] fix for proper detection of Apache modulesMichael Boelen
2016-06-18Replaced text strings to allow translationsMichael Boelen
2016-06-07[HTTP-6642] Test disabledMichael Boelen
2016-05-03Rewritten counters and dealing with valuesMichael Boelen
2016-04-28Replaced old function names with new onesmboelen
2016-04-27Detect when weak protocols are used, simplify nginx testmboelen
2016-04-27[HTTP-6710] Show suggestion when using a weak protocolmboelen
2016-04-27[HTTP-6710] Show SSLv3 as weak protocolmboelen
2016-03-13Removed copyright line, added descriptionmboelen
2016-03-13Added link to website, blog, githubmboelen
2016-03-12Added missing }mboelen
2016-03-12HTTP-6622: Determine Apache version and store in reportmboelen
2016-03-08HTTP-6624: ignore wildcard and default entries as ServerNamemboelen
2016-01-11Use CreateTempFile for creation of temporary filesmboelen
2016-01-11Use CreateTempFile function for temporary filesmboelen
2015-12-21Rename of logtext and report functions, upcoming year changemboelen
2015-10-10Optimized use of cat, grep and awk.SiemKorteweg
Detection of duplicate entries in /etc/hosts is now more robust. On CentOS7 the SERVICE_MANAGER is detected correctly.
2015-10-04Combine "sort | uniq" into "sort -u" to reduce the number of processes used ↵SiemKorteweg
for running Lynis. The busybox version of sort also supports the -u option.
2015-10-01Redirect possible errors instead of display on screenmboelen
2015-10-01Minor cleanup and redirecting possible errorsmboelen
2015-09-24Changed test IDs of place holdersmboelen
2015-09-21Bugfix: nginx SSL detection worked on Linux only (only GNU sed understands ↵Alexander Lobodzinski
\t on the command line)
2015-09-07Merge pull request #73 from laurentquillerou/nginx-confMichael Boelen
Include main nginx.conf file in parsing.
2015-09-07Merge pull request #71 from alobodzinski/openbsd-httpdMichael Boelen
merging pull request to skip httpd on OpenBSD systems.
2015-09-07Include main nginx.conf so that it generate nginx_config_optionLaurent Quillerou
2015-09-07Delete trailing whitespaceLaurent Quillerou
2015-09-07/usr/sbin/httpd on OpenBSD is builtin non-Apache webserver, do not run with -vAlexander Lobodzinski
If Apache is installed it is detected in /usr/local/sbin/httpd nevertheless
2015-09-07Minor cleaning up and improved commentmboelen
2015-07-22Remove incomplete tests, code enhancementsmboelen
2015-04-24Added /usr/lib64/apache2 as search pathmboelen
2015-02-03Replacing /usr/lib/apache2/modules with /usr/lib/apache2mboelen
2015-01-03Update of the files to reflect HTTPS version of website and 2015. Happy New ↵mboelen
Year!
2014-11-04Do not run Apache test on OpenBSD and strip control chars [HTTP-6624]mboelen
2014-10-14Textual improvement on screen for Apache configuration testmboelen
2014-10-14Directories will be skipped when searching for nginx log filesmboelen
2014-10-09Tweaked nginx protocol check so it actually works. Added insecure protocol ↵d4t4king
detection.
2014-09-24Improved detection of mod_evasivemboelen