summaryrefslogtreecommitdiff
path: root/ext/standard/crypt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFHAntony Dovgal2006-12-121-1/+1
* MFH: missing part of the fix for #39795Antony Dovgal2006-12-121-1/+1
* MFH: fix #39795 (build fails on AIX because crypt_r() uses different data str...Antony Dovgal2006-12-121-0/+10
* MFH: fix AIX buildAntony Dovgal2006-12-031-1/+1
* Use reantrant crypt_r() whenever possible.Ilia Alshanetsky2006-11-301-2/+9
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* * email address updateStig Bakken2004-02-121-1/+1
* - Moved php_srand() call into php_rand().foobar2004-01-191-4/+0
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Moved the RINIT(crypt) stuff into crypt() itself.foobar2003-08-111-12/+4
* updating license information in the headers.James Cox2003-06-101-3/+3
* Bump year.Sebastian Bergmann2002-12-311-1/+1