|
395cbdc103
|
Simplify handling of "client data" by having a pointer to it only in DCB and not in session structure. Change name of session->client to session->client_dcb for greater clarity. Temporary free of client data in DCB, to be moved to authenticator when it becomes a module. Fix incorrect name of listener_alloc.
|
2016-02-23 11:13:21 +00:00 |
|
|
5077933e41
|
Fix bug in mysql_client.c (over optimisation of protocol setting); various clarifications and improvements re code review.
|
2016-02-22 11:05:02 +00:00 |
|
|
8367d93746
|
Migrate SSL functionality out of service and into listener. Develop config handling accordingly, including making provision for SSL parameters in servers for future use in implementing SSL to backend servers. Some elements still to be tidied mainly in mysql_client.c - but that will be part of detaching the SSL authentication from the MySQL protocol.
|
2016-01-27 15:46:19 +00:00 |
|
|
e58148356d
|
Split off listener functionality and move SSL initiation from service to listener. Put GWPROTOCOL in its own header file.
|
2016-01-26 16:08:02 +00:00 |
|