| Commit message (Expand) | Author | Age | Files | Lines |
* | update news | Stanislav Malyshev | 2014-11-30 | 1 | -5/+5 |
* | Bug fixes in light of failing bcrypt tests | Leigh | 2014-11-30 | 1 | -1/+0 |
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | Fix some lengths in crypt() | Nikita Popov | 2012-06-29 | 1 | -6/+6 |
* | Fixed bug #62443 (Crypt SHA256/512 Segfaults With Malformed Salt) | Anthony Ferrara | 2012-06-28 | 1 | -2/+2 |
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | Avoiding strcpy, strcat, sprintf usage to make static analyzer happy | Xinchen Hui | 2011-08-09 | 1 | -2/+2 |
* | - blowfish 1.2 update, 2nd part | Pierre Joye | 2011-07-31 | 1 | -1/+1 |
* | fix crypt() issue with overlong salt | Stanislav Malyshev | 2011-07-04 | 1 | -0/+2 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | - MFH | Pierre Joye | 2010-06-14 | 1 | -2/+7 |
* | - Fixed bug #51435 (Missing ifdefs / logic bug in crypt code cause compile er... | Felipe Pena | 2010-04-22 | 1 | -3/+3 |
* | - return *0/*1 on failure instead of FALSE, to avoid possible issues with bad... | Pierre Joye | 2010-02-23 | 1 | -5/+25 |
* | - Fix #51059, crypt can fail and return NULL, on almost all implementations | Pierre Joye | 2010-02-21 | 1 | -10/+35 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | - #50334, add CRYPT_SHA* constants and tests [DOC] | Pierre Joye | 2009-12-09 | 1 | -0/+3 |
* | - #50334, crypt ignores sha512 and add support for sha256/512 to php's crypt ... | Pierre Joye | 2009-12-09 | 1 | -1/+37 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | MFH: initialize optional vars | Arnaud Le Blanc | 2008-10-21 | 1 | -1/+1 |
* | MFH: shutdown crypt correctly and fix memleak in ZTS mode | Antony Dovgal | 2008-08-19 | 1 | -3/+4 |
* | -MFH: | Pierre Joye | 2008-07-28 | 1 | -16/+65 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | MFH | Jani Taskinen | 2007-11-05 | 1 | -27/+26 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | MFH | Antony Dovgal | 2006-12-12 | 1 | -1/+1 |
* | MFH: missing part of the fix for #39795 | Antony Dovgal | 2006-12-12 | 1 | -1/+1 |
* | MFH: fix #39795 (build fails on AIX because crypt_r() uses different data str... | Antony Dovgal | 2006-12-12 | 1 | -0/+10 |
* | MFH: fix AIX build | Antony Dovgal | 2006-12-03 | 1 | -1/+1 |
* | Use reantrant crypt_r() whenever possible. | Ilia Alshanetsky | 2006-11-30 | 1 | -2/+9 |
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
* | * email address update | Stig Bakken | 2004-02-12 | 1 | -1/+1 |
* | - Moved php_srand() call into php_rand(). | foobar | 2004-01-19 | 1 | -4/+0 |
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
* | Moved the RINIT(crypt) stuff into crypt() itself. | foobar | 2003-08-11 | 1 | -12/+4 |
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
* | Convert to use new parameter parsing API. | Andrei Zmievski | 2001-10-26 | 1 | -19/+10 |
* | Fixed bugs: #13251, #9827, #11363 | foobar | 2001-10-21 | 1 | -1/+1 |
* | Make rand thread safe when ZTS is defined. | Sterling Hughes | 2001-09-16 | 1 | -3/+4 |
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
* | revert bad commit. | foobar | 2001-09-05 | 1 | -0/+12 |
* | Merge RAND_REDESIGN into MAIN | Jeroen van Wolffelaar | 2001-09-03 | 1 | -12/+0 |
* | Reverted the patch to main branch - should have branched whole | Jeroen van Wolffelaar | 2001-08-22 | 1 | -2/+1 |
* | Commit forgotten fix in crypt.c, oversight of a BC-problem | Jeroen van Wolffelaar | 2001-08-22 | 1 | -1/+2 |
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -1/+1 |
* | more tsrm cleanup | Sascha Schumann | 2001-08-06 | 1 | -1/+1 |