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
2016-07-05Migrate to new options, including skip-pluginsMichael Boelen
2016-07-05Added DisplayToolTipMichael Boelen
2016-07-05Migration to new profile names and store the related settingsMichael Boelen
2016-07-05Add lynis show settings with --brief and --nocolors optionsMichael Boelen
2016-07-05Add fuctions: AddSetting, DiscoverProfiles, ParseProfilesMichael Boelen
2016-07-05[CRYP-7902] Use SSL paths as configured by profileMichael Boelen
2016-07-05Add variable for settings and SSL pathsMichael Boelen
2016-07-05[PRNT-2306] Check if files are readable before parsing themMichael Boelen
2016-07-05Rename Maid to CleanUpMichael Boelen
2016-07-05[AUTH-9254] Only let root use this test, due to permissionsMichael Boelen
2016-07-05[AUTH-9288] Only check for accounts which have a maximum password age setMichael Boelen
2016-07-05Do not provide a tip about uploading data when user is already doing thatMichael Boelen
2016-06-30Don't override variables of ReportDetails functions on every parameterMichael Boelen
2016-06-30[AUTH-9234] Test for minimal UID number via /etc/login.defsMichael Boelen
2016-06-18Improve screen outputMichael Boelen
2016-06-18Replaced text strings to allow translationsMichael Boelen
2016-06-18Allow long lines of text by resetting number of spaces to 0 when neededMichael Boelen
2016-06-18Replaced text strings to allow translationsMichael Boelen
2016-06-18Added IsDeveloperVersion to detect if release is still under developmentMichael Boelen
2016-06-11[SSH-7408] Show SSH items as a suggestion on screen, like in the reportMichael Boelen
2016-06-11Add automatic detection of used languageMichael Boelen
2016-06-11Added support for multiple languagesMichael Boelen
2016-06-07Add upcoming profile option to choose between upload toolsMichael Boelen
2016-06-07Add comment for upcoming option to choose between upload toolsMichael Boelen
2016-06-07Add variables for alternative upload toolMichael Boelen
2016-06-07[HTTP-6642] Test disabledMichael Boelen
2016-05-30[PKGS-7328] Set non-interactive as first option like other calls to ZypperMichael Boelen
2016-05-30Restrict find action to the /tmp mountMichael Boelen
2016-05-30Properly display lines again after changing date format in logMichael Boelen
2016-05-30improve non-interactive use of zypper (#208)Andreas Stieger
* PKGS-7328: only list installed items of type package Otherwise the package list may contain duplicate items of type application or patch Signed-off-by: Andreas Stieger <astieger@suse.com> * PKGS-7328, PKGS-7330: run zypper with non-interactive flag Otherwise the test will hang if zypper issues an interactive query or warning, such as for new/changed keys, network issues or other errors. Signed-off-by: Andreas Stieger <astieger@suse.com>
2016-05-30Added more tips when cURL has issues uploading the dataMichael Boelen
2016-05-30Added error message when --data-urlencode on cURL is not availableMichael Boelen
2016-05-25Use a common date/time format for log entriesMichael Boelen
2016-05-25Change instructions to configure Lynis when using self-signed certificates ↵Michael Boelen
with upload
2016-05-25Better display when multiple items are to be configuredMichael Boelen
2016-05-24Improve error message when setting already existsMichael Boelen
2016-05-24Allow automatic configuration of a settingMichael Boelen
2016-05-24Remove unneeded quoteMichael Boelen
2016-05-24Minor cleanups and add hostid2 value for uploadsMichael Boelen
2016-05-19UseDNS = No is a safer configuration (#204)Eric Light
See Issue #197. References: - https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/424371/comments/11 - https://unix.stackexchange.com/questions/56941/what-is-the-point-of-sshd-usedns-option - https://security.googleblog.com/2016/02/cve-2015-7547-glibc-getaddrinfo-stack.html
2016-05-19use ${LSMODBINARY} instead of lsmod (#200)Yann ILAS
2016-05-19use ${LSMODBINARY} instead of lsmod (#199)Yann ILAS
Use detected lsmod binary instead of calling it directly.
2016-05-19Add of MODPROBE variable (#202)Yann ILAS
Test for presence of modprobe utility
2016-05-19Split auditd between Linux and Solaris, store if an audit daemon is runningMichael Boelen
2016-05-17Extend configure module to allow making changes to custom.prf soonMichael Boelen
2016-05-17Show release as version with release type (e.g. 2.2.0-dev)Michael Boelen
2016-05-17Add lynis show hostids to display host IDsMichael Boelen
2016-05-17Store host IDv2 and detect utilities when no binaries scan has been doneMichael Boelen
2016-05-16Improve screen output when an error in a profile has been foundMichael Boelen
2016-05-16Show debug details on screen in verbose modeMichael Boelen