summaryrefslogtreecommitdiff
path: root/ext/mcrypt/mcrypt.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fixed error message grammar:Matt Wilmas2009-06-061-1/+1
| | | | | | | | | - "cannot" instead of "can not" (meaning "also can") - "than" instead of "then" (Hint: "then" should hardly be needed; you're not telling the order in which to do something) ... plus removed a couple ending. dots
* Fix compiler warningKalle Sommer Nielsen2009-05-191-1/+1
|
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-101-1/+1
|
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-36/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+36
|
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-36/+0
|
* check for NULL before freeingAntony Dovgal2008-09-101-2/+4
|
* - Fixed bug #46010 (warnings incorrectly generated for iv in ecb mode)Felipe Pena2008-09-071-12/+12
|
* fix buildAntony Dovgal2008-07-161-1/+1
|
* - Port mcrypt_create_iv to windows (aka fix it on windows)Pierre Joye2008-07-151-6/+28
|
* - MFB: Added arginfoFelipe Pena2008-07-011-42/+266
|
* Revert.David Soria Parra2008-05-181-6/+1
|
* MFB: Make mcrypt_enc_self_test() return value compatible with documentation ↵David Soria Parra2008-05-181-1/+6
| | | | and mcrypt_module_self_test()
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* - Fixed bug #43143 (Warning about empty IV with MCRYPT_MODE_ECB).Derick Rethans2007-12-011-2/+5
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* fix ws & foldingAntony Dovgal2007-07-191-34/+10
|
* MFBIlia Alshanetsky2007-05-281-2/+2
|
* MFB: fix #40999 (mcrypt_create_iv() not using random seed)Antony Dovgal2007-04-081-2/+2
|
* Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* MFB: Replace non-threadsafe rand() with php_rand_r()Ilia Alshanetsky2006-11-281-1/+2
|
* - unicode upgradeMichael Wallner2006-11-151-453/+312
| | | | | | - fix typo: ENIGNA->ENIGMA - add and fix tests
* Error message clean upHannes Magnusson2006-10-081-1/+1
| | | | | (patch by Matt W (php_lists -AT- realpain.com))
* Removed custom deprecate error messagesHannes Magnusson2006-06-261-11/+1
| | | | | Use the fancy ZEND_ACC_DEPRECATED flag.
* Added automatic module globals managementDmitry Stogov2006-06-131-8/+7
|
* - MF52: There was nothing wrong here, bug report #37595 is bogus.Derick Rethans2006-05-311-1/+9
| | | | | - MF52: Added a new test case to demonstrate a longer plain text.
* 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
| | | | | without proper init).
* - Add E_RECOVERABLE.Derick Rethans2005-09-151-1/+2
| | | | | #- Thought I did this before already actually...
* - 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
| | | | | | | after every mcrypt_generic_init() call). # This will be MFHed into 4.3.X tree after release.
* - 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
| | | | | @64-bit correction to variables passed to zend_parse_parameters (Dave)
* 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
| | | | | | | | | | to upgrade libmcrypt to a 2.5.x series as the older ones have too much bugs to be safely used with PHP. - Updated macro's, php_errors and parameter parsing. @- Removed support for libmcrypt 2.2.x to allow cleaner code. Another reason @ to upgrade libmcrypt to a 2.5.x series as the older ones have too much bugs @ to be safely used with PHP. (Derick)
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* - Unify error messagesDerick Rethans2002-06-261-35/+35
| | | | | | #- This is the last one for today... can't really stand another # get_active_function_name(TSRMLS_C) :)