summaryrefslogtreecommitdiff
path: root/ext/standard/crypt.c
Commit message (Expand)AuthorAgeFilesLines
* update newsStanislav Malyshev2014-11-301-5/+5
* Bug fixes in light of failing bcrypt testsLeigh2014-11-301-1/+0
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* 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
* - 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
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Convert to use new parameter parsing API.Andrei Zmievski2001-10-261-19/+10
* Fixed bugs: #13251, #9827, #11363foobar2001-10-211-1/+1
* Make rand thread safe when ZTS is defined.Sterling Hughes2001-09-161-3/+4
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* revert bad commit.foobar2001-09-051-0/+12
* Merge RAND_REDESIGN into MAINJeroen van Wolffelaar2001-09-031-12/+0
* Reverted the patch to main branch - should have branched wholeJeroen van Wolffelaar2001-08-221-2/+1
* Commit forgotten fix in crypt.c, oversight of a BC-problemJeroen van Wolffelaar2001-08-221-1/+2
* WhitespaceZeev Suraski2001-08-111-1/+1
* more tsrm cleanupSascha Schumann2001-08-061-1/+1