summaryrefslogtreecommitdiff
path: root/ext/standard/crypt.c
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* 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
| |\
| | * Apply error-code-salt fix to Windows tooLeigh2014-10-071-1/+1
| | * Bug fixes in light of failing bcrypt testsLeigh2014-10-071-2/+1
| | * Bump yearXinchen Hui2014-01-031-1/+1
* | | fix datatype warningsAnatol Belski2014-10-221-1/+1
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | generalized the case with secure memory zeroingAnatol Belski2014-09-191-6/+2
* | | zero sensitive data more secure wayAnatol Belski2014-09-191-0/+4
* | | first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
* | | master renames phase 1Anatol Belski2014-08-251-14/+14
* | | yet more fixes to zppAnatol Belski2014-08-201-1/+1
* | | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-7/+7
* | | Fixed compilation on WindowsDmitry Stogov2014-07-151-1/+2
* | | Refactor php_crypt to returning zend_stringXinchen Hui2014-02-251-22/+22
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-131-3/+4
|/ /
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Fix ZTS buildNikita Popov2013-10-291-1/+1
* | Implemented Change crypt() behavior w/o salt RFCYasuo Ohgaki2013-10-291-0/+2
|/
* Happy New YearXinchen Hui2013-01-011-1/+1
* More refactoring of crypt into php_crypt, and fixing memory allocationAnthony Ferrara2012-06-291-40/+19
* Merge remote branch 'upstream/master' into hash_passwordAnthony Ferrara2012-06-291-2/+2
|\
| * Fix some lengths in crypt()Nikita Popov2012-06-291-6/+6
| * Fixed bug #62443 (Crypt SHA256/512 Segfaults With Malformed Salt)Anthony Ferrara2012-06-281-2/+2