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 (Expand)Author
2022-10-17Fix spaceHansHoogerwerf
2022-10-17Fix simple mistakeHansHoogerwerf
2022-10-17Verify the linux OS supports nanosecondsHansHoogerwerf
2022-02-10Merge pull request #1205 from kolenichsj/alpine_apkMichael Boelen
2022-02-10Merge pull request #1226 from konstruktoid/1220Michael Boelen
2021-11-08present expected permission value in octalThomas Sjögren
2021-11-08add symlink support to HasCorrectFilePermissions and IsWorldWritableThomas Sjögren
2021-09-01Added two tests using apk (Alpine Package Keeper) to check forSteve Kolenich
2021-07-12Corrected syntaxMichael Boelen
2021-07-08Dropping option to filter by label as newer versions of 'ip' give another res...Michael Boelen
2021-07-08Switched order for interface detection on LinuxMichael Boelen
2021-07-08Add fallbacks for hostid generation and improve loggingMichael Boelen
2021-07-02Improve HostID generation and loggingMichael Boelen
2021-01-07Preparation for release 3.0.3Michael Boelen
2021-01-01Multiple platform support in RegisterBrian Ginsbach
2020-11-15Use first e1000 interface and break after matchSimon Biewald
2020-11-09spelling: indentationJosh Soref
2020-10-22Merge branch 'master' into fix_nginx_parserMichael Boelen
2020-10-21require pgrep before usageThomas Sjögren
2020-10-20Merge pull request #973 from igloonet/fix/functions-parse-nginx-abs-pathMichael Boelen
2020-08-27Better log messageJimver
2020-08-27Remove newlineJimver
2020-08-27Use shell wildcard expansion nowJimver
2020-08-26Fix wildcard expansion, absolute path handling and output to stderrJimver
2020-07-07[functions] ParseNginx: Ignore empty included wildcardsKepi
2020-07-07[functions] ParseNginx: Support include on absolute pathsKepi
2020-07-03Command line option for slow test thresholdKepi
2020-06-26Use BSD style format when calling statMichael Boelen
2020-04-22accept more restrictive file permissionsThomas Sjögren
2020-04-06Added support to require a detected and known package managerMichael Boelen
2020-04-02Added fallback for awk/tr, small code enhancement, added noteMichael Boelen
2020-04-01The IsRunning function may have not everything defined early on, so added a f...Michael Boelen
2020-03-31Corrected case where binaries were not checked while we do want to use dmidec...Michael Boelen
2020-03-31Removed unneeded complexity regarding dmidecode, as binary checks are already...Michael Boelen
2020-03-30Add pkg_info to PackageIsInstalledBrian Ginsbach
2020-03-20Updated date/yearMichael Boelen
2020-02-21add basic xbps/void supportKevin
2019-12-13Quoting should not be used when globbingMichael Boelen
2019-12-13Decrease length of line breaks between testsMichael Boelen
2019-12-13Improved permission check for BSD systemsMichael Boelen
2019-11-25Merge pull request #802 from dvehrs/HCFPMichael Boelen
2019-11-18Add USR1 trap to show status such as active testMichael Boelen
2019-10-23Updated permissions checksDave Vehrs
2019-09-26nginx-test: add log file detection for relative pathsKristian Schuster
2019-09-22Merge pull request #763 from Marzal/Marzal-F_isRunningMichael Boelen
2019-09-21Fixed a typoMichael Boelen
2019-09-19Double quote to prevent globbing and word splitting.SC2086 InfoMarzal
2019-09-19Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.SC2166Marzal
2019-09-19Merge pull request #761 from Schmuuu/masterMichael Boelen
2019-09-19Style improvementsMichael Boelen