[PHP-CVS] cvs: php-src /ext/mcrypt mcrypt.c

2009-05-19 Thread Kalle Sommer Nielsen
kalle Tue May 19 17:46:56 2009 UTC Modified files: /php-src/ext/mcrypt mcrypt.c Log: Fix compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/mcrypt/mcrypt.c?r1=1.121r2=1.122diff_format=u Index: php-src/ext/mcrypt/mcrypt.c diff -u

[PHP-CVS] cvs: php-src /ext/mcrypt mcrypt.c

2008-09-10 Thread Antony Dovgal
tony2001Wed Sep 10 07:31:12 2008 UTC Modified files: /php-src/ext/mcrypt mcrypt.c Log: check for NULL before freeing http://cvs.php.net/viewvc.cgi/php-src/ext/mcrypt/mcrypt.c?r1=1.115r2=1.116diff_format=u Index: php-src/ext/mcrypt/mcrypt.c diff -u

[PHP-CVS] cvs: php-src /ext/mcrypt mcrypt.c /ext/mcrypt/tests bug46010.phpt

2008-09-07 Thread Felipe Pena
felipe Sun Sep 7 22:53:21 2008 UTC Added files: /php-src/ext/mcrypt/tests bug46010.phpt Modified files: /php-src/ext/mcrypt mcrypt.c Log: - Fixed bug #46010 (warnings incorrectly generated for iv in ecb mode)

[PHP-CVS] cvs: php-src /ext/mcrypt mcrypt.c

2008-07-16 Thread Antony Dovgal
tony2001Wed Jul 16 08:00:43 2008 UTC Modified files: /php-src/ext/mcrypt mcrypt.c Log: fix build http://cvs.php.net/viewvc.cgi/php-src/ext/mcrypt/mcrypt.c?r1=1.113r2=1.114diff_format=u Index: php-src/ext/mcrypt/mcrypt.c diff -u

[PHP-CVS] cvs: php-src /ext/mcrypt mcrypt.c

2008-07-01 Thread Felipe Pena
felipe Tue Jul 1 19:44:18 2008 UTC Modified files: /php-src/ext/mcrypt mcrypt.c Log: - MFB: Added arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/mcrypt/mcrypt.c?r1=1.111r2=1.112diff_format=u Index: php-src/ext/mcrypt/mcrypt.c diff -u

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/mcrypt mcrypt.c /ext/mcrypt/tests mcrypt_enc_self_test.phpt

2008-05-28 Thread Derick Rethans
On Sun, 18 May 2008, Hannes Magnusson wrote: On Sun, May 18, 2008 at 8:14 PM, David Soria Parra [EMAIL PROTECTED] wrote: Hannes Magnusson wrote: This is a massive BC break... Imagine people who did if (mcrypt_enc_self_test($td) == 0) { ... } that has now changed from dealing with

[PHP-CVS] cvs: php-src /ext/mcrypt mcrypt.c /ext/mcrypt/tests mcrypt_enc_self_test.phpt

2008-05-18 Thread David Soria Parra
dsp Sun May 18 17:15:08 2008 UTC Modified files: /php-src/ext/mcrypt mcrypt.c /php-src/ext/mcrypt/tests mcrypt_enc_self_test.phpt Log: MFB: Make mcrypt_enc_self_test() return value compatible with documentation and mcrypt_module_self_test()

Re: [PHP-CVS] cvs: php-src /ext/mcrypt mcrypt.c /ext/mcrypt/tests mcrypt_enc_self_test.phpt

2008-05-18 Thread Hannes Magnusson
On Sun, May 18, 2008 at 7:15 PM, David Soria Parra [EMAIL PROTECTED] wrote: dsp Sun May 18 17:15:08 2008 UTC Modified files: /php-src/ext/mcrypt mcrypt.c /php-src/ext/mcrypt/tests mcrypt_enc_self_test.phpt Log: MFB: Make mcrypt_enc_self_test() return value compatible

Re: [PHP-CVS] cvs: php-src /ext/mcrypt mcrypt.c /ext/mcrypt/tests mcrypt_enc_self_test.phpt

2008-05-18 Thread David Soria Parra
Hannes Magnusson wrote: On Sun, May 18, 2008 at 7:15 PM, David Soria Parra [EMAIL PROTECTED] wrote: dsp Sun May 18 17:15:08 2008 UTC Modified files: /php-src/ext/mcrypt mcrypt.c /php-src/ext/mcrypt/tests mcrypt_enc_self_test.phpt Log: MFB: Make mcrypt_enc_self_test()

Re: [PHP-CVS] cvs: php-src /ext/mcrypt mcrypt.c /ext/mcrypt/tests mcrypt_enc_self_test.phpt

2008-05-18 Thread David Soria Parra
Hannes Magnusson wrote: On Sun, May 18, 2008 at 8:14 PM, David Soria Parra [EMAIL PROTECTED] wrote: Hannes Magnusson wrote: On Sun, May 18, 2008 at 7:15 PM, David Soria Parra [EMAIL PROTECTED] wrote: dsp Sun May 18 17:15:08 2008 UTC Modified files: /php-src/ext/mcrypt

[PHP-CVS] cvs: php-src /ext/mcrypt mcrypt.c /ext/mcrypt/tests bug43143.phpt

