summaryrefslogtreecommitdiff
path: root/ext/standard/crypt.c
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-1/+1
* Drop support for crypt() without explicit saltNikita Popov2020-09-071-30/+3
* Remove proto comments from C filesMax Semenik2020-07-061-2/+1
* Clean house in cryptographic hashing codeAlex Dowad2020-06-241-0/+1
* Fix potential use-after-scope if crypt_r is usedNikita Popov2020-06-241-6/+4
* Remove deprecated DES fallback in crypt()Nikita Popov2020-06-241-23/+5
* Merge branch 'PHP-7.4'Nikita Popov2020-06-241-2/+5
|\
| * Handle *0 / *1 more consistentlyNikita Popov2020-06-241-2/+5
* | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/
* Fix build warningsRemi Collet2019-07-251-1/+1
* Use unsigned char in _crypt_extended_rNikita Popov2019-06-191-1/+1
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Future-proof email addresses...Zeev Suraski2018-11-011-1/+1
* Remove HAVE_STRING_HPeter Kokot2018-09-181-4/+0
* Remove AC_STRUCT_TM macroPeter Kokot2018-08-291-4/+0
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* year++Xinchen Hui2018-01-021-1/+1
* Resolve conflictSammy Kaye Powers2017-01-031-4/+4
|\
| * Merge branch 'pull-request/2163'Joe Watkins2017-01-031-4/+4
| |\
| | * let s use the macro insteadDavid Carlier2016-10-151-4/+4
| | * import explicit_bzero + strlc* functions updateDavid Carlier2016-10-151-4/+4
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|/ /
* | Use new param API in standardSara Golemon2016-12-301-3/+5
|/
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-09-101-8/+0
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-09-101-8/+0
| |\
| | * Bug #73058 crypt broken when salt is 'too' longAnatol Belski2016-09-101-8/+0
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-291-0/+8
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-08-291-0/+8
| |\ \ | | |/
| | * Fixed bug #72703 Out of bounds global memory read in BF_crypt triggered by pa...Anatol Belski2016-08-291-0/+8
* | | Fixed warning: "operation on ā€˜sā€™ may be undefined"Xinchen Hui2016-08-021-5/+6
* | | Fix crypt salt not being converted to b64Leigh2016-07-071-3/+3
* | | Fix some insecure usages of php_randLeigh2016-07-051-7/+3
* | | Remove HAVE_CRYPT checksNikita Popov2016-03-251-2/+0
* | | Remove PHP_*_CRYPT constantsNikita Popov2016-03-251-54/+7
|/ /
* | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-03-251-13/+19
|\ \ | |/
| * Fixed bug #67512Nikita Popov2016-03-251-7/+12
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Fixed bug #69686 password_verify reports back error on PHP7 will null string.Anthony Ferrara2015-05-211-5/+10
* | Merge branch 'pull-request/989'Stanislav Malyshev2015-01-311-4/+23
|\ \
| * | Fix a few tests and remove error/warning for *0Anthony Ferrara2015-01-131-0/+2
| * | Fix spaces -> tabsAnthony Ferrara2015-01-091-13/+13
| * | Add deprecated notice to invalid DES salts.Anthony Ferrara2015-01-091-4/+21
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
|/ /
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-3/+3
* | Merge branch 'PHP-5.6'Stanislav Malyshev2014-11-301-4/+3
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-11-301-3/+2
| |\