summaryrefslogtreecommitdiff
path: root/ext/mcrypt/mcrypt.c
Commit message (Expand)AuthorAgeFilesLines
* Close fd at the end, otherwise people complainLeigh2015-05-131-0/+8
* Add file descriptor caching to mcrypt_create_iv()Leigh2015-05-131-15/+21
* Bump yearXinchen Hui2015-01-151-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2014-12-081-2/+6
|\
| * Fixed possible read after end of buffer and use after free.Dmitry Stogov2014-12-081-2/+6
| * Bump yearXinchen Hui2014-01-031-1/+1
| * Happy New YearXinchen Hui2013-01-011-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| * - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-221-1/+1
| * - use warning here to match unix behaviorPierre Joye2011-07-101-1/+1
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Fixed Mcrypt deprecated functions and related testsSherif Ramadan2012-08-161-3/+3
* | Fixes mcrypt_ecb not issuing an E_DEPRECATED level notice, despite having bee...Sherif Ramadan2012-07-211-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* | - use warning here to match unix behaviorPierre Joye2011-07-101-1/+1
|/
* - Year++Felipe Pena2011-01-011-1/+1
* - use new function to get random bytesPierre Joye2010-06-081-19/+9
* - fix leak on error in mcrypt_create_iv on windowsPierre Joye2010-06-021-0/+2
* - WSPierre Joye2010-06-021-3/+3
* add filters to mcryptStanislav Malyshev2010-01-151-0/+9
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Fixed bug #49738 (calling mcrypt after mcrypt_generic_deinit crashes).Sriram Natarajan2009-10-021-0/+1
* MFH: Fixed error message grammar:Matt Wilmas2009-06-061-1/+1
* MFH: Fixed compiler warningKalle Sommer Nielsen2009-05-191-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-36/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+36
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-36/+0
* - MFH: Fixed bug #46010 (warnings incorrectly generated for iv in ecb mode)Felipe Pena2008-09-071-11/+12
* - New parameter parsing APIFelipe Pena2008-08-101-139/+97
* - MFH: Port mcrypt_create_iv to windows (aka fix it on windows)Pierre Joye2008-07-151-0/+23
* - Revert that crap.Derick Rethans2008-07-041-273/+393
* fix key container accessRob Richards2008-07-031-1/+1
* - fix mcrypt_iv on windows, use urandom equivalentPierre Joye2008-07-031-393/+273
* - Added arginfoFelipe Pena2008-07-011-42/+266
* Revert.David Soria Parra2008-05-181-6/+1
* Make mcrypt_enc_self_test() return value compatible with documentation and mc...David Soria Parra2008-05-181-1/+6
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* - MFH: Fixed bug #43143 (Warning about empty IV with MCRYPT_MODE_ECB).Derick Rethans2007-12-011-2/+3
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* fix ws & foldingAntony Dovgal2007-07-191-36/+12
* Fixed bug #40999 (mcrypt_create_iv() not using random seed).Ilia Alshanetsky2007-04-051-2/+2
* use constantIlia Alshanetsky2007-02-151-1/+1
* Improved validation route for size parameter of the mcrypt_create_iv()Ilia Alshanetsky2007-02-151-2/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Replace non-threadsafe rand() with php_rand_r()Ilia Alshanetsky2006-11-281-1/+2
* MFH: use the ZEND_ACC_DEPRECATED flag rather than custom warningsHannes Magnusson2006-06-261-11/+1