summaryrefslogtreecommitdiff
path: root/ext/mcrypt/mcrypt.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Added automatic module globals managementDmitry Stogov2006-06-151-8/+7
* - There was nothing wrong here, bug report #37595 is bogus.Derick Rethans2006-05-311-1/+9
* MFH: fix #37595 (mcrypt_generic calculates data length in wrong way)Antony Dovgal2006-05-311-1/+1
* - Use of E_RECOVERABLE_ERRORMarcus Boerger2006-05-111-1/+2
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* Fixed bug #35496 (Crash in mcrypt_generic()/mdecrypt_generic() withoutIlia Alshanetsky2005-11-301-33/+55
* - Bumber up yearfoobar2005-08-031-1/+1
* - WhitespaceDerick Rethans2004-04-181-2/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fixed bug #26042 (memory leak if mcrypt_generic_deinit() is not calledIlia Alshanetsky2003-10-311-0/+2
* - Email address changeDerick Rethans2003-10-131-1/+1
* proto fixesAndrey Hristov2003-06-121-2/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* - WhitespaceDerick Rethans2003-03-131-101/+103
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-061-1/+1
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-10/+4
* Removed unused variable.Ilia Alshanetsky2003-01-081-1/+0
* Comment out non ANSI C standard comliant code. Fixes win32 build.Edin Kadribasic2003-01-061-2/+5
* - Removed support for libmcrypt 2.2.x to allow cleaner code. Another reasonDerick Rethans2003-01-031-547/+178
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* - Unify error messagesDerick Rethans2002-06-261-35/+35
* - Fix version in phpinfo();Derick Rethans2002-06-161-19/+17
* Use {NULL, NULL, NULL} to terminate function entry.Yasuo Ohgaki2002-02-281-1/+1
* - Fix for bug 14690Derick Rethans2001-12-261-73/+18
* Add headers and Id linesColin Viebrock2001-12-201-0/+1
* - Try to be a little bit more sane dealing backwards compabilityDerick Rethans2001-12-171-2/+4
* - Fix for bug 14162, invalidate the resource then mcrypt_generic_init failsDerick Rethans2001-12-151-1/+22