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
2021-01-07Preparation for release 3.0.3Michael Boelen
2020-07-27Add missing PHP 7.4 check for BSD0ri0n
2020-07-27Add PHP 7.4 Detection Paths0ri0n
2020-04-02Added new test PHP-2382Michael Boelen
2020-03-20Updated date/yearMichael Boelen
2020-03-05Use a POSIX implementation to check for substringNicolas CARPi
This works with all shells, even busybox.
2020-03-05Skip the PHP cli configuration file when looking for expose_phpNicolas CARPi
The expose_php configuration option is only relevant for non-cli PHP and thus lynis should not look for it in config files that are for cli Fix #849
2019-12-18Code style improvement: quote argumentMichael Boelen
2019-10-24added additional php folders to check, plus added PHP72 and PHP73Kristian Schuster
2019-09-21Fixed a typoMichael Boelen
2019-08-26Combine multiple unsets into a single commandMichael Boelen
2019-07-16Use -n instead of ! -zMichael Boelen
2019-05-08Add PHP ini file locations for Ubuntu 18.04. Fix #628Nicolas CARPi
2019-03-05better OpenBSD support (#641)jirib
2019-01-31Changed year and preparing for new releaseMichael Boelen
2018-08-23[PHP-2372] test all PHP files for expose_php and improved loggingMichael Boelen
2018-05-02Update for PHP 7.2 (#546)Matyáš Koc
Added php.ini paths used on Ubuntu with PHP 7.1/7.2
2018-04-23[PHP-2379] Suhosin test disabledMichael Boelen
2018-03-10Add remi repo php.ini paths (#529)James White
2018-01-24Initial value for PHPVERSIONMichael Boelen
2018-01-13[PHP-2379] added quotesMichael Boelen
2018-01-11Changed yearMichael Boelen
2018-01-11lynis should not suggest suhosin for PHP 7 (#498)n[oO]ne
2017-10-24Add additional DirectAdmin paths for php.ini (#479)James White
2017-08-16Do not unset PHPVERSION after detect it (#438)Tom H
2017-08-16Added php.ini locations for Ubuntu 16.04LTS (#439)Jason Soto
2017-07-28Suhosin is hard linked into PHP on OpenBSD (#423)alobodzinski
2017-07-10Suhosin simulation mode status (#411)(╯°□°)╯︵ uᴉǝssnH ɐɟɐʇsoW
* fix suhsoin check text * use PHPINI_ALLFILES variable * Check suhosin simulation mode status * Small style improvement
2017-06-14add ini paths for cloudlinux (#400)(╯°□°)╯︵ uᴉǝssnH ɐɟɐʇsoW
2017-06-14add suhosin status test (#401)(╯°□°)╯︵ uᴉǝssnH ɐɟɐʇsoW
* add suhosin status test * get matched line only
2017-05-23250 fixes (#393)mslifcak
* restore use of lshw * add ROOTDIR to restore lost PHP file ref * refactor certificate search to benefit older "find" command
2017-04-23Code enhancementsMichael Boelen
2017-04-17Add Additional php.ini Paths (#377)0ri0n
2017-03-27Add support for cPanel PHP (Scl-based pacakging) GHT #340 (#373)Athmane Madjoudj
* Add support for cPanel PHP (Scl-based pacakging) GHT #340 * Add myself to contributors as requested
2017-03-13Added new php paths (#369)noci2012
removed php5.4, added 7.0 and 7.1 and the flavours that are known on gentoo (apache2, cgi, cli, embed, fpm)
2017-03-01Add /usr/local/etc/zend/php.ini as possible php path (#360)Mark Janssen
Thanks, merging!
2017-02-09Changed date and preparing for release2.4.1Michael Boelen
2016-09-10Code cleanups and generic enhancementsMichael Boelen
2016-08-25Use detected binariesMichael Boelen
2016-08-12Update tests_php (#261)erialor
Adding PHP5.6
2016-08-10Removed unneeded field for warnings and suggestionsMichael Boelen
2016-07-30[PHP-2211] - Readability improvement and code style changesMichael Boelen
2016-07-24Rename of categories, introduction of groupsMichael Boelen
2016-07-22[PHP-2374] Changed text and cleanupsMichael Boelen
2016-07-16[PHP-2376] Log to discovered item to report instead of logfileMichael Boelen
2016-06-18Replaced text strings to allow translationsMichael Boelen
2016-04-28Replaced old function names with new onesmboelen
2016-03-30Merge pull request #140 from kboratynski/features/macosx_phpMichael Boelen
Added OSX default php.ini location.
2016-03-23Added OSX default php.ini location.Kamil Boratyński
2016-03-21Added ini dir of EL6Erwin Vrolijk
On my EL6 systems PHP uses an ini directory of /etc/php.d, added this to the php test.