summaryrefslogtreecommitdiff
path: root/ext/mcrypt/mcrypt.c
Commit message (Expand)AuthorAgeFilesLines
* - MF52: There was nothing wrong here, bug report #37595 is bogus.Derick Rethans2006-05-311-1/+9
* fix #37595 (mcrypt_generic calculates data length in wrong way)Antony Dovgal2006-05-311-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Nuke php3 legacyfoobar2005-12-061-1/+1
* MFB51: Fixed bug #35496 (Crash in mcrypt_generic()/mdecrypt_generic()Ilia Alshanetsky2005-11-301-33/+55
* - Add E_RECOVERABLE.Derick Rethans2005-09-151-1/+2
* - 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
* - Remove debug stuffDerick Rethans2001-12-131-1/+0
* - Fixes for bugs 10324, 12777, 14488 and 13399Derick Rethans2001-12-131-27/+26
* MFBSterling Hughes2001-12-131-0/+2
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-7/+7
* - Don't return from the function, so that mcrypt get properly initializedDerick Rethans2001-09-231-2/+1
* - Added mcrypt_generic_deinit and added a warning about mcrypt_generic_endDerick Rethans2001-09-231-19/+49
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* MFBSterling Hughes2001-09-071-2/+3
* get rid of global messSterling Hughes2001-09-071-13/+10
* register a list destructorSterling Hughes2001-09-071-0/+10
* - Fix for bug #13052Derick Rethans2001-09-071-0/+5
* Make this compile in ZTS mode.foobar2001-07-301-8/+8
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-30/+0
* Fix a couple of buffer overflows in mcrypt.cZeev Suraski2001-07-101-2/+2
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-6/+15
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* - Fix for bug #10890Derick Rethans2001-05-181-3/+6
* - Fix for bug #9801 (and maybe others)Derick Rethans2001-05-171-1/+0
* - Fix for bug #10518 (Thanks to kettler@gmx.net)Derick Rethans2001-05-011-3/+3
* - Fixed some more problems with keys being chopped off (fix for bug #8839)Derick Rethans2001-04-181-5/+7
* - Removed debug thingDerick Rethans2001-04-101-1/+0