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

2008-12-08 Thread Scott MacVicar
scottmacMon Dec 8 11:53:30 2008 UTC Modified files: /php-src/ext/opensslxp_ssl.c Log: Fix bug #46748, segfault when SSL has more than one error message.

[PHP-CVS] cvs: php-src /ext/openssl xp_ssl.c /ext/openssl/tests bug46127.pem bug46127.phpt

2008-11-16 Thread Pierre-Alain Joye
pajoye Sun Nov 16 23:04:00 2008 UTC Added files: /php-src/ext/openssl/tests bug46127.pem bug46127.phpt Modified files: /php-src/ext/opensslxp_ssl.c Log: - #46127, php_openssl_tcp_sockop_accept forgets to set context on accepted

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

2008-09-11 Thread Ilia Alshanetsky
iliaa Thu Sep 11 23:56:58 2008 UTC Modified files: /php-src/ext/opensslxp_ssl.c Log: MFB: Fixed bug #45382 (timeout bug in stream_socket_enable_crypto). http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/xp_ssl.c?r1=1.38r2=1.39diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/openssl xp_ssl.c /ext/standard file.c http_fopen_wrapper.c streamsfuncs.c /main/streams streams.c userspace.c xp_socket.c

2008-07-11 Thread Antony Dovgal
tony2001Fri Jul 11 10:24:29 2008 UTC Modified files: /php-src/ext/opensslxp_ssl.c /php-src/ext/standard file.c streamsfuncs.c http_fopen_wrapper.c /php-src/main/streams streams.c userspace.c xp_socket.c Log: manage references

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

2008-04-14 Thread Hannes Magnusson
bjori Mon Apr 14 12:17:38 2008 UTC Modified files: /php-src/ext/opensslxp_ssl.c Log: MFB53: Fixed bug#44716 (Progress notifications incorrect) http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/xp_ssl.c?r1=1.36r2=1.37diff_format=u Index:

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

2008-04-04 Thread Joe Orton
jorton Fri Apr 4 12:49:57 2008 UTC Modified files: /php-src/ext/opensslxp_ssl.c Log: Fixed bug #32979 (OpenSSL stream-fd casts broken in 64-bit build) (stotty at tvnet dot hu)

[PHP-CVS] cvs: php-src /ext/openssl xp_ssl.c /ext/standard var_unserializer.c var_unserializer.re /sapi/cli php_cli_readline.c

2007-09-29 Thread Nuno Lopes
nlopess Sat Sep 29 11:26:51 2007 UTC Modified files: /php-src/ext/opensslxp_ssl.c /php-src/ext/standard var_unserializer.c var_unserializer.re /php-src/sapi/cli php_cli_readline.c Log: MFB: fix compiler warnings

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

2007-05-27 Thread Antony Dovgal
tony2001Sun May 27 19:13:11 2007 UTC Modified files: /php-src/ext/opensslxp_ssl.c Log: MFB: fix #41236 (Regression in timeout handling of non-blocking SSL connections during reads and writes). Everybody please calm down, we can always fix such

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

2007-04-04 Thread Antony Dovgal
tony2001Wed Apr 4 10:44:49 2007 UTC Modified files: /php-src/ext/opensslxp_ssl.c Log: fix leak on error http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/xp_ssl.c?r1=1.31r2=1.32diff_format=u Index: php-src/ext/openssl/xp_ssl.c diff -u

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

2007-03-14 Thread Antony Dovgal
tony2001Wed Mar 14 19:21:24 2007 UTC Modified files: /php-src/ext/opensslxp_ssl.c Log: fix #40750 (openssl stream wrapper ignores default_stream_timeout) http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/xp_ssl.c?r1=1.30r2=1.31diff_format=u

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

2006-12-04 Thread Ilia Alshanetsky
iliaa Tue Dec 5 01:39:21 2006 UTC Modified files: /php-src/ext/opensslxp_ssl.c Log: MFB: Fixed bug #39571 (timeout ssl:// connections). http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/xp_ssl.c?r1=1.27r2=1.28diff_format=u Index:

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

2006-10-04 Thread Ilia Alshanetsky
iliaa Thu Oct 5 00:38:18 2006 UTC Modified files: /php-src/ext/opensslxp_ssl.c Log: MFB: Fixed bug #39039 (SSL: fatal protocol error when fetching HTTPS from servers running Google web server).

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

2006-05-25 Thread Pierre-Alain Joye
pajoye Fri May 26 01:48:23 2006 UTC Modified files: /php-src/ext/opensslxp_ssl.c Log: - MFB: fix leaks in openssl context options http://cvs.php.net/viewcvs.cgi/php-src/ext/openssl/xp_ssl.c?r1=1.25r2=1.26diff_format=u Index:

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

2005-09-07 Thread Dmitry Stogov
dmitry Wed Sep 7 11:34:49 2005 EDT Modified files: /php-src/ext/opensslxp_ssl.c Log: Fixed memory allocation bug http://cvs.php.net/diff.php/php-src/ext/openssl/xp_ssl.c?r1=1.22r2=1.23ty=u Index: php-src/ext/openssl/xp_ssl.c diff -u

[PHP-CVS] cvs: php-src /ext/openssl xp_ssl.c /ext/standard streamsfuncs.c

2004-12-24 Thread Wez Furlong
wez Fri Dec 24 21:02:55 2004 EDT Modified files: /php-src/ext/standard streamsfuncs.c /php-src/ext/opensslxp_ssl.c Log: When a socket is non-blocking, don't block ssl enabled sockets. Allow for non-blocking negotiation when calling

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

2004-11-03 Thread Joe Orton
jorton Wed Nov 3 08:12:41 2004 EDT Modified files: /php-src/ext/opensslxp_ssl.c Log: Remove unused variable. http://cvs.php.net/diff.php/php-src/ext/openssl/xp_ssl.c?r1=1.19r2=1.20ty=u Index: php-src/ext/openssl/xp_ssl.c diff -u

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

2004-09-29 Thread Anantha Kesari H Y
hyanantha Wed Sep 29 06:28:17 2004 EDT Modified files: /php-src/ext/opensslxp_ssl.c Log: Included select.h for NetWare http://cvs.php.net/diff.php/php-src/ext/openssl/xp_ssl.c?r1=1.18r2=1.19ty=u Index: php-src/ext/openssl/xp_ssl.c diff -u

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

2003-12-03 Thread Ilia Alshanetsky
iliaa Wed Dec 3 10:50:28 2003 EDT Modified files: /php-src/ext/opensslxp_ssl.c Log: Fixed compiler warning due to unused variables. Index: php-src/ext/openssl/xp_ssl.c diff -u php-src/ext/openssl/xp_ssl.c:1.12 php-src/ext/openssl/xp_ssl.c:1.13 ---

[PHP-CVS] cvs: php-src /ext/openssl xp_ssl.c /main/streams streams.c xp_socket.c

2003-11-28 Thread Wez Furlong
wez Fri Nov 28 18:20:23 2003 EDT Modified files: /php-src/ext/opensslxp_ssl.c /php-src/main/streams streams.c xp_socket.c Log: (sort of) MFB, feof fix for sockets. Index: php-src/ext/openssl/xp_ssl.c diff -u

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

2003-10-08 Thread Wez Furlong
wez Wed Oct 8 07:23:47 2003 EDT Modified files: /php-src/ext/opensslxp_ssl.c Log: And this EOF flag... Index: php-src/ext/openssl/xp_ssl.c diff -u php-src/ext/openssl/xp_ssl.c:1.9 php-src/ext/openssl/xp_ssl.c:1.10 ---