Updated log

This commit is contained in:
Michael Boelen 2016-06-18 12:00:39 +02:00
parent dc0fa690f3
commit 9104ecbe3e
1 changed files with 14 additions and 10 deletions

View File

@ -80,6 +80,8 @@ Language Support
---------------- ----------------
Lynis now supports language translations, with the language profile option. Lynis now supports language translations, with the language profile option.
Initial languages: Dutch (nl), English (en)
Mac OS X Improvements Mac OS X Improvements
--------------------- ---------------------
@ -188,16 +190,18 @@ Program Options
Functions Functions
--------- ---------
* ContainsString - New function to search for a string in another one * ContainsString - New function to search for a string in another one
* Display - Added --debug, showing details on screen in debug mode * Display - Added --debug, showing details on screen in debug mode
* IsDebug - Check for usage of --debug - Reset identation for lines which are too long
* IsDeveloperMode - Status for development and debugging (--developer) * IsDebug - Check for usage of --debug
* IsRunning - Added return state * IsDeveloperMode - Status for development and debugging (--developer)
* IsVerbose - Check for usage of --verbose * IsDeveloperVersion - Check if release is still under development
* IsOwnedByRoot - Check ownership of files and directories * IsRunning - Added return state
* IsWorldWritable - Improved test with additional details * IsVerbose - Check for usage of --verbose
* PortIsListening - Check if a service it listening to a specified port * IsOwnedByRoot - Check ownership of files and directories
* SkipAtomicTest - Allow smaller tests to be skipped (e.g. SSH-7408) * IsWorldWritable - Improved test with additional details
* PortIsListening - Check if a service it listening to a specified port
* SkipAtomicTest - Allow smaller tests to be skipped (e.g. SSH-7408)
Tests Tests