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
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2017-02-09 15:35:40 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-02-09 15:35:40 +0300
commit34ba1ba184faa02a9576baa02300037ff41380a2 (patch)
tree8aa95b36a393d77e08731284c90e4fe613af0e34
parenta7409568c9b9bc617771d4ea4ffbe75b7493c780 (diff)
Changed date and preparing for release2.4.1
-rw-r--r--CHANGELOG.md3
-rw-r--r--FAQ2
-rw-r--r--INSTALL2
-rw-r--r--README.md4
-rw-r--r--include/binaries2
-rw-r--r--include/consts2
-rw-r--r--include/data_upload2
-rw-r--r--include/functions4
-rw-r--r--include/helper_audit_dockerfile2
-rw-r--r--include/helper_configure2
-rw-r--r--include/helper_show2
-rw-r--r--include/helper_system_remote_scan2
-rw-r--r--include/helper_update2
-rw-r--r--include/osdetection2
-rw-r--r--include/parameters2
-rw-r--r--include/profiles4
-rw-r--r--include/report2
-rw-r--r--include/tests_accounting4
-rw-r--r--include/tests_authentication2
-rw-r--r--include/tests_banners2
-rw-r--r--include/tests_boot_services2
-rw-r--r--include/tests_containers4
-rw-r--r--include/tests_crypto2
-rw-r--r--include/tests_databases2
-rw-r--r--include/tests_file_integrity4
-rw-r--r--include/tests_file_permissions4
-rw-r--r--include/tests_filesystems2
-rw-r--r--include/tests_firewalls2
-rw-r--r--include/tests_hardening2
-rw-r--r--include/tests_homedirs2
-rw-r--r--include/tests_insecure_services2
-rw-r--r--include/tests_kernel4
-rw-r--r--include/tests_kernel_hardening2
-rw-r--r--include/tests_ldap2
-rw-r--r--include/tests_logging2
-rw-r--r--include/tests_mac_frameworks2
-rw-r--r--include/tests_mail_messaging2
-rw-r--r--include/tests_malware2
-rw-r--r--include/tests_memory_processes2
-rw-r--r--include/tests_nameservices2
-rw-r--r--include/tests_networking2
-rw-r--r--include/tests_php2
-rw-r--r--include/tests_ports_packages2
-rw-r--r--include/tests_printers_spools2
-rw-r--r--include/tests_scheduling2
-rw-r--r--include/tests_shells4
-rw-r--r--include/tests_snmp4
-rw-r--r--include/tests_solaris2
-rw-r--r--include/tests_squid4
-rw-r--r--include/tests_ssh2
-rw-r--r--include/tests_storage4
-rw-r--r--include/tests_storage_nfs2
-rw-r--r--include/tests_system_integrity4
-rw-r--r--include/tests_time2
-rw-r--r--include/tests_tooling2
-rw-r--r--include/tests_virtualization2
-rw-r--r--include/tests_webservers2
-rw-r--r--include/tool_tips2
-rwxr-xr-xlynis10
59 files changed, 75 insertions, 78 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 61305cbc..54db7706 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,10 @@
Lynis Changelog
===============
-Lynis 2.4.1 (not released yet, under development)
+Lynis 2.4.1 (2017-02-09)
Changes:
+--------
* Generic code improvements
* Improved the update check and display
* Finish, Portuguese, and Turkish translation
diff --git a/FAQ b/FAQ
index c290b2ad..9ec00d73 100644
--- a/FAQ
+++ b/FAQ
@@ -98,4 +98,4 @@
================================================================================
- Lynis - Copyright 2007-2016, Michael Boelen, CISOfy - https://cisofy.com
+ Lynis - Copyright 2007-2017, Michael Boelen, CISOfy - https://cisofy.com
diff --git a/INSTALL b/INSTALL
index 84d94923..6511d31d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -48,4 +48,4 @@
================================================================================
- Lynis - Copyright 2007-2016, Michael Boelen, CISOfy - https://cisofy.com
+ Lynis - Copyright 2007-2017, Michael Boelen, CISOfy - https://cisofy.com
diff --git a/README.md b/README.md
index 1cf0504e..2b38c94c 100644
--- a/README.md
+++ b/README.md
@@ -7,10 +7,6 @@
----
-**Help Lynis and nominate it as the [best security tool of 2016](https://www.toolswatch.org/2016/12/2016-best-security-tools-as-voted-by-toolswatch-org-readers/). Thanks!**
-
-----
-
# lynis
> Lynis - Security auditing and hardening tool, for UNIX-based systems.
diff --git a/include/binaries b/include/binaries
index e3617464..025297fa 100644
--- a/include/binaries
+++ b/include/binaries
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/consts b/include/consts
index 5f642af6..81d04875 100644
--- a/include/consts
+++ b/include/consts
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/data_upload b/include/data_upload
index 9d9d9e3e..90f58fd7 100644
--- a/include/data_upload
+++ b/include/data_upload
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/functions b/include/functions
index 5428f3da..ddec721b 100644
--- a/include/functions
+++ b/include/functions
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
@@ -3034,4 +3034,4 @@
#================================================================================
# Lynis is part of Lynis Enterprise and released under GPLv3 license
-# Copyright 2007-2016 - Michael Boelen, CISOfy - https://cisofy.com
+# Copyright 2007-2017 - Michael Boelen, CISOfy - https://cisofy.com
diff --git a/include/helper_audit_dockerfile b/include/helper_audit_dockerfile
index faf1ab98..7607da21 100644
--- a/include/helper_audit_dockerfile
+++ b/include/helper_audit_dockerfile
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/helper_configure b/include/helper_configure
index a31b8d6f..4bcbe70c 100644
--- a/include/helper_configure
+++ b/include/helper_configure
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/helper_show b/include/helper_show
index ab2fb5aa..f492d85b 100644
--- a/include/helper_show
+++ b/include/helper_show
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/helper_system_remote_scan b/include/helper_system_remote_scan
index 4b7eac52..89f18b70 100644
--- a/include/helper_system_remote_scan
+++ b/include/helper_system_remote_scan
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/helper_update b/include/helper_update
index a46c075b..3666871e 100644
--- a/include/helper_update
+++ b/include/helper_update
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/osdetection b/include/osdetection
index 91953591..1dcb917f 100644
--- a/include/osdetection
+++ b/include/osdetection
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/parameters b/include/parameters
index 3bbd02ff..bb5c4e64 100644
--- a/include/parameters
+++ b/include/parameters
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/profiles b/include/profiles
index b28bebd4..2e8556b8 100644
--- a/include/profiles
+++ b/include/profiles
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
@@ -473,4 +473,4 @@
LogTextBreak
#================================================================================
-# Lynis - Copyright 2007-2016, Michael Boelen - CISOfy, https://cisofy.com
+# Lynis - Copyright 2007-2017, Michael Boelen - CISOfy, https://cisofy.com
diff --git a/include/report b/include/report
index d2033aa9..e53dc5ea 100644
--- a/include/report
+++ b/include/report
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tests_accounting b/include/tests_accounting
index dac2630b..596a9da8 100644
--- a/include/tests_accounting
+++ b/include/tests_accounting
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
@@ -415,4 +415,4 @@ WaitForKeyPress
#
#================================================================================
-# Lynis - Copyright 2007-2016, Michael Boelen / CISOfy - https://cisofy.com
+# Lynis - Copyright 2007-2017, Michael Boelen / CISOfy - https://cisofy.com
diff --git a/include/tests_authentication b/include/tests_authentication
index 42426a2a..a57855ff 100644
--- a/include/tests_authentication
+++ b/include/tests_authentication
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tests_banners b/include/tests_banners
index ee3e15a1..2a08de80 100644
--- a/include/tests_banners
+++ b/include/tests_banners
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tests_boot_services b/include/tests_boot_services
index 0f137e6b..566303d3 100644
--- a/include/tests_boot_services
+++ b/include/tests_boot_services
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tests_containers b/include/tests_containers
index 6e0b9145..b5a1017a 100644
--- a/include/tests_containers
+++ b/include/tests_containers
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
@@ -225,4 +225,4 @@ WaitForKeyPress
#
#================================================================================
-# Lynis - Copyright 2007-2016, CISOfy - https://cisofy.com
+# Lynis - Copyright 2007-2017, CISOfy - https://cisofy.com
diff --git a/include/tests_crypto b/include/tests_crypto
index 219cabbb..c794e02a 100644
--- a/include/tests_crypto
+++ b/include/tests_crypto
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tests_databases b/include/tests_databases
index d6cb3f81..ca7d34e0 100644
--- a/include/tests_databases
+++ b/include/tests_databases
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tests_file_integrity b/include/tests_file_integrity
index 4f3f6237..ece861a5 100644
--- a/include/tests_file_integrity
+++ b/include/tests_file_integrity
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
@@ -312,4 +312,4 @@
WaitForKeyPress
#
#================================================================================
-# Lynis - Copyright 2007-2016 Michael Boelen, CISOfy - https://cisofy.com
+# Lynis - Copyright 2007-2017 Michael Boelen, CISOfy - https://cisofy.com
diff --git a/include/tests_file_permissions b/include/tests_file_permissions
index 2d627bf9..38ba95be 100644
--- a/include/tests_file_permissions
+++ b/include/tests_file_permissions
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
@@ -62,4 +62,4 @@ WaitForKeyPress
#
#================================================================================
-# Lynis - Copyright 2007-2016, CISOfy - https://cisofy.com
+# Lynis - Copyright 2007-2017, CISOfy - https://cisofy.com
diff --git a/include/tests_filesystems b/include/tests_filesystems
index 84022a30..3b76e472 100644
--- a/include/tests_filesystems
+++ b/include/tests_filesystems
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tests_firewalls b/include/tests_firewalls
index 6c6ab28a..627cee37 100644
--- a/include/tests_firewalls
+++ b/include/tests_firewalls
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tests_hardening b/include/tests_hardening
index 25f227a2..11cea42e 100644
--- a/include/tests_hardening
+++ b/include/tests_hardening
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tests_homedirs b/include/tests_homedirs
index 8daef43e..31a9b6ec 100644
--- a/include/tests_homedirs
+++ b/include/tests_homedirs
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tests_insecure_services b/include/tests_insecure_services
index 129683fd..85e8b4d9 100644
--- a/include/tests_insecure_services
+++ b/include/tests_insecure_services
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tests_kernel b/include/tests_kernel
index be9d82fc..8f492c19 100644
--- a/include/tests_kernel
+++ b/include/tests_kernel
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
@@ -635,4 +635,4 @@ WaitForKeyPress
#
#================================================================================
-# Lynis - Copyright 2007-2016, CISOfy - https://cisofy.com
+# Lynis - Copyright 2007-2017, CISOfy - https://cisofy.com
diff --git a/include/tests_kernel_hardening b/include/tests_kernel_hardening
index faf9bf07..36e05e42 100644
--- a/include/tests_kernel_hardening
+++ b/include/tests_kernel_hardening
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tests_ldap b/include/tests_ldap
index 6c04a3bc..72555313 100644
--- a/include/tests_ldap
+++ b/include/tests_ldap
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tests_logging b/include/tests_logging
index 0aae93db..f2b03afd 100644
--- a/include/tests_logging
+++ b/include/tests_logging
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tests_mac_frameworks b/include/tests_mac_frameworks
index d1bfeeb6..b1b9b861 100644
--- a/include/tests_mac_frameworks
+++ b/include/tests_mac_frameworks
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tests_mail_messaging b/include/tests_mail_messaging
index 1942af8a..aae8b1f2 100644
--- a/include/tests_mail_messaging
+++ b/include/tests_mail_messaging
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tests_malware b/include/tests_malware
index 6e2eefd7..cf837bbe 100644
--- a/include/tests_malware
+++ b/include/tests_malware
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tests_memory_processes b/include/tests_memory_processes
index a46650b0..a3666808 100644
--- a/include/tests_memory_processes
+++ b/include/tests_memory_processes
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tests_nameservices b/include/tests_nameservices
index 01810688..eaa2ca10 100644
--- a/include/tests_nameservices
+++ b/include/tests_nameservices
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tests_networking b/include/tests_networking
index 202cfc72..8c2724f6 100644
--- a/include/tests_networking
+++ b/include/tests_networking
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tests_php b/include/tests_php
index 6f447b96..adfa2589 100644
--- a/include/tests_php
+++ b/include/tests_php
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tests_ports_packages b/include/tests_ports_packages
index 8e094163..d99d8349 100644
--- a/include/tests_ports_packages
+++ b/include/tests_ports_packages
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tests_printers_spools b/include/tests_printers_spools
index b6225da3..a13f5896 100644
--- a/include/tests_printers_spools
+++ b/include/tests_printers_spools
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tests_scheduling b/include/tests_scheduling
index 60270917..0ac7268d 100644
--- a/include/tests_scheduling
+++ b/include/tests_scheduling
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tests_shells b/include/tests_shells
index f8f71c2c..c651c7ae 100644
--- a/include/tests_shells
+++ b/include/tests_shells
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
@@ -410,4 +410,4 @@ WaitForKeyPress
#
#================================================================================
-# Lynis - Copyright 2007-2016, CISOfy - http://cisofy.com
+# Lynis - Copyright 2007-2017, CISOfy - http://cisofy.com
diff --git a/include/tests_snmp b/include/tests_snmp
index ae2eb18a..f68d7908 100644
--- a/include/tests_snmp
+++ b/include/tests_snmp
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
@@ -106,4 +106,4 @@ WaitForKeyPress
#
#================================================================================
-# Lynis - Copyright 2007-2016 Michael Boelen, CISOfy - https://cisofy.com
+# Lynis - Copyright 2007-2017 Michael Boelen, CISOfy - https://cisofy.com
diff --git a/include/tests_solaris b/include/tests_solaris
index c6c8652d..95e74d9b 100644
--- a/include/tests_solaris
+++ b/include/tests_solaris
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tests_squid b/include/tests_squid
index f57837e1..37a2eee9 100644
--- a/include/tests_squid
+++ b/include/tests_squid
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
@@ -327,4 +327,4 @@ WaitForKeyPress
#
#================================================================================
-# Lynis - Copyright 2007-2016 Michael Boelen, CISOfy - https://cisofy.com
+# Lynis - Copyright 2007-2017 Michael Boelen, CISOfy - https://cisofy.com
diff --git a/include/tests_ssh b/include/tests_ssh
index 9d7e24b9..6823b962 100644
--- a/include/tests_ssh
+++ b/include/tests_ssh
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tests_storage b/include/tests_storage
index 3363cdbb..9cfa3410 100644
--- a/include/tests_storage
+++ b/include/tests_storage
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
@@ -153,4 +153,4 @@ WaitForKeyPress
#
#================================================================================
-# Lynis - Copyright 2007-2016, CISOfy, Michael Boelen - https://cisofy.com
+# Lynis - Copyright 2007-2017, CISOfy, Michael Boelen - https://cisofy.com
diff --git a/include/tests_storage_nfs b/include/tests_storage_nfs
index f5debe66..91533b4e 100644
--- a/include/tests_storage_nfs
+++ b/include/tests_storage_nfs
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tests_system_integrity b/include/tests_system_integrity
index ecca582e..6040bb7c 100644
--- a/include/tests_system_integrity
+++ b/include/tests_system_integrity
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
@@ -53,4 +53,4 @@
WaitForKeyPress
#
#================================================================================
-# Lynis - Copyright 2007-2016 Michael Boelen, CISOfy - https://cisofy.com
+# Lynis - Copyright 2007-2017 Michael Boelen, CISOfy - https://cisofy.com
diff --git a/include/tests_time b/include/tests_time
index 9597dca8..a80862d2 100644
--- a/include/tests_time
+++ b/include/tests_time
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tests_tooling b/include/tests_tooling
index 30972842..e432062e 100644
--- a/include/tests_tooling
+++ b/include/tests_tooling
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tests_virtualization b/include/tests_virtualization
index 630ec803..7b511d94 100644
--- a/include/tests_virtualization
+++ b/include/tests_virtualization
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tests_webservers b/include/tests_webservers
index 17868d24..f711700e 100644
--- a/include/tests_webservers
+++ b/include/tests_webservers
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/include/tool_tips b/include/tool_tips
index a221590d..2d75ea19 100644
--- a/include/tool_tips
+++ b/include/tool_tips
@@ -6,7 +6,7 @@
# ------------------
#
# Copyright 2007-2013, Michael Boelen
-# Copyright 2013-2016, CISOfy
+# Copyright 2007-2017, CISOfy
#
# Website : https://cisofy.com
# Blog : http://linux-audit.com
diff --git a/lynis b/lynis
index 06c88841..6d4ea259 100755
--- a/lynis
+++ b/lynis
@@ -28,15 +28,15 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details
- PROGRAM_RELEASE_DATE="2016-10-27"
- PROGRAM_RELEASE_TIMESTAMP=1477554032
- PROGRAM_RELEASE_TYPE="dev" # dev or final
+ PROGRAM_RELEASE_DATE="2017-02-09"
+ PROGRAM_RELEASE_TIMESTAMP=1486643410
+ PROGRAM_RELEASE_TYPE="final" # dev or final
PROGRAM_VERSION="2.4.1"
# Source, documentation and license
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"
PROGRAM_WEBSITE="https://cisofy.com/lynis/"
- PROGRAM_COPYRIGHT="2007-2016, ${PROGRAM_AUTHOR} - ${PROGRAM_WEBSITE}"
+ PROGRAM_COPYRIGHT="2007-2017, ${PROGRAM_AUTHOR} - ${PROGRAM_WEBSITE}"
PROGRAM_LICENSE="${PROGRAM_NAME} comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
welcome to redistribute it under the terms of the GNU General Public License.
See the LICENSE file for details about using this software."
@@ -1049,4 +1049,4 @@ ${NORMAL}
#
#================================================================================
-# Lynis - Copyright 2007-2016, Michael Boelen, CISOfy - https://cisofy.com
+# Lynis - Copyright 2007-2017, Michael Boelen, CISOfy - https://cisofy.com