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:
authormboelen <michael@cisofy.com>2016-04-19 22:12:54 +0300
committermboelen <michael@cisofy.com>2016-04-19 22:12:54 +0300
commit11c4779dd78e871cef3255335ed018d22b754653 (patch)
tree0689f93ba21eec865007d309539596e310a2efbb /CHANGELOG
parentf915df67d15d3d8eeedeb0918748bca852e2c0e2 (diff)
Updated log
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG15
1 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 16865085..d3a47b5a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -56,7 +56,7 @@ inherit values first from default.prf, then merge it with custom.prf.
Several tests have been altered to support multiple profiles.
-New profile option: quick (similar to --quick)
+New profile option: quick=yes|no (similar to --quick)
* SSH
-----
@@ -72,7 +72,7 @@ Added support for detecting systemd and reporting it as a service manager.
---------
Solved a bug which added the proxy configuration twice.
-* General Improvements
+* General improvements
----------------------
The screen output has been improved, to show more meaningful things when some
parameters are missing. Several old variables and lines have been cleaned up.
@@ -81,11 +81,20 @@ The Display function now allows the --debug flag. This helps in showing some
lines on screen, which would normally be hidden (e.g. items not found or
matched).
+Logging has been improved in different areas, like cleaning up and add more
+relevant messages where needed.
+
+* Program options
+-----------------
+Added --verbose to show more details on screen and reducing in normal mode
+
* Functions
-----------
[ContainsString] New function to search for a string in another one
[Display] Added --debug, showing details on screen in debug mode
+[IsDebug] Check for usage of --debug
[IsRunning] Added return state
+[IsVerbose] Check for usage of --verbose
[PortIsListening] Check if a service it listening to a specified port
[SkipAtomicTest] Allow smaller tests to be skipped (e.g. SSH-7408)
@@ -95,7 +104,7 @@ matched).
[AUTH-9308] Check for systemd targets
[DBS-1860] Check for status of DB2
[CRYP-7902] Support for multiple profiles, improved logging
-[FILE-6372] Properly checking for /etc/fstab now
+[FILE-6372] Properly checking for /etc/fstab now, ignore comments
[FILE-7524] Support for multiple profiles
[KRNL-6000] Allow multiple profiles to be used, store more details
[NETW-3014] Support for multiple profiles