summaryrefslogtreecommitdiff
path: root/vio/viossl.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix up patchmsvensson@neptunus.(none)2006-04-121-12/+12
|
* Cleanup SSL implementationmsvensson@neptunus.(none)2006-03-101-246/+90
| | | | | | Remove duplicate code Merge common functions Enforce MySQL coding standard
* Merge mysql.com:/opt/local/work/mysql-4.1-rootkonstantin@mysql.com2005-11-251-19/+0
|\ | | | | | | into mysql.com:/opt/local/work/mysql-5.0-root
| * Fix for bug#14780 memory leak for mysql 4.1.14 with openssl enabledgluh@eagle.intranet.mysql.r18.ru2005-11-211-19/+0
| |
* | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanjimw@mysql.com2005-09-121-0/+9
|\ \ | |/ | | | | into mysql.com:/home/jimw/my/mysql-5.0-clean
| * Fixes bug #5588. Additions after merge from 4.0.SergeyV@selena.2005-09-071-0/+9
| |
* | Bug #11286 yassl incompatible with "load data infile"msvensson@neptunus.(none)2005-09-011-3/+4
| | | | | | | | | | - Make sure that mysqltest always uses ssl when connecting to the server. - Pass a i32-bit int variable as argument to FIONREAD ioctl.
* | Merge mysql.com:/usr/home/bar/mysql-4.1bar@mysql.com2005-07-121-1/+1
|\ \ | |/ | | | | into mysql.com:/usr/home/bar/mysql-5.0
| * Typo for debug code. Bug #11705brian@zim.(none)2005-07-061-1/+1
| |
* | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanjimw@mysql.com2005-06-011-17/+28
|\ \ | |/ | | | | into mysql.com:/home/jimw/my/mysql-5.0-clean
| * Fix timeouts with SSL on Windows, and also sync the fastsendjimw@mysql.com2005-05-241-17/+28
| | | | | | | | implementation with normal socket behavior. (Bug #8572)
* | Merge bk-internal.mysql.com:/users/rburnett/bug9721rburnett@bk-internal.mysql.com2005-05-061-1/+2
|\ \ | |/ | | | | into bk-internal.mysql.com:/users/rburnett/mysql-5.0
| * Bug #9721 net_write_timeout not used on Windows rburnett@bk-internal.mysql.com2005-05-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added an extra parameter to all calls to timeout(). 1 means we want to set the write timeout 0 means we wnat to set the read timeout viossl.c: Add which parameter to ssl timeout routine vio_priv.h: Added which parameter to vio_ignore_timeout and vio_ssl_timeout violite.h: Add which parameter to vio_timeout sigs net_serv.cc: Use proper which code in call to vio_timeout to set the proper timeout viosocket.c: Set the appropriate timeout in vio_timeout
* | 4.1 -> 5.0 mergemonty@mysql.com2005-02-031-1/+1
|\ \ | |/
| * Always call vio_in_addr() so that thd->remote isjimw@mysql.com2005-01-251-1/+1
| | | | | | | | always initialized. (Bug #5569)
* | Add 0x before pointers (to help with debugging)monty@mysql.com2004-12-181-9/+12
|/ | | | | | | | Add support for VARCHAR with 1 or 2 length bytes Enable VARCHAR packing in MyISAM files (previous patch didn't pack data properly) Give error if we got problems in temporary tables during a SELECT Don't use new table generated by ALTER TABLE if index generation fails Fixed wrong call by range_end() (Could cause an ASSERT in debug mode)
* Added patches from Novellmonty@mysql.com2004-05-251-0/+25
|
* vio ssl structure renames (to get rid of ending _)monty@narttu.mysql.fi2003-08-271-48/+41
| | | | | Added TCP/IP read/write timeout for windows Check on windows if second server is started with same TCP/IP port
* Fix bug #673: MySQL 4.0.13 no SSL connection with mysql client possiblegluh@gluh.mysql.r18.ru2003-06-261-4/+2
|
* Fix to remove compiler warningsmonty@mashka.mysql.fi2003-04-281-3/+9
|
* Fix bug (273):The x509 cert issuer seems not to be checked against the CAgluh@gluh.mysql.r18.ru2003-04-161-2/+4
|
* Error code for ssl connectiongluh@gluh.(none)2002-11-051-10/+36
| | | | | | Fix bug when server hang(with SSL, with modified libmysql) Add options master-ssl-capath and master-ssl-cipher Add some error checking(SSL)
* Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tablesmonty@mashka.mysql.fi2002-09-161-51/+54
| | | | | | Fixed bug in SELECT ... ORDER BY ... LIMIT Fixed bug in ALTER TABLE and RENAME TABLE with --lower-case-table-names Fixed hang when using --with-openssl
* Fixed bug in blocking handling when compiling with OPENSSL (caused hangup in ↵monty@hundin.mysql.fi2002-08-171-0/+10
| | | | | | | client code) Fixed bug in SELECT DISTINCT ... ORDER BY not-used-column. Fixed bug in pthread_mutex_trylock with HPUX 11.0
* Lots of code fixes to the replication code (especially the binary logging ↵monty@mashka.mysql.fi2002-08-081-2/+7
| | | | | | | | | | | | | | | | | | and index log file handling) Fixed bugs in my last changeset that made MySQL hard to compile. Added mutex around some data that could cause table cache corruptions when using OPTIMIZE TABLE / REPAIR TABLE or automatic repair of MyISAM tables. Added mutex around some data in the slave start/stop code that could cause THD linked list corruptions Extended my_chsize() to allow one to specify a filler character. Extend vio_blocking to return the old state (This made some usage of this function much simpler) Added testing for some functions that they caller have got the required mutexes before calling the function. Use setrlimit() to ensure that we can write core file if one specifies --core-file. Added --slave-compressed-protocol Made 2 the minimum length for ft_min_word_len Added variables foreign_key_checks & unique_checks. Less logging from replication code (if not started with --log-warnings) Changed that SHOW INNODB STATUS requre the SUPER privilege More DBUG statements and a lot of new code comments
* Update copyrightmonty@hundin.mysql.fi2001-12-061-16/+15
| | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* Removed unused code in VIOtonu@volk.internalnet2001-11-021-23/+1
|
* SSL fixes.tonu@volk.internalnet2001-11-011-2/+2
|
* type fixtonu@volk.internalnet2001-10-091-1/+1
|
* One should not only have to include my_net.h to work with sockets.monty@hundin.mysql.fi2001-10-091-31/+7
| | | | | | This wrapper noew will include all the necessary, system specific files, which makes all normal source files much easier to write and maintain. Portability fixes.
* SSL compiles and works as far as can see. Continue testing..tonu@volk.internalnet2001-09-301-96/+26
|
* Changed to use my_global.hmonty@hundin.mysql.fi2001-09-141-1/+1
| | | | | Fixed problem with LIKE with latin1_de Added parsing support of UNSIGNED LONG LONG
* OpenSSL changestonu@x153.internalnet2001-08-271-75/+131
|
* Cleanupsmonty@hundin.mysql.fi2001-08-131-18/+22
|
* OpenSSL fixes. Should not affect anything else.tonu@x153.internalnet2001-07-241-21/+77
|
* Fixed compile-time warningstonu@hundin.mysql.fi2001-06-081-21/+23
|
* Support for VIO librarytonu@hundin.mysql.fi2001-05-311-17/+18
|
* viotcpip.c BitKeeper file /home/tonu/bk/mysql-4.0/vio/viotcpip.ctonu@x3.internalnet2001-05-201-0/+358
viosslfactories.c BitKeeper file /home/tonu/bk/mysql-4.0/vio/viosslfactories.c viossl.c BitKeeper file /home/tonu/bk/mysql-4.0/vio/viossl.c vio.c BitKeeper file /home/tonu/bk/mysql-4.0/vio/vio.c