summaryrefslogtreecommitdiff
path: root/ext/mcrypt
Commit message (Collapse)AuthorAgeFilesLines
* add filters to mcryptStanislav Malyshev2010-01-156-4/+381
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
|
* - Fix bad section names (extra - in the end..)Jani Taskinen2009-11-091-1/+1
|
* - Fixed bug #49738 (calling mcrypt after mcrypt_generic_deinit crashes).Sriram Natarajan2009-10-022-0/+14
|
* Fix a bunch of binary/unicode issues in the mcrypt testsRasmus Lerdorf2009-07-267-20/+20
|
* 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-102-2/+2
|
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
|
* MCrypt tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows and Linux but not ↵Ant Phillips2008-12-1134-0/+5575
| | | | Linux 64 bit or 5.3).
* - Changed split() to preg_split()Felipe Pena2008-11-201-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-072-12/+26
|
* - not sharedPierre Joye2008-08-051-1/+1
|
* - detect _a or normal libPierre Joye2008-08-041-1/+1
|
* fix buildAntony Dovgal2008-07-161-1/+1
|
* - Port mcrypt_create_iv to windows (aka fix it on windows)Pierre Joye2008-07-152-7/+31
|
* - MFB: Added arginfoFelipe Pena2008-07-011-42/+266
|
* Revert.David Soria Parra2008-05-182-7/+2
|
* MFB: Make mcrypt_enc_self_test() return value compatible with documentation ↵David Soria Parra2008-05-182-2/+7
| | | | and mcrypt_module_self_test()
* Tests from Munich PHP Testfest 2008David Soria Parra2008-05-1730-0/+538
|
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
|
* - Fixed bug #43143 (Warning about empty IV with MCRYPT_MODE_ECB).Derick Rethans2007-12-012-2/+27
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* revertAntony Dovgal2007-07-201-2/+2
|
* fix unicode modeAntony Dovgal2007-07-191-1/+1
|
* fix testAntony Dovgal2007-07-191-2/+2
|
* fix ws & foldingAntony Dovgal2007-07-191-34/+10
|
* add skipifAntony Dovgal2007-07-162-0/+2
|
* MFBIlia Alshanetsky2007-05-281-2/+2
|
* fix test namesAntony Dovgal2007-05-071-1/+1
|
* fix test namesAntony Dovgal2007-05-071-0/+0
|
* - Added test case for bug #41252.Derick Rethans2007-05-011-0/+13
|
* MFB: fix #40999 (mcrypt_create_iv() not using random seed)Antony Dovgal2007-04-081-2/+2
|
* Bump year.Sebastian Bergmann2007-01-012-2/+2
|
* - MFB: Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignoresDerick Rethans2006-12-231-3/+3
| | | | | --with-libdir).
* MFB: Replace non-threadsafe rand() with php_rand_r()Ilia Alshanetsky2006-11-281-1/+2
|
* - unicode upgradeMichael Wallner2006-11-156-457/+352
| | | | | | - fix typo: ENIGNA->ENIGMA - add and fix tests
* Error message clean upHannes Magnusson2006-10-082-3/+3
| | | | | (patch by Matt W (php_lists -AT- realpain.com))
* Removed custom deprecate error messagesHannes Magnusson2006-06-262-12/+1
| | | | | Use the fancy ZEND_ACC_DEPRECATED flag.
* Added automatic module globals managementDmitry Stogov2006-06-131-8/+7
|
* add expected warning to the testAntony Dovgal2006-05-311-0/+0
|
* - MF52: There was nothing wrong here, bug report #37595 is bogus.Derick Rethans2006-05-313-2/+24
| | | | | - 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-312-1/+1
|
* bump year and license versionfoobar2006-01-012-6/+6
|
* - Nuke php3 legacyfoobar2005-12-061-1/+1
|
* MFB51: Fixed bug #35496 (Crash in mcrypt_generic()/mdecrypt_generic()Ilia Alshanetsky2005-11-302-33/+69
| | | | | without proper init).