Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add filters to mcrypt | Stanislav Malyshev | 2010-01-15 | 6 | -4/+381 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 2 | -2/+2 |
| | |||||
* | - Fix bad section names (extra - in the end..) | Jani Taskinen | 2009-11-09 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #49738 (calling mcrypt after mcrypt_generic_deinit crashes). | Sriram Natarajan | 2009-10-02 | 2 | -0/+14 |
| | |||||
* | Fix a bunch of binary/unicode issues in the mcrypt tests | Rasmus Lerdorf | 2009-07-26 | 7 | -20/+20 |
| | |||||
* | Fixed error message grammar: | Matt Wilmas | 2009-06-06 | 1 | -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 warning | Kalle Sommer Nielsen | 2009-05-19 | 1 | -1/+1 |
| | |||||
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 2 | -2/+2 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 2 | -2/+2 |
| | |||||
* | MCrypt tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows and Linux but not ↵ | Ant Phillips | 2008-12-11 | 34 | -0/+5575 |
| | | | | Linux 64 bit or 5.3). | ||||
* | - Changed split() to preg_split() | Felipe Pena | 2008-11-20 | 1 | -1/+1 |
| | |||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) | Felipe Pena | 2008-11-17 | 1 | -36/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+36 |
| | |||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -36/+0 |
| | |||||
* | check for NULL before freeing | Antony Dovgal | 2008-09-10 | 1 | -2/+4 |
| | |||||
* | - Fixed bug #46010 (warnings incorrectly generated for iv in ecb mode) | Felipe Pena | 2008-09-07 | 2 | -12/+26 |
| | |||||
* | - not shared | Pierre Joye | 2008-08-05 | 1 | -1/+1 |
| | |||||
* | - detect _a or normal lib | Pierre Joye | 2008-08-04 | 1 | -1/+1 |
| | |||||
* | fix build | Antony Dovgal | 2008-07-16 | 1 | -1/+1 |
| | |||||
* | - Port mcrypt_create_iv to windows (aka fix it on windows) | Pierre Joye | 2008-07-15 | 2 | -7/+31 |
| | |||||
* | - MFB: Added arginfo | Felipe Pena | 2008-07-01 | 1 | -42/+266 |
| | |||||
* | Revert. | David Soria Parra | 2008-05-18 | 2 | -7/+2 |
| | |||||
* | MFB: Make mcrypt_enc_self_test() return value compatible with documentation ↵ | David Soria Parra | 2008-05-18 | 2 | -2/+7 |
| | | | | and mcrypt_module_self_test() | ||||
* | Tests from Munich PHP Testfest 2008 | David Soria Parra | 2008-05-17 | 30 | -0/+538 |
| | |||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 |
| | |||||
* | - Fixed bug #43143 (Warning about empty IV with MCRYPT_MODE_ECB). | Derick Rethans | 2007-12-01 | 2 | -2/+27 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | revert | Antony Dovgal | 2007-07-20 | 1 | -2/+2 |
| | |||||
* | fix unicode mode | Antony Dovgal | 2007-07-19 | 1 | -1/+1 |
| | |||||
* | fix test | Antony Dovgal | 2007-07-19 | 1 | -2/+2 |
| | |||||
* | fix ws & folding | Antony Dovgal | 2007-07-19 | 1 | -34/+10 |
| | |||||
* | add skipif | Antony Dovgal | 2007-07-16 | 2 | -0/+2 |
| | |||||
* | MFB | Ilia Alshanetsky | 2007-05-28 | 1 | -2/+2 |
| | |||||
* | fix test names | Antony Dovgal | 2007-05-07 | 1 | -1/+1 |
| | |||||
* | fix test names | Antony Dovgal | 2007-05-07 | 1 | -0/+0 |
| | |||||
* | - Added test case for bug #41252. | Derick Rethans | 2007-05-01 | 1 | -0/+13 |
| | |||||
* | MFB: fix #40999 (mcrypt_create_iv() not using random seed) | Antony Dovgal | 2007-04-08 | 1 | -2/+2 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 |
| | |||||
* | - MFB: Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignores | Derick Rethans | 2006-12-23 | 1 | -3/+3 |
| | | | | | --with-libdir). | ||||
* | MFB: Replace non-threadsafe rand() with php_rand_r() | Ilia Alshanetsky | 2006-11-28 | 1 | -1/+2 |
| | |||||
* | - unicode upgrade | Michael Wallner | 2006-11-15 | 6 | -457/+352 |
| | | | | | | - fix typo: ENIGNA->ENIGMA - add and fix tests | ||||
* | Error message clean up | Hannes Magnusson | 2006-10-08 | 2 | -3/+3 |
| | | | | | (patch by Matt W (php_lists -AT- realpain.com)) | ||||
* | Removed custom deprecate error messages | Hannes Magnusson | 2006-06-26 | 2 | -12/+1 |
| | | | | | Use the fancy ZEND_ACC_DEPRECATED flag. | ||||
* | Added automatic module globals management | Dmitry Stogov | 2006-06-13 | 1 | -8/+7 |
| | |||||
* | add expected warning to the test | Antony Dovgal | 2006-05-31 | 1 | -0/+0 |
| | |||||
* | - MF52: There was nothing wrong here, bug report #37595 is bogus. | Derick Rethans | 2006-05-31 | 3 | -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 Dovgal | 2006-05-31 | 2 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 2 | -6/+6 |
| | |||||
* | - Nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | MFB51: Fixed bug #35496 (Crash in mcrypt_generic()/mdecrypt_generic() | Ilia Alshanetsky | 2005-11-30 | 2 | -33/+69 |
| | | | | | without proper init). |