summaryrefslogtreecommitdiff
path: root/ext/standard/crypt.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| * - Year++Felipe Pena2012-01-011-1/+1
| * Avoiding strcpy, strcat, sprintf usage to make static analyzer happyXinchen Hui2011-08-091-2/+2
| * - blowfish 1.2 update, 2nd partPierre Joye2011-07-311-1/+1
| * fix crypt() issue with overlong saltStanislav Malyshev2011-07-041-0/+2
| * - Year++Felipe Pena2011-01-011-1/+1
| * - MFHPierre Joye2010-06-141-2/+7
| * - Fixed bug #51435 (Missing ifdefs / logic bug in crypt code cause compile er...Felipe Pena2010-04-221-3/+3
* | Refactor crypt to use an external working functionAnthony Ferrara2012-06-281-86/+102
* | - Year++Felipe Pena2012-01-011-1/+1
* | MFB crypt fixStanislav Malyshev2011-09-121-0/+2
* | Avoiding strcpy, strcat, sprintf usage to make static analyzer happyXinchen Hui2011-08-091-2/+2
* | I'm pretty sure you didn't mean to multiple by the size of a char* thereRasmus Lerdorf2011-08-071-2/+2
* | - blowfish 1.2 update, 2nd partPierre Joye2011-07-311-1/+1
* | Fix crypt_blowfish 8-bit chars problem (CVE-2011-2483), add testsStanislav Malyshev2011-06-261-1/+1
* | - Year++Felipe Pena2011-01-011-1/+1
* | - Fixed bug #51435 (Missing ifdefs / logic bug in crypt code cause compile er...Felipe Pena2010-04-221-3/+3
* | Don't assume the SHA-based crypt constants are registeredJoey Smith2010-03-301-2/+7
|/
* - return *0/*1 on failure instead of FALSE, to avoid possible issues with bad...Pierre Joye2010-02-231-5/+25
* - Fix #51059, crypt can fail and return NULL, on almost all implementationsPierre Joye2010-02-211-10/+35
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - #50334, add CRYPT_SHA* constants and tests [DOC]Pierre Joye2009-12-091-0/+3
* - #50334, crypt ignores sha512 and add support for sha256/512 to php's crypt ...Pierre Joye2009-12-091-1/+37
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-1/+1
* MFH: shutdown crypt correctly and fix memleak in ZTS modeAntony Dovgal2008-08-191-3/+4
* -MFH:Pierre Joye2008-07-281-16/+65
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFHJani Taskinen2007-11-051-27/+26