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
2022-02-14#1270 added finding configuration files in the "etc" directory, even if they ↵Wojciech Banaś
are symlinks
2022-02-10Merge pull request #1254 from pyllyukko/pam_faillockMichael Boelen
Check for pam_faillock in AUTH-9408
2022-02-10Merge pull request #1235 from zwack-am/masterMichael Boelen
Updated PAM_FILES_LOCATION for AARCH64
2022-01-18Switch to array type for account_without_passwordMichael Boelen
2022-01-12Check for pam_faillock in AUTH-9408pyllyukko
pam_tally2 was removed in PAM 1.5.0 and pam_faillock has replaced it.
2021-11-20Corrected a minor typoAdam Morris
2021-11-20Added the aarch64-linux-64 pathAdam Morris
This resolves Issue #1234
2021-01-13[AUTH-9229] resolve inconsistency with AUTH-9230Martin Schurz
2021-01-07Preparation for release 3.0.3Michael Boelen
2020-12-24Merge pull request #1087 from konstruktoid/ISSUE1085Michael Boelen
only fail AUTH-9230 if both SHA_CRYPT_{MIN,MAX}_ROUNDS are undefined
2020-12-16indentationThomas Sjögren
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2020-12-15nitpick about new lineThomas Sjögren
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2020-12-15only check the lowest hashing round value, and correct log textThomas Sjögren
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2020-12-14only fail AUTH-9230 if no _MAX_ROUNDS is definedThomas Sjögren
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2020-11-14Use the new status strings in testsSimon Biewald
See-Also: HEAD^ Signed-off-by: Simon Biewald <simon@fam-biewald.de>
2020-11-09spelling: authenticationJosh Soref
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-10-25Small code enhancementsMichael Boelen
2020-10-22Include AUTH-9284 and minor changesMichael Boelen
2020-10-22Merge pull request #1009 from danielorihuela/feature/get-info-on-locked-accountsMichael Boelen
[AUTH-9284] Feature: gather locked accounts info
2020-10-22Add translate function for all sectionsStéphane
+ add EN and FR up to date languages files
2020-08-29feature: take into account LKdanielorihuelarodriguez@gmail.com
Some distributions like CentOS 8 contains "LK" instead of "L" for locked users.
2020-08-23fix: take into account unlocked system accountsdanielorihuelarodriguez@gmail.com
2020-08-10feature: gather locked accounts infodanielorihuelarodriguez@gmail.com
2020-06-27Activate test for all operating systems, remove function keywordMichael Boelen
2020-06-27[AUTH-9229] resolving syntax error on MacOS CatalinaWes Price
2020-06-26[AUTH-9229] Undo escaping exclamation mark and disabling test for AIX and macOSMichael Boelen
2020-06-26[AUTH-9229] escaped exclamation markMichael Boelen
2020-06-23[AUTH-9229] added option to look for LOCKED accountsMichael Boelen
2020-04-03Merge pull request #899 from bginsbach/auth-9218Michael Boelen
AUTH-9218 Improvements
2020-04-03AUTH-9218 add NetBSD and OpenBSDBrian Ginsbach
All of the BSDs have `/etc/master.passwd`.
2020-04-03AUTH-9218 add requires rootBrian Ginsbach
The `/etc/master.passwd` file on BSD systems is (or should be) read/write root only. Skip the test if not being run as root.
2020-04-03Combine AUTH-9218 and AUTH-9489Brian Ginsbach
These two tests are essentially identical. There is no need separate the DragonFly and FreeBSD tests. This will make it easier to add support for other BSD systems.
2020-04-02AUTH-9268 Add DragonFlyBrian Ginsbach
DragonFly also supports PAM. Rework to use the `--os` option of `Register` rather than `--preqs-met` as the former can support a list.
2020-03-31Merge pull request #887 from bginsbach/fix-auth-9229Michael Boelen
AUTH-9229 Do not use long options for sort
2020-03-29Fix AUTH-9230 for systems without /etc/login.defsBrian Ginsbach
This fixes a bug where it was determined that /etc/login.defs didn't exist as a prerequisite but then wasn't used to skip the test. Prevents warnings from `grep(1)` for "no such file or directory".
2020-03-29AUTH-9229 Do not use long options for sortBrian Ginsbach
Use the standard `sort(1)` short option `-u` rather than `--unique`, since not all versions support long options.
2020-03-24fix indentationThomas Sjögren
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2020-03-24fix tabsThomas Sjögren
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2020-03-24AUTH-9229 isnt related to login.defs, add AUTH-9230Thomas Sjögren
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2020-03-23[AUTH-9229] make test only available for rootMichael Boelen
2020-03-23Merge pull request #874 from topimiettinen/check-password-hashing-methodsMichael Boelen
Check password hashing methods
2020-03-23[AUTH-9252] corrected permission checkMichael Boelen
2020-03-22Merge pull request #877 from bginsbach/auth-9268-add-bsdMichael Boelen
Add FreeBSD and NetBSD to AUTH-9268
2020-03-22Add FreeBSD and NetBSD to AUTH-9268Brian Ginsbach
Add FreeBSD and NetBSD as both support PAM. Simplify the PREQS_MET test by using a case rather than a long if or.
2020-03-22Combine NetBSD and OpenBSD AUTH-9234 checkBrian Ginsbach
Both NetBSD and OpenBSD have `useradd(8)`, so they can share logic checking `/etc/usermgmt.conf` for the default user UID range.
2020-03-22Add AUTH-9234 for NetBSDBrian Ginsbach
2020-03-21Check password hashing methodsTopi Miettinen
Manual page crypt(5) gives recommendations for choosing password hashing methods, so let's check if there are weakly encrypted passwords in the system. Signed-off-by: Topi Miettinen <toiwoton@gmail.com>
2020-03-20Fix uses of non-standard find not operatorBrian Ginsbach
Use ! rather than the non-standard -not find(1) operator.
2020-03-20Updated date/yearMichael Boelen
2020-03-12Style improvementMichael Boelen