Michael Boelen
ae5813fecc
Update links and improve readability of articles
2024-10-13 12:43:53 +00:00
Michael Boelen
e5462afb15
Added support for blog posts and articles to support suggestions
2024-10-11 11:14:31 +00:00
Michael Boelen
da1c1eca10
Preparation for release 3.0.3
2021-01-07 15:22:19 +01:00
Josh Soref
7157eb45f0
spelling: suggestions
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-11-08 23:53:09 -05:00
Michael Boelen
38310223a6
Updated date/year
2020-03-20 14:50:25 +01:00
Michael Boelen
65f1a5e811
Added initial support for DevOps mode to improve continuous integration
2019-08-21 13:59:28 +02:00
Michael Boelen
ee18e76e97
Preparations for forensics scan mode
2019-08-21 13:41:23 +02:00
Michael Boelen
fa8bad20db
Use -n instead of ! -z
2019-07-16 13:20:30 +02:00
Michael Boelen
ced78b52b0
Small markup changes
2019-07-14 15:11:45 +02:00
Michael Boelen
8e61275ff4
Move state recording to report section
2019-05-16 15:23:23 +02:00
Michael Boelen
3e7b319ec7
Readability changes and show when plugin execution is skipped
2019-03-14 12:31:39 +01:00
Michael Boelen
66066ae226
Changed year and preparing for new release
2019-01-31 14:47:35 +01:00
Michael Boelen
7ebccab207
Updated URL for Lynis controls
2018-08-03 11:20:31 +02:00
Michael Boelen
66f8cb2441
Changed year
2018-01-11 09:50:26 +01:00
Michael Boelen
d13cdda1e3
Filter only relevant messages for report
2017-10-26 08:23:15 +02:00
Michael Boelen
4ecb9d4d05
[bulk change] cleaning up, code enhancements, initialization of variables, and new tests
2017-04-30 17:59:35 +02:00
Michael Boelen
b0b0fd0256
Add atomic tests to report
2017-03-27 17:15:02 +02:00
hlein
b595cc0fb5
Various cleanups ( #363 )
...
* 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-03-06 07:41:21 +00:00
Michael Boelen
34ba1ba184
Changed date and preparing for release
2017-02-09 13:35:40 +01:00
Michael Boelen
c6f80c0a90
Improve output of report
2016-11-20 16:23:25 +01:00
Michael Boelen
fb88bcaf1f
Style improvements
2016-09-24 15:34:05 +02:00
Michael Boelen
263c0b558b
Changes to show more details for warnings
2016-09-24 15:27:42 +02:00
Michael Boelen
35ef5988e6
Add details to warnings
2016-09-24 15:16:41 +02:00
Michael Boelen
fdf3ded89f
New command 'lynis show details' to display test details
2016-08-26 14:05:20 +02:00
Michael Boelen
a928d57804
Add more details to report
2016-08-13 11:18:34 +02:00
Michael Boelen
d23e4b0fa5
Changed header and footer of screen output
2016-07-26 16:00:36 +02:00
Michael Boelen
2d2398714a
More spacing in report
2016-07-26 15:33:52 +02:00
Michael Boelen
bac442c6fe
Migrate to new options, including skip-plugins
2016-07-05 17:26:27 +02:00
Michael Boelen
d9b609ed98
Do not provide a tip about uploading data when user is already doing that
2016-07-05 10:40:07 +02:00
Michael Boelen
87efe5651f
Replaced text strings to allow translations
2016-06-18 11:15:11 +02:00
Michael Boelen
d3202ade5d
Properly display lines again after changing date format in log
2016-05-30 19:36:30 +02:00
Michael Boelen
eded02cfde
Rewritten counters and dealing with values
2016-05-03 14:57:53 +02:00
mboelen
43f6baeb2e
Replaced old function names with new ones
2016-04-28 12:32:18 +02:00
mboelen
4dcb9eccff
Allow skipping of plugins with --skip-plugins or skip-plugins
2016-04-25 16:00:10 +02:00
mboelen
e68d9e0dae
Make report better readable
2016-04-19 12:04:08 +02:00
mboelen
1205511c9d
Change of variables for IDS/IPS and layout changes
2016-04-15 20:07:20 +02:00
mboelen
e86c68e3c5
Using question mark better defines the status then NA for most users
2016-04-13 21:49:43 +02:00
mboelen
78167f37f2
Clean up of old variables
2016-04-05 11:31:21 +02:00
mboelen
8cc47819b4
Removed copyright line, added description
2016-03-13 16:03:46 +01:00
mboelen
6197ac08e7
Added link to website, blog, github
2016-03-13 16:00:39 +01:00
mboelen
2aa9b9a9b1
Changed custom URLs for hardening tips
2016-02-15 12:39:06 +01:00
mboelen
4736ad87b9
Replacement of functions and adding newlines
2016-01-07 12:56:46 +01:00
mboelen
95832c61d1
Update to reflect renamed functions logtext and report
2015-12-22 16:02:32 +01:00
mboelen
e75569babf
If a suggestion has specific details, show it on screen
2015-12-03 12:14:39 +01:00
Michael Boelen
776a70d6cf
Merge pull request #82 from SiemKorteweg/master
...
Optimized use of cat, grep and awk.
2015-10-14 10:55:33 +02:00
mboelen
b1437a05ef
For exceptions the lynis.log file is a better source
2015-10-14 10:27:37 +02:00
SiemKorteweg
0c48fc3880
Optimized use of cat, grep and awk.
...
Detection of duplicate entries in /etc/hosts is now more robust.
On CentOS7 the SERVICE_MANAGER is detected correctly.
2015-10-10 13:25:14 +02:00
mboelen
009a363550
Properly show compliance status now
2015-10-01 22:40:49 +02:00
mboelen
adb5948b30
Properly parse updated way of storing warnings and suggestions
2015-09-24 21:42:21 +02:00
Alexander Lobodzinski
d2c0e7491e
In quiet mode, hardening index was not written to log and report files
2015-09-11 14:54:38 +02:00