2007-12-01 Thread Derick Rethans
derick Sat Dec 1 17:19:46 2007 UTC Added files: /php-src/ext/mcrypt/tests bug43143.phpt Modified files: /php-src/ext/mcrypt mcrypt.c Log: - Fixed bug #43143 (Warning about empty IV with MCRYPT_MODE_ECB).

[PHP-CVS] cvs: php-src /ext/mcrypt mcrypt.c

2007-07-19 Thread Antony Dovgal
tony2001Thu Jul 19 14:25:37 2007 UTC Modified files: /php-src/ext/mcrypt mcrypt.c Log: fix ws folding http://cvs.php.net/viewvc.cgi/php-src/ext/mcrypt/mcrypt.c?r1=1.105r2=1.106diff_format=u Index: php-src/ext/mcrypt/mcrypt.c diff -u

[PHP-CVS] cvs: php-src /ext/mcrypt mcrypt.c

2007-04-08 Thread Antony Dovgal
tony2001Sun Apr 8 08:04:31 2007 UTC Modified files: /php-src/ext/mcrypt mcrypt.c Log: MFB: fix #40999 (mcrypt_create_iv() not using random seed) http://cvs.php.net/viewvc.cgi/php-src/ext/mcrypt/mcrypt.c?r1=1.103r2=1.104diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/mcrypt mcrypt.c /ext/soap php_http.c

2006-11-27 Thread Ilia Alshanetsky
iliaa Tue Nov 28 00:24:16 2006 UTC Modified files: /php-src/ext/mcrypt mcrypt.c /php-src/ext/soap php_http.c Log: MFB: Replace non-threadsafe rand() with php_rand_r()

[PHP-CVS] cvs: php-src /ext/mcrypt mcrypt.c php_mcrypt.h /ext/mcrypt/tests basic.phpt blowfish.phpt bug35496.phpt bug37595.phpt

2006-11-15 Thread Michael Wallner
mikeWed Nov 15 22:51:45 2006 UTC Added files: /php-src/ext/mcrypt/tests basic.phpt Modified files: /php-src/ext/mcrypt mcrypt.c php_mcrypt.h /php-src/ext/mcrypt/tests blowfish.phpt bug35496.phpt bug37595.phpt Log: - unicode

[PHP-CVS] cvs: php-src /ext/mcrypt mcrypt.c php_mcrypt.h /ext/mysql php_mysql.c /ext/standard basic_functions.c streamsfuncs.c streamsfuncs.h

2006-06-26 Thread Hannes Magnusson
bjori Mon Jun 26 11:31:19 2006 UTC Modified files: /php-src/ext/mcrypt mcrypt.c php_mcrypt.h /php-src/ext/mysql php_mysql.c /php-src/ext/standard basic_functions.c streamsfuncs.c streamsfuncs.h Log: Removed

[PHP-CVS] cvs: php-src /ext/mcrypt mcrypt.c /ext/mcrypt/tests bug37595.phpt

2006-05-31 Thread Antony Dovgal
tony2001Wed May 31 12:04:53 2006 UTC Added files: /php-src/ext/mcrypt/tests bug37595.phpt Modified files: /php-src/ext/mcrypt mcrypt.c Log: fix #37595 (mcrypt_generic calculates data length in wrong way)

[PHP-CVS] cvs: php-src /ext/mcrypt mcrypt.c /ext/mcrypt/tests blowfish.phpt bug37595.phpt

2006-05-31 Thread Derick Rethans
derick Wed May 31 20:13:14 2006 UTC Modified files: /php-src/ext/mcrypt mcrypt.c /php-src/ext/mcrypt/tests blowfish.phpt bug37595.phpt Log: - MF52: There was nothing wrong here, bug report #37595 is bogus. - MF52: Added a new test case to demonstrate a

[PHP-CVS] cvs: php-src /ext/mcrypt mcrypt.c /ext/mcrypt/tests bug35496.phpt

2005-11-30 Thread Ilia Alshanetsky
iliaa Wed Nov 30 18:53:47 2005 EDT Modified files: /php-src/ext/mcrypt mcrypt.c /php-src/ext/mcrypt/tests bug35496.phpt Log: MFB51: Fixed bug #35496 (Crash in mcrypt_generic()/mdecrypt_generic() without proper init).

[PHP-CVS] cvs: php-src /ext/mcrypt mcrypt.c

2004-04-18 Thread Derick Rethans
derick Sun Apr 18 10:04:49 2004 EDT Modified files: /php-src/ext/mcrypt mcrypt.c Log: - Whitespace http://cvs.php.net/diff.php/php-src/ext/mcrypt/mcrypt.c?r1=1.89r2=1.90ty=u Index: php-src/ext/mcrypt/mcrypt.c diff -u php-src/ext/mcrypt/mcrypt.c:1.89

[PHP-CVS] cvs: php-src /ext/mcrypt mcrypt.c

2003-10-30 Thread Ilia Alshanetsky
iliaa Thu Oct 30 23:33:52 2003 EDT Modified files: /php-src/ext/mcrypt mcrypt.c Log: Fixed bug #26042 (memory leak if mcrypt_generic_deinit() is not called after every mcrypt_generic_init() call). # This will be MFHed into 4.3.X tree after release